| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2018 The OGP Development Team
- *
- * http://www.opengamepanel.org/
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- */
- define('OGP_LANG_dir_not_found', "Katalog %s nie został znaleziony na serwerze.");
- define('OGP_LANG_filename', "Nazwa pliku");
- define('OGP_LANG_filesize', "Rozmiar pliku");
- define('OGP_LANG_bytes', "Bajty");
- define('OGP_LANG_owner', "Właściciel");
- define('OGP_LANG_group', "Grupa");
- define('OGP_LANG_empty_directory', "Katalog jest pusty.");
- define('OGP_LANG_currently_viewing', "Aktualnie przeglądasz katalog '%s'");
- define('OGP_LANG_wrote_changes', "Zmiany zostały zapisane.");
- define('OGP_LANG_failed_write', "Nie udało się zapisać pliku na serwerze zdalnym.");
- define('OGP_LANG_failed_read', "Nie można odczytać pliku z serwera zdalnego.");
- define('OGP_LANG_failed_list', "Nie udało się pobrać listy katalogów.");
- define('OGP_LANG_level_up', "^Katalog Wyżej^");
- define('OGP_LANG_unallowed_char', "Niedozwolone znaki znalezione w ścieżce.");
- define('OGP_LANG_button_edit', "[Edytuj]");
- define('OGP_LANG_save', "Zapisz");
- define('OGP_LANG_home_id_missing', "Nie znaleziono Home ID.");
- define('OGP_LANG_upload', "Wyślij");
- define('OGP_LANG_upload_failed', "Przesyłanie nie powiodło się, błąd był następujący: %s.");
- define('OGP_LANG_can_not_create_upload_folder_path', "Nie można utworzyć folderu wysyłania %s");
- define('OGP_LANG_url_is_not_accesible_from_agent', "URL %s is not accessible from the Agent");
- define('OGP_LANG_upload_file', "Wyślij plik");
- define('OGP_LANG_uncompress', "Rozpakuj");
- define('OGP_LANG_create_folder', "Stwórz folder");
- define('OGP_LANG_create', "Stwórz");
- define('OGP_LANG_delete_item', "Usuń %s?");
- define('OGP_LANG_upload_in_progress', "Wysyłanie w toku...");
- define('OGP_LANG_upload_complete', "Wysyłanie zakończone.");
- define('OGP_LANG_chattr_yes', "Zablokuj Plik");
- define('OGP_LANG_chattr_no', "Odblokuj Plik");
- define('OGP_LANG_secure_item', "Zabezpiecz/Odbezpiecz %s?");
- define('OGP_LANG_filesecure', "Bezpieczeństwo pliku");
- define('OGP_LANG_chattr_locked', "Plik Zablokowany");
- define('OGP_LANG_chattr_unlocked', "Plik Odblokowany");
- define('OGP_LANG_rename', "Zmień nazwę");
- define('OGP_LANG_move', "Przenieś");
- define('OGP_LANG_copy', "Kopiuj");
- define('OGP_LANG_compress', "Spakuj ");
- define('OGP_LANG_create_file', "Stwórz Plik");
- define('OGP_LANG_select_at_least_one_item', "Wybierz co najmniej jeden element");
- define('OGP_LANG_rename_item', "Zmień nazwę elementu(y)");
- define('OGP_LANG_move_item', "Przenieś element(y)");
- define('OGP_LANG_copy_item', "Kopiuj element(y)");
- define('OGP_LANG_compress_item', "Spakuj element(y)");
- define('OGP_LANG_uncompress_item', "Rozpakuj element(y)");
- define('OGP_LANG_archive_name', "Nazwa archiwum");
- define('OGP_LANG_archive_type', "Typ archiwum");
- define('OGP_LANG_file_name', "Nazwa pliku");
- define('OGP_LANG_folder_name', "nazwa katalogu");
- define('OGP_LANG_compresses_files_separately', "kompresuje pliki pojedynczo");
- define('OGP_LANG_to', "do");
- define('OGP_LANG_upload_to_web', "Wyślij na stronę");
- define('OGP_LANG_transfer_to_server', "Transfer do serwera");
- define('OGP_LANG_mail_sent_successfully', "Email wysłany prawidłowo");
- define('OGP_LANG_send_item_by_email', "Wyślij item(y) przez email");
- define('OGP_LANG_subject', "Subject");
- define('OGP_LANG_message', "Wiadomość");
- define('OGP_LANG_dest_email', "Email docelowy");
- define('OGP_LANG_remove', "Usuń");
- define('OGP_LANG_send_by_email', "Wyślij przez email");
- define('OGP_LANG_send_by_email_info', "For sending files the 'mutt' package must be installed on all available Agents.");
- define('OGP_LANG_settings_updated', "Ustawienia zaktualizowane");
- define('OGP_LANG_update_settings', "Aktualizuj ustawienia");
- ?>
|