mirror of
https://github.com/RPCS3/libusb.git
synced 2026-01-31 01:25:19 +01:00
Hungarian translation
Closes #493 Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
This commit is contained in:
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11320
|
||||
#define LIBUSB_NANO 11321
|
||||
|
||||
Reference in New Issue
Block a user