Files
CasperV1FiveM/resources/[core]/esx_multicharacter/locales/nl.lua
2026-07-07 21:08:52 +02:00

23 lines
1001 B
Lua

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",
}
}