mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Keep english values for language keys translation. Provide a script to use english values for key in language files. Todo : provide a script (to help transition) to keep using original keys in language files for translators. git-svn-id: http://piwigo.org/svn/trunk@5156 68402e56-0260-453c-a942-63ccdbb3a9ee
370 lines
20 KiB
PHP
370 lines
20 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based picture gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | 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 |
|
|
// | |
|
|
// | 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. |
|
|
// +-----------------------------------------------------------------------+
|
|
|
|
$lang_info['language_name'] = "English";
|
|
$lang_info['country'] = "Great Britain";
|
|
$lang_info['direction'] = "ltr";
|
|
$lang_info['code'] = "en";
|
|
$lang_info['zero_plural'] = "1";
|
|
|
|
|
|
$lang['%.2f (rated %d times, standard deviation = %.2f)'] = "%.2f (oceniane %d razy, standard deviation = %.2f)";
|
|
$lang['%d Kb'] = "%d Kb";
|
|
$lang['%d category updated'] = "%d kategoria zaktualizowana";
|
|
$lang['%d categories updated'] = "%d zaktualizowanych kategorii";
|
|
$lang['%d comment to validate'] = "%d komentarz do weryfikacji";
|
|
$lang['%d comments to validate'] = "%d komentarzy do weryfikacji";
|
|
$lang['%d new comment'] = "%d nowy komentarz";
|
|
$lang['%d new comments'] = "%d nowe komentarze";
|
|
$lang['%d comment'] = "%d komentarz";
|
|
$lang['%d comments'] = "%d komentarzy";
|
|
$lang['%d hit'] = "%d hit";
|
|
$lang['%d hits'] = "%d hits";
|
|
$lang['%d new image'] = "%d nowy element";
|
|
$lang['%d new images'] = "%d nowych elementów";
|
|
$lang['%d new user'] = "%d nowy użytkownik";
|
|
$lang['%d new users'] = "%d nowi użytkownicy";
|
|
$lang['%d waiting element'] = "%d oczekujący element";
|
|
$lang['%d waiting elements'] = "%d oczekujących elementów";
|
|
$lang['About'] = "O Piwigo";
|
|
$lang['All tags must match'] = "Wszystkie tagi musza pasować";
|
|
$lang['All tags'] = "Wszystkie tagi";
|
|
$lang['Any tag'] = "Dowolny tag";
|
|
$lang['At least one listed rule must be satisfied.'] = "At least one listed rule must be satisfied.";
|
|
$lang['At least one tag must match'] = "Przynajmniej jedentag musi pasować";
|
|
$lang['Author'] = "Autor";
|
|
$lang['Average rate'] = "Średnia ocena";
|
|
$lang['Categories'] = "Kategorie";
|
|
$lang['Category'] = "Kategoria";
|
|
$lang['Close this window'] = "Zamknij okno";
|
|
$lang['Complete RSS feed (images, comments)'] = "Kompletny RSS feed (zdjęcia, komentarze)";
|
|
$lang['Confirm Password'] = "Potwierdź hasło";
|
|
$lang['Connection settings'] = "Ustawienia połączenia";
|
|
$lang['Login'] = "Logowanie";
|
|
$lang['Contact webmaster'] = "Kontakt z webmasterem";
|
|
$lang['Create a new account'] = "Utwórz nowe konto";
|
|
$lang['Created on'] = "Utworzone";
|
|
$lang['Creation date'] = "Data utworzenia";
|
|
$lang['Current password is wrong'] = "Złe hasło";
|
|
$lang['Dimensions'] = "Rozmiary";
|
|
$lang['Display'] = "Wyświetlanie";
|
|
$lang['Each listed rule must be satisfied.'] = "Each listed rule must be satisfied.";
|
|
$lang['Email address is missing'] = "Brak adresu email";
|
|
$lang['Email address'] = "Adres email";
|
|
$lang['Enter your personnal informations'] = "Wprowadź informacje";
|
|
$lang['Error sending email'] = "Błąd podczas wysyłania maila";
|
|
$lang['File name'] = "Nazwa pliku";
|
|
$lang['File'] = "Plik";
|
|
$lang['Filesize'] = "Rozmiar pliku";
|
|
$lang['Filter and display'] = "Filtrowanie i wyświetlanie";
|
|
$lang['Filter'] = "Filtr";
|
|
$lang['Forgot your password?'] = "Zapomniane hasło?";
|
|
$lang['Go through the gallery as a visitor'] = "Przejdź do galerii jako gość";
|
|
$lang['Help'] = "Pomoc";
|
|
$lang['Identification'] = "Logowanie";
|
|
$lang['Image only RSS feed'] = "RSS feed tylko dla zdjęć";
|
|
$lang['Keyword'] = "Keyword";
|
|
$lang['Links'] = "Linki";
|
|
$lang['Mail address'] = "Adres email";
|
|
$lang['N/A'] = "N/A";
|
|
$lang['New on %s'] = "Nowe %s";
|
|
$lang['New password confirmation does not correspond'] = "Potwierdzenie podczas potwierdzania nowego hasła";
|
|
$lang['New password sent by email'] = "Nowe hasło wysłane na pocztą email";
|
|
$lang['No email address'] = "Brak adresu email";
|
|
$lang['No classic user matches this email address'] = "Brak użytkwoników odpowiadających danemu adresowi email";
|
|
$lang['Notification'] = "Powiadamianie";
|
|
$lang['Number of items'] = "Liczba obiektów";
|
|
$lang['Original dimensions'] = "Original dimensions";
|
|
$lang['Password forgotten'] = "Zapomniane hasło";
|
|
$lang['Password'] = "Hasło";
|
|
$lang['Post date'] = "Data umieszczenia";
|
|
$lang['Posted on'] = "Data umieszczenia";
|
|
$lang['Profile'] = "Profil";
|
|
$lang['Quick connect'] = "Logowanie";
|
|
$lang['RSS feed'] = "RSS feed";
|
|
$lang['Rate'] = "Ocena";
|
|
$lang['Register'] = "Zarejestruj";
|
|
$lang['Registration'] = "Rejestracja";
|
|
$lang['Related tags'] = "Powiązane tagi";
|
|
$lang['Reset'] = "Resetuj";
|
|
$lang['Retrieve password'] = "Retrieve password";
|
|
$lang['Search rules'] = "Reguły wyszukiwania";
|
|
$lang['Search tags'] = "Szukaj tagów";
|
|
$lang['Search'] = "Szukaj";
|
|
$lang['See available tags'] = "Zobacz dostępne tagi";
|
|
$lang['Send new password'] = "Prześlij nowe hasło";
|
|
$lang['Since'] = "Od";
|
|
$lang['Sort by'] = "Sortuj po";
|
|
$lang['Sort order'] = "Sortowanie po";
|
|
$lang['Tag'] = "Tag";
|
|
$lang['Tags'] = "Tagi";
|
|
$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = "The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.";
|
|
$lang['Unknown feed identifier'] = "Nieznany identyfikator feed";
|
|
$lang['User comments'] = "Komentarze użytkowników";
|
|
$lang['Username'] = "Użytkownik";
|
|
$lang['Visits'] = "Odwiedzin";
|
|
$lang['Webmaster'] = "Webmaster";
|
|
$lang['Week %d'] = "Tydzień %d";
|
|
$lang['About Piwigo'] = "O Piwigo";
|
|
$lang['You are not authorized to access the requested page'] = "Nie masz uprawnień do oglądania tej strony";
|
|
$lang['add to caddie'] = "Dodaj do koszyka";
|
|
$lang['add this image to your favorites'] = "Dodaj zdjęcie do ulubionych";
|
|
$lang['Administration'] = "Administracja";
|
|
$lang['Adviser mode enabled'] = "Adviser mode enabled";
|
|
$lang['all'] = "wszystkie";
|
|
$lang['ascending'] = "rosnąco";
|
|
$lang['author(s) : %s'] = "Autor(-rzy) : %s";
|
|
$lang['Expand all categories'] = "Rozwiń wszystkie kategorie";
|
|
$lang['posted after %s (%s)'] = "umieszczone po %s (%s)";
|
|
$lang['posted before %s (%s)'] = "umieszczone przed %s (%s)";
|
|
$lang['posted between %s (%s) and %s (%s)'] = "umieszczone pomiędzy %s (%s) i %s (%s)";
|
|
$lang['posted on %s'] = "umieszczone %s";
|
|
$lang['Best rated'] = "Najlepiej oceniane";
|
|
$lang['display best rated items'] = "wyświetl najlepiej oceniane obiekty";
|
|
$lang['caddie'] = "koszyk";
|
|
$lang['Calendar'] = "Kalendarz";
|
|
$lang['All'] = "Wszystkie";
|
|
$lang['display each day with pictures, month per month'] = "wyświetl każdy dzień ze zdjęciem, miesiąc po miesiącu";
|
|
$lang['display pictures added on'] = "wyświetl zdjęcia dodane w";
|
|
$lang['View'] = "Pokaż";
|
|
$lang['chronology_monthly_calendar'] = "Kalendarz miesięczny";
|
|
$lang['chronology_monthly_list'] = "Lista miesięczna";
|
|
$lang['chronology_weekly_list'] = "Lista tygodniowa";
|
|
$lang['Click here if your browser does not automatically forward you'] = "Kliknij jeżeli nie zostałeś przekierowany poprawnie";
|
|
$lang['comment date'] = "data komentarza";
|
|
$lang['Comment'] = "Komentarz";
|
|
$lang['Your comment has been registered'] = "Twój komentarz został zapisany";
|
|
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = "Anti-flood system : poczekaj chwilę aby wysłać nastepny komentarz";
|
|
$lang['Your comment has NOT been registered because it did not pass the validation rules'] = "Twój komentarz nie został zarejestrowany, ponieważ nie jest zgodny z regułami walidacji";
|
|
$lang['An administrator must authorize your comment before it is visible.'] = "Administrator musi zatwierdzić Twój komentarz zanim będzie on widoczny.";
|
|
$lang['This login is already used by another user'] = "Ten login jest już używany przez innego użytkownika";
|
|
$lang['Comments'] = "Komentarze";
|
|
$lang['Add a comment'] = "Dodaj komentarz";
|
|
$lang['created after %s (%s)'] = "utworzone po %s (%s)";
|
|
$lang['created before %s (%s)'] = "utworzone przed %s (%s)";
|
|
$lang['created between %s (%s) and %s (%s)'] = "utworzone pomiędzy %s (%s) i %s (%s)";
|
|
$lang['created on %s'] = "utworzone %s";
|
|
$lang['Customize'] = "Dostosuj";
|
|
$lang['Your Gallery Customization'] = "Twoje dostosowanie";
|
|
$lang['day'][0] = "Niedziela";
|
|
$lang['day'][1] = "Poniedziałek";
|
|
$lang['day'][2] = "Wtorek";
|
|
$lang['day'][3] = "Środa";
|
|
$lang['day'][4] = "Czwartek";
|
|
$lang['day'][5] = "Piątek";
|
|
$lang['day'][6] = "Sobota";
|
|
$lang['Default'] = "Domyślnie";
|
|
$lang['delete this image from your favorites'] = "Usuń zdjęcie ze swoich ulubionych";
|
|
$lang['Delete'] = "Usuń";
|
|
$lang['descending'] = "malejąco";
|
|
$lang['download'] = "Pobierz";
|
|
$lang['download this file'] = "Pobierz ten plik";
|
|
$lang['edit'] = "edytuj";
|
|
$lang['wrong date'] = "zła data";
|
|
$lang['excluded'] = "wykluczone";
|
|
$lang['My favorites'] = "Moje ulubione";
|
|
$lang['display my favorites pictures'] = "pokaż moje ulubione zdjęcia";
|
|
$lang['Favorites'] = "Ulubione";
|
|
$lang['First'] = "Pierwsza";
|
|
$lang['The gallery is locked for maintenance. Please, come back later.'] = "Galeria zablokowana w celach konserwacji. Wróć później.";
|
|
$lang['Page generated in'] = "Strona wygenerowana w";
|
|
$lang['guest'] = "gość";
|
|
$lang['Hello'] = "Witaj";
|
|
$lang['available for administrators only'] = "dostępne tylko dla administratorów";
|
|
$lang['shows images at the root of this category'] = "pokaż zdjęcia tylko dla głównej kategorii";
|
|
$lang['See last users comments'] = "Zobacz ostatnie komentarze";
|
|
$lang['customize the appareance of the gallery'] = "dostosuj wyglód galerii";
|
|
$lang['search'] = "szukaj";
|
|
$lang['Home'] = "Strona Główna";
|
|
$lang['Identification'] = "Uprawnienia";
|
|
$lang['in this category'] = "w tej kategorii";
|
|
$lang['in %d sub-category'] = "w %d podkategori";
|
|
$lang['in %d sub-categories'] = "w %d podkategoriach";
|
|
$lang['included'] = "zawarte";
|
|
$lang['Invalid password!'] = "Złe hasło!";
|
|
$lang['Language'] = "Język";
|
|
$lang['last %d days'] = "ostatnich %d dni";
|
|
$lang['Last'] = "Ostatnia";
|
|
$lang['Logout'] = "Wyloguj";
|
|
$lang['E-mail address'] = "Adres email";
|
|
$lang['obligatory'] = "obowiązkowe";
|
|
$lang['Maximum height of the pictures'] = "Maxymalna wysokość zdjęć";
|
|
$lang['Maximum height must be a number superior to 50'] = "Maxymalna wysokość musi być liczbą do 50";
|
|
$lang['Maximum width of the pictures'] = "Maxymalna szerokość zdjęć";
|
|
$lang['Maximum width must be a number superior to 50'] = "Maxymalna szerokość musi być liczbą do 50";
|
|
$lang['display a calendar by creation date'] = "wyświetla kalendarz po dacie utworzenia";
|
|
$lang['display all elements in all sub-categories'] = "wyświetla wszystkie elementy we wszystkich podkategoriach";
|
|
$lang['return to normal view mode'] = "powrót do normalnego widoku";
|
|
$lang['display a calendar by posted date'] = "wyświetla kalendarz po dacie umieszczenia";
|
|
$lang['month'][10] = "Październik";
|
|
$lang['month'][11] = "Listopad";
|
|
$lang['month'][12] = "Grudzień";
|
|
$lang['month'][1] = "Styczeń";
|
|
$lang['month'][2] = "Luty";
|
|
$lang['month'][3] = "Marzec";
|
|
$lang['month'][4] = "Kwiecień";
|
|
$lang['month'][5] = "Maj";
|
|
$lang['month'][6] = "Czerwiec";
|
|
$lang['month'][7] = "Lipiec";
|
|
$lang['month'][8] = "Sierpień";
|
|
$lang['month'][9] = "Wrzesień";
|
|
$lang['Most visited'] = "Najczęściej odwiedzane";
|
|
$lang['display most visited pictures'] = "pokaż najczęściej odwiedzane zdjęcia";
|
|
$lang['The number of images per row must be a not null scalar'] = "Liczba zdjęć w wierszu musi być większa od zera";
|
|
$lang['Number of images per row'] = "Liczba zdjęć w wierszu";
|
|
$lang['The number of rows per page must be a not null scalar'] = "Liczba wierszy na stronie musi być większa od zera";
|
|
$lang['Number of rows per page'] = "Liczba wierszy na stronie";
|
|
$lang['Unknown identifier'] = "Nieznany identyfikator";
|
|
$lang['New password'] = "Nowe hasło";
|
|
$lang['Rate this picture'] = "Oceń to zdjęcie";
|
|
$lang['Next'] = "Następne";
|
|
$lang['Home'] = "Strona główna";
|
|
$lang['no rate'] = "nie oceniane";
|
|
$lang['Elements posted within the last %d day.'] = "Wyświetl elementy umieszczone w ciągu ostatniego %s dnia.";
|
|
$lang['Elements posted within the last %d days.'] = "Wyświetl elementy umieszczone w ciąu ostatnich %s dni.";
|
|
$lang['password updated'] = "hasło zmienione";
|
|
$lang['Recent period must be a positive integer value'] = "Okres czasu musi być liczbą dodatnią";
|
|
$lang['picture'] = "zdjęcie";
|
|
$lang['Click on the picture to see it in high definition'] = "Wybierz zdjęcie aby je zobaczyć w większej rozdzielczości";
|
|
$lang['Show file metadata'] = "Pokaż metadane (EXIF)";
|
|
$lang['Powered by'] = "Powered by";
|
|
$lang['Preferences'] = "Preferencje";
|
|
$lang['Previous'] = "Poprzednia";
|
|
$lang['Random pictures'] = "Losowe zdjęcia";
|
|
$lang['display a set of random pictures'] = "wyświetla zbior losowych zdjęć";
|
|
$lang['Recent categories'] = "Aktualne kategorie";
|
|
$lang['display recently updated categories'] = "wyświetla ostatnio uaktualnione kategorie";
|
|
$lang['Recent period'] = "Najnowszy okres";
|
|
$lang['Recent pictures'] = "Najnowsze zdjęcia";
|
|
$lang['display most recent pictures'] = "wyświetla najnowsze zdjęcia";
|
|
$lang['Redirection...'] = "Przekierowywanie...";
|
|
$lang['Please, enter a login'] = "Wprowadź login";
|
|
$lang['login mustn\'t end with a space character'] = "Login nie może posiadać spacji";
|
|
$lang['login mustn\'t start with a space character'] = "Login nie moż się zaczynać od znaku specjalnego";
|
|
$lang['this login is already used'] = "ten login już istnieje";
|
|
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "mail musi być w postaci xxx@yyy.eee (przykład : jack@altern.org)";
|
|
$lang['please enter your password again'] = "wprowadź hasło jeszcze raz";
|
|
$lang['Auto login'] = "Pamiętaj mnie";
|
|
$lang['remove this tag from the list'] = "usuń ten tag z listy";
|
|
$lang['representative'] = "reprezentant";
|
|
$lang['return to homepage'] = "powrót do strony głównej";
|
|
$lang['Search for Author'] = "Szukaj Autora";
|
|
$lang['Search in Categories'] = "Szukaj w Kategoriach";
|
|
$lang['Search by Date'] = "Szukaj po Dacie";
|
|
$lang['Date'] = "Data od";
|
|
$lang['End-Date'] = "Data do";
|
|
$lang['Kind of date'] = "Rodzaj daty";
|
|
$lang['Search for words'] = "Szukaj słów";
|
|
$lang['Search for all terms'] = "Szukaj po wszystkim";
|
|
$lang['Search for any terms'] = "Szukaj po wszystkim";
|
|
$lang['Empty query. No criteria has been entered.'] = "Puste zapytanie. Nie zostały wprowadzone żadne kryteria.";
|
|
$lang['Search Options'] = "Opcje wyszukiwania";
|
|
$lang['Search results'] = "Wyniki wyszukiwania";
|
|
$lang['Search in subcategories'] = "Szukaj w podkategoriach";
|
|
$lang['Search'] = "Szukaj";
|
|
$lang['searched words : %s'] = "szukane słowa : %s";
|
|
$lang['Contact'] = "Kontakt";
|
|
$lang['set as category representative'] = "ustaw jako reprezentanta kategorii";
|
|
$lang['Show number of comments'] = "Pokaż liczbę komentarzy";
|
|
$lang['Show number of hits'] = "Pokaż liczbę wyświetleń";
|
|
$lang['slideshow'] = "pokaz zdjęć";
|
|
$lang['stop the slideshow'] = "zatrzymaj pokaz";
|
|
$lang['Specials'] = "Specjalne";
|
|
$lang['SQL queries in'] = "Zapytania SQL w";
|
|
$lang['display only recently posted images'] = "wyświetla tylko ostatnio umieszczone";
|
|
$lang['return to the display of all images'] = "powrót do wyświetlania wszystkich elementów";
|
|
$lang['the beginning'] = "poczatek";
|
|
$lang['Interface theme'] = "Styl interfejsu";
|
|
$lang['Thumbnails'] = "Miniatury";
|
|
$lang['Menu'] = "Menu";
|
|
$lang['A comment on your site'] = "Komentarz do Twojej strony";
|
|
$lang['today'] = "dzisiaj";
|
|
$lang['Update your rating'] = "Aktualizuj Twoją ocenę";
|
|
$lang['wrong filename'] = "zła nazwa pliku";
|
|
$lang['the filesize of the picture must not exceed :'] = "rozmiar zdjęcia nie może przekraczać :";
|
|
$lang['the picture must be to the fileformat jpg, gif or png'] = "zdjęcia muszą być w formacie jpg, gif lub png";
|
|
$lang['the height of the picture must not exceed :'] = "wysokość zdjęcia nie może przekraczać :";
|
|
$lang['Optional, but recommended : choose a thumbnail to associate to'] = "Opcjonalne, ale zalecane : wybierz miniaturę do powiązania z";
|
|
$lang['the width of the picture must not exceed :'] = "szerokość zdjęcia nie może przekraczać :";
|
|
$lang['Author'] = "Autor (np. \"Pierrick LE GALL\")";
|
|
$lang['can\'t upload the picture on the server'] = "nie można wgrać zdjęcia na serwer";
|
|
$lang['the username must be given'] = "nazwa użytkonika musi być podana";
|
|
$lang['A picture\'s name already used'] = "Nazwa zdjęcia już wykorzystana";
|
|
$lang['You must choose a picture fileformat for the image'] = "Musisz wybrać format pliku dla zdjęcia";
|
|
$lang['You can\'t upload pictures in this category'] = "Nie moćesz wgrywać zdjęć do tej kategorii";
|
|
$lang['Name of the picture'] = "Nazwa zdjęcia";
|
|
$lang['Upload a picture'] = "Wgraj zdjęcie";
|
|
$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "Zdjęcie wgrane pomyślnie. Zostanie zaakceptowane przez administratora tak szybko jak to możliwe";
|
|
$lang['Upload a picture'] = "Wgraj zdjęcie";
|
|
$lang['useful when password forgotten'] = "przydatne gdy zostanie zapomniane hasło";
|
|
$lang['Quick search'] = "Szybkie wyszukiwanie";
|
|
$lang['Connected user: %s'] = "Zalogowany użytkownik: %s";
|
|
$lang['IP: %s'] = "IP: %s";
|
|
$lang['Browser: %s'] = "Przeglądarka: %s";
|
|
$lang['Author: %s'] = "Autor: %s";
|
|
$lang['Comment: %s'] = "Komentarz: %s";
|
|
$lang['Delete: %s'] = "Usuń: %s";
|
|
$lang['Validate: %s'] = "Akceptuj: %s";
|
|
$lang['Comment by %s'] = "Komentarz wystawiony przez %s";
|
|
$lang['User: %s'] = "Użytkownik: %s";
|
|
$lang['Email: %s'] = "Email: %s";
|
|
$lang['Admin: %s'] = "Admin: %s";
|
|
$lang['Registration of %s'] = "Rejestracja %s";
|
|
$lang['Category: %s'] = "Kategoria: %s";
|
|
$lang['Picture name: %s'] = "Nazwa zdjęcia: %s";
|
|
$lang['Creation date: %s'] = "Data utworzenia: %s";
|
|
$lang['Waiting page: %s'] = "Strona oczekująca: %s";
|
|
$lang['Picture uploaded by %s'] = "Zdjęcie wgrane przez %s";
|
|
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Zły status dla użytkownika \"gość\", używam domyślnego";
|
|
$lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster i special user nie mogą uzywać tej metody";
|
|
$lang['a user use already this mail address'] = "użytkownik już używa tego adresu email";
|
|
$lang['Category results for'] = "Wyniki kategorii dla";
|
|
$lang['Tag results for'] = "Wyniki tagów dla";
|
|
$lang['from %s to %s'] = "od %s do %s";
|
|
$lang['Play of slideshow'] = "Odtwórz jako slideshow";
|
|
$lang['Pause of slideshow'] = "Pause pokazu";
|
|
$lang['Repeat the slideshow'] = "Powtarzaj slideshow";
|
|
$lang['Not repeat the slideshow'] = "Nie powtarzaj slideshow";
|
|
$lang['Reduce diaporama speed'] = "Zmniejsz prędkość diaporamy";
|
|
$lang['Accelerate diaporama speed'] = "Zwiększ prędkość diaporamy";
|
|
$lang['Submit'] = "Wyślij";
|
|
$lang['Yes'] = "Tak";
|
|
$lang['No'] = "Nie";
|
|
$lang['%d image'] = "%d obraz";
|
|
$lang['%d images'] = "%d obrazów";
|
|
$lang['%d image is also linked to current tags'] = "%d obraz jest także podpięty do aktualnych tagów";
|
|
$lang['%d images are also linked to current tags'] = "%d obrazy są także podpięte do aktualnych tagów";
|
|
$lang['See images linked to this tag only'] = "Zobacz obrazy podięte tylko do tego tagu";
|
|
$lang['images posted during the last %d days'] = "obrazy wgrane przez ostatnich %d dni";
|
|
$lang['Choose an image'] = "Wybierz obraz";
|
|
$lang['Piwigo Help'] = "Piwigo Pomoc";
|
|
$lang['Rank'] = "Ranking";
|
|
$lang['group by letters'] = "grupuj literami";
|
|
$lang['letters'] = "litery";
|
|
$lang['show tag cloud'] = "pokazuj tag jako chmurkę";
|
|
$lang['cloud'] = "chmurka";
|
|
$lang['Reset to default values'] = "";
|
|
$lang['delete all images from your favorites'] = "usuń wszystkie obrazy z Twoich ulubionych";
|
|
$lang['Sent by'] = "Przesłane przez";
|
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "";
|
|
?>
|