-
-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1531 from xGhostxDev/patch-1
Create pl.lua
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Locales["pl"] = { | ||
["male"] = "Mężczyzna", | ||
["female"] = "Kobieta", | ||
["select_char"] = "Wybierz postać", | ||
["select_char_description"] = "Wybierz postać, którą chcesz grać.", | ||
["create_char"] = "Nowa postać", | ||
["char_play"] = "Graj", | ||
["char_play_description"] = "Przejdź do miasta.", | ||
["char_disabled"] = "Wyłączona", | ||
["char_disabled_description"] = "Ta postać jest niedostępna.", | ||
["char_delete"] = "Usuń", | ||
["char_delete_description"] = "Trwale usuń tę postać.", | ||
["char_delete_confirmation"] = "Potwierdz usunięcie", | ||
["char_delete_confirmation_description"] = "Czy na pewno chcesz usunąć wybraną postać?", | ||
["char_delete_yes_description"] = "Tak, jestem pewien, że chcę usunąć wybraną postać", | ||
["char_delete_no_description"] = "Nie, wróć do opcji postaci", | ||
["character"] = "Postać: %s", | ||
["return"] = "Powrót", | ||
["return_description"] = "Wróć do wyboru postaci.", | ||
["command_setslots"] = "Ustaw liczbę slotów dla wielu postaci", | ||
["command_remslots"] = "Usuń liczbę slotów dla wielu postaci", | ||
["command_enablechar"] = "Włącz określoną postać", | ||
["command_disablechar"] = "Wyłącz określoną postać", | ||
["command_charslot"] = "Numer slotu postaci", | ||
["command_identifier"] = "Identyfikator postaci", | ||
["command_slots"] = "# liczba slotów", | ||
["slotsadd"] = "Ustawiłeś %s slotów dla %s", | ||
["slotsrem"] = "Usunąłeś sloty dla %s", | ||
["charenabled"] = "Włączyłeś postać #%s gracza %s", | ||
["chardisabled"] = "Wyłączyłeś postać #%s gracza %s", | ||
["charnotfound"] = "Postać #%s gracza %s nie istnieje", | ||
|
||
} |