From 3697a216ba645e72ec6bbba2bb1441a3bbe67896 Mon Sep 17 00:00:00 2001 From: voyteckst Date: Mon, 10 Jan 2011 12:11:37 +0000 Subject: git-svn-id: http://piwigo.org/svn/branches/2.1@8574 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pl_PL/admin.lang.php | 41 +++++++++++++++++++++++++++++++++++++++++ language/pl_PL/common.lang.php | 2 ++ 2 files changed, 43 insertions(+) (limited to 'language/pl_PL') diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index a42bc7622..20b0c14d1 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -766,4 +766,45 @@ $lang['File upload stopped by extension'] = 'Wgrywanie pliku zostało zatrzymane $lang['Unknown upload error'] = 'Nieznany błąd podczas wgrywania'; $lang['Error on file "%s" : %s'] = 'Błąd w pliku"%s" : %s'; $lang['Menu Management'] = 'Menu'; +$lang['automatic order'] = 'automatyczna kolejność'; +$lang['manual order'] = 'ręczne zamówienie'; +$lang['Albums automatically sorted'] = 'Albumy sortowane automatycznie'; +$lang['Keep high definition'] = 'Zachowaj wysoką jakość'; +$lang['The high definition maximum width must be a number between %d and %d'] = 'Maksymalna szerokość w wysokiej jakości musi być liczbą pomiędzy %d i %d'; +$lang['The high definition maximum height must be a number between %d and %d'] = 'Maksymalna wysokość w wysokiej jakości musi być liczbą pomiędzy %d i %d'; +$lang['The high definition image quality must be a number between %d and %d'] = 'Jakość obrazów w wysokiej jakości musi być liczbą pomiędzy %d i %d'; +$lang['Batch Manager'] = 'Manadżer wsadowy'; +$lang['include child albums'] = 'zawieraj podalbumy'; +$lang['Selection'] = 'Zaznaczenie'; +$lang['Action'] = 'Akcja'; +$lang['Set author'] = 'UStaw autora'; +$lang['Set title'] = 'Ustaw tytuł'; +$lang['Set creation date'] = 'Ustaw datę utworzenia'; +$lang['Apply action'] = 'Zastosuj akcje'; +$lang['on the %d selected photos'] = 'na %d zaznaczonych zdjęć'; +$lang['%d of %d photos selected'] = '%d z %d zaznaczonych zdjęć'; +$lang['No photo selected, %d photos in current set'] = 'Nie zostało wybrane żadne zdjęcie, %d zdjęć w aktualnym zestawie'; +$lang['All %d photos are selected'] = '%d wszystkich zaznaczonych zdjęć'; +$lang['remove this filter'] = 'usuń ten filtr'; +$lang['predefined filter'] = 'filtr predefiniowany'; +$lang['last import'] = 'ostatni import'; +$lang['with no virtual album'] = 'bez wirtualnego albumu'; +$lang['duplicates'] = 'duplikaty'; +$lang['Add a filter'] = 'Dodaj filtr'; +$lang['Remove all filters'] = 'Usuń wszsytkie filtry'; +$lang['Refresh photo set'] = 'Odśwież zestaw zdjęć'; +$lang['The whole page'] = 'Całą strona'; +$lang['The whole set'] = 'Cały zestaw'; +$lang['thumbnails per page'] = 'miniatur na stronie'; +$lang['No photo in the current set.'] = 'Brak zdjęć w wybranym zestawie.'; +$lang['No photo selected, no action possible.'] = 'Brak wybranych zdjęć, niedostępna jest żadna akcja.'; +$lang['Choose an action'] = 'Wybierz akcję'; +$lang['remove author'] = 'usuń autora'; +$lang['Type here the author name'] = 'Wpisz tutaj nazwę autora'; +$lang['remove title'] = 'usuń tytuł'; +$lang['Type here the title'] = 'Wpisz tutaj tytuł'; +$lang['remove creation date'] = 'usuń datę stworzenia'; +$lang['with no album'] = 'bez albumu'; +$lang['with no tag'] = 'bez tagów'; + ?> \ No newline at end of file diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php index 06e6b4aad..c64bede9b 100644 --- a/language/pl_PL/common.lang.php +++ b/language/pl_PL/common.lang.php @@ -379,4 +379,6 @@ $lang['Manage this user comment: %s'] = 'Zarządzaj komentarzami tego użytkowni $lang['This author modified following comment:'] = 'Ten autor zmodyfikował następujący komentarz:'; $lang['This author removed the comment with id %d'] = 'Ten autor usunął komentarz o id %d'; $lang['validate this comment'] = 'potwierdź ten komentarz'; +$lang['Album'] = 'Album'; +$lang['Album: %s'] = 'Albumy: %s'; ?> \ No newline at end of file -- cgit v1.2.3