From e6fb139eb911f397a2143296621228fa1f1601fc Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 23 Mar 2016 01:57:22 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- apps/federation/l10n/ca.js | 15 +++++++++++++++ apps/federation/l10n/ca.json | 13 +++++++++++++ apps/updatenotification/l10n/de_DE.js | 1 + apps/updatenotification/l10n/de_DE.json | 1 + apps/updatenotification/l10n/fr.js | 1 + apps/updatenotification/l10n/fr.json | 1 + core/l10n/ar.js | 2 -- core/l10n/ar.json | 2 -- core/l10n/ast.js | 2 -- core/l10n/ast.json | 2 -- core/l10n/ca.js | 2 -- core/l10n/ca.json | 2 -- core/l10n/cs_CZ.js | 2 -- core/l10n/cs_CZ.json | 2 -- core/l10n/da.js | 2 -- core/l10n/da.json | 2 -- core/l10n/de.js | 2 -- core/l10n/de.json | 2 -- core/l10n/de_DE.js | 2 -- core/l10n/de_DE.json | 2 -- core/l10n/el.js | 2 -- core/l10n/el.json | 2 -- core/l10n/en_GB.js | 2 -- core/l10n/en_GB.json | 2 -- core/l10n/eo.js | 2 -- core/l10n/eo.json | 2 -- core/l10n/es.js | 2 -- core/l10n/es.json | 2 -- core/l10n/et_EE.js | 2 -- core/l10n/et_EE.json | 2 -- core/l10n/fa.js | 2 -- core/l10n/fa.json | 2 -- core/l10n/fi_FI.js | 2 -- core/l10n/fi_FI.json | 2 -- core/l10n/fr.js | 2 -- core/l10n/fr.json | 2 -- core/l10n/gl.js | 2 -- core/l10n/gl.json | 2 -- core/l10n/he.js | 2 -- core/l10n/he.json | 2 -- core/l10n/hr.js | 2 -- core/l10n/hr.json | 2 -- core/l10n/hu_HU.js | 2 -- core/l10n/hu_HU.json | 2 -- core/l10n/id.js | 2 -- core/l10n/id.json | 2 -- core/l10n/is.js | 2 -- core/l10n/is.json | 2 -- core/l10n/it.js | 2 -- core/l10n/it.json | 2 -- core/l10n/ja.js | 2 -- core/l10n/ja.json | 2 -- core/l10n/ko.js | 2 -- core/l10n/ko.json | 2 -- core/l10n/lt_LT.js | 2 -- core/l10n/lt_LT.json | 2 -- core/l10n/mk.js | 2 -- core/l10n/mk.json | 2 -- core/l10n/nb_NO.js | 2 -- core/l10n/nb_NO.json | 2 -- core/l10n/nl.js | 2 -- core/l10n/nl.json | 2 -- core/l10n/oc.js | 2 -- core/l10n/oc.json | 2 -- core/l10n/pl.js | 2 -- core/l10n/pl.json | 2 -- core/l10n/pt_BR.js | 2 -- core/l10n/pt_BR.json | 2 -- core/l10n/pt_PT.js | 2 -- core/l10n/pt_PT.json | 2 -- core/l10n/ru.js | 2 -- core/l10n/ru.json | 2 -- core/l10n/sk_SK.js | 2 -- core/l10n/sk_SK.json | 2 -- core/l10n/sl.js | 2 -- core/l10n/sl.json | 2 -- core/l10n/sq.js | 2 -- core/l10n/sq.json | 2 -- core/l10n/sr.js | 2 -- core/l10n/sr.json | 2 -- core/l10n/sv.js | 2 -- core/l10n/sv.json | 2 -- core/l10n/th_TH.js | 2 -- core/l10n/th_TH.json | 2 -- core/l10n/tr.js | 2 -- core/l10n/tr.json | 2 -- core/l10n/uk.js | 2 -- core/l10n/uk.json | 2 -- core/l10n/zh_CN.js | 2 -- core/l10n/zh_CN.json | 2 -- core/l10n/zh_TW.js | 2 -- core/l10n/zh_TW.json | 2 -- settings/l10n/de_DE.js | 1 + settings/l10n/de_DE.json | 1 + 94 files changed, 34 insertions(+), 172 deletions(-) create mode 100644 apps/federation/l10n/ca.js create mode 100644 apps/federation/l10n/ca.json diff --git a/apps/federation/l10n/ca.js b/apps/federation/l10n/ca.js new file mode 100644 index 0000000000..1d21cd14db --- /dev/null +++ b/apps/federation/l10n/ca.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Servidor afegit a la llista de confiança ownCloud", + "Server is already in the list of trusted servers." : "El servidor ja està a la llista de servidors de confiança", + "No ownCloud server found" : "No s'ha trobat cap servidor ownCloud", + "Could not add server" : "No s'ha pogut afegir el servidor", + "Federation" : "Federació", + "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." : "La federació ownCloud et permet connectar amb altes servidors ownCloud de confiança per a intercanviar el directori d'usuari. Per exemple, això serà utilitzat per auto-completar usuaris externs de la compartició federada", + "Add server automatically once a federated share was created successfully" : "Afegir servidor automàticament quan s'hagi creat una federació correctament", + "Trusted ownCloud Servers" : "Servidors ownCloud de confiança", + "+ Add ownCloud server" : "+ Afegir servidor ownCloud", + "ownCloud Server" : "Servidor ownCloud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/ca.json b/apps/federation/l10n/ca.json new file mode 100644 index 0000000000..3d5dc995c0 --- /dev/null +++ b/apps/federation/l10n/ca.json @@ -0,0 +1,13 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Servidor afegit a la llista de confiança ownCloud", + "Server is already in the list of trusted servers." : "El servidor ja està a la llista de servidors de confiança", + "No ownCloud server found" : "No s'ha trobat cap servidor ownCloud", + "Could not add server" : "No s'ha pogut afegir el servidor", + "Federation" : "Federació", + "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." : "La federació ownCloud et permet connectar amb altes servidors ownCloud de confiança per a intercanviar el directori d'usuari. Per exemple, això serà utilitzat per auto-completar usuaris externs de la compartició federada", + "Add server automatically once a federated share was created successfully" : "Afegir servidor automàticament quan s'hagi creat una federació correctament", + "Trusted ownCloud Servers" : "Servidors ownCloud de confiança", + "+ Add ownCloud server" : "+ Afegir servidor ownCloud", + "ownCloud Server" : "Servidor ownCloud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index d93e868567..63cfea77fd 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -1,6 +1,7 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Aktualisierter Kanal", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json index 2c8d54da7f..03cc71ef26 100644 --- a/apps/updatenotification/l10n/de_DE.json +++ b/apps/updatenotification/l10n/de_DE.json @@ -1,4 +1,5 @@ { "translations": { + "Updated channel" : "Aktualisierter Kanal", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index b4bcd3bf24..54bd598911 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -1,6 +1,7 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Canal à jour", "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index d48167344b..4e1b10fedb 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -1,4 +1,5 @@ { "translations": { + "Updated channel" : "Canal à jour", "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 798b4ba07c..cd142e3789 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -98,8 +98,6 @@ OC.L10N.register( "delete" : "حذف", "access control" : "ضبط الوصول", "Share" : "شارك", - "Share with users or groups …" : "شارِك مع مستخدمين أو مجموعات", - "Share with users, groups or remote users …" : "شارِك مع مستخدمين أو مجموعات أو مستخدمين عن بُعد", "Warning" : "تحذير", "Delete" : "إلغاء", "Rename" : "إعادة التسمية", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 885babf2e6..bf22663adb 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -96,8 +96,6 @@ "delete" : "حذف", "access control" : "ضبط الوصول", "Share" : "شارك", - "Share with users or groups …" : "شارِك مع مستخدمين أو مجموعات", - "Share with users, groups or remote users …" : "شارِك مع مستخدمين أو مجموعات أو مستخدمين عن بُعد", "Warning" : "تحذير", "Delete" : "إلغاء", "Rename" : "إعادة التسمية", diff --git a/core/l10n/ast.js b/core/l10n/ast.js index 4a027b866d..5829546aec 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -121,8 +121,6 @@ OC.L10N.register( "An error occured. Please try again" : "Hebo un fallu. Por favor, inténtalo dempués. ", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir con xente d'otros ownClouds usando la sintaxis usuariu@exemplu.com/owncloud", - "Share with users or groups …" : "Compartir con usuarios o grupos", - "Share with users, groups or remote users …" : "Compartir con usuarios, grupos o usuarios remotos", "Warning" : "Avisu", "Delete" : "Desaniciar", "Rename" : "Renomar", diff --git a/core/l10n/ast.json b/core/l10n/ast.json index de80a882ac..35f77d9c2c 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -119,8 +119,6 @@ "An error occured. Please try again" : "Hebo un fallu. Por favor, inténtalo dempués. ", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir con xente d'otros ownClouds usando la sintaxis usuariu@exemplu.com/owncloud", - "Share with users or groups …" : "Compartir con usuarios o grupos", - "Share with users, groups or remote users …" : "Compartir con usuarios, grupos o usuarios remotos", "Warning" : "Avisu", "Delete" : "Desaniciar", "Rename" : "Renomar", diff --git a/core/l10n/ca.js b/core/l10n/ca.js index b0ea7d596f..c771372dcb 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -144,8 +144,6 @@ OC.L10N.register( "An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou", "Share" : "Comparteix", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud", - "Share with users or groups …" : "Comparteix amb usuaris o grups ...", - "Share with users, groups or remote users …" : "Comparteix amb usuaris, grups o usuaris remots ...", "Warning" : "Avís", "Delete" : "Esborra", "Rename" : "Reanomena", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 90aaba126f..dce9d402aa 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -142,8 +142,6 @@ "An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou", "Share" : "Comparteix", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud", - "Share with users or groups …" : "Comparteix amb usuaris o grups ...", - "Share with users, groups or remote users …" : "Comparteix amb usuaris, grups o usuaris remots ...", "Warning" : "Avís", "Delete" : "Esborra", "Rename" : "Reanomena", diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index b4b8a60cc9..be984adeb8 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -170,8 +170,6 @@ OC.L10N.register( "An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu", "Share" : "Sdílet", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud", - "Share with users or groups …" : "Sdílet s uživateli nebo skupinami", - "Share with users, groups or remote users …" : "Sdílet s uživateli, skupinami nebo vzdálenými uživateli", "Error removing share" : "Chyba při odstraňování sdílení", "Warning" : "Varování", "Error while sending notification" : "Chyba při odesílání upozornění", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 473107667d..e6b072e3be 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -168,8 +168,6 @@ "An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu", "Share" : "Sdílet", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud", - "Share with users or groups …" : "Sdílet s uživateli nebo skupinami", - "Share with users, groups or remote users …" : "Sdílet s uživateli, skupinami nebo vzdálenými uživateli", "Error removing share" : "Chyba při odstraňování sdílení", "Warning" : "Varování", "Error while sending notification" : "Chyba při odesílání upozornění", diff --git a/core/l10n/da.js b/core/l10n/da.js index ce36798855..6d36093fbd 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -155,8 +155,6 @@ OC.L10N.register( "An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud", - "Share with users or groups …" : "Del med brugere eller grupper", - "Share with users, groups or remote users …" : "Del med brugere, grupper eller eksterne brugere...", "Error removing share" : "Fejl ved fjernelse af deling", "Warning" : "Advarsel", "Error while sending notification" : "Fejl ved afsendelse af notifikation", diff --git a/core/l10n/da.json b/core/l10n/da.json index 8f31696bb2..400d8740cf 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -153,8 +153,6 @@ "An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud", - "Share with users or groups …" : "Del med brugere eller grupper", - "Share with users, groups or remote users …" : "Del med brugere, grupper eller eksterne brugere...", "Error removing share" : "Fejl ved fjernelse af deling", "Warning" : "Advarsel", "Error while sending notification" : "Fejl ved afsendelse af notifikation", diff --git a/core/l10n/de.js b/core/l10n/de.js index 77882ff6a2..3aba64e133 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Teilen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", - "Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…", - "Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Error removing share" : "Fehler beim Entfernen der Freigabe", "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", diff --git a/core/l10n/de.json b/core/l10n/de.json index a997fc956b..e902165d1a 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Teilen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", - "Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…", - "Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Error removing share" : "Fehler beim Entfernen der Freigabe", "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index ef7087de73..915853dbf9 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (entfernt)", "Share" : "Teilen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", - "Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…", - "Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Error removing share" : "Fehler beim Entfernen der Freigabe", "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 2579796060..c50b51904f 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee} (entfernt)", "Share" : "Teilen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", - "Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…", - "Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Error removing share" : "Fehler beim Entfernen der Freigabe", "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", diff --git a/core/l10n/el.js b/core/l10n/el.js index 12da9336d2..23106aceae 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -154,8 +154,6 @@ OC.L10N.register( "An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά", "Share" : "Διαμοιρασμός", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud", - "Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...", - "Share with users, groups or remote users …" : "Διαμοιρασμός με χρήστες, ομάδες ή απομακρυσμένους χρήστες ...", "Warning" : "Προειδοποίηση", "Error while sending notification" : "Σφάλμα κατά την αποστολή ειδοποίησης", "Delete" : "Διαγραφή", diff --git a/core/l10n/el.json b/core/l10n/el.json index 7a0ee88004..ed440ecc34 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -152,8 +152,6 @@ "An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά", "Share" : "Διαμοιρασμός", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud", - "Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...", - "Share with users, groups or remote users …" : "Διαμοιρασμός με χρήστες, ομάδες ή απομακρυσμένους χρήστες ...", "Warning" : "Προειδοποίηση", "Error while sending notification" : "Σφάλμα κατά την αποστολή ειδοποίησης", "Delete" : "Διαγραφή", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 405abae569..39a906b00e 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Share", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud", - "Share with users or groups …" : "Share with users or groups …", - "Share with users, groups or remote users …" : "Share with users, groups or remote users …", "Error removing share" : "Error removing share", "Warning" : "Warning", "Error while sending notification" : "Error whilst sending notification", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index cc420574bb..92c5b12c67 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Share", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud", - "Share with users or groups …" : "Share with users or groups …", - "Share with users, groups or remote users …" : "Share with users, groups or remote users …", "Error removing share" : "Error removing share", "Warning" : "Warning", "Error while sending notification" : "Error whilst sending notification", diff --git a/core/l10n/eo.js b/core/l10n/eo.js index 7aba923dfc..0f3901993c 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -124,8 +124,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (fora)", "Share" : "Kunhavigi", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Kunhaviki kun homoj en aliaj ownCloud-oj uzante la sintakson uzantonomo@ekzemplo.com/owncloud", - "Share with users or groups …" : "Kunhavigi kun uzantoj aŭ grupoj..", - "Share with users, groups or remote users …" : "Kunhavigi kun uzantoj, grupoj aŭ foraj uzantoj...", "Error removing share" : "Eraris forigo de kunhavigo", "Warning" : "Averto", "Error while sending notification" : "Eraris sendo de sciigo", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 410529d45a..6c29a78da1 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -122,8 +122,6 @@ "{sharee} (remote)" : "{sharee} (fora)", "Share" : "Kunhavigi", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Kunhaviki kun homoj en aliaj ownCloud-oj uzante la sintakson uzantonomo@ekzemplo.com/owncloud", - "Share with users or groups …" : "Kunhavigi kun uzantoj aŭ grupoj..", - "Share with users, groups or remote users …" : "Kunhavigi kun uzantoj, grupoj aŭ foraj uzantoj...", "Error removing share" : "Eraris forigo de kunhavigo", "Warning" : "Averto", "Error while sending notification" : "Eraris sendo de sciigo", diff --git a/core/l10n/es.js b/core/l10n/es.js index f3aed01bc7..ace4fa55ae 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud", - "Share with users or groups …" : "Compartir con usuarios o grupos ...", - "Share with users, groups or remote users …" : "Comparte con usuarios, grupos o usuarios remotos...", "Error removing share" : "Error quitando el comparto", "Warning" : "Precaución", "Error while sending notification" : "Error mientras se enviaba la notificación", diff --git a/core/l10n/es.json b/core/l10n/es.json index 1a05bc31c8..3dfb9d002e 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud", - "Share with users or groups …" : "Compartir con usuarios o grupos ...", - "Share with users, groups or remote users …" : "Comparte con usuarios, grupos o usuarios remotos...", "Error removing share" : "Error quitando el comparto", "Warning" : "Precaución", "Error while sending notification" : "Error mientras se enviaba la notificación", diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index 21595418ea..3789507224 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -142,8 +142,6 @@ OC.L10N.register( "Could not unshare" : "Jagamise lõpetamine ebaõnnestus", "An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti", "Share" : "Jaga", - "Share with users or groups …" : "Jaga kasutajate või gruppidega ...", - "Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...", "Warning" : "Hoiatus", "Error while sending notification" : "Tõrge teavituse saatmisel", "not assignable" : "pole määratav", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index 021cd28fb1..e14ebb0b35 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -140,8 +140,6 @@ "Could not unshare" : "Jagamise lõpetamine ebaõnnestus", "An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti", "Share" : "Jaga", - "Share with users or groups …" : "Jaga kasutajate või gruppidega ...", - "Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...", "Warning" : "Hoiatus", "Error while sending notification" : "Tõrge teavituse saatmisel", "not assignable" : "pole määratav", diff --git a/core/l10n/fa.js b/core/l10n/fa.js index ce0f7aa40e..feea09c8ce 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -132,8 +132,6 @@ OC.L10N.register( "An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید", "Share" : "اشتراک‌گذاری", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراک‌گذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud", - "Share with users or groups …" : "اشتراک گذاری با کاربران یا گروه ها ...", - "Share with users, groups or remote users …" : "اشتراک گذاری با کاربران، گروه‌ها یا کاربران راه دور...", "Warning" : "اخطار", "Error while sending notification" : "خطا در حین ارسال نوتیفیکیشن", "Delete" : "حذف", diff --git a/core/l10n/fa.json b/core/l10n/fa.json index 8ef4c8b559..e294bd86a9 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -130,8 +130,6 @@ "An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید", "Share" : "اشتراک‌گذاری", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراک‌گذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud", - "Share with users or groups …" : "اشتراک گذاری با کاربران یا گروه ها ...", - "Share with users, groups or remote users …" : "اشتراک گذاری با کاربران، گروه‌ها یا کاربران راه دور...", "Warning" : "اخطار", "Error while sending notification" : "خطا در حین ارسال نوتیفیکیشن", "Delete" : "حذف", diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js index 2a3398bbf0..99e207b906 100644 --- a/core/l10n/fi_FI.js +++ b/core/l10n/fi_FI.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (etä)", "Share" : "Jaa", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud", - "Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…", - "Share with users, groups or remote users …" : "Jaa käyttäjien, ryhmien tai etäkäyttäjien kanssa…", "Error removing share" : "Virhe jakoa poistaessa", "Warning" : "Varoitus", "Error while sending notification" : "Virhe ilmoitusta lähettäessä", diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json index 49256c0877..080fe4dc50 100644 --- a/core/l10n/fi_FI.json +++ b/core/l10n/fi_FI.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (etä)", "Share" : "Jaa", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud", - "Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…", - "Share with users, groups or remote users …" : "Jaa käyttäjien, ryhmien tai etäkäyttäjien kanssa…", "Error removing share" : "Virhe jakoa poistaessa", "Warning" : "Varoitus", "Error while sending notification" : "Virhe ilmoitusta lähettäessä", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 6fd63ffff6..857a539c8d 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (distant)", "Share" : "Partager", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud", - "Share with users or groups …" : "Partager avec des utilisateurs ou groupes...", - "Share with users, groups or remote users …" : "Partager avec des utilisateurs, groupes, ou utilisateurs distants", "Error removing share" : "Erreur lors de l'arrêt du partage", "Warning" : "Attention", "Error while sending notification" : "Erreur lors de l'envoi de la notification", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 981a28a061..1955418a45 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee} (distant)", "Share" : "Partager", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud", - "Share with users or groups …" : "Partager avec des utilisateurs ou groupes...", - "Share with users, groups or remote users …" : "Partager avec des utilisateurs, groupes, ou utilisateurs distants", "Error removing share" : "Erreur lors de l'arrêt du partage", "Warning" : "Attention", "Error while sending notification" : "Erreur lors de l'envoi de la notification", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 01a055a328..c8491ebf17 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -143,8 +143,6 @@ OC.L10N.register( "An error occured. Please try again" : "Produciuse un erro, ténteo de novo", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»", - "Share with users or groups …" : "Compartir con usuarios ou grupos ...", - "Share with users, groups or remote users …" : "Compartir con usuarios, grupos ou usuarios remotos ...", "Warning" : "Aviso", "Delete" : "Eliminar", "Rename" : "Renomear", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index ef41d007ed..ac23a45bb6 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -141,8 +141,6 @@ "An error occured. Please try again" : "Produciuse un erro, ténteo de novo", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»", - "Share with users or groups …" : "Compartir con usuarios ou grupos ...", - "Share with users, groups or remote users …" : "Compartir con usuarios, grupos ou usuarios remotos ...", "Warning" : "Aviso", "Delete" : "Eliminar", "Rename" : "Renomear", diff --git a/core/l10n/he.js b/core/l10n/he.js index 3a3f52c34e..5475e9fa25 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (מרוחק)", "Share" : "שתף", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud", - "Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...", - "Share with users, groups or remote users …" : "שיתוף עם משתמשים, קבוצות או משתמשים חצוניים...", "Error removing share" : "שגיאה בזמן הסרת שיתוף", "Warning" : "אזהרה", "Error while sending notification" : "שגיאה בזמן שליחת הודעה", diff --git a/core/l10n/he.json b/core/l10n/he.json index 94bb51ab44..143400a11a 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (מרוחק)", "Share" : "שתף", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud", - "Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...", - "Share with users, groups or remote users …" : "שיתוף עם משתמשים, קבוצות או משתמשים חצוניים...", "Error removing share" : "שגיאה בזמן הסרת שיתוף", "Warning" : "אזהרה", "Error while sending notification" : "שגיאה בזמן שליחת הודעה", diff --git a/core/l10n/hr.js b/core/l10n/hr.js index 52662c400d..280f48a954 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -123,8 +123,6 @@ OC.L10N.register( "An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ", "Share" : "Podijelite", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@primjer.com/owncloud", - "Share with users or groups …" : "Podijeli sa korisnicima ili grupama ...", - "Share with users, groups or remote users …" : "Podijeli sa korisnicima, grupama ili udaljenim korisnicima ...", "Warning" : "Upozorenje", "Delete" : "Izbrišite", "Rename" : "Preimenujte", diff --git a/core/l10n/hr.json b/core/l10n/hr.json index 8ca7bfa748..0b9b783063 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -121,8 +121,6 @@ "An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ", "Share" : "Podijelite", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@primjer.com/owncloud", - "Share with users or groups …" : "Podijeli sa korisnicima ili grupama ...", - "Share with users, groups or remote users …" : "Podijeli sa korisnicima, grupama ili udaljenim korisnicima ...", "Warning" : "Upozorenje", "Delete" : "Izbrišite", "Rename" : "Preimenujte", diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js index 536dec96ca..b48c40ae3b 100644 --- a/core/l10n/hu_HU.js +++ b/core/l10n/hu_HU.js @@ -169,8 +169,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (távoli)", "Share" : "Megosztás", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud", - "Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...", - "Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...", "Error removing share" : "Hiba a megosztás törlésekor", "Warning" : "Figyelmeztetés", "Error while sending notification" : "Hiba történt az értesítő küldése közben", diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json index ed96f2f01c..a3fe658aa4 100644 --- a/core/l10n/hu_HU.json +++ b/core/l10n/hu_HU.json @@ -167,8 +167,6 @@ "{sharee} (remote)" : "{sharee} (távoli)", "Share" : "Megosztás", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud", - "Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...", - "Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...", "Error removing share" : "Hiba a megosztás törlésekor", "Warning" : "Figyelmeztetés", "Error while sending notification" : "Hiba történt az értesítő küldése közben", diff --git a/core/l10n/id.js b/core/l10n/id.js index fb37b3a06c..ee8931822e 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -154,8 +154,6 @@ OC.L10N.register( "An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali", "Share" : "Bagikan", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud", - "Share with users or groups …" : "Bagikan dengan pengguna atau grup ...", - "Share with users, groups or remote users …" : "Bagikan dengan pengguna, grup atau pengguna remote ...", "Warning" : "Peringatan", "Error while sending notification" : "Kesalahan ketika mengirim notifikasi", "Delete" : "Hapus", diff --git a/core/l10n/id.json b/core/l10n/id.json index bd2108f87c..9157b7e359 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -152,8 +152,6 @@ "An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali", "Share" : "Bagikan", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud", - "Share with users or groups …" : "Bagikan dengan pengguna atau grup ...", - "Share with users, groups or remote users …" : "Bagikan dengan pengguna, grup atau pengguna remote ...", "Warning" : "Peringatan", "Error while sending notification" : "Kesalahan ketika mengirim notifikasi", "Delete" : "Hapus", diff --git a/core/l10n/is.js b/core/l10n/is.js index 3137ab3ed4..3440052c92 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -171,8 +171,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (fjartengdur)", "Share" : "Deila", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Deila með fólki í öðrum ownCloud-skýjum með skipuninni notandanafn@dæmi.is/owncloud", - "Share with users or groups …" : "Deila með notendum eða hópum ...", - "Share with users, groups or remote users …" : "Deila með notendum, hópum eða fjartengdum notendum ...", "Error removing share" : "Villa við að fjarlægja sameign", "Warning" : "Aðvörun", "Error while sending notification" : "Villa við að senda tilkynningu", diff --git a/core/l10n/is.json b/core/l10n/is.json index 407d9d6395..289892523a 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -169,8 +169,6 @@ "{sharee} (remote)" : "{sharee} (fjartengdur)", "Share" : "Deila", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Deila með fólki í öðrum ownCloud-skýjum með skipuninni notandanafn@dæmi.is/owncloud", - "Share with users or groups …" : "Deila með notendum eða hópum ...", - "Share with users, groups or remote users …" : "Deila með notendum, hópum eða fjartengdum notendum ...", "Error removing share" : "Villa við að fjarlægja sameign", "Warning" : "Aðvörun", "Error while sending notification" : "Villa við að senda tilkynningu", diff --git a/core/l10n/it.js b/core/l10n/it.js index b706237b4e..52c6bf4e1a 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Condividi", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud", - "Share with users or groups …" : "Condividi con utenti o gruppi...", - "Share with users, groups or remote users …" : "Condividi con utenti, gruppi o utenti remoti...", "Error removing share" : "Errore durante la rimozione della condivisione", "Warning" : "Avviso", "Error while sending notification" : "Errore durante l'invio della notifica", diff --git a/core/l10n/it.json b/core/l10n/it.json index 053d805efa..606d70acd7 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Condividi", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud", - "Share with users or groups …" : "Condividi con utenti o gruppi...", - "Share with users, groups or remote users …" : "Condividi con utenti, gruppi o utenti remoti...", "Error removing share" : "Errore durante la rimozione della condivisione", "Warning" : "Avviso", "Error while sending notification" : "Errore durante l'invio della notifica", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index c7e5263a2a..b377f64a25 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (リモート)", "Share" : "共有", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有", - "Share with users or groups …" : "ユーザーもしくはグループと共有 ...", - "Share with users, groups or remote users …" : "ユーザー、グループもしくはリモートユーザーと共有 ...", "Error removing share" : "共有の削除エラー", "Warning" : "警告", "Error while sending notification" : "通知送信中にエラーが発生", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 2db9a6089a..3d3d44064f 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee} (リモート)", "Share" : "共有", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有", - "Share with users or groups …" : "ユーザーもしくはグループと共有 ...", - "Share with users, groups or remote users …" : "ユーザー、グループもしくはリモートユーザーと共有 ...", "Error removing share" : "共有の削除エラー", "Warning" : "警告", "Error while sending notification" : "通知送信中にエラーが発生", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 15d27f7f3f..fba209d670 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee}(원격)", "Share" : "공유", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다", - "Share with users or groups …" : "사용자 및 그룹과 공유...", - "Share with users, groups or remote users …" : "사용자, 그룹 및 원격 사용자와 공유...", "Error removing share" : "공유 삭제 중 오류 발생", "Warning" : "경고", "Error while sending notification" : "알림을 보내는 중 오류 발생", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 5412800fbb..998a76c7bc 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee}(원격)", "Share" : "공유", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다", - "Share with users or groups …" : "사용자 및 그룹과 공유...", - "Share with users, groups or remote users …" : "사용자, 그룹 및 원격 사용자와 공유...", "Error removing share" : "공유 삭제 중 오류 발생", "Warning" : "경고", "Error while sending notification" : "알림을 보내는 중 오류 발생", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 756fff5139..cb66ca489f 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -132,8 +132,6 @@ OC.L10N.register( "An error occured. Please try again" : "Klaida, prašau bandyti dar kartą.", "Share" : "Dalintis", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dalintis su vartotoju kitame ownCloud debesyje, sintaksė vartotojas@example.com/owncloud", - "Share with users or groups …" : "Dalintis su vartotoju ar grupe", - "Share with users, groups or remote users …" : "Dalintis su vartotoju, grupe, ar nutolusiu vartotoju...", "Warning" : "Įspėjimas", "Delete" : "Ištrinti", "Rename" : "Pervadinti", diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 541761aa35..e78a308bcf 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -130,8 +130,6 @@ "An error occured. Please try again" : "Klaida, prašau bandyti dar kartą.", "Share" : "Dalintis", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dalintis su vartotoju kitame ownCloud debesyje, sintaksė vartotojas@example.com/owncloud", - "Share with users or groups …" : "Dalintis su vartotoju ar grupe", - "Share with users, groups or remote users …" : "Dalintis su vartotoju, grupe, ar nutolusiu vartotoju...", "Warning" : "Įspėjimas", "Delete" : "Ištrinti", "Rename" : "Pervadinti", diff --git a/core/l10n/mk.js b/core/l10n/mk.js index 5f66c0cfa8..c01acfc0c9 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -140,8 +140,6 @@ OC.L10N.register( "access control" : "контрола на пристап", "An error occured. Please try again" : "Се случи грешка. Обиди се повторно", "Share" : "Сподели", - "Share with users or groups …" : "Сподели со корисници или групи ...", - "Share with users, groups or remote users …" : "Споделено со корисници, групи или оддалечени корисници ...", "Warning" : "Предупредување", "not assignable" : "не може да се додаде", "invisible" : "невидлив", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 2dceeb1fe5..632472c503 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -138,8 +138,6 @@ "access control" : "контрола на пристап", "An error occured. Please try again" : "Се случи грешка. Обиди се повторно", "Share" : "Сподели", - "Share with users or groups …" : "Сподели со корисници или групи ...", - "Share with users, groups or remote users …" : "Споделено со корисници, групи или оддалечени корисници ...", "Warning" : "Предупредување", "not assignable" : "не може да се додаде", "invisible" : "невидлив", diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index 69bc5e902e..d96a113e57 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (ekstern)", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud", - "Share with users or groups …" : "Del med brukere eller grupper ...", - "Share with users, groups or remote users …" : "Del med brukere, grupper eller eksterne brukere ...", "Error removing share" : "Feil ved fjerning av deling", "Warning" : "Advarsel", "Error while sending notification" : "Feil ved sending av varsling", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index 7d41610c00..dbf2e39d14 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee} (ekstern)", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud", - "Share with users or groups …" : "Del med brukere eller grupper ...", - "Share with users, groups or remote users …" : "Del med brukere, grupper eller eksterne brukere ...", "Error removing share" : "Feil ved fjerning av deling", "Warning" : "Advarsel", "Error while sending notification" : "Feil ved sending av varsling", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 28ffe9915b..30427f094a 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (extern)", "Share" : "Delen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Delen met mensen op andere ownClouds via de syntax gebruikersnaam@voorbeeld.org/owncloud", - "Share with users or groups …" : "Delen met gebruikers of groepen ...", - "Share with users, groups or remote users …" : "Delen met gebruikers, groepen of externe gebruikers ...", "Error removing share" : "Fout bij verwijderen share", "Warning" : "Waarschuwing", "Error while sending notification" : "Fout bij versturen melding", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 6a4034344f..4b166d2361 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (extern)", "Share" : "Delen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Delen met mensen op andere ownClouds via de syntax gebruikersnaam@voorbeeld.org/owncloud", - "Share with users or groups …" : "Delen met gebruikers of groepen ...", - "Share with users, groups or remote users …" : "Delen met gebruikers, groepen of externe gebruikers ...", "Error removing share" : "Fout bij verwijderen share", "Warning" : "Waarschuwing", "Error while sending notification" : "Fout bij versturen melding", diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 90cfb7229b..f0192f3d7b 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -154,8 +154,6 @@ OC.L10N.register( "An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai", "Share" : "Partejar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud", - "Share with users or groups …" : "Partejar amb d'utilizaires o gropes...", - "Share with users, groups or remote users …" : "Partejar amb d'utilizaires, gropes, o utilizaires distants", "Warning" : "Atencion", "Error while sending notification" : "Error al moment del mandadís de la notificacion", "Delete" : "Suprimir", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index 4e61d91656..92301a75c5 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -152,8 +152,6 @@ "An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai", "Share" : "Partejar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud", - "Share with users or groups …" : "Partejar amb d'utilizaires o gropes...", - "Share with users, groups or remote users …" : "Partejar amb d'utilizaires, gropes, o utilizaires distants", "Warning" : "Atencion", "Error while sending notification" : "Error al moment del mandadís de la notificacion", "Delete" : "Suprimir", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 8383239162..0f1026d725 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -152,8 +152,6 @@ OC.L10N.register( "An error occured. Please try again" : "Wystąpił błąd. Proszę spróbować ponownie.", "Share" : "Udostępnij", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Współdziel z użytkownikami innych chmur ownCloud używając wzorca uzytkownik@example.com/owncloud", - "Share with users or groups …" : "Współdziel z użytkownikami lub grupami", - "Share with users, groups or remote users …" : "Współdziel z użytkownikami, grupami lub użytkownikami zdalnymi ...", "Warning" : "Ostrzeżenie", "Delete" : "Usuń", "Rename" : "Zmień nazwę", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index a59306f689..ee7eeac7e7 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -150,8 +150,6 @@ "An error occured. Please try again" : "Wystąpił błąd. Proszę spróbować ponownie.", "Share" : "Udostępnij", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Współdziel z użytkownikami innych chmur ownCloud używając wzorca uzytkownik@example.com/owncloud", - "Share with users or groups …" : "Współdziel z użytkownikami lub grupami", - "Share with users, groups or remote users …" : "Współdziel z użytkownikami, grupami lub użytkownikami zdalnymi ...", "Warning" : "Ostrzeżenie", "Delete" : "Usuń", "Rename" : "Zmień nazwę", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 9202160293..9cb233ce9f 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud", - "Share with users or groups …" : "Compartilhar com usuários ou grupos ...", - "Share with users, groups or remote users …" : "Compartilhar com usuários, grupos ou usuários remoto ...", "Error removing share" : "Erro na remoção do compartilhamento", "Warning" : "Aviso", "Error while sending notification" : "Erro ao enviar notificação", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index e65ab25e1a..5b5014df41 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud", - "Share with users or groups …" : "Compartilhar com usuários ou grupos ...", - "Share with users, groups or remote users …" : "Compartilhar com usuários, grupos ou usuários remoto ...", "Error removing share" : "Erro na remoção do compartilhamento", "Warning" : "Aviso", "Error while sending notification" : "Erro ao enviar notificação", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 4a2f8dd420..a70bee7382 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud", - "Share with users or groups …" : "Partilhar com utilizadores ou grupos...", - "Share with users, groups or remote users …" : "Partilhar com utilizadores, grupos ou utilizadores remotos...", "Error removing share" : "Erro ao remover partilha", "Warning" : "Aviso", "Error while sending notification" : "Erro enquanto estava a enviar a notificação", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 9c183eef46..21de893d80 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud", - "Share with users or groups …" : "Partilhar com utilizadores ou grupos...", - "Share with users, groups or remote users …" : "Partilhar com utilizadores, grupos ou utilizadores remotos...", "Error removing share" : "Erro ao remover partilha", "Warning" : "Aviso", "Error while sending notification" : "Erro enquanto estava a enviar a notificação", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 85b08d28ef..811ec284ff 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -173,8 +173,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (удалённо)", "Share" : "Поделиться", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделиться с людьми на других серверах ownCloud используя формат username@example.com/owncloud", - "Share with users or groups …" : "Поделиться с пользователями или группами ...", - "Share with users, groups or remote users …" : "Поделиться с пользователями, группами или удаленными пользователями ...", "Error removing share" : "Ошибка удаления общего доступа", "Warning" : "Предупреждение", "Error while sending notification" : "Ошибка при отправке уведомления", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 0f2fcb5191..3c01516e04 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -171,8 +171,6 @@ "{sharee} (remote)" : "{sharee} (удалённо)", "Share" : "Поделиться", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделиться с людьми на других серверах ownCloud используя формат username@example.com/owncloud", - "Share with users or groups …" : "Поделиться с пользователями или группами ...", - "Share with users, groups or remote users …" : "Поделиться с пользователями, группами или удаленными пользователями ...", "Error removing share" : "Ошибка удаления общего доступа", "Warning" : "Предупреждение", "Error while sending notification" : "Ошибка при отправке уведомления", diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js index 9ed67536a0..ef9a456502 100644 --- a/core/l10n/sk_SK.js +++ b/core/l10n/sk_SK.js @@ -152,8 +152,6 @@ OC.L10N.register( "An error occured. Please try again" : "Nastala chyba. Skúste to znovu", "Share" : "Zdieľať", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Zdieľať s ľuďmi na iných serveroch ownClouds pomocou syntaxe používateľ@doména.com/owncloud", - "Share with users or groups …" : "Zdieľať s používateľmi alebo skupinami ...", - "Share with users, groups or remote users …" : "Zdieľať s používateľmi, skupinami alebo vzdialenými používateľmi ...", "Warning" : "Varovanie", "Error while sending notification" : "Chyba pri posielaní oznámenia", "Delete" : "Zmazať", diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json index a27a85ef2f..20f6e0f651 100644 --- a/core/l10n/sk_SK.json +++ b/core/l10n/sk_SK.json @@ -150,8 +150,6 @@ "An error occured. Please try again" : "Nastala chyba. Skúste to znovu", "Share" : "Zdieľať", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Zdieľať s ľuďmi na iných serveroch ownClouds pomocou syntaxe používateľ@doména.com/owncloud", - "Share with users or groups …" : "Zdieľať s používateľmi alebo skupinami ...", - "Share with users, groups or remote users …" : "Zdieľať s používateľmi, skupinami alebo vzdialenými používateľmi ...", "Warning" : "Varovanie", "Error while sending notification" : "Chyba pri posielaní oznámenia", "Delete" : "Zmazať", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index cd1b637f51..04206ed82f 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -160,8 +160,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (oddaljeno)", "Share" : "Souporaba", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Souporaba z uporabniki, ki so na drugih oblakih ownCloud s povezavo uporabnik@domena.si/owncloud", - "Share with users or groups …" : "Souporaba z uporabniki ali skupinami ...", - "Share with users, groups or remote users …" : "Souporaba z uporabniki, skupinami ali oddaljenimi uporabniki ...", "Error removing share" : "Napaka odstranjevanja souporabe", "Warning" : "Opozorilo", "Error while sending notification" : "Napaka med pošiljanjem obvestila", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 6649d094f1..7f60325a34 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -158,8 +158,6 @@ "{sharee} (remote)" : "{sharee} (oddaljeno)", "Share" : "Souporaba", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Souporaba z uporabniki, ki so na drugih oblakih ownCloud s povezavo uporabnik@domena.si/owncloud", - "Share with users or groups …" : "Souporaba z uporabniki ali skupinami ...", - "Share with users, groups or remote users …" : "Souporaba z uporabniki, skupinami ali oddaljenimi uporabniki ...", "Error removing share" : "Napaka odstranjevanja souporabe", "Warning" : "Opozorilo", "Error while sending notification" : "Napaka med pošiljanjem obvestila", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index 0ab35de0f7..9f7ee25d6c 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (i largët)", "Share" : "Ndaje", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Ndajeni me persona në ownCloud-e të tjera duke përdorur sintaksën username@example.com/owncloud", - "Share with users or groups …" : "Ndajeni me përdorues ose grupe …", - "Share with users, groups or remote users …" : "Ndajeni me përdorues, grupe ose përdorues të largët …", "Error removing share" : "Gabim në heqjen e ndarjes", "Warning" : "Kujdes", "Error while sending notification" : "Gabim gjatë dërgimit të njoftimit", diff --git a/core/l10n/sq.json b/core/l10n/sq.json index b9d5031625..50d4aa30c9 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (i largët)", "Share" : "Ndaje", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Ndajeni me persona në ownCloud-e të tjera duke përdorur sintaksën username@example.com/owncloud", - "Share with users or groups …" : "Ndajeni me përdorues ose grupe …", - "Share with users, groups or remote users …" : "Ndajeni me përdorues, grupe ose përdorues të largët …", "Error removing share" : "Gabim në heqjen e ndarjes", "Warning" : "Kujdes", "Error while sending notification" : "Gabim gjatë dërgimit të njoftimit", diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 8cbe1c0c26..1723b10b9a 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -143,8 +143,6 @@ OC.L10N.register( "An error occured. Please try again" : "Дошло је до грешке. Покушајте поново", "Share" : "Дели", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделите са људима у другим облацима користећи синтаксу корисничкоиме@сервер.com/owncloud", - "Share with users or groups …" : "Дели са корисницима или групама...", - "Share with users, groups or remote users …" : "Дели са корисницима, групама или удаљеним корисницима...", "Warning" : "Упозорење", "Delete" : "Обриши", "Rename" : "Преименуј", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 7021e20be5..89f769bf53 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -141,8 +141,6 @@ "An error occured. Please try again" : "Дошло је до грешке. Покушајте поново", "Share" : "Дели", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделите са људима у другим облацима користећи синтаксу корисничкоиме@сервер.com/owncloud", - "Share with users or groups …" : "Дели са корисницима или групама...", - "Share with users, groups or remote users …" : "Дели са корисницима, групама или удаљеним корисницима...", "Warning" : "Упозорење", "Delete" : "Обриши", "Rename" : "Преименуј", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 7687a5ab7d..d1066dba8b 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -156,8 +156,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Dela", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dela med folk på andra ownClouds med följande syntax username@example.com/owncloud", - "Share with users or groups …" : "Dela med användare eller grupper ...", - "Share with users, groups or remote users …" : "Dela med användare, grupper eller fjärranvändare ...", "Warning" : "Varning", "Error while sending notification" : "Fel när notifikation skulle skickas", "invisible" : "osynlig", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 5ca31cca2b..597df908ce 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -154,8 +154,6 @@ "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Dela", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dela med folk på andra ownClouds med följande syntax username@example.com/owncloud", - "Share with users or groups …" : "Dela med användare eller grupper ...", - "Share with users, groups or remote users …" : "Dela med användare, grupper eller fjärranvändare ...", "Warning" : "Varning", "Error while sending notification" : "Fel när notifikation skulle skickas", "invisible" : "osynlig", diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js index 65d912d72d..d522c9023c 100644 --- a/core/l10n/th_TH.js +++ b/core/l10n/th_TH.js @@ -168,8 +168,6 @@ OC.L10N.register( "An error occured. Please try again" : "เกิดข้อผิดพลาด กรุณาลองอีกครั้ง", "Share" : "แชร์", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "แชร์กับคนใน ownClouds อื่นๆ ที่ใช้ไวยากรณ์ username@example.com/owncloud ", - "Share with users or groups …" : "แชร์กับผู้ใช้หรือกลุ่ม ...", - "Share with users, groups or remote users …" : "แชร์กับผู้ใช้กลุ่มหรือผู้ใช้ระยะไกล ...", "Error removing share" : "พบข้อผิดพลาดในรายการที่แชร์ออก", "Warning" : "คำเตือน", "Error while sending notification" : "เกิดข้อผิดพลาดขณะกำลังส่งการแจ้งเตือน", diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json index db6424f032..599a0851e6 100644 --- a/core/l10n/th_TH.json +++ b/core/l10n/th_TH.json @@ -166,8 +166,6 @@ "An error occured. Please try again" : "เกิดข้อผิดพลาด กรุณาลองอีกครั้ง", "Share" : "แชร์", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "แชร์กับคนใน ownClouds อื่นๆ ที่ใช้ไวยากรณ์ username@example.com/owncloud ", - "Share with users or groups …" : "แชร์กับผู้ใช้หรือกลุ่ม ...", - "Share with users, groups or remote users …" : "แชร์กับผู้ใช้กลุ่มหรือผู้ใช้ระยะไกล ...", "Error removing share" : "พบข้อผิดพลาดในรายการที่แชร์ออก", "Warning" : "คำเตือน", "Error while sending notification" : "เกิดข้อผิดพลาดขณะกำลังส่งการแจ้งเตือน", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index c094eb45bd..79066c0bbd 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -169,8 +169,6 @@ OC.L10N.register( "An error occured. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin", "Share" : "Paylaş", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "kullanıcı@example.com/owncloud şeklinde diğer ownCloud kullanan diğer kullanıcılarla paylaş", - "Share with users or groups …" : "Kullanıcı ve gruplarla paylaş...", - "Share with users, groups or remote users …" : "Kullanıcılar, gruplar veya uzak kullanıcılarla paylaş ...", "Error removing share" : "Paylaşım kaldırılırken hata", "Warning" : "Uyarı", "Error while sending notification" : "Bildirim gönderilirken hata", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 81f7d907aa..b921169243 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -167,8 +167,6 @@ "An error occured. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin", "Share" : "Paylaş", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "kullanıcı@example.com/owncloud şeklinde diğer ownCloud kullanan diğer kullanıcılarla paylaş", - "Share with users or groups …" : "Kullanıcı ve gruplarla paylaş...", - "Share with users, groups or remote users …" : "Kullanıcılar, gruplar veya uzak kullanıcılarla paylaş ...", "Error removing share" : "Paylaşım kaldırılırken hata", "Warning" : "Uyarı", "Error while sending notification" : "Bildirim gönderilirken hata", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 58dda0b85a..df84c24316 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -157,8 +157,6 @@ OC.L10N.register( "{sharee} (group)" : "{sharee} (група)", "Share" : "Поділитися", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud", - "Share with users or groups …" : "Поширити серед користувачів або груп ...", - "Share with users, groups or remote users …" : "Поширити серед локальних чи віддалених користувачів або груп ...", "Warning" : "Попередження", "Error while sending notification" : "Помилка при надсиланні повідомлення", "({scope})" : "({scope})", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 0960135ab4..707bec3e96 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -155,8 +155,6 @@ "{sharee} (group)" : "{sharee} (група)", "Share" : "Поділитися", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud", - "Share with users or groups …" : "Поширити серед користувачів або груп ...", - "Share with users, groups or remote users …" : "Поширити серед локальних чи віддалених користувачів або груп ...", "Warning" : "Попередження", "Error while sending notification" : "Помилка при надсиланні повідомлення", "({scope})" : "({scope})", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index fc5e1395d9..47ce3f3173 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -174,8 +174,6 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (远程)", "Share" : "分享", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "使用语法 username@example.com/owncloud 分享给其他 ownCloud 上的用户", - "Share with users or groups …" : "分享给其他用户或组 ...", - "Share with users, groups or remote users …" : "分享给其他用户、组或远程用户 ...", "Error removing share" : "移除分享时出错", "Warning" : "警告", "Error while sending notification" : "发送通知时出现错误", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index ee8bc2732b..1bedfbbf85 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -172,8 +172,6 @@ "{sharee} (remote)" : "{sharee} (远程)", "Share" : "分享", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "使用语法 username@example.com/owncloud 分享给其他 ownCloud 上的用户", - "Share with users or groups …" : "分享给其他用户或组 ...", - "Share with users, groups or remote users …" : "分享给其他用户、组或远程用户 ...", "Error removing share" : "移除分享时出错", "Warning" : "警告", "Error while sending notification" : "发送通知时出现错误", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 8c38039678..b69616f276 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -166,8 +166,6 @@ OC.L10N.register( "An error occured. Please try again" : "發生錯誤,請重試", "Share" : "分享", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "與其他在ownCloud上的人們分享,請使用此格式 username@example.com/owncloud", - "Share with users or groups …" : "與用戶或群組分享 ...", - "Share with users, groups or remote users …" : "與用戶,群組或是遠端使用者分享 ...", "Warning" : "警告", "Error while sending notification" : "發送通知錯誤", "Delete" : "刪除", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 3479f9e29b..2b27247101 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -164,8 +164,6 @@ "An error occured. Please try again" : "發生錯誤,請重試", "Share" : "分享", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "與其他在ownCloud上的人們分享,請使用此格式 username@example.com/owncloud", - "Share with users or groups …" : "與用戶或群組分享 ...", - "Share with users, groups or remote users …" : "與用戶,群組或是遠端使用者分享 ...", "Warning" : "警告", "Error while sending notification" : "發送通知錯誤", "Delete" : "刪除", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 031857d087..1c5cfe4bc2 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -71,6 +71,7 @@ OC.L10N.register( "Enable" : "Aktivieren", "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da es den Server instabil macht.", + "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "Updating...." : "Update…", "Error while updating app" : "Es ist ein Fehler während des Updates aufgetreten", "Updated" : "Aktualisiert", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index f61859bc2a..6a2e2bcb43 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -69,6 +69,7 @@ "Enable" : "Aktivieren", "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da es den Server instabil macht.", + "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "Updating...." : "Update…", "Error while updating app" : "Es ist ein Fehler während des Updates aufgetreten", "Updated" : "Aktualisiert",