diff --git a/[esx]/esx_multicharacter/locales/en.lua b/[esx]/esx_multicharacter/locales/en.lua index b71de307..80fcfc46 100644 --- a/[esx]/esx_multicharacter/locales/en.lua +++ b/[esx]/esx_multicharacter/locales/en.lua @@ -1,25 +1,25 @@ -Locales['en'] = { - ['male'] = "Male", - ['female'] = "Female", - ['delete_label'] = "Delete %s %s?", - ['select_char'] = "Select Character", - ['create_char'] = "Create new character", - ['char_play'] = "Play this character", - ['char_disabled'] = "This character is disabled", - ['char_delete'] = "Delete this character", - ['cancel'] = "Cancel", - ['confirm'] = "Confirm", - ['command_setslots'] = "Set multicharacter slots number of a player", - ['command_remslots'] = "Remove multicharacter slots number of a player", - ['command_enablechar'] = "Enable a given character of a player", - ['command_disablechar'] = "Disable a given character of a player", - ['command_charslot'] = "Slot number of the character", - ['command_identifier'] = "Player identifier", - ['command_slots'] = "# of slots", - ['slotsadd'] = "You added %s slots to %s", - ['slotsedit'] = "You set %s slots to %s", - ['slotsrem'] = "You removed slots to %s", - ['charenabled'] = "You enabled character #%s of %s", - ['chardisabled'] = "You disabled character #%s of %s", - ['charnotfound'] = "Character #%s of %s doesn't exist", +Locales["hu"] = { + ["male"] = "Male", + ["female"] = "Female", + ["delete_label"] = "Delete %s %s?", + ["select_char"] = "Select Character", + ["create_char"] = "Create new character", + ["char_play"] = "Play this character", + ["char_disabled"] = "This character is disabled", + ["char_delete"] = "Delete this character", + ["cancel"] = "Cancel", + ["confirm"] = "Confirm", + ["command_setslots"] = "Set multicharacter slots number of a player", + ["command_remslots"] = "Remove multicharacter slots number of a player", + ["command_enablechar"] = "Enable a given character of a player", + ["command_disablechar"] = "Disable a given character of a player", + ["command_charslot"] = "Slot number of the character", + ["command_identifier"] = "Player identifier", + ["command_slots"] = "# of slots", + ["slotsadd"] = "You added %s slots to %s", + ["slotsedit"] = "You set %s slots to %s", + ["slotsrem"] = "You removed slots to %s", + ["charenabled"] = "You enabled character #%s of %s", + ["chardisabled"] = "You disabled character #%s of %s", + ["charnotfound"] = "Character #%s of %s doesn't exist", } diff --git a/[esx]/esx_skin/locales/hu.lua b/[esx]/esx_skin/locales/hu.lua new file mode 100644 index 00000000..ba52b09e --- /dev/null +++ b/[esx]/esx_skin/locales/hu.lua @@ -0,0 +1,6 @@ +Locales["hu"] = { + ["skin_menu"] = "Kinézet Menü", + ["use_rotate_view"] = "Használd ~INPUT_FRONTEND_LS~ vagy ~INPUT_CHARACTER_WHEEL~ gombokat a forgatáshoz", + ["skin"] = "kinézet változtatása", + ["saveskin"] = "kinézet mentése fájlba", +}