summaryrefslogtreecommitdiffstats
path: root/core/l10n/pl.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-26 04:04:05 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-26 04:04:05 -0500
commitdc67c7efa9ff20f8b4466e5b6490405439d4a90f (patch)
tree156b3fdf852ec411dd814d3623c18fd8b96d59e1 /core/l10n/pl.php
parentfaf14b4c79d34fbc83e301c49dc3ac4849f0c3ca (diff)
downloadnextcloud-server-dc67c7efa9ff20f8b4466e5b6490405439d4a90f.tar.gz
nextcloud-server-dc67c7efa9ff20f8b4466e5b6490405439d4a90f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r--core/l10n/pl.php4
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);";