diff options
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 7cf5be575f4..93a256bd7ff 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -153,7 +153,7 @@ $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>" => "Cześć,<br><br>Informuję cię że %s udostępnia ci »%s«.\n<br><a href=\"%s\">Zobacz!</a><br><br>", -"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać.", -"Thank you for your patience." => "Dziękuję za cierpliwość." +"Thank you for your patience." => "Dziękuję za cierpliwość.", +"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);"; |