Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-02 09:55:17 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-02 09:55:17 +0400
commit9933b331663548b8f082239a8ee6c492978bb467 (patch)
treeb7f2688373230e4b7434807d0191a5c65e01562b /lib/l10n/pl.php
parent94c3bac9eddc61a4a17453f04243a2086a2c783d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pl.php')
-rw-r--r--lib/l10n/pl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php
index 0d19edef3d1..d83c8cb42a0 100644
--- a/lib/l10n/pl.php
+++ b/lib/l10n/pl.php
@@ -86,6 +86,7 @@ $TRANSLATIONS = array(
"A valid username must be provided" => "Należy podać prawidłową nazwę użytkownika",
"A valid password must be provided" => "Należy podać prawidłowe hasło",
"The username is already being used" => "Ta nazwa użytkownika jest już używana",
+"PostgreSQL >= 9 required" => "Wymagany PostgreSQL >= 9",
"Could not obtain lock type %d on \"%s\"." => "Nie można uzyskać blokady typu %d na \"%s\"."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";