From c6a5f13d2307757a0328f9c8fac340938a17f90d Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 27 Sep 2010 23:32:09 +0000 Subject: feature 1616: rename category into album, a few language keys were missing git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pl_PL/admin.lang.php | 10 +++++----- language/pl_PL/upgrade.lang.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'language/pl_PL') diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index 0d89d337a..7d8b8e41d 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -349,7 +349,7 @@ $lang['synchronize'] = 'synchronizuj'; $lang['update the database from files'] = 'aktualizuj bazę danych z plików'; $lang['status'] = 'status'; $lang['Directory'] = 'Katalog'; -$lang['sub-categories'] = 'pod-kategorie'; +$lang['sub-albums'] = 'pod-kategorie'; $lang['synchronize metadata'] = 'synchronizuj metadane'; $lang['target'] = 'cel'; $lang['Thumbnail'] = 'miniatura'; @@ -400,7 +400,7 @@ $lang['Errors caption'] = 'Nagłówki błędów'; $lang['Detailed informations'] = 'Informacje szczegółowe'; $lang['File/directory read error'] = 'Błąd odczytu pliku/katalogu'; $lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = 'Brak dostępu do pliku lub katalogu (nie istnieje lub brak uprawnień)'; -$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ pliku wymaga miniatury. Miniatura musi znajdować się w podkatalogu "thumbnail" danej kategorii. Nazwa pliku z miniaturą musi zaczynać się od skonfigurowanego prefixu, a rozszerzenie pliku musi być nastepujące :'; +$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ pliku wymaga miniatury. Miniatura musi znajdować się w podkatalogu "thumbnail" danej kategorii. Nazwa pliku z miniaturą musi zaczynać się od skonfigurowanego prefixu, a rozszerzenie pliku musi być nastepujące :'; $lang['missing thumbnail'] = 'brakujące miniatury'; $lang['albums deleted in the database'] = 'kategorii usuniętych z bazy danych'; $lang['elements deleted in the database'] = 'elementów usuniętych z bazy danych'; @@ -432,7 +432,7 @@ $lang['user_status_generic'] = 'Ogólny'; $lang['user_status_guest'] = 'Gość'; $lang['user_status_normal'] = 'Użytkownik'; $lang['user_status_webmaster'] = 'Webmaster'; -$lang['Virtual category'] = 'Kategoria wirtualna'; +$lang['Virtual album'] = 'Kategoria wirtualna'; $lang['Waiting'] = 'Oczekujące'; $lang['default'] = 'domyślna'; $lang['Toggle \'default group\' property'] = 'Właściwości przełączania \'grupy domyślnej\''; @@ -458,10 +458,10 @@ $lang['Save page visits by administrators'] = 'Zapisuj odwiedziny strony przez a $lang['An information email was sent to group "%s"'] = 'Powiadomienie wysłane do członków grupy "%s"'; $lang['Send an information email to group members'] = 'Wyślij powiadomienie do członków grupy'; $lang['Group'] = 'Grupa'; -$lang['[%s] Come to visit the category %s'] = '[%s] Wejdź aby zobaczyć kategorie %s'; +$lang['[%s] Visit album %s'] = '[%s] Wejdź aby zobaczyć kategorie %s'; $lang['Hello,'] = 'Witaj,'; $lang['See you soon.'] = 'Do zobaczenia wkrótce.'; -$lang['Come to discover the category:'] = 'Wejdź aby zobacyzć kategorie:'; +$lang['Discover album:'] = 'Wejdź aby zobacyzć kategorie:'; $lang['Mail content'] = 'Treść maila'; $lang['none'] = 'brak'; $lang['high'] = 'wysoki'; diff --git a/language/pl_PL/upgrade.lang.php b/language/pl_PL/upgrade.lang.php index 654b38ed9..e2d149902 100644 --- a/language/pl_PL/upgrade.lang.php +++ b/language/pl_PL/upgrade.lang.php @@ -33,7 +33,7 @@ $lang['Only administrator can run upgrade: please sign in below.'] = 'Tylko admi $lang['You do not have access rights to run upgrade'] = 'Nie masz uprawnień do wykonania aktualizacji'; // Upgrade informations from upgrade_1.3.1.php -$lang['All sub-categories of private categories become private'] = 'Wszystkie podkategorie kategorii prywatnych staną się prywatne'; +$lang['All sub-albums of private albums become private'] = 'Wszystkie podkategorie kategorii prywatnych staną się prywatne'; $lang['User permissions and group permissions have been erased'] = 'Uprawnienia użytkowników oraz grup zostały usunięte'; $lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Z poprzedniej konfiguracji zostały zapisane tylko prefixy miniatur oraz adres email administratora.'; //For version 2.1.0 -- cgit v1.2.3