1
0

litefm.php 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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_dir_not_found', "Katalog %s nie został znaleziony na serwerze.");
  25. define('OGP_LANG_filename', "Nazwa pliku");
  26. define('OGP_LANG_filesize', "Rozmiar pliku");
  27. define('OGP_LANG_bytes', "Bajty");
  28. define('OGP_LANG_owner', "Właściciel");
  29. define('OGP_LANG_group', "Grupa");
  30. define('OGP_LANG_empty_directory', "Katalog jest pusty.");
  31. define('OGP_LANG_currently_viewing', "Aktualnie przeglądasz katalog '%s'");
  32. define('OGP_LANG_wrote_changes', "Zmiany zostały zapisane.");
  33. define('OGP_LANG_failed_write', "Nie udało się zapisać pliku na serwerze zdalnym.");
  34. define('OGP_LANG_failed_read', "Nie można odczytać pliku z serwera zdalnego.");
  35. define('OGP_LANG_failed_list', "Nie udało się pobrać listy katalogów.");
  36. define('OGP_LANG_level_up', "^Katalog Wyżej^");
  37. define('OGP_LANG_unallowed_char', "Niedozwolone znaki znalezione w ścieżce.");
  38. define('OGP_LANG_button_edit', "[Edytuj]");
  39. define('OGP_LANG_save', "Zapisz");
  40. define('OGP_LANG_home_id_missing', "Nie znaleziono Home ID.");
  41. define('OGP_LANG_upload', "Wyślij");
  42. define('OGP_LANG_upload_failed', "Przesyłanie nie powiodło się, błąd był następujący: %s.");
  43. define('OGP_LANG_can_not_create_upload_folder_path', "Nie można utworzyć folderu wysyłania %s");
  44. define('OGP_LANG_url_is_not_accesible_from_agent', "URL %s is not accessible from the Agent");
  45. define('OGP_LANG_upload_file', "Wyślij plik");
  46. define('OGP_LANG_uncompress', "Rozpakuj");
  47. define('OGP_LANG_create_folder', "Stwórz folder");
  48. define('OGP_LANG_create', "Stwórz");
  49. define('OGP_LANG_delete_item', "Usuń %s?");
  50. define('OGP_LANG_upload_in_progress', "Wysyłanie w toku...");
  51. define('OGP_LANG_upload_complete', "Wysyłanie zakończone.");
  52. define('OGP_LANG_chattr_yes', "Zablokuj Plik");
  53. define('OGP_LANG_chattr_no', "Odblokuj Plik");
  54. define('OGP_LANG_secure_item', "Zabezpiecz/Odbezpiecz %s?");
  55. define('OGP_LANG_filesecure', "Bezpieczeństwo pliku");
  56. define('OGP_LANG_chattr_locked', "Plik Zablokowany");
  57. define('OGP_LANG_chattr_unlocked', "Plik Odblokowany");
  58. define('OGP_LANG_rename', "Zmień nazwę");
  59. define('OGP_LANG_move', "Przenieś");
  60. define('OGP_LANG_copy', "Kopiuj");
  61. define('OGP_LANG_compress', "Spakuj ");
  62. define('OGP_LANG_create_file', "Stwórz Plik");
  63. define('OGP_LANG_select_at_least_one_item', "Wybierz co najmniej jeden element");
  64. define('OGP_LANG_rename_item', "Zmień nazwę elementu(y)");
  65. define('OGP_LANG_move_item', "Przenieś element(y)");
  66. define('OGP_LANG_copy_item', "Kopiuj element(y)");
  67. define('OGP_LANG_compress_item', "Spakuj element(y)");
  68. define('OGP_LANG_uncompress_item', "Rozpakuj element(y)");
  69. define('OGP_LANG_archive_name', "Nazwa archiwum");
  70. define('OGP_LANG_archive_type', "Typ archiwum");
  71. define('OGP_LANG_file_name', "Nazwa pliku");
  72. define('OGP_LANG_folder_name', "nazwa katalogu");
  73. define('OGP_LANG_compresses_files_separately', "kompresuje pliki pojedynczo");
  74. define('OGP_LANG_to', "do");
  75. define('OGP_LANG_upload_to_web', "Wyślij na stronę");
  76. define('OGP_LANG_transfer_to_server', "Transfer do serwera");
  77. define('OGP_LANG_mail_sent_successfully', "Email wysłany prawidłowo");
  78. define('OGP_LANG_send_item_by_email', "Wyślij item(y) przez email");
  79. define('OGP_LANG_subject', "Subject");
  80. define('OGP_LANG_message', "Wiadomość");
  81. define('OGP_LANG_dest_email', "Email docelowy");
  82. define('OGP_LANG_remove', "Usuń");
  83. define('OGP_LANG_send_by_email', "Wyślij przez email");
  84. define('OGP_LANG_send_by_email_info', "For sending files the 'mutt' package must be installed on all available Agents.");
  85. define('OGP_LANG_settings_updated', "Ustawienia zaktualizowane");
  86. define('OGP_LANG_update_settings', "Aktualizuj ustawienia");
  87. ?>