24 lines
No EOL
1.1 KiB
PHP
24 lines
No EOL
1.1 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the extras module (Polish localization)
|
|
*/
|
|
|
|
include 'update.php';
|
|
define('OGP_LANG_unable_download', "Bład pobierania %s.");
|
|
define('OGP_LANG_md5_failed', "Błędny MD5 %s, spróbuj ponownie.");
|
|
define('OGP_LANG_uninstall', "Odinstaluj");
|
|
define('OGP_LANG_install', "Zainstaluj");
|
|
define('OGP_LANG_uptodate', "Brak aktualizacji");
|
|
define('OGP_LANG_update_available', "Dostępne Aktualizacje");
|
|
define('OGP_LANG_not_installed', "Nie zainstalowany");
|
|
define('OGP_LANG_installed', "Zainstalowany");
|
|
define('OGP_LANG_download_update', "Pobierz/Aktualizacje");
|
|
define('OGP_LANG_are_you_sure', "Jesteś pewny");
|
|
define('OGP_LANG_uninstalling_module_dataloss', "Przez odinstalowanie modułu stracisz wszystkie dane z nim związane.");
|
|
define('OGP_LANG_remove_files_for', "Czy chcesz usunąć wszystkie pliki dla");
|
|
define('OGP_LANG_confirm', "Potwierdz");
|
|
define('OGP_LANG_cancel', "Anuluj");
|
|
define('OGP_LANG_extra_themes', "Dodatkowe style");
|
|
define('OGP_LANG_extra_modules', "Dodatkowe moduły");
|
|
define('OGP_LANG_search_for_updates', "Sprawdź aktualizacje");
|
|
?>
|