diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-16 02:17:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-16 02:17:14 +0000 |
commit | a84eec88e89c9197946e784472545d8f32a258fb (patch) | |
tree | b258d16bf1d05af89df0ac1ff95d19d6e2b97e9c /apps/settings/l10n/pl.js | |
parent | 91a2d5e0124a59270c89830c52557a5d45c8faee (diff) | |
download | nextcloud-server-a84eec88e89c9197946e784472545d8f32a258fb.tar.gz nextcloud-server-a84eec88e89c9197946e784472545d8f32a258fb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/settings/l10n/pl.js')
-rw-r--r-- | apps/settings/l10n/pl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index bb0d1662452..edd4b5cdac6 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -872,6 +872,6 @@ OC.L10N.register( "Official" : "Oficjalna", "The backend does not support changing the display name" : "System zaplecza nie obsługuje zmiany nazwy wyświetlanej", "Set default expiration date" : "Ustaw domyślną datę wygaśnięcia", - "{counter} apps have an update available" : "Aplikacje {counter} mają dostępną aktualizację" + "{counter} apps have an update available" : "{counter} aplikacje mają dostępną aktualizację" }, "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);"); |