From 039145c4d1ed37f2163eba94858f695e355eb995 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 12 Sep 2018 00:12:12 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- apps/dav/l10n/pl.js | 1 + apps/dav/l10n/pl.json | 1 + apps/federation/l10n/uk.js | 10 ++++++---- apps/federation/l10n/uk.json | 10 ++++++---- apps/files_external/l10n/el.js | 1 + apps/files_external/l10n/el.json | 1 + apps/files_sharing/l10n/el.js | 3 +++ apps/files_sharing/l10n/el.json | 3 +++ apps/files_trashbin/l10n/el.js | 1 + apps/files_trashbin/l10n/el.json | 1 + apps/files_trashbin/l10n/pl.js | 1 + apps/files_trashbin/l10n/pl.json | 1 + apps/oauth2/l10n/pl.js | 1 + apps/oauth2/l10n/pl.json | 1 + apps/sharebymail/l10n/pl.js | 1 + apps/sharebymail/l10n/pl.json | 1 + apps/theming/l10n/el.js | 1 + apps/theming/l10n/el.json | 1 + apps/updatenotification/l10n/el.js | 2 ++ apps/updatenotification/l10n/el.json | 2 ++ apps/updatenotification/l10n/pl.js | 1 + apps/updatenotification/l10n/pl.json | 1 + core/l10n/de.js | 4 ++-- core/l10n/de.json | 4 ++-- core/l10n/sv.js | 23 +++++++++++++++++++++++ core/l10n/sv.json | 23 +++++++++++++++++++++++ 26 files changed, 88 insertions(+), 12 deletions(-) diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 6a3df2b920..715869abf3 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 7f3f5a452a..92c58b1bfd 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 6837d75606..0206ed1947 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 6eb357d628..b314005c9b 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 fb5c99ff92..0d99032edd 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 9abcf91d40..d35c430ce6 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 77d04dd7af..65ec94b56a 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 d27ed52bc2..1e3a348bac 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 d63dc09c74..f29346267d 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 5d0ad857d3..086675773c 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 c085230c25..027481d597 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 85e913f83a..12838fbade 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 0b7aa7c538..aceb6c17c2 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 5ca434bb8f..e354419dac 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 0692ed37d2..0c08d47069 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 d7aacbc8e5..ef85eed182 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 3913562af5..780f2ad0b1 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 91f6661e01..c98aaaeadd 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 369638fcf6..f5689487d1 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 3cdfae3ac0..23b4e13dde 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 7a79bf95a6..fbdde25bc6 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 7a322ad5ee..047172e54d 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", diff --git a/core/l10n/de.js b/core/l10n/de.js index f34310e16a..2da3768824 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -107,14 +107,14 @@ OC.L10N.register( "Copy to {folder}" : "Kopieren nach {folder}", "Move to {folder}" : "Verschieben nach {folder}", "New in" : "Neu in", - "View changelog" : "Liste der Veränderungen anschauen", + "View changelog" : "Liste der Veränderungen ansehen", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", "So-so password" : "Passables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.", - "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest du in der Dokumentation.", + "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest Du in der Dokumentation.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", diff --git a/core/l10n/de.json b/core/l10n/de.json index 0352314c82..383eb75837 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -105,14 +105,14 @@ "Copy to {folder}" : "Kopieren nach {folder}", "Move to {folder}" : "Verschieben nach {folder}", "New in" : "Neu in", - "View changelog" : "Liste der Veränderungen anschauen", + "View changelog" : "Liste der Veränderungen ansehen", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", "So-so password" : "Passables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.", - "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest du in der Dokumentation.", + "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest Du in der Dokumentation.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 8e1be91908..e980249479 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -83,6 +83,7 @@ OC.L10N.register( "No" : "Nej", "Yes" : "Ja", "No files in here" : "Det finns inga filer här", + "No more subfolders in here" : "Inga fler undermappar här", "Choose" : "Välj", "Copy" : "Kopiera", "Move" : "Flytta", @@ -104,6 +105,8 @@ OC.L10N.register( "Pending" : "Väntar", "Copy to {folder}" : "Kopiera till {folder}", "Move to {folder}" : "Flytta till {folder}", + "New in" : "Ny i", + "View changelog" : "Visa ändringslogg", "Very weak password" : "Väldigt svagt lösenord", "Weak password" : "Svagt lösenord", "So-so password" : "Okej lösenord", @@ -121,6 +124,7 @@ OC.L10N.register( "Press Ctrl-C to copy." : "Tryck ned Ctrl-C för att kopiera.", "Resharing is not allowed" : "Dela vidare är inte tillåtet", "Share to {name}" : "Dela till {name}", + "Copy URL" : "Kopiera URL", "Link" : "Länk", "Password protect" : "Lösenordsskydda", "Allow editing" : "Tillåt redigering", @@ -132,14 +136,20 @@ OC.L10N.register( "Set expiration date" : "Välj utgångsdatum", "Expiration" : "Upphör", "Expiration date" : "Utgångsdatum", + "Note to recipient" : "Notering till mottagare", "Share link" : "Dela länk", + "Enable" : "Aktivera", "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}", + "Shared with you and {circle} by {owner}" : "Delad med dig och {circle} av {owner}", + "Shared with you and the conversation {conversation} by {owner}" : "Delad med dig och konversation {conversation} av {owner}", "Shared with you by {owner}" : "Delad med dig av {owner}", "Choose a password for the mail share" : "Välj ett lösenord för delning via e-post", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delad via länk", "group" : "Grupp", "remote" : "extern", + "remote group" : "Fjärrgrupp", "email" : "e-post", + "conversation" : "Konversation", "shared by {sharer}" : "delat av {sharer}", "Unshare" : "Sluta dela", "Can reshare" : "Kan dela vidare", @@ -147,6 +157,7 @@ OC.L10N.register( "Can create" : "Kan skapa", "Can change" : "Kan ändra", "Can delete" : "Kan radera", + "Password protect by Talk" : "Lösenordsskydd av Talk", "Access control" : "Åtkomstkontroll", "Could not unshare" : "Kunde inte ta bort delning", "Error while sharing" : "Fel vid delning", @@ -245,6 +256,9 @@ OC.L10N.register( "More apps" : "Fler appar", "Search" : "Sök", "Reset search" : "Återställ sökning", + "Contacts" : "Kontakter", + "Contacts menu" : "Kontaktmeny", + "Settings menu" : "Inställningsmeny", "Confirm your password" : "Bekräfta ditt lösenord", "Server side authentication failed!" : "Servern misslyckades med autentisering!", "Please contact your administrator." : "Kontakta din administratör.", @@ -253,7 +267,11 @@ OC.L10N.register( "Username or email" : "Användarnamn eller e-post", "Log in" : "Logga in", "Wrong password." : "Fel lösenord.", + "User disabled" : "Användare inaktiverad", + "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har upptäckt flera felaktiga inloggningsförsök från din IP-adress. Ditt nästa inloggningsförsök kommer därför att fördröjas med upp till 30 sekunder.", "Forgot password?" : "Glömt lösenordet?", + "Back to login" : "Tillbaka till inloggning", + "Connect to your account" : "Anslut ditt konto", "App token" : "App-polett", "Grant access" : "Tillåt åtkomst", "Account access" : "Kontoåtkomst", @@ -261,6 +279,7 @@ OC.L10N.register( "Redirecting …" : "Omdirigerar ...", "New password" : "Nytt lösenord", "New Password" : "Nytt lösenord", + "The password is wrong. Try again." : "Felaktigt lösenord. Försök igen.", "Two-factor authentication" : "Tvåfaktorsautentisering", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Utökad säkerhet är aktiverat för ditt konto. Var vänlig verifiera med tvåfaktorsautentisering.", "Cancel log in" : "Avbryt inloggning", @@ -286,15 +305,19 @@ OC.L10N.register( "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s-instansen är tillgänglig igen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.", "Thank you for your patience." : "Tack för ditt tålamod.", + "Shared with {recipients}" : "Delad med {recipients}", "Error setting expiration date" : "Fel vid val av utgångsdatum", "The public link will expire no later than {days} days after it is created" : "Den offentliga länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Dela med andra personer genom att ange användarnamn, grupp, ett federerat moln-ID eller en e-postadress.", "Share with other people by entering a user or group or a federated cloud ID." : "Dela med andra personer genom att ange användarnamn, grupp eller ett federerat moln-ID.", "Share with other people by entering a user or group or an email address." : "Dela med andra personer genom att ange användarnamn, grupp eller en e-postadress.", + "This action requires you to confirm your password:" : "Denna åtgärd kräver att du bekräftar ditt lösenord:", + "Wrong password. Reset it?" : "Felaktigt lösenord. Vill du återställa?", "Stay logged in" : "Fortsätt vara inloggad.", "Alternative Logins" : "Alternativa inloggningar", "Alternative login using app token" : "Alternativ inloggning med app-token", "Add \"%s\" as trusted domain" : "Lägg till \"%s\" som en pålitlig domän", + "For help, see the documentation." : "För hjälp, se documentation.", "Back to log in" : "Tillbaks till inloggning", "Depending on your configuration, this button could also work to trust the domain:" : "Beroende på din konfiguration kan denna knappen också fungera föra att lita på domänen:" }, diff --git a/core/l10n/sv.json b/core/l10n/sv.json index eb872dc36f..62680a2551 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -81,6 +81,7 @@ "No" : "Nej", "Yes" : "Ja", "No files in here" : "Det finns inga filer här", + "No more subfolders in here" : "Inga fler undermappar här", "Choose" : "Välj", "Copy" : "Kopiera", "Move" : "Flytta", @@ -102,6 +103,8 @@ "Pending" : "Väntar", "Copy to {folder}" : "Kopiera till {folder}", "Move to {folder}" : "Flytta till {folder}", + "New in" : "Ny i", + "View changelog" : "Visa ändringslogg", "Very weak password" : "Väldigt svagt lösenord", "Weak password" : "Svagt lösenord", "So-so password" : "Okej lösenord", @@ -119,6 +122,7 @@ "Press Ctrl-C to copy." : "Tryck ned Ctrl-C för att kopiera.", "Resharing is not allowed" : "Dela vidare är inte tillåtet", "Share to {name}" : "Dela till {name}", + "Copy URL" : "Kopiera URL", "Link" : "Länk", "Password protect" : "Lösenordsskydda", "Allow editing" : "Tillåt redigering", @@ -130,14 +134,20 @@ "Set expiration date" : "Välj utgångsdatum", "Expiration" : "Upphör", "Expiration date" : "Utgångsdatum", + "Note to recipient" : "Notering till mottagare", "Share link" : "Dela länk", + "Enable" : "Aktivera", "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}", + "Shared with you and {circle} by {owner}" : "Delad med dig och {circle} av {owner}", + "Shared with you and the conversation {conversation} by {owner}" : "Delad med dig och konversation {conversation} av {owner}", "Shared with you by {owner}" : "Delad med dig av {owner}", "Choose a password for the mail share" : "Välj ett lösenord för delning via e-post", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delad via länk", "group" : "Grupp", "remote" : "extern", + "remote group" : "Fjärrgrupp", "email" : "e-post", + "conversation" : "Konversation", "shared by {sharer}" : "delat av {sharer}", "Unshare" : "Sluta dela", "Can reshare" : "Kan dela vidare", @@ -145,6 +155,7 @@ "Can create" : "Kan skapa", "Can change" : "Kan ändra", "Can delete" : "Kan radera", + "Password protect by Talk" : "Lösenordsskydd av Talk", "Access control" : "Åtkomstkontroll", "Could not unshare" : "Kunde inte ta bort delning", "Error while sharing" : "Fel vid delning", @@ -243,6 +254,9 @@ "More apps" : "Fler appar", "Search" : "Sök", "Reset search" : "Återställ sökning", + "Contacts" : "Kontakter", + "Contacts menu" : "Kontaktmeny", + "Settings menu" : "Inställningsmeny", "Confirm your password" : "Bekräfta ditt lösenord", "Server side authentication failed!" : "Servern misslyckades med autentisering!", "Please contact your administrator." : "Kontakta din administratör.", @@ -251,7 +265,11 @@ "Username or email" : "Användarnamn eller e-post", "Log in" : "Logga in", "Wrong password." : "Fel lösenord.", + "User disabled" : "Användare inaktiverad", + "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har upptäckt flera felaktiga inloggningsförsök från din IP-adress. Ditt nästa inloggningsförsök kommer därför att fördröjas med upp till 30 sekunder.", "Forgot password?" : "Glömt lösenordet?", + "Back to login" : "Tillbaka till inloggning", + "Connect to your account" : "Anslut ditt konto", "App token" : "App-polett", "Grant access" : "Tillåt åtkomst", "Account access" : "Kontoåtkomst", @@ -259,6 +277,7 @@ "Redirecting …" : "Omdirigerar ...", "New password" : "Nytt lösenord", "New Password" : "Nytt lösenord", + "The password is wrong. Try again." : "Felaktigt lösenord. Försök igen.", "Two-factor authentication" : "Tvåfaktorsautentisering", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Utökad säkerhet är aktiverat för ditt konto. Var vänlig verifiera med tvåfaktorsautentisering.", "Cancel log in" : "Avbryt inloggning", @@ -284,15 +303,19 @@ "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s-instansen är tillgänglig igen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.", "Thank you for your patience." : "Tack för ditt tålamod.", + "Shared with {recipients}" : "Delad med {recipients}", "Error setting expiration date" : "Fel vid val av utgångsdatum", "The public link will expire no later than {days} days after it is created" : "Den offentliga länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Dela med andra personer genom att ange användarnamn, grupp, ett federerat moln-ID eller en e-postadress.", "Share with other people by entering a user or group or a federated cloud ID." : "Dela med andra personer genom att ange användarnamn, grupp eller ett federerat moln-ID.", "Share with other people by entering a user or group or an email address." : "Dela med andra personer genom att ange användarnamn, grupp eller en e-postadress.", + "This action requires you to confirm your password:" : "Denna åtgärd kräver att du bekräftar ditt lösenord:", + "Wrong password. Reset it?" : "Felaktigt lösenord. Vill du återställa?", "Stay logged in" : "Fortsätt vara inloggad.", "Alternative Logins" : "Alternativa inloggningar", "Alternative login using app token" : "Alternativ inloggning med app-token", "Add \"%s\" as trusted domain" : "Lägg till \"%s\" som en pålitlig domän", + "For help, see the documentation." : "För hjälp, se documentation.", "Back to log in" : "Tillbaks till inloggning", "Depending on your configuration, this button could also work to trust the domain:" : "Beroende på din konfiguration kan denna knappen också fungera föra att lita på domänen:" },"pluralForm" :"nplurals=2; plural=(n != 1);"