0.0.1
This commit is contained in:
22
resources/[core]/esx_multicharacter/locales/de.lua
Normal file
22
resources/[core]/esx_multicharacter/locales/de.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
Locales["de"] = {
|
||||
["male"] = "Männlich",
|
||||
["female"] = "Weiblich",
|
||||
["command_setslots"] = "Anzahl der Mehrcharakter-Slots eines Spielers festlegen",
|
||||
["command_remslots"] = "Anzahl der Mehrcharakter-Slots eines Spielers entfernen",
|
||||
["command_enablechar"] = "Einen bestimmten Charakter eines Spielers aktivieren",
|
||||
["command_disablechar"] = "Einen bestimmten Charakter eines Spielers deaktivieren",
|
||||
["command_charslot"] = "Slot-Nummer des Charakters",
|
||||
["command_identifier"] = "Spielerkennung",
|
||||
["command_slots"] = "Anzahl der Slots",
|
||||
["slotsadd"] = "Du hast %s Slots für %s festgelegt",
|
||||
["slotsrem"] = "Du hast Slots von %s entfernt",
|
||||
["charenabled"] = "Du hast Charakter #%s von %s aktiviert",
|
||||
["chardisabled"] = "Du hast Charakter #%s von %s deaktiviert",
|
||||
["charnotfound"] = "Charakter #%s von %s existiert nicht",
|
||||
|
||||
UI = {
|
||||
["title"] = "CHARAKTERAUSWAHL",
|
||||
["char_info_title"] = "Charakterinformation",
|
||||
["play"] = "SPIELEN",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user