mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 06:01:25 +00:00
@@ -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",
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user