diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-28 00:11:21 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-28 00:11:21 +0100 |
commit | 1d4d4fd678cd3d76c4b8a0182ec97f65b9d97b0a (patch) | |
tree | 3ab74632feb70205791d47955305bc864a431e39 /core/l10n/pl.php | |
parent | d251f04b98c3be9ecb6435af15628f0ccf09cfe3 (diff) | |
download | nextcloud-server-1d4d4fd678cd3d76c4b8a0182ec97f65b9d97b0a.tar.gz nextcloud-server-1d4d4fd678cd3d76c4b8a0182ec97f65b9d97b0a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index de8c6e77b79..4b8b7fc844a 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -1,15 +1,23 @@ <?php $TRANSLATIONS = array( +"Category type not provided." => "Typ kategorii nie podany.", "No category to add?" => "Brak kategorii", "This category already exists: " => "Ta kategoria już istnieje", +"Object type not provided." => "Typ obiektu nie podany.", +"%s ID not provided." => "%s ID nie podany.", +"Error adding %s to favorites." => "Błąd dodania %s do ulubionych.", "No categories selected for deletion." => "Nie ma kategorii zaznaczonych do usunięcia.", +"Error removing %s from favorites." => "Błąd usunięcia %s z ulubionych.", "Settings" => "Ustawienia", "seconds ago" => "sekund temu", "1 minute ago" => "1 minute temu", "{minutes} minutes ago" => "{minutes} minut temu", +"1 hour ago" => "1 godzine temu", +"{hours} hours ago" => "{hours} godzin temu", "today" => "dziś", "yesterday" => "wczoraj", "{days} days ago" => "{days} dni temu", "last month" => "ostani miesiąc", +"{months} months ago" => "{months} miesięcy temu", "months ago" => "miesięcy temu", "last year" => "ostatni rok", "years ago" => "lat temu", @@ -18,7 +26,10 @@ "No" => "Nie", "Yes" => "Tak", "Ok" => "Ok", +"The object type is not specified." => "Typ obiektu nie jest określony.", "Error" => "Błąd", +"The app name is not specified." => "Nazwa aplikacji nie jest określona.", +"The required file {file} is not installed!" => "Żądany plik {file} nie jest zainstalowany!", "Error while sharing" => "Błąd podczas współdzielenia", "Error while unsharing" => "Błąd podczas zatrzymywania współdzielenia", "Error while changing permissions" => "Błąd przy zmianie uprawnień", |