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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-11-17 04:37:29 +0300
committerNextcloud bot <bot@nextcloud.com>2018-11-17 04:37:29 +0300
commit3ad3c50aa8c1eed5bf9aeb9a09fb934ea42c3fcf (patch)
tree3105c06f37fd3683d9fc309c21fb18b367a5ff6f /l10n/pl.js
parent64031eeda50c3f7d4e8058d16d8ca541bd13d27a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 8cc28e6..759a4ba 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -4,11 +4,11 @@ OC.L10N.register(
"Admin notifications" : "Powiadomienia administratora",
"Notifications" : "Powiadomienia",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ta aplikacja udostępnia backend i frontend dla API powiadomień w Nextcloud.",
+ "No notifications" : "Brak powiadomień",
"Failed to dismiss all notifications" : "Nie udało się zamknąć wszystkich powiadomień",
"Failed to perform action" : "Nie udało się wykonać czynności",
+ "Dismiss" : "Anuluj",
"Failed to dismiss notification" : "Nie udało się odrzucić powiadomienia",
- "in {path}" : "w {path}",
- "No notifications" : "Brak powiadomień",
- "Dismiss" : "Anuluj"
+ "in {path}" : "w {path}"
},
"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);");