summaryrefslogtreecommitdiffstats
path: root/core/l10n/pl.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r--core/l10n/pl.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 26de64bd0dc..9be10f535b7 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -30,18 +30,17 @@ $TRANSLATIONS = array(
"December" => "Grudzień",
"Settings" => "Ustawienia",
"seconds ago" => "sekund temu",
-"_%n minute ago_::_%n minutes ago_" => array(,),
-"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n minute ago_::_%n minutes ago_" => array("","",""),
+"_%n hour ago_::_%n hours ago_" => array("","",""),
"today" => "dziś",
"yesterday" => "wczoraj",
-"_%n day ago_::_%n days ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array("","",""),
"last month" => "w zeszłym miesiącu",
-"_%n month ago_::_%n months ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array("","",""),
"months ago" => "miesięcy temu",
"last year" => "w zeszłym roku",
"years ago" => "lat temu",
"Choose" => "Wybierz",
-"Cancel" => "Anuluj",
"Error loading file picker template" => "Błąd podczas ładowania pliku wybranego szablonu",
"Yes" => "Tak",
"No" => "Nie",
@@ -135,8 +134,6 @@ $TRANSLATIONS = array(
"Log in" => "Zaloguj",
"Alternative Logins" => "Alternatywne loginy",
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>Cheers!" => "Cześć,<br><br>Informuję cię że %s udostępnia ci »%s«.\n<br><a href=\"%s\">Zobacz</a><br><br>Pozdrawiam!",
-"prev" => "wstecz",
-"next" => "naprzód",
"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";