diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-07 11:31:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-07 11:31:55 +0000 |
commit | 3063131e6d3e222cb7a6aefd008d9127461119c1 (patch) | |
tree | 9dcf0412f342ba3198fd3bc0b3f3b7ff51b237c4 /settings/l10n/pl.js | |
parent | 8d57d6884613078287601a49c30d0f0f0ced5a6a (diff) | |
download | nextcloud-server-3063131e6d3e222cb7a6aefd008d9127461119c1.tar.gz nextcloud-server-3063131e6d3e222cb7a6aefd008d9127461119c1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/pl.js')
-rw-r--r-- | settings/l10n/pl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index b1d22bc6c6c..091969c1113 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -378,6 +378,7 @@ OC.L10N.register( "change full name" : "Zmień pełna nazwę", "set new password" : "ustaw nowe hasło", "change email address" : "zmień adres email", - "Default" : "Domyślny" + "Default" : "Domyślny", + "__language_name__" : "polski" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |