This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

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