aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-12 00:12:24 +0000
committerNextcloud bot <bot@nextcloud.com>2018-09-12 00:12:24 +0000
commit95e2d5f170e80876cc78452acc86d49cce599ec5 (patch)
treecbabe6f546c490a703bae1413c2504a08ab1d93b /apps
parenta6678dfdf1f7fec35d1b56513ba45df3fed44f1e (diff)
downloadnextcloud-server-95e2d5f170e80876cc78452acc86d49cce599ec5.tar.gz
nextcloud-server-95e2d5f170e80876cc78452acc86d49cce599ec5.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/l10n/pl.js1
-rw-r--r--apps/dav/l10n/pl.json1
-rw-r--r--apps/federation/l10n/uk.js10
-rw-r--r--apps/federation/l10n/uk.json10
-rw-r--r--apps/files_external/l10n/el.js1
-rw-r--r--apps/files_external/l10n/el.json1
-rw-r--r--apps/files_sharing/l10n/el.js3
-rw-r--r--apps/files_sharing/l10n/el.json3
-rw-r--r--apps/files_trashbin/l10n/el.js1
-rw-r--r--apps/files_trashbin/l10n/el.json1
-rw-r--r--apps/files_trashbin/l10n/pl.js1
-rw-r--r--apps/files_trashbin/l10n/pl.json1
-rw-r--r--apps/oauth2/l10n/pl.js1
-rw-r--r--apps/oauth2/l10n/pl.json1
-rw-r--r--apps/sharebymail/l10n/pl.js1
-rw-r--r--apps/sharebymail/l10n/pl.json1
-rw-r--r--apps/theming/l10n/el.js1
-rw-r--r--apps/theming/l10n/el.json1
-rw-r--r--apps/updatenotification/l10n/el.js2
-rw-r--r--apps/updatenotification/l10n/el.json2
-rw-r--r--apps/updatenotification/l10n/pl.js1
-rw-r--r--apps/updatenotification/l10n/pl.json1
22 files changed, 38 insertions, 8 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js
index 6a3df2b920a..715869abf39 100644
--- a/apps/dav/l10n/pl.js
+++ b/apps/dav/l10n/pl.js
@@ -54,6 +54,7 @@ OC.L10N.register(
"Where:" : "Gdzie: ",
"Description:" : "Opis:",
"Link:" : "Link: ",
+ "Accept" : "Akceptuj",
"Contacts" : "Kontakty",
"WebDAV" : "WebDAV",
"Technical details" : "Szczegóły techniczne",
diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json
index 7f3f5a452a0..92c58b1bfd6 100644
--- a/apps/dav/l10n/pl.json
+++ b/apps/dav/l10n/pl.json
@@ -52,6 +52,7 @@
"Where:" : "Gdzie: ",
"Description:" : "Opis:",
"Link:" : "Link: ",
+ "Accept" : "Akceptuj",
"Contacts" : "Kontakty",
"WebDAV" : "WebDAV",
"Technical details" : "Szczegóły techniczne",
diff --git a/apps/federation/l10n/uk.js b/apps/federation/l10n/uk.js
index 6837d75606c..0206ed19472 100644
--- a/apps/federation/l10n/uk.js
+++ b/apps/federation/l10n/uk.js
@@ -1,11 +1,13 @@
OC.L10N.register(
"federation",
{
- "Server added to the list of trusted ownClouds" : "Сервер додано до переліку довірених серверів ownClouds",
+ "Added to the list of trusted servers" : "Сервер додано до списку довірених серверів",
"Server is already in the list of trusted servers." : "Сервер вже знаходиться в переліку довірених серверів",
- "No ownCloud server found" : "Не знайдено сервер ownCloud",
"Could not add server" : "Не вдалося додати сервер",
"Federation" : "Об'єднання",
- "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Об'єднання ownCloud дозволяє вам з'єднання з іншими довіреними серверами ownClouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
+ "Trusted servers" : "Довірені сервера",
+ "+ Add trusted server" : "Додати довірений сервер",
+ "Trusted server" : "Довірений сервер",
+ "Add" : "Додати"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/apps/federation/l10n/uk.json b/apps/federation/l10n/uk.json
index 6eb357d6284..b314005c9b4 100644
--- a/apps/federation/l10n/uk.json
+++ b/apps/federation/l10n/uk.json
@@ -1,9 +1,11 @@
{ "translations": {
- "Server added to the list of trusted ownClouds" : "Сервер додано до переліку довірених серверів ownClouds",
+ "Added to the list of trusted servers" : "Сервер додано до списку довірених серверів",
"Server is already in the list of trusted servers." : "Сервер вже знаходиться в переліку довірених серверів",
- "No ownCloud server found" : "Не знайдено сервер ownCloud",
"Could not add server" : "Не вдалося додати сервер",
"Federation" : "Об'єднання",
- "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Об'єднання ownCloud дозволяє вам з'єднання з іншими довіреними серверами ownClouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+ "Trusted servers" : "Довірені сервера",
+ "+ Add trusted server" : "Додати довірений сервер",
+ "Trusted server" : "Довірений сервер",
+ "Add" : "Додати"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file
diff --git a/apps/files_external/l10n/el.js b/apps/files_external/l10n/el.js
index fb5c99ff922..0d99032eddd 100644
--- a/apps/files_external/l10n/el.js
+++ b/apps/files_external/l10n/el.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"(group)" : "(ομάδα)",
"Compatibility with Mac NFD encoding (slow)" : "Συμβατότητα με Mac NFD κωδικόποιηση (αργό) ",
"Admin defined" : "Ορίσθηκε διαχειριστής ",
+ "Delete storage?" : "Διαγραφή αποθηκευτικού χώρου;",
"Saved" : "Αποθηκεύτηκαν",
"Saving..." : "Γίνεται αποθήκευση...",
"Save" : "Αποθήκευση",
diff --git a/apps/files_external/l10n/el.json b/apps/files_external/l10n/el.json
index 9abcf91d40b..d35c430ce6a 100644
--- a/apps/files_external/l10n/el.json
+++ b/apps/files_external/l10n/el.json
@@ -12,6 +12,7 @@
"(group)" : "(ομάδα)",
"Compatibility with Mac NFD encoding (slow)" : "Συμβατότητα με Mac NFD κωδικόποιηση (αργό) ",
"Admin defined" : "Ορίσθηκε διαχειριστής ",
+ "Delete storage?" : "Διαγραφή αποθηκευτικού χώρου;",
"Saved" : "Αποθηκεύτηκαν",
"Saving..." : "Γίνεται αποθήκευση...",
"Save" : "Αποθήκευση",
diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js
index 77d04dd7af0..65ec94b56a0 100644
--- a/apps/files_sharing/l10n/el.js
+++ b/apps/files_sharing/l10n/el.js
@@ -4,13 +4,16 @@ OC.L10N.register(
"Shared with others" : "Διαμοιρασμένα με άλλους",
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
+ "Deleted shares" : "Διαγραμμένα κοινόχρηστα",
"Nothing shared with you yet" : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.",
"Files and folders others share with you will show up here" : "Τα αρχεία και οι φάκελοι που άλλοι διαμοιράζονται με εσάς θα εμφανιστούν εδώ",
"Nothing shared yet" : "Δεν έχει διαμοιραστεί τίποτα μέχρι στιγμής",
"Files and folders you share will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε θα εμφανιστούν εδώ",
"No shared links" : "Κανένας διαμοιρασμένος σύνδεσμος",
"Files and folders you share by link will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε μέσω συνδέσμου θα εμφανιστούνε εδώ",
+ "Move or copy" : "Μετακίνηση ή αντιγραφή",
"Download" : "Λήψη",
+ "Delete" : "Διαγραφή",
"You can upload into this folder" : "Μπορείτε να μεταφορτώσετε σε αυτόν τον φάκελο",
"No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}",
"Invalid server URL" : "Μη έγκυρο URL διακομιστή",
diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json
index d27ed52bc28..1e3a348bacc 100644
--- a/apps/files_sharing/l10n/el.json
+++ b/apps/files_sharing/l10n/el.json
@@ -2,13 +2,16 @@
"Shared with others" : "Διαμοιρασμένα με άλλους",
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
+ "Deleted shares" : "Διαγραμμένα κοινόχρηστα",
"Nothing shared with you yet" : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.",
"Files and folders others share with you will show up here" : "Τα αρχεία και οι φάκελοι που άλλοι διαμοιράζονται με εσάς θα εμφανιστούν εδώ",
"Nothing shared yet" : "Δεν έχει διαμοιραστεί τίποτα μέχρι στιγμής",
"Files and folders you share will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε θα εμφανιστούν εδώ",
"No shared links" : "Κανένας διαμοιρασμένος σύνδεσμος",
"Files and folders you share by link will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε μέσω συνδέσμου θα εμφανιστούνε εδώ",
+ "Move or copy" : "Μετακίνηση ή αντιγραφή",
"Download" : "Λήψη",
+ "Delete" : "Διαγραφή",
"You can upload into this folder" : "Μπορείτε να μεταφορτώσετε σε αυτόν τον φάκελο",
"No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}",
"Invalid server URL" : "Μη έγκυρο URL διακομιστή",
diff --git a/apps/files_trashbin/l10n/el.js b/apps/files_trashbin/l10n/el.js
index d63dc09c745..f29346267d7 100644
--- a/apps/files_trashbin/l10n/el.js
+++ b/apps/files_trashbin/l10n/el.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο",
"Select all" : "Επιλογή όλων",
"Name" : "Όνομα",
+ "Actions" : "Ενέργειες",
"Deleted" : "Διαγραμμένα"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files_trashbin/l10n/el.json b/apps/files_trashbin/l10n/el.json
index 5d0ad857d35..086675773cd 100644
--- a/apps/files_trashbin/l10n/el.json
+++ b/apps/files_trashbin/l10n/el.json
@@ -14,6 +14,7 @@
"No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο",
"Select all" : "Επιλογή όλων",
"Name" : "Όνομα",
+ "Actions" : "Ενέργειες",
"Deleted" : "Διαγραμμένα"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/pl.js b/apps/files_trashbin/l10n/pl.js
index c085230c252..027481d597c 100644
--- a/apps/files_trashbin/l10n/pl.js
+++ b/apps/files_trashbin/l10n/pl.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"No entries found in this folder" : "Brak wpisów w tym folderze",
"Select all" : "Wybierz wszystko",
"Name" : "Nazwa",
+ "Actions" : "Akcje",
"Deleted" : "Usunięte"
},
"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);");
diff --git a/apps/files_trashbin/l10n/pl.json b/apps/files_trashbin/l10n/pl.json
index 85e913f83a0..12838fbade8 100644
--- a/apps/files_trashbin/l10n/pl.json
+++ b/apps/files_trashbin/l10n/pl.json
@@ -14,6 +14,7 @@
"No entries found in this folder" : "Brak wpisów w tym folderze",
"Select all" : "Wybierz wszystko",
"Name" : "Nazwa",
+ "Actions" : "Akcje",
"Deleted" : "Usunięte"
},"pluralForm" :"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);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js
index 0b7aa7c5386..aceb6c17c23 100644
--- a/apps/oauth2/l10n/pl.js
+++ b/apps/oauth2/l10n/pl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"oauth2",
{
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Adres przekierowania musi być pełnym adresem URL, np.: https://twojadomena.com/sciezka",
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Klienci OAuth 2.0",
"Name" : "Nazwa",
diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json
index 5ca434bb8fd..e354419dac3 100644
--- a/apps/oauth2/l10n/pl.json
+++ b/apps/oauth2/l10n/pl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Adres przekierowania musi być pełnym adresem URL, np.: https://twojadomena.com/sciezka",
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Klienci OAuth 2.0",
"Name" : "Nazwa",
diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js
index 0692ed37d26..0c08d470694 100644
--- a/apps/sharebymail/l10n/pl.js
+++ b/apps/sharebymail/l10n/pl.js
@@ -29,6 +29,7 @@ OC.L10N.register(
"Password to access »%s« shared to you by %s" : "Hasło dostępu do »%s« jest udostępnione Tobie przez %s",
"Password to access »%s«" : "Hasło do dostępu »%s«",
"It is protected with the following password: %s" : "To jest chronione następującym hasłem: %s",
+ "%1$s via %2$s" : "%1$s przez %2$s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniono »%s« użytkownikowi %s. Udostępniony udział został już wysłany do odbiorcy, jednak zgodnie z polityką bezpieczeństwa ustanowioną przez administratora %s każdy udział musi zostać zabezpieczony hasłem. Wysyłanie hasła bezpośrednio do odbiorcy jest zabronione, dlatego też musisz mu je przekazać w klasyczny sposób.",
"Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s",
"This is the password: %s" : "To jest hasło: %s",
diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json
index d7aacbc8e54..ef85eed1822 100644
--- a/apps/sharebymail/l10n/pl.json
+++ b/apps/sharebymail/l10n/pl.json
@@ -27,6 +27,7 @@
"Password to access »%s« shared to you by %s" : "Hasło dostępu do »%s« jest udostępnione Tobie przez %s",
"Password to access »%s«" : "Hasło do dostępu »%s«",
"It is protected with the following password: %s" : "To jest chronione następującym hasłem: %s",
+ "%1$s via %2$s" : "%1$s przez %2$s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniono »%s« użytkownikowi %s. Udostępniony udział został już wysłany do odbiorcy, jednak zgodnie z polityką bezpieczeństwa ustanowioną przez administratora %s każdy udział musi zostać zabezpieczony hasłem. Wysyłanie hasła bezpośrednio do odbiorcy jest zabronione, dlatego też musisz mu je przekazać w klasyczny sposób.",
"Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s",
"This is the password: %s" : "To jest hasło: %s",
diff --git a/apps/theming/l10n/el.js b/apps/theming/l10n/el.js
index 3913562af57..780f2ad0b1a 100644
--- a/apps/theming/l10n/el.js
+++ b/apps/theming/l10n/el.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"No file uploaded" : "Δεν έχει μεταφορτωθεί αρχείο",
"Unsupported image type" : "Μη υποστηριζόμενος τύπος εικόνας",
"Theming" : "Προσαρμογή θέματος",
+ "Legal notice" : "Νομική ειδοποίηση",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Η προσαρμογή θέματος καθιστά δυνατή την εύκολη προσαρμογή της εμφάνισης της εμφάνισης της εγκατάστασής σας καθώς και των υποστηριζόμενων πελατών. Αυτή θα είναι ορατή για όλους τους χρήστες.",
"Name" : "Όνομα",
"Reset to default" : "Επαναφορά στα προεπιλεγμένα",
diff --git a/apps/theming/l10n/el.json b/apps/theming/l10n/el.json
index 91f6661e015..c98aaaeadda 100644
--- a/apps/theming/l10n/el.json
+++ b/apps/theming/l10n/el.json
@@ -18,6 +18,7 @@
"No file uploaded" : "Δεν έχει μεταφορτωθεί αρχείο",
"Unsupported image type" : "Μη υποστηριζόμενος τύπος εικόνας",
"Theming" : "Προσαρμογή θέματος",
+ "Legal notice" : "Νομική ειδοποίηση",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Η προσαρμογή θέματος καθιστά δυνατή την εύκολη προσαρμογή της εμφάνισης της εμφάνισης της εγκατάστασής σας καθώς και των υποστηριζόμενων πελατών. Αυτή θα είναι ορατή για όλους τους χρήστες.",
"Name" : "Όνομα",
"Reset to default" : "Επαναφορά στα προεπιλεγμένα",
diff --git a/apps/updatenotification/l10n/el.js b/apps/updatenotification/l10n/el.js
index 369638fcf63..f5689487d19 100644
--- a/apps/updatenotification/l10n/el.js
+++ b/apps/updatenotification/l10n/el.js
@@ -9,8 +9,10 @@ OC.L10N.register(
"Update to %1$s is available." : "Είναι διαθέσιμη η ενημέρωση σε %1$s.",
"Update for %1$s to version %2$s is available." : "Είναι διαθέσιμη η ενημέρωση από την έκδοση %1$s στην %2$s.",
"Update for {app} to version %s is available." : "Είναι διαθέσιμη η ενημέρωση της εφαρμογής {app} στην έκδοση %s",
+ "Update notification" : "Ειδοποίηση ενημέρωσης",
"Apps with available updates" : "Εφαρμογές με διαθέσιμες ενημερώσεις",
"Open updater" : "Άνοιγμα εφαρμογής ενημέρωσης",
+ "What's new?" : "Τι νέο υπάρχει;",
"Update channel:" : "Ενημέρωση καναλιού:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Σημειώστε ότι μετά από μια νέα διανομή μπορεί να περάσει λίγος καιρός πριν εμφανιστεί εδώ. Κυκλοφορούμε κατά διαστήματα νέες εκδόσεις στους χρήστες μας και κάποιες φορές παραλείπουμε κάποια έκδοση αν βρεθούν προβλήματα.",
diff --git a/apps/updatenotification/l10n/el.json b/apps/updatenotification/l10n/el.json
index 3cdfae3ac08..23b4e13dde7 100644
--- a/apps/updatenotification/l10n/el.json
+++ b/apps/updatenotification/l10n/el.json
@@ -7,8 +7,10 @@
"Update to %1$s is available." : "Είναι διαθέσιμη η ενημέρωση σε %1$s.",
"Update for %1$s to version %2$s is available." : "Είναι διαθέσιμη η ενημέρωση από την έκδοση %1$s στην %2$s.",
"Update for {app} to version %s is available." : "Είναι διαθέσιμη η ενημέρωση της εφαρμογής {app} στην έκδοση %s",
+ "Update notification" : "Ειδοποίηση ενημέρωσης",
"Apps with available updates" : "Εφαρμογές με διαθέσιμες ενημερώσεις",
"Open updater" : "Άνοιγμα εφαρμογής ενημέρωσης",
+ "What's new?" : "Τι νέο υπάρχει;",
"Update channel:" : "Ενημέρωση καναλιού:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Σημειώστε ότι μετά από μια νέα διανομή μπορεί να περάσει λίγος καιρός πριν εμφανιστεί εδώ. Κυκλοφορούμε κατά διαστήματα νέες εκδόσεις στους χρήστες μας και κάποιες φορές παραλείπουμε κάποια έκδοση αν βρεθούν προβλήματα.",
diff --git a/apps/updatenotification/l10n/pl.js b/apps/updatenotification/l10n/pl.js
index 7a79bf95a6d..fbdde25bc66 100644
--- a/apps/updatenotification/l10n/pl.js
+++ b/apps/updatenotification/l10n/pl.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Powiadom członków następujących grup o dostępnych aktualizacjach: ",
"Only notification for app updates are available." : "Tylko powiadomienia o aktualizacjach aplikacji są dostępne.",
"The selected update channel does not support updates of the server." : "Wybrany kanał aktualizacji nie obsługuje danego serwera.",
+ "View changelog" : "Zobacz listę zmian",
"Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
"A new version is available: %s" : "Dostępna jest nowa wersja: %s",
"Download now" : "Pobierz teraz",
diff --git a/apps/updatenotification/l10n/pl.json b/apps/updatenotification/l10n/pl.json
index 7a322ad5eef..047172e54d5 100644
--- a/apps/updatenotification/l10n/pl.json
+++ b/apps/updatenotification/l10n/pl.json
@@ -16,6 +16,7 @@
"Notify members of the following groups about available updates:" : "Powiadom członków następujących grup o dostępnych aktualizacjach: ",
"Only notification for app updates are available." : "Tylko powiadomienia o aktualizacjach aplikacji są dostępne.",
"The selected update channel does not support updates of the server." : "Wybrany kanał aktualizacji nie obsługuje danego serwera.",
+ "View changelog" : "Zobacz listę zmian",
"Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
"A new version is available: %s" : "Dostępna jest nowa wersja: %s",
"Download now" : "Pobierz teraz",