30 lines
No EOL
1.2 KiB
PHP
30 lines
No EOL
1.2 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the administration module (Polish localization)
|
|
*/
|
|
|
|
define('OGP_LANG_external_links', "Linki zewnętrzne");
|
|
define('OGP_LANG_url', "Adres");
|
|
define('OGP_LANG_name', "Nazwa");
|
|
define('OGP_LANG_add_it', "Dodaj go");
|
|
define('OGP_LANG_link_has_been_removed', "%s link został usunięty.");
|
|
define('OGP_LANG_db_backup', "DB Kopia zapasowa");
|
|
define('OGP_LANG_download_db_backup', "Pobierz Kopia zapasowa DB");
|
|
define('OGP_LANG_restore_db_backup', "Przywracanie kopii zapasowych DB");
|
|
define('OGP_LANG_sql_file', "plik(.sql)");
|
|
define('OGP_LANG_change_buttons_order', "Zmiań przycisk zamów");
|
|
define('OGP_LANG_when', "Kiedy");
|
|
define('OGP_LANG_who', "Kto");
|
|
define('OGP_LANG_where', "Gdzie");
|
|
define('OGP_LANG_what', "Co");
|
|
define('OGP_LANG_search', "Wyszukaj");
|
|
define('OGP_LANG_empty_logger', "Wyczyść");
|
|
define('OGP_LANG_ban_list', "Lista banów");
|
|
define('OGP_LANG_no_banned_ips', "Brak zbanowanych adresów IP");
|
|
define('OGP_LANG_unban', "Odbanuj IP");
|
|
define('OGP_LANG_client_ip', "Klient IP");
|
|
define('OGP_LANG_banned_until', "Zbanowany do");
|
|
define('OGP_LANG_unban_selected_ips', "Odbanuj zaznaczone IPs");
|
|
define('OGP_LANG_view', "Podgląd");
|
|
define('OGP_LANG_per_page', "wyników na stronę");
|
|
?>
|