Hungarian translation
authorBence Cs <bence.csokas@gmail.com>
Wed, 7 Nov 2018 12:17:40 +0000 (13:17 +0100)
committerNathan Hjelm <hjelmn@lanl.gov>
Wed, 5 Dec 2018 17:05:20 +0000 (10:05 -0700)
Closes #493

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
libusb/strerror.c
libusb/version_nano.h

index d12bf32..a1b474e 100644 (file)
@@ -60,7 +60,7 @@ static size_t usbi_locale = 0;
  * </ol>
  */
 
-static const char* usbi_locale_supported[] = { "en", "nl", "fr", "ru", "de" };
+static const char* usbi_locale_supported[] = { "en", "nl", "fr", "ru", "de", "hu" };
 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
        { /* English (en) */
                "Success",
@@ -138,6 +138,21 @@ static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUS
                "Nicht genügend Hauptspeicher verfügbar",
                "Die Operation wird nicht unterstützt oder ist auf dieser Platform nicht implementiert",
                "Allgemeiner Fehler",
+       }, { /* Hungarian (hu) */
+               "Sikeres",
+               "Be-/kimeneti hiba",
+               "Érvénytelen paraméter",
+               "Hozzáférés megtagadva",
+               "Az eszköz nem található (eltávolították?)",
+               "Nem található",
+               "Az erőforrás foglalt",
+               "Időtúllépés",
+               "Túlcsordulás",
+               "Törött adatcsatorna",
+               "Rendszerhívás megszakítva",
+               "Nincs elég memória",
+               "A művelet nem támogatott ezen a rendszeren",
+               "Általános hiba",
        }
 };
 
index a1ef243..08264b3 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11320
+#define LIBUSB_NANO 11321