1
0

user_admin.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_your_profile', "Twój profil");
  25. define('OGP_LANG_new_password', "Nowe hasło");
  26. define('OGP_LANG_retype_new_password', "Powtórz hasło");
  27. define('OGP_LANG_login_name', "Nazwa użytkownika");
  28. define('OGP_LANG_language', "Język");
  29. define('OGP_LANG_first_name', "Imię");
  30. define('OGP_LANG_page_limit', "Przedmioty na stronę");
  31. define('OGP_LANG_page_limit_info', "Liczba elementów wyświetlanych na stronie. Liczba przedmiotów nie może być mniejsza niż 10.");
  32. define('OGP_LANG_last_name', "Nazwisko");
  33. define('OGP_LANG_phone_number', "Numer telefonu");
  34. define('OGP_LANG_email_address', "Adres email");
  35. define('OGP_LANG_city', "Miasto");
  36. define('OGP_LANG_province', "Województwo");
  37. define('OGP_LANG_country', "Kraj");
  38. define('OGP_LANG_comment', "Komentarz");
  39. define('OGP_LANG_expires', "Wygasa");
  40. define('OGP_LANG_save_profile', "Aktualizuj Profil");
  41. define('OGP_LANG_new_password_info', "Nowe informacje hasło");
  42. define('OGP_LANG_theme', "Motyw");
  43. define('OGP_LANG_theme_info', "Informacje motyw");
  44. define('OGP_LANG_expires_info', "Aktywne do:");
  45. define('OGP_LANG_password_mismatch', "Niepasujące hasła");
  46. define('OGP_LANG_current_password', "Aktualne hasło");
  47. define('OGP_LANG_current_password_info', "Infromacje aktualnego hasła");
  48. define('OGP_LANG_current_password_mismatch', "Aktualne hasło nie pasuje");
  49. define('OGP_LANG_add_new_user', "Dodaj nowego użytkownika");
  50. define('OGP_LANG_edit_user_groups', "Edytuj grupy użytkownika");
  51. define('OGP_LANG_users', "Użytkownicy");
  52. define('OGP_LANG_user_role', "Rola użytkownika");
  53. define('OGP_LANG_full_name', "Pełna nazwa");
  54. define('OGP_LANG_edit_games', "Edycja Gry");
  55. define('OGP_LANG_edit_profile', "Edycja profilu");
  56. define('OGP_LANG_confirm_password', "Potwierdź hasło");
  57. define('OGP_LANG_you_need_to_enter_both_passwords', "Należy wprowadzić oba hasła");
  58. define('OGP_LANG_passwords_did_not_match', "Hasła nie pasują");
  59. define('OGP_LANG_could_not_add_user_because_user_already_exists', "Nie można dodać użytkownika, ponieważ użytkownik już istnieje");
  60. define('OGP_LANG_successfully_added_user', "Został dodany użytkownik");
  61. define('OGP_LANG_add_a_new_user', "Dodaj nowego użytkownika");
  62. define('OGP_LANG_admin', "Administrator");
  63. define('OGP_LANG_user', "Użytkownik");
  64. define('OGP_LANG_user_with_id_does_not_exist', "Użytkownik o takim ID nie istnieje");
  65. define('OGP_LANG_are_you_sure_you_want_to_delete_user', "Czy na pewno chcesz usunąć użytkownika");
  66. define('OGP_LANG_unable_to_delete_user', "Nie można usunąć użytkownika");
  67. define('OGP_LANG_successfully_deleted_user', "Pomyślnie usunięty użytkownik");
  68. define('OGP_LANG_failed_to_update_user_profile_error', "Nie można zaktualizować profilu użytkownika. Błąd: %s");
  69. define('OGP_LANG_profile_of_user_modified_successfully', "Profil użytkownika edytowany pomyślnie");
  70. define('OGP_LANG_no_subusers', "Brak subuser aby być przypisany do grupie. Proszę utworzyć konta subuser.");
  71. define('OGP_LANG_ownedby', "Właściel");
  72. define('OGP_LANG_andSubUsers', " i wszystkich jego subusers?");
  73. define('OGP_LANG_subusers', "Sub-użytkownicy");
  74. define('OGP_LANG_show_subusers', "Pokaż Sub-użytkowników");
  75. define('OGP_LANG_hide_subusers', "Ukryj Sub-użytkowników");
  76. define('OGP_LANG_info_group', "Informacje o grupie");
  77. define('OGP_LANG_add_new_group', "Dodaj nową grupę");
  78. define('OGP_LANG_group_name', "Nazwa grupy");
  79. define('OGP_LANG_add_group', "Dodaj grupę");
  80. define('OGP_LANG_no_groups_available', "Nie znaleziono grupy.");
  81. define('OGP_LANG_delete_group', "Kasuj grupę");
  82. define('OGP_LANG_add_user_to_group', "Użytkownicy w grupie");
  83. define('OGP_LANG_add_user', "Dodaj");
  84. define('OGP_LANG_remove_from_group', "Usuń z grupy");
  85. define('OGP_LANG_add_server_to_group', "Dodaj serwer do grupy");
  86. define('OGP_LANG_add_server', "Dodaj Serwer");
  87. define('OGP_LANG_servers_in_group', "Serwery w grupie");
  88. define('OGP_LANG_no_servers_in_group', "Brak serwerów w grupie");
  89. define('OGP_LANG_available_groups', "Grupy dostępne");
  90. define('OGP_LANG_assign_homes', "Przypisz usługi");
  91. define('OGP_LANG_successfully_added_group', "Pomyślnie dodana grupa");
  92. define('OGP_LANG_group_name_empty', "Grupa pusta");
  93. define('OGP_LANG_failed_to_add_group', "Nie udało się dodać grupy");
  94. define('OGP_LANG_failed_to_add_group_exists_already', "Group with the name of %s already exists. Please try a different group name.");
  95. define('OGP_LANG_could_not_add_user_to_group', "Nie można dodać użytkownika do grupy");
  96. define('OGP_LANG_successfully_added_to_group', "Został dodany do grupy");
  97. define('OGP_LANG_could_not_add_server_to_group', "Nie udało się dodać serwera do grupy");
  98. define('OGP_LANG_successfully_added_server_to_group', "Został dodany do grupy serwerów");
  99. define('OGP_LANG_successfully_removed_from_group', "Pomyślnie usunięty z grupy");
  100. define('OGP_LANG_could_not_delete_server_from_group', "Nie można usunąć serwera z grupy");
  101. define('OGP_LANG_successfully_removed_server_from_group', "Pomyślnie usunięty z grupy serwera");
  102. define('OGP_LANG_group_with_id_does_not_exist', "Grupa o ID %s nie istnieje.");
  103. define('OGP_LANG_are_you_sure_you_want_to_delete_group', "Czy na pewno chcesz usunąć grupę");
  104. define('OGP_LANG_unable_to_delete_group', "Nie można usunąć %s grupy.");
  105. define('OGP_LANG_successfully_deleted_group', "Grupa z powodzeniem usunięta");
  106. define('OGP_LANG_editing_profile', "Edycja profilu: %s");
  107. define('OGP_LANG_valid_user', "Proszę podać prawidłowego użytkownika.");
  108. define('OGP_LANG_enter_valid_username', "Proszę podać poprawną nazwę użytkownika.");
  109. define('OGP_LANG_unexpected_role', "Nieoczekiwana rola użytkownika.");
  110. define('OGP_LANG_search', "Search");
  111. define('OGP_LANG_api_token', "API token");
  112. define('OGP_LANG_user_receives_emails', "Receive emails");
  113. ?>