0.0.1
This commit is contained in:
22
resources/[core]/esx_multicharacter/locales/nl.lua
Normal file
22
resources/[core]/esx_multicharacter/locales/nl.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
Locales["nl"] = {
|
||||
["male"] = "Man",
|
||||
["female"] = "Vrouw",
|
||||
["command_setslots"] = "Stel het aantal multi-personage slots in voor een speler",
|
||||
["command_remslots"] = "Verwijder het aantal multi-personage slots van een speler",
|
||||
["command_enablechar"] = "Schakel een specifiek personage van een speler in",
|
||||
["command_disablechar"] = "Schakel een specifiek personage van een speler uit",
|
||||
["command_charslot"] = "Personage slotnummer",
|
||||
["command_identifier"] = "Speleridentificatie",
|
||||
["command_slots"] = "Aantal slots",
|
||||
["slotsadd"] = "Je hebt %s slots ingesteld voor %s",
|
||||
["slotsrem"] = "Je hebt slots verwijderd van %s",
|
||||
["charenabled"] = "Je hebt personage #%s van %s ingeschakeld",
|
||||
["chardisabled"] = "Je hebt personage #%s van %s uitgeschakeld",
|
||||
["charnotfound"] = "Personage #%s van %s bestaat niet",
|
||||
|
||||
UI = {
|
||||
["title"] = "PERSONAGE SELECTIE",
|
||||
["char_info_title"] = "Personage Informatie",
|
||||
["play"] = "SPEEL",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user