aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/federatedfilesharing/l10n/nb_NO.js1
-rw-r--r--apps/federatedfilesharing/l10n/nb_NO.json1
-rw-r--r--apps/files/js/file-upload.js2
-rw-r--r--apps/files/l10n/de.js5
-rw-r--r--apps/files/l10n/de.json5
-rw-r--r--apps/files/l10n/de_DE.js5
-rw-r--r--apps/files/l10n/de_DE.json5
-rw-r--r--apps/files/l10n/fr.js5
-rw-r--r--apps/files/l10n/fr.json5
-rw-r--r--apps/files/l10n/hu_HU.js5
-rw-r--r--apps/files/l10n/hu_HU.json5
-rw-r--r--apps/files/l10n/it.js5
-rw-r--r--apps/files/l10n/it.json5
-rw-r--r--apps/files_sharing/l10n/es.js151
-rw-r--r--apps/files_sharing/l10n/es.json151
-rw-r--r--apps/files_versions/l10n/ru.js1
-rw-r--r--apps/files_versions/l10n/ru.json1
-rw-r--r--apps/updatenotification/l10n/de.js1
-rw-r--r--apps/updatenotification/l10n/de.json1
-rw-r--r--apps/updatenotification/l10n/de_DE.js1
-rw-r--r--apps/updatenotification/l10n/de_DE.json1
-rw-r--r--apps/updatenotification/l10n/es.js1
-rw-r--r--apps/updatenotification/l10n/es.json1
-rw-r--r--apps/updatenotification/l10n/fr.js1
-rw-r--r--apps/updatenotification/l10n/fr.json1
-rw-r--r--apps/updatenotification/l10n/hu_HU.js1
-rw-r--r--apps/updatenotification/l10n/hu_HU.json1
-rw-r--r--apps/updatenotification/l10n/nl.js1
-rw-r--r--apps/updatenotification/l10n/nl.json1
-rw-r--r--apps/user_ldap/l10n/es.js7
-rw-r--r--apps/user_ldap/l10n/es.json7
-rw-r--r--core/js/sharedialogshareelistview.js3
-rw-r--r--lib/private/Share20/Manager.php22
-rw-r--r--settings/l10n/hu_HU.js2
-rw-r--r--settings/l10n/hu_HU.json2
-rw-r--r--version.php4
36 files changed, 320 insertions, 97 deletions
diff --git a/apps/federatedfilesharing/l10n/nb_NO.js b/apps/federatedfilesharing/l10n/nb_NO.js
index 92885f7e842..a2a0bcbdc0c 100644
--- a/apps/federatedfilesharing/l10n/nb_NO.js
+++ b/apps/federatedfilesharing/l10n/nb_NO.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Remote share password" : "Passord for ekstern ressurs",
"Cancel" : "Avbryt",
"Add remote share" : "Legg til ekstern ressurs",
+ "Copy" : "Kopier",
"Copied!" : "Kopiert!",
"Not supported!" : "Ikke støttet!",
"Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
diff --git a/apps/federatedfilesharing/l10n/nb_NO.json b/apps/federatedfilesharing/l10n/nb_NO.json
index 4b6d5d9222e..ab5cfe57fbf 100644
--- a/apps/federatedfilesharing/l10n/nb_NO.json
+++ b/apps/federatedfilesharing/l10n/nb_NO.json
@@ -5,6 +5,7 @@
"Remote share password" : "Passord for ekstern ressurs",
"Cancel" : "Avbryt",
"Add remote share" : "Legg til ekstern ressurs",
+ "Copy" : "Kopier",
"Copied!" : "Kopiert!",
"Not supported!" : "Ikke støttet!",
"Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index 8bcaa2e24aa..b3a59b54241 100644
--- a/apps/files/js/file-upload.js
+++ b/apps/files/js/file-upload.js
@@ -151,7 +151,7 @@ OC.FileUpload.prototype = {
/**
* Returns whether the upload is in progress
*
- * @return {bool}
+ * @return {boolean}
*/
isPending: function() {
return this.data.state() === 'pending';
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 5c3570bc6d1..d2bffead321 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -81,6 +81,10 @@ OC.L10N.register(
"New folder" : "Neuer Ordner",
"Upload" : "Hochladen",
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
+ "Added to favorites" : "Zu den Favoriten hinzugefügt",
+ "Removed from favorites" : "Aus den Favoriten entfernt",
+ "You added {file} to your favorites" : "Du hast {file} zu deinen Favoriten hinzugefügt",
+ "You removed {file} from your favorites" : "Du hast {file} aus deinen Favoriten hentfernt",
"File changes" : "Dateiänderungen",
"Created by {user}" : "Erstellt durch {user}",
"Changed by {user}" : "Geändert durch {user}",
@@ -101,6 +105,7 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} hat {oldfile} in {newfile} umbenannt",
"You moved {oldfile} to {newfile}" : "Du hast {oldfile} nach {newfile} verschoben",
"{user} moved {oldfile} to {newfile}" : "{user} hat {oldfile} nach {newfile} verschoben",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde deinen <strong>Favoriten</strong> hinzugefügt oder daraus entfernt",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei oder Ordner wurden <strong>geändert</strong> oder <strong>umbenannt</strong>",
"A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Neue Datei oder Verzeichnis wurde <strong>gelöscht</strong>",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index 8bc5b85c1e8..d012d33f352 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -79,6 +79,10 @@
"New folder" : "Neuer Ordner",
"Upload" : "Hochladen",
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
+ "Added to favorites" : "Zu den Favoriten hinzugefügt",
+ "Removed from favorites" : "Aus den Favoriten entfernt",
+ "You added {file} to your favorites" : "Du hast {file} zu deinen Favoriten hinzugefügt",
+ "You removed {file} from your favorites" : "Du hast {file} aus deinen Favoriten hentfernt",
"File changes" : "Dateiänderungen",
"Created by {user}" : "Erstellt durch {user}",
"Changed by {user}" : "Geändert durch {user}",
@@ -99,6 +103,7 @@
"{user} renamed {oldfile} to {newfile}" : "{user} hat {oldfile} in {newfile} umbenannt",
"You moved {oldfile} to {newfile}" : "Du hast {oldfile} nach {newfile} verschoben",
"{user} moved {oldfile} to {newfile}" : "{user} hat {oldfile} nach {newfile} verschoben",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde deinen <strong>Favoriten</strong> hinzugefügt oder daraus entfernt",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei oder Ordner wurden <strong>geändert</strong> oder <strong>umbenannt</strong>",
"A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Neue Datei oder Verzeichnis wurde <strong>gelöscht</strong>",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index e605400dc9f..42eaeb46600 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -81,6 +81,10 @@ OC.L10N.register(
"New folder" : "Neuer Ordner",
"Upload" : "Hochladen",
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
+ "Added to favorites" : "Zu den Favoriten hinzugefügt",
+ "Removed from favorites" : "Aus den Favoriten entfernt",
+ "You added {file} to your favorites" : "Sie haben {file} zu Ihren Favoriten hinzugefügt",
+ "You removed {file} from your favorites" : "Sie haben {file} aus Ihren Favoriten hentfernt",
"File changes" : "Datei geändert",
"Created by {user}" : "Erstellt durch {user}",
"Changed by {user}" : "Geändert durch {user}",
@@ -101,6 +105,7 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} hat {oldfile} in {newfile} umbenannt",
"You moved {oldfile} to {newfile}" : "Sie haben {oldfile} nach {newfile} verschoben",
"{user} moved {oldfile} to {newfile}" : "{user} hat{oldfile} nach {newfile} verschoben",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde Ihren <strong>Favoriten</strong> hinzugefügt oder daraus entfernt",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei oder Ordner wurden <strong>geändert</strong> oder <strong>umbenannt</strong>",
"A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>gelöscht</strong>",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 4815f3bee47..10ecffbb1aa 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -79,6 +79,10 @@
"New folder" : "Neuer Ordner",
"Upload" : "Hochladen",
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
+ "Added to favorites" : "Zu den Favoriten hinzugefügt",
+ "Removed from favorites" : "Aus den Favoriten entfernt",
+ "You added {file} to your favorites" : "Sie haben {file} zu Ihren Favoriten hinzugefügt",
+ "You removed {file} from your favorites" : "Sie haben {file} aus Ihren Favoriten hentfernt",
"File changes" : "Datei geändert",
"Created by {user}" : "Erstellt durch {user}",
"Changed by {user}" : "Geändert durch {user}",
@@ -99,6 +103,7 @@
"{user} renamed {oldfile} to {newfile}" : "{user} hat {oldfile} in {newfile} umbenannt",
"You moved {oldfile} to {newfile}" : "Sie haben {oldfile} nach {newfile} verschoben",
"{user} moved {oldfile} to {newfile}" : "{user} hat{oldfile} nach {newfile} verschoben",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde Ihren <strong>Favoriten</strong> hinzugefügt oder daraus entfernt",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei oder Ordner wurden <strong>geändert</strong> oder <strong>umbenannt</strong>",
"A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>gelöscht</strong>",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index f9af3d3ba36..b3ba81c1896 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -81,6 +81,10 @@ OC.L10N.register(
"New folder" : "Nouveau dossier",
"Upload" : "Chargement",
"An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
+ "Added to favorites" : "Ajouté aux favoris",
+ "Removed from favorites" : "Retiré des favoris",
+ "You added {file} to your favorites" : "Vous avez ajouté {file} à vos favoris",
+ "You removed {file} from your favorites" : "Vous avez retiré {file} de vos favoris",
"File changes" : "Modifications du fichier",
"Created by {user}" : "Créé par {user}",
"Changed by {user}" : "Modifié par {user}",
@@ -101,6 +105,7 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} a renommé {oldfile} en {newfile}",
"You moved {oldfile} to {newfile}" : "Vous avez déplacé {oldfile} dans {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} a déplacé {oldfile} dans {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Un fichier a été ajouté ou retiré de vos <strong>favoris</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fichier ou dossier a été <strong>modifié</strong> ou <strong>renommé</strong>",
"A new file or folder has been <strong>created</strong>" : "Un nouveau fichier ou répertoire a été <strong>créé</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Un nouveau fichier ou répertoire a été <strong>supprimé</strong>",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 9fe5ad96519..84bd72be643 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -79,6 +79,10 @@
"New folder" : "Nouveau dossier",
"Upload" : "Chargement",
"An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
+ "Added to favorites" : "Ajouté aux favoris",
+ "Removed from favorites" : "Retiré des favoris",
+ "You added {file} to your favorites" : "Vous avez ajouté {file} à vos favoris",
+ "You removed {file} from your favorites" : "Vous avez retiré {file} de vos favoris",
"File changes" : "Modifications du fichier",
"Created by {user}" : "Créé par {user}",
"Changed by {user}" : "Modifié par {user}",
@@ -99,6 +103,7 @@
"{user} renamed {oldfile} to {newfile}" : "{user} a renommé {oldfile} en {newfile}",
"You moved {oldfile} to {newfile}" : "Vous avez déplacé {oldfile} dans {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} a déplacé {oldfile} dans {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Un fichier a été ajouté ou retiré de vos <strong>favoris</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fichier ou dossier a été <strong>modifié</strong> ou <strong>renommé</strong>",
"A new file or folder has been <strong>created</strong>" : "Un nouveau fichier ou répertoire a été <strong>créé</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Un nouveau fichier ou répertoire a été <strong>supprimé</strong>",
diff --git a/apps/files/l10n/hu_HU.js b/apps/files/l10n/hu_HU.js
index 5d45ec1ba46..a4df0cf66c2 100644
--- a/apps/files/l10n/hu_HU.js
+++ b/apps/files/l10n/hu_HU.js
@@ -81,6 +81,10 @@ OC.L10N.register(
"New folder" : "Új mappa",
"Upload" : "Feltöltés",
"An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket",
+ "Added to favorites" : "Hozzáadva a kedvencekhez",
+ "Removed from favorites" : "Eltávolítva a kedvencekből",
+ "You added {file} to your favorites" : "Hozzáadtad a kedvenceidhez: {file}",
+ "You removed {file} from your favorites" : "Eltávolítottad a kedvenceidből: {file}",
"File changes" : "Fájl változások",
"Created by {user}" : "Létrehozta: {user}",
"Changed by {user}" : "Módosította: {user}",
@@ -101,6 +105,7 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} átnevezte ezt: {oldfile} erre: {newfile}",
"You moved {oldfile} to {newfile}" : "Áthelyezted ezt: {oldfile} ide: {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} áthelyezte ezt: {oldfile} ide: {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Egy fájl eltávolítva vagy hozzáadva a <strong>kedvenceidhez</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A fájl vagy mappa <strong>megváltozott</strong> vagy <strong>át lett nevezve</strong>",
"A new file or folder has been <strong>created</strong>" : "Új fájl vagy mappa <strong>létrehozva</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>",
diff --git a/apps/files/l10n/hu_HU.json b/apps/files/l10n/hu_HU.json
index 2765a16dcc1..2a615dfeb9f 100644
--- a/apps/files/l10n/hu_HU.json
+++ b/apps/files/l10n/hu_HU.json
@@ -79,6 +79,10 @@
"New folder" : "Új mappa",
"Upload" : "Feltöltés",
"An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket",
+ "Added to favorites" : "Hozzáadva a kedvencekhez",
+ "Removed from favorites" : "Eltávolítva a kedvencekből",
+ "You added {file} to your favorites" : "Hozzáadtad a kedvenceidhez: {file}",
+ "You removed {file} from your favorites" : "Eltávolítottad a kedvenceidből: {file}",
"File changes" : "Fájl változások",
"Created by {user}" : "Létrehozta: {user}",
"Changed by {user}" : "Módosította: {user}",
@@ -99,6 +103,7 @@
"{user} renamed {oldfile} to {newfile}" : "{user} átnevezte ezt: {oldfile} erre: {newfile}",
"You moved {oldfile} to {newfile}" : "Áthelyezted ezt: {oldfile} ide: {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} áthelyezte ezt: {oldfile} ide: {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Egy fájl eltávolítva vagy hozzáadva a <strong>kedvenceidhez</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A fájl vagy mappa <strong>megváltozott</strong> vagy <strong>át lett nevezve</strong>",
"A new file or folder has been <strong>created</strong>" : "Új fájl vagy mappa <strong>létrehozva</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>",
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index 40f7bb76b6a..a7d84102ea0 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -81,6 +81,10 @@ OC.L10N.register(
"New folder" : "Nuova cartella",
"Upload" : "Carica",
"An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette",
+ "Added to favorites" : "Aggiunto ai preferiti",
+ "Removed from favorites" : "Rimosso dai preferiti",
+ "You added {file} to your favorites" : "Hai aggiunto {file} ai tuoi preferiti",
+ "You removed {file} from your favorites" : "Hai rimosso {file} dai tuoi preferiti",
"File changes" : "Modiche dei file",
"Created by {user}" : "Creata da {user}",
"Changed by {user}" : "Modificata da {user}",
@@ -101,6 +105,7 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} ha rinominato {oldfile} in {newfile}",
"You moved {oldfile} to {newfile}" : "Hai spostato {oldfile} in {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} ha spostato {oldfile} in {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Un file stato aggiunto o rimosso dai tuoi <strong>preferiti</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un file o una cartella sono stati <strong>modificato</strong> o<strong>rinominati</strong> ",
"A new file or folder has been <strong>created</strong>" : "Un nuovo file o cartella è stato <strong>creato</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Un nuovo file o cartella è stato <strong>eliminato</strong>",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 86ce3d16be2..d3df120e90a 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -79,6 +79,10 @@
"New folder" : "Nuova cartella",
"Upload" : "Carica",
"An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette",
+ "Added to favorites" : "Aggiunto ai preferiti",
+ "Removed from favorites" : "Rimosso dai preferiti",
+ "You added {file} to your favorites" : "Hai aggiunto {file} ai tuoi preferiti",
+ "You removed {file} from your favorites" : "Hai rimosso {file} dai tuoi preferiti",
"File changes" : "Modiche dei file",
"Created by {user}" : "Creata da {user}",
"Changed by {user}" : "Modificata da {user}",
@@ -99,6 +103,7 @@
"{user} renamed {oldfile} to {newfile}" : "{user} ha rinominato {oldfile} in {newfile}",
"You moved {oldfile} to {newfile}" : "Hai spostato {oldfile} in {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} ha spostato {oldfile} in {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Un file stato aggiunto o rimosso dai tuoi <strong>preferiti</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un file o una cartella sono stati <strong>modificato</strong> o<strong>rinominati</strong> ",
"A new file or folder has been <strong>created</strong>" : "Un nuovo file o cartella è stato <strong>creato</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Un nuovo file o cartella è stato <strong>eliminato</strong>",
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js
index d3f1542ad33..b4309c05685 100644
--- a/apps/files_sharing/l10n/es.js
+++ b/apps/files_sharing/l10n/es.js
@@ -18,48 +18,82 @@ OC.L10N.register(
"No expiration date set" : "No se ha establecido fecha de caducidad",
"Shared by" : "Compartido por",
"Sharing" : "Compartiendo",
- "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta",
- "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>",
- "You received a new remote share %2$s from %1$s" : "Recibió un nuevo recurso compartido remoto %2$s de %1$s",
- "You received a new remote share from %s" : "Ha recibido un nuevo recurso compartido remoto de %s",
- "%1$s accepted remote share %2$s" : "%1$s aceptó el recurso compartido remoto %2$s",
- "%1$s declined remote share %2$s" : "%1$s ha rechazado el recurso compartido remoto %2$s",
- "%1$s unshared %2$s from you" : "%1$s dejó de compartirse %2$s por ti",
- "Public shared folder %1$s was downloaded" : "Se descargó la carpeta pública compartida %1$s",
- "Public shared file %1$s was downloaded" : "Se descargó el archivo público compartido %1$s",
- "You shared %1$s with %2$s" : "Usted compartió %1$s con %2$s",
- "%2$s shared %1$s with %3$s" : "%2$s compartó %1$s con %3$s",
- "You removed the share of %2$s for %1$s" : "Ha cambiado el compartido %2$s por %1$s",
- "%2$s removed the share of %3$s for %1$s" : "%2$s eliminó la compartición de %3$s con %1$s",
- "You shared %1$s with group %2$s" : "Usted ha compartido %1$s con el grupo %2$s",
- "%2$s shared %1$s with group %3$s" : "%2$s compartió %1$s con el grupo %3$s",
- "You removed the share of group %2$s for %1$s" : "Ha cambiado el compartido del grupo %2$s por %1$s",
- "%2$s removed the share of group %3$s for %1$s" : "%2$s ha cambiado el compartido del grupo %3$s por %1$s",
- "%2$s shared %1$s via link" : "%2$s compartió %1$s vía enlace",
- "You shared %1$s via link" : "Ha compartido %1$s vía enlace",
- "You removed the public link for %1$s" : "Ha borrado el enlace público de %1$s",
- "%2$s removed the public link for %1$s" : "%2$s ha eliminado el enlace público de %1$s",
- "Your public link for %1$s expired" : "Su enlace público %1$s ha expirado",
- "The public link of %2$s for %1$s expired" : "El enlace público de %2$s para %1$s ha expirado",
- "%2$s shared %1$s with you" : "%2$s ha compartido %1$s con usted",
- "%2$s removed the share for %1$s" : "%2$s ha borrado el compartido %1$s",
+ "File shares" : "Archivos compartidos",
"Downloaded via public link" : "Descargado vía enlace público",
- "Shared with %2$s" : "Compartido con %2$s",
- "Shared with %3$s by %2$s" : "Compartido con %3$s por %2$s",
- "Removed share for %2$s" : "Borrado el compartido %2$s",
- "%2$s removed share for %3$s" : "%2$s ha borrado el compartido %3$s",
- "Shared with group %2$s" : "Compartido con el grupo %2$s",
- "Shared with group %3$s by %2$s" : "Compartido con el grupo %3$s por %2$s",
- "Removed share of group %2$s" : "Borrado el compartido del grupo %2$s",
- "%2$s removed share of group %3$s" : "%2$s ha borrado el compartido del grupo %3$s",
- "Shared via link by %2$s" : "Compartido vía enlace por %2$s",
- "Shared via public link" : "Compartido vía enlace público",
+ "Downloaded by %1$s" : "Descargado por %1$s",
+ "Downloaded by {email}" : "Descargado por {email}",
+ "%1$s downloaded via public link" : "%1$s descargado por vía enlace público",
+ "{file} downloaded via public link" : "{file} descargado vía enlace público",
+ "%1$s downloaded %2$s" : "%1$s descargó %2$s",
+ "{email} downloaded {file}" : "{email} descargó {file}",
+ "Shared with group %1$s" : "Compartido con el grupo %1$s",
+ "Shared with group {group}" : "Compartido con el grupo {grupo}",
+ "Removed share for group %1$s" : "Eliminado el compartido para el grupo %1$s",
+ "Removed share for group {group}" : "Eliminado el compartido para el grupo {group}",
+ "%2$s shared with group %1$s" : "%2$s compartido con el grupo %1$s",
+ "{actor} shared with group {group}" : "{actor} compartió con el grupo {group}",
+ "%2$s removed share for group %1$s" : "%2$s removió archivo del grupo %1$s",
+ "{actor} removed share for group {group}" : "{actor} eliminó el compartido para el grupo {group}",
+ "You shared %1$s with group %2$s" : "Usted ha compartido %1$s con el grupo %2$s",
+ "You shared {file} with group {group}" : "Ha compartido {file} con el grupo {group}",
+ "You removed group %2$s from %1$s" : "Ha eliminado el grupo %2$s de %1$s",
+ "You removed group {group} from {file}" : "Ha eliminado el grupo {group} del {file}",
+ "%3$s shared %1$s with group %2$s" : "%3$s compartió %1$s con el grupo %2$s",
+ "{actor} shared {file} with group {group}" : "{actor} compartió {file} con el grupo {group}",
+ "%3$s removed group %2$s from %1$s" : "%3$s eliminó el grupo %2$s de %1$s",
+ "{actor} removed group {group} from {file}" : "{actor} eliminó grupo {group} de {file}",
+ "Shared as public link" : "Compartido como enlace público",
"Removed public link" : "Eliminado enlace público",
- "%2$s removed public link" : "%2$s ha borrado el enlace público",
- "Public link expired" : "El enlace público ha expirado",
- "Public link of %2$s expired" : "El enlace público %2$s ha expirado",
- "Shared by %2$s" : "Compartido por %2$s",
- "Downloaded by %2$s" : "Descargado por %2$s",
+ "%1$s shared as public link" : "%1$s compartido como enlace público",
+ "{actor} shared as public link" : "{actor} compartió como enlace público",
+ "%1$s removed public link" : "%1$s eliminó el enlace público",
+ "{actor} removed public link" : "{actor} eliminó el enlace público",
+ "You shared %1$s as public link" : "Compartió %1$s como un enlace público",
+ "You shared {file} as public link" : "Compartió {file} como un enlace público",
+ "You removed public link for %1$s" : "Eliminó el enlace público para %1$s",
+ "You removed public link for {file}" : "Eliminó el enlace público para {file}",
+ "%2$s shared %1$s as public link" : "%2$s compartió %1$s como un enlace público",
+ "{actor} shared {file} as public link" : "{actor} compartió {file} como enlace público",
+ "%2$s removed public link for %1$s" : "%2$s eliminó el enlace público para %1$s",
+ "{actor} removed public link for {file}" : "{actor} eliminó el enlace público para {file}",
+ "%1$s accepted the remote share" : "%1$s aceptó el recurso compartido remotamente",
+ "{user} accepted the remote share" : "{user} aceptó el recurso compartido remotamente",
+ "%1$s declined the remote share" : "%1$s rechazó el recurso compartido",
+ "{user} declined the remote share" : "{user} rechazó el recurso compartido",
+ "You received a new remote share %1$s from %2$s" : "Ha recibido un nuevo recurso compartido remoto %1$s de %2$s",
+ "You received a new remote share {file} from {user}" : "Ha recibido un nuevo recurso compartido remoto {file} de {user}",
+ "%2$s accepted the remote share of %1$s" : "%2$s aceptó el recurso compartido de %1$s",
+ "{user} accepted the remote share of {file}" : "{user} aceptó la compartición remota de {file}",
+ "%2$s declined the remote share of %1$s" : "%2$s rechazó el recurso compartido de %1$s",
+ "{user} declined the remote share of {file}" : "{user} rechazó el recurso compartido de {file}",
+ "%2$s unshared %1$s from you" : "%2$s dejó de compartir %1$s contigo",
+ "{user} unshared {file} from you" : "{user} dejó de compartir {file} contigo",
+ "Shared with %1$s" : "Compartido con %1$s",
+ "Shared with {user}" : "Compartido con {user}",
+ "Removed share for %1$s" : "Eliminó el recurso compartido a %1$s",
+ "Removed share for {user}" : "Eliminó el recurso compartido a {user}",
+ "%2$s shared with %1$s" : "%2$s compartió con %1$s",
+ "{actor} shared with {user}" : "{actor} compartió con {user}",
+ "%2$s removed share for %1$s" : "%2$s eliminó recurso compartido para %1$s",
+ "{actor} removed share for {user}" : "{actor} eliminó recurso compartido para {user}",
+ "Shared by %1$s" : "Compartido por %1$s",
+ "Shared by {actor}" : "Compartido por {actor}",
+ "%1$s removed share" : "%1$s eliminó el recurso compartido",
+ "{actor} removed share" : "{actor} eliminó el recurso compartido",
+ "You shared %1$s with %2$s" : "Usted compartió %1$s con %2$s",
+ "You shared {file} with {user}" : "Ha compartido {file} con {user}",
+ "You removed %2$s from %1$s" : "Ha eliminado %2$s de %1$s",
+ "You removed {user} from {file}" : "Ha eliminado {user} de {file}",
+ "%3$s shared %1$s with %2$s" : "%3$s compartió %1$s con %2$s",
+ "{actor} removed {user} from {file}" : "{actor} eliminó a {user} de {file}",
+ "%3$s removed %2$s from %1$s" : "%3$s eliminó a %2$s de %1$s",
+ "%2$s shared %1$s with you" : "%2$s ha compartido %1$s con usted",
+ "{actor} shared {file} with you" : "{actor} compartió {file} contigo",
+ "%2$s removed you from %1$s" : "%2$s lo ha eliminado de %1$s",
+ "{actor} removed you from {file}" : "{actor} lo ha eliminado de {file}",
+ "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Un archivo o carpeta compartida por correo o enlace público fue <strong>descargado</strong>",
+ "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>",
+ "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta",
"Wrong share ID, share doesn't exist" : "El ID del recurso compartido no es correcto, el recurso compartido no existe",
"could not delete share" : "No se ha podido eliminar el recurso compartido",
"Could not delete share" : "No se ha podido eliminar el recurso compartido",
@@ -81,6 +115,7 @@ OC.L10N.register(
"Wrong or no update parameter given" : "No se ha suministrado un parametro correcto",
"Can't change permissions for public share links" : "No se pueden cambiar los permisos para los enlaces de recursos compartidos públicos",
"Cannot increase permissions" : "No es posible aumentar permisos",
+ "%s is publicly shared" : "%s ha sido compartido",
"Share API is disabled" : "El API de compartir está deshabilitado",
"This share is password-protected" : "Este elemento compartido está protegido por contraseña",
"The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.",
@@ -104,6 +139,40 @@ OC.L10N.register(
"Uploading files…" : "Subiendo archivos...",
"Uploaded files:" : "Archivos subidos:",
"A public shared file or folder was <strong>downloaded</strong>" : "Se ha <strong>descargado</strong> un archivo o carpeta compartido públicamente",
+ "You received a new remote share %2$s from %1$s" : "Recibió un nuevo recurso compartido remoto %2$s de %1$s",
+ "You received a new remote share from %s" : "Ha recibido un nuevo recurso compartido remoto de %s",
+ "%1$s accepted remote share %2$s" : "%1$s aceptó el recurso compartido remoto %2$s",
+ "%1$s declined remote share %2$s" : "%1$s ha rechazado el recurso compartido remoto %2$s",
+ "%1$s unshared %2$s from you" : "%1$s dejó de compartirse %2$s por ti",
+ "Public shared folder %1$s was downloaded" : "Se descargó la carpeta pública compartida %1$s",
+ "Public shared file %1$s was downloaded" : "Se descargó el archivo público compartido %1$s",
+ "%2$s shared %1$s with %3$s" : "%2$s compartó %1$s con %3$s",
+ "You removed the share of %2$s for %1$s" : "Ha cambiado el compartido %2$s por %1$s",
+ "%2$s removed the share of %3$s for %1$s" : "%2$s eliminó la compartición de %3$s con %1$s",
+ "%2$s shared %1$s with group %3$s" : "%2$s compartió %1$s con el grupo %3$s",
+ "You removed the share of group %2$s for %1$s" : "Ha cambiado el compartido del grupo %2$s por %1$s",
+ "%2$s removed the share of group %3$s for %1$s" : "%2$s ha cambiado el compartido del grupo %3$s por %1$s",
+ "%2$s shared %1$s via link" : "%2$s compartió %1$s vía enlace",
+ "You shared %1$s via link" : "Ha compartido %1$s vía enlace",
+ "You removed the public link for %1$s" : "Ha borrado el enlace público de %1$s",
+ "%2$s removed the public link for %1$s" : "%2$s ha eliminado el enlace público de %1$s",
+ "Your public link for %1$s expired" : "Su enlace público %1$s ha expirado",
+ "The public link of %2$s for %1$s expired" : "El enlace público de %2$s para %1$s ha expirado",
+ "%2$s removed the share for %1$s" : "%2$s ha borrado el compartido %1$s",
+ "Shared with %2$s" : "Compartido con %2$s",
+ "Shared with %3$s by %2$s" : "Compartido con %3$s por %2$s",
+ "Removed share for %2$s" : "Borrado el compartido %2$s",
+ "%2$s removed share for %3$s" : "%2$s ha borrado el compartido %3$s",
+ "Shared with group %2$s" : "Compartido con el grupo %2$s",
+ "Shared with group %3$s by %2$s" : "Compartido con el grupo %3$s por %2$s",
+ "Removed share of group %2$s" : "Borrado el compartido del grupo %2$s",
+ "%2$s removed share of group %3$s" : "%2$s ha borrado el compartido del grupo %3$s",
+ "Shared via link by %2$s" : "Compartido vía enlace por %2$s",
+ "Shared via public link" : "Compartido vía enlace público",
+ "%2$s removed public link" : "%2$s ha borrado el enlace público",
+ "Public link expired" : "El enlace público ha expirado",
+ "Public link of %2$s expired" : "El enlace público %2$s ha expirado",
+ "Shared by %2$s" : "Compartido por %2$s",
"Shares" : "Compartidos",
"Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor",
"The mountpoint name contains invalid characters." : "El punto de montaje contiene caracteres inválidos.",
@@ -123,6 +192,8 @@ OC.L10N.register(
"You received \"/%2$s\" as a remote share from %1$s" : "Has recibido \"/%2$s\" como recurso compartido remoto de %1$s",
"Accept" : "Aceptar",
"Decline" : "Rechazar",
+ "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Comparta conmigo a través de mi ID Nube Federada #Nextcloud, ver %s",
+ "Share with me through my #ownCloud Federated Cloud ID" : "Comparta conmigo a través de mi ID Nube Federada #Nextcloud",
"Federated Cloud Sharing" : "Compartido en Cloud Federado",
"Open documentation" : "Documentación abierta",
"Allow users on this server to send shares to other servers" : "Permitir a usuarios de este servidor compartir con usuarios de otros servidores",
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json
index e03957a8eaf..8b3481df8ec 100644
--- a/apps/files_sharing/l10n/es.json
+++ b/apps/files_sharing/l10n/es.json
@@ -16,48 +16,82 @@
"No expiration date set" : "No se ha establecido fecha de caducidad",
"Shared by" : "Compartido por",
"Sharing" : "Compartiendo",
- "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta",
- "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>",
- "You received a new remote share %2$s from %1$s" : "Recibió un nuevo recurso compartido remoto %2$s de %1$s",
- "You received a new remote share from %s" : "Ha recibido un nuevo recurso compartido remoto de %s",
- "%1$s accepted remote share %2$s" : "%1$s aceptó el recurso compartido remoto %2$s",
- "%1$s declined remote share %2$s" : "%1$s ha rechazado el recurso compartido remoto %2$s",
- "%1$s unshared %2$s from you" : "%1$s dejó de compartirse %2$s por ti",
- "Public shared folder %1$s was downloaded" : "Se descargó la carpeta pública compartida %1$s",
- "Public shared file %1$s was downloaded" : "Se descargó el archivo público compartido %1$s",
- "You shared %1$s with %2$s" : "Usted compartió %1$s con %2$s",
- "%2$s shared %1$s with %3$s" : "%2$s compartó %1$s con %3$s",
- "You removed the share of %2$s for %1$s" : "Ha cambiado el compartido %2$s por %1$s",
- "%2$s removed the share of %3$s for %1$s" : "%2$s eliminó la compartición de %3$s con %1$s",
- "You shared %1$s with group %2$s" : "Usted ha compartido %1$s con el grupo %2$s",
- "%2$s shared %1$s with group %3$s" : "%2$s compartió %1$s con el grupo %3$s",
- "You removed the share of group %2$s for %1$s" : "Ha cambiado el compartido del grupo %2$s por %1$s",
- "%2$s removed the share of group %3$s for %1$s" : "%2$s ha cambiado el compartido del grupo %3$s por %1$s",
- "%2$s shared %1$s via link" : "%2$s compartió %1$s vía enlace",
- "You shared %1$s via link" : "Ha compartido %1$s vía enlace",
- "You removed the public link for %1$s" : "Ha borrado el enlace público de %1$s",
- "%2$s removed the public link for %1$s" : "%2$s ha eliminado el enlace público de %1$s",
- "Your public link for %1$s expired" : "Su enlace público %1$s ha expirado",
- "The public link of %2$s for %1$s expired" : "El enlace público de %2$s para %1$s ha expirado",
- "%2$s shared %1$s with you" : "%2$s ha compartido %1$s con usted",
- "%2$s removed the share for %1$s" : "%2$s ha borrado el compartido %1$s",
+ "File shares" : "Archivos compartidos",
"Downloaded via public link" : "Descargado vía enlace público",
- "Shared with %2$s" : "Compartido con %2$s",
- "Shared with %3$s by %2$s" : "Compartido con %3$s por %2$s",
- "Removed share for %2$s" : "Borrado el compartido %2$s",
- "%2$s removed share for %3$s" : "%2$s ha borrado el compartido %3$s",
- "Shared with group %2$s" : "Compartido con el grupo %2$s",
- "Shared with group %3$s by %2$s" : "Compartido con el grupo %3$s por %2$s",
- "Removed share of group %2$s" : "Borrado el compartido del grupo %2$s",
- "%2$s removed share of group %3$s" : "%2$s ha borrado el compartido del grupo %3$s",
- "Shared via link by %2$s" : "Compartido vía enlace por %2$s",
- "Shared via public link" : "Compartido vía enlace público",
+ "Downloaded by %1$s" : "Descargado por %1$s",
+ "Downloaded by {email}" : "Descargado por {email}",
+ "%1$s downloaded via public link" : "%1$s descargado por vía enlace público",
+ "{file} downloaded via public link" : "{file} descargado vía enlace público",
+ "%1$s downloaded %2$s" : "%1$s descargó %2$s",
+ "{email} downloaded {file}" : "{email} descargó {file}",
+ "Shared with group %1$s" : "Compartido con el grupo %1$s",
+ "Shared with group {group}" : "Compartido con el grupo {grupo}",
+ "Removed share for group %1$s" : "Eliminado el compartido para el grupo %1$s",
+ "Removed share for group {group}" : "Eliminado el compartido para el grupo {group}",
+ "%2$s shared with group %1$s" : "%2$s compartido con el grupo %1$s",
+ "{actor} shared with group {group}" : "{actor} compartió con el grupo {group}",
+ "%2$s removed share for group %1$s" : "%2$s removió archivo del grupo %1$s",
+ "{actor} removed share for group {group}" : "{actor} eliminó el compartido para el grupo {group}",
+ "You shared %1$s with group %2$s" : "Usted ha compartido %1$s con el grupo %2$s",
+ "You shared {file} with group {group}" : "Ha compartido {file} con el grupo {group}",
+ "You removed group %2$s from %1$s" : "Ha eliminado el grupo %2$s de %1$s",
+ "You removed group {group} from {file}" : "Ha eliminado el grupo {group} del {file}",
+ "%3$s shared %1$s with group %2$s" : "%3$s compartió %1$s con el grupo %2$s",
+ "{actor} shared {file} with group {group}" : "{actor} compartió {file} con el grupo {group}",
+ "%3$s removed group %2$s from %1$s" : "%3$s eliminó el grupo %2$s de %1$s",
+ "{actor} removed group {group} from {file}" : "{actor} eliminó grupo {group} de {file}",
+ "Shared as public link" : "Compartido como enlace público",
"Removed public link" : "Eliminado enlace público",
- "%2$s removed public link" : "%2$s ha borrado el enlace público",
- "Public link expired" : "El enlace público ha expirado",
- "Public link of %2$s expired" : "El enlace público %2$s ha expirado",
- "Shared by %2$s" : "Compartido por %2$s",
- "Downloaded by %2$s" : "Descargado por %2$s",
+ "%1$s shared as public link" : "%1$s compartido como enlace público",
+ "{actor} shared as public link" : "{actor} compartió como enlace público",
+ "%1$s removed public link" : "%1$s eliminó el enlace público",
+ "{actor} removed public link" : "{actor} eliminó el enlace público",
+ "You shared %1$s as public link" : "Compartió %1$s como un enlace público",
+ "You shared {file} as public link" : "Compartió {file} como un enlace público",
+ "You removed public link for %1$s" : "Eliminó el enlace público para %1$s",
+ "You removed public link for {file}" : "Eliminó el enlace público para {file}",
+ "%2$s shared %1$s as public link" : "%2$s compartió %1$s como un enlace público",
+ "{actor} shared {file} as public link" : "{actor} compartió {file} como enlace público",
+ "%2$s removed public link for %1$s" : "%2$s eliminó el enlace público para %1$s",
+ "{actor} removed public link for {file}" : "{actor} eliminó el enlace público para {file}",
+ "%1$s accepted the remote share" : "%1$s aceptó el recurso compartido remotamente",
+ "{user} accepted the remote share" : "{user} aceptó el recurso compartido remotamente",
+ "%1$s declined the remote share" : "%1$s rechazó el recurso compartido",
+ "{user} declined the remote share" : "{user} rechazó el recurso compartido",
+ "You received a new remote share %1$s from %2$s" : "Ha recibido un nuevo recurso compartido remoto %1$s de %2$s",
+ "You received a new remote share {file} from {user}" : "Ha recibido un nuevo recurso compartido remoto {file} de {user}",
+ "%2$s accepted the remote share of %1$s" : "%2$s aceptó el recurso compartido de %1$s",
+ "{user} accepted the remote share of {file}" : "{user} aceptó la compartición remota de {file}",
+ "%2$s declined the remote share of %1$s" : "%2$s rechazó el recurso compartido de %1$s",
+ "{user} declined the remote share of {file}" : "{user} rechazó el recurso compartido de {file}",
+ "%2$s unshared %1$s from you" : "%2$s dejó de compartir %1$s contigo",
+ "{user} unshared {file} from you" : "{user} dejó de compartir {file} contigo",
+ "Shared with %1$s" : "Compartido con %1$s",
+ "Shared with {user}" : "Compartido con {user}",
+ "Removed share for %1$s" : "Eliminó el recurso compartido a %1$s",
+ "Removed share for {user}" : "Eliminó el recurso compartido a {user}",
+ "%2$s shared with %1$s" : "%2$s compartió con %1$s",
+ "{actor} shared with {user}" : "{actor} compartió con {user}",
+ "%2$s removed share for %1$s" : "%2$s eliminó recurso compartido para %1$s",
+ "{actor} removed share for {user}" : "{actor} eliminó recurso compartido para {user}",
+ "Shared by %1$s" : "Compartido por %1$s",
+ "Shared by {actor}" : "Compartido por {actor}",
+ "%1$s removed share" : "%1$s eliminó el recurso compartido",
+ "{actor} removed share" : "{actor} eliminó el recurso compartido",
+ "You shared %1$s with %2$s" : "Usted compartió %1$s con %2$s",
+ "You shared {file} with {user}" : "Ha compartido {file} con {user}",
+ "You removed %2$s from %1$s" : "Ha eliminado %2$s de %1$s",
+ "You removed {user} from {file}" : "Ha eliminado {user} de {file}",
+ "%3$s shared %1$s with %2$s" : "%3$s compartió %1$s con %2$s",
+ "{actor} removed {user} from {file}" : "{actor} eliminó a {user} de {file}",
+ "%3$s removed %2$s from %1$s" : "%3$s eliminó a %2$s de %1$s",
+ "%2$s shared %1$s with you" : "%2$s ha compartido %1$s con usted",
+ "{actor} shared {file} with you" : "{actor} compartió {file} contigo",
+ "%2$s removed you from %1$s" : "%2$s lo ha eliminado de %1$s",
+ "{actor} removed you from {file}" : "{actor} lo ha eliminado de {file}",
+ "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Un archivo o carpeta compartida por correo o enlace público fue <strong>descargado</strong>",
+ "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>",
+ "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta",
"Wrong share ID, share doesn't exist" : "El ID del recurso compartido no es correcto, el recurso compartido no existe",
"could not delete share" : "No se ha podido eliminar el recurso compartido",
"Could not delete share" : "No se ha podido eliminar el recurso compartido",
@@ -79,6 +113,7 @@
"Wrong or no update parameter given" : "No se ha suministrado un parametro correcto",
"Can't change permissions for public share links" : "No se pueden cambiar los permisos para los enlaces de recursos compartidos públicos",
"Cannot increase permissions" : "No es posible aumentar permisos",
+ "%s is publicly shared" : "%s ha sido compartido",
"Share API is disabled" : "El API de compartir está deshabilitado",
"This share is password-protected" : "Este elemento compartido está protegido por contraseña",
"The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.",
@@ -102,6 +137,40 @@
"Uploading files…" : "Subiendo archivos...",
"Uploaded files:" : "Archivos subidos:",
"A public shared file or folder was <strong>downloaded</strong>" : "Se ha <strong>descargado</strong> un archivo o carpeta compartido públicamente",
+ "You received a new remote share %2$s from %1$s" : "Recibió un nuevo recurso compartido remoto %2$s de %1$s",
+ "You received a new remote share from %s" : "Ha recibido un nuevo recurso compartido remoto de %s",
+ "%1$s accepted remote share %2$s" : "%1$s aceptó el recurso compartido remoto %2$s",
+ "%1$s declined remote share %2$s" : "%1$s ha rechazado el recurso compartido remoto %2$s",
+ "%1$s unshared %2$s from you" : "%1$s dejó de compartirse %2$s por ti",
+ "Public shared folder %1$s was downloaded" : "Se descargó la carpeta pública compartida %1$s",
+ "Public shared file %1$s was downloaded" : "Se descargó el archivo público compartido %1$s",
+ "%2$s shared %1$s with %3$s" : "%2$s compartó %1$s con %3$s",
+ "You removed the share of %2$s for %1$s" : "Ha cambiado el compartido %2$s por %1$s",
+ "%2$s removed the share of %3$s for %1$s" : "%2$s eliminó la compartición de %3$s con %1$s",
+ "%2$s shared %1$s with group %3$s" : "%2$s compartió %1$s con el grupo %3$s",
+ "You removed the share of group %2$s for %1$s" : "Ha cambiado el compartido del grupo %2$s por %1$s",
+ "%2$s removed the share of group %3$s for %1$s" : "%2$s ha cambiado el compartido del grupo %3$s por %1$s",
+ "%2$s shared %1$s via link" : "%2$s compartió %1$s vía enlace",
+ "You shared %1$s via link" : "Ha compartido %1$s vía enlace",
+ "You removed the public link for %1$s" : "Ha borrado el enlace público de %1$s",
+ "%2$s removed the public link for %1$s" : "%2$s ha eliminado el enlace público de %1$s",
+ "Your public link for %1$s expired" : "Su enlace público %1$s ha expirado",
+ "The public link of %2$s for %1$s expired" : "El enlace público de %2$s para %1$s ha expirado",
+ "%2$s removed the share for %1$s" : "%2$s ha borrado el compartido %1$s",
+ "Shared with %2$s" : "Compartido con %2$s",
+ "Shared with %3$s by %2$s" : "Compartido con %3$s por %2$s",
+ "Removed share for %2$s" : "Borrado el compartido %2$s",
+ "%2$s removed share for %3$s" : "%2$s ha borrado el compartido %3$s",
+ "Shared with group %2$s" : "Compartido con el grupo %2$s",
+ "Shared with group %3$s by %2$s" : "Compartido con el grupo %3$s por %2$s",
+ "Removed share of group %2$s" : "Borrado el compartido del grupo %2$s",
+ "%2$s removed share of group %3$s" : "%2$s ha borrado el compartido del grupo %3$s",
+ "Shared via link by %2$s" : "Compartido vía enlace por %2$s",
+ "Shared via public link" : "Compartido vía enlace público",
+ "%2$s removed public link" : "%2$s ha borrado el enlace público",
+ "Public link expired" : "El enlace público ha expirado",
+ "Public link of %2$s expired" : "El enlace público %2$s ha expirado",
+ "Shared by %2$s" : "Compartido por %2$s",
"Shares" : "Compartidos",
"Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor",
"The mountpoint name contains invalid characters." : "El punto de montaje contiene caracteres inválidos.",
@@ -121,6 +190,8 @@
"You received \"/%2$s\" as a remote share from %1$s" : "Has recibido \"/%2$s\" como recurso compartido remoto de %1$s",
"Accept" : "Aceptar",
"Decline" : "Rechazar",
+ "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Comparta conmigo a través de mi ID Nube Federada #Nextcloud, ver %s",
+ "Share with me through my #ownCloud Federated Cloud ID" : "Comparta conmigo a través de mi ID Nube Federada #Nextcloud",
"Federated Cloud Sharing" : "Compartido en Cloud Federado",
"Open documentation" : "Documentación abierta",
"Allow users on this server to send shares to other servers" : "Permitir a usuarios de este servidor compartir con usuarios de otros servidores",
diff --git a/apps/files_versions/l10n/ru.js b/apps/files_versions/l10n/ru.js
index d25e8c6a6d0..63fb321cd2a 100644
--- a/apps/files_versions/l10n/ru.js
+++ b/apps/files_versions/l10n/ru.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Versions" : "Версии",
"Failed to revert {file} to revision {timestamp}." : "Не удалось откатить {file} к ревизии {timestamp}.",
"Restore" : "Откатить",
+ "No versions available" : "Нет доступных версий",
"More versions..." : "Ещё версии...",
"No other versions available" : "Других версий не доступно"
},
diff --git a/apps/files_versions/l10n/ru.json b/apps/files_versions/l10n/ru.json
index 4a501ed2d1d..8f6c2b7d932 100644
--- a/apps/files_versions/l10n/ru.json
+++ b/apps/files_versions/l10n/ru.json
@@ -3,6 +3,7 @@
"Versions" : "Версии",
"Failed to revert {file} to revision {timestamp}." : "Не удалось откатить {file} к ревизии {timestamp}.",
"Restore" : "Откатить",
+ "No versions available" : "Нет доступных версий",
"More versions..." : "Ещё версии...",
"No other versions available" : "Других версий не доступно"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js
index c473915f853..a64b952e9a5 100644
--- a/apps/updatenotification/l10n/de.js
+++ b/apps/updatenotification/l10n/de.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.",
"The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Du benutzt PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist wenigstens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version wirst Du wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten.",
"Updater" : "Updater"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json
index 2f8012fd3ad..45b59ec2344 100644
--- a/apps/updatenotification/l10n/de.json
+++ b/apps/updatenotification/l10n/de.json
@@ -17,6 +17,7 @@
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.",
"The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Du benutzt PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist wenigstens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version wirst Du wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten.",
"Updater" : "Updater"
},"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 fea2de004dd..b0fbbdebd22 100644
--- a/apps/updatenotification/l10n/de_DE.js
+++ b/apps/updatenotification/l10n/de_DE.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.",
"The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Sie benutzen PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist wenigstens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version werden Sie wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten.",
"Updater" : "Updater"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json
index 430943425fd..89064c26eed 100644
--- a/apps/updatenotification/l10n/de_DE.json
+++ b/apps/updatenotification/l10n/de_DE.json
@@ -17,6 +17,7 @@
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.",
"The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Sie benutzen PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist wenigstens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version werden Sie wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten.",
"Updater" : "Updater"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js
index c0d1300412a..00ffa0e9290 100644
--- a/apps/updatenotification/l10n/es.js
+++ b/apps/updatenotification/l10n/es.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps",
"The selected update channel makes dedicated notifications for the server obsolete." : "El canal de actualización seleccionado hace obsoletas las notificaciones dedicadas para el servidor.",
"The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Esta usando PHP %s. Para permitir actualizar a Nextcloud 11 y superior necesita usar al menos PHP 5.6. Una vez que haya actualizado su versión de PHP será capaz de recibir las notificaciones de actualización para estas nuevas versiones.",
"Updater" : "Actualizador"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json
index 4a916a9786c..2c05dc19830 100644
--- a/apps/updatenotification/l10n/es.json
+++ b/apps/updatenotification/l10n/es.json
@@ -17,6 +17,7 @@
"Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps",
"The selected update channel makes dedicated notifications for the server obsolete." : "El canal de actualización seleccionado hace obsoletas las notificaciones dedicadas para el servidor.",
"The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Esta usando PHP %s. Para permitir actualizar a Nextcloud 11 y superior necesita usar al menos PHP 5.6. Una vez que haya actualizado su versión de PHP será capaz de recibir las notificaciones de actualización para estas nuevas versiones.",
"Updater" : "Actualizador"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js
index 090f25fe12a..6b035827049 100644
--- a/apps/updatenotification/l10n/fr.js
+++ b/apps/updatenotification/l10n/fr.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Only notification for app updates are available." : "Seules les notifications pour les mises à jour d'applications sont diponibles.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Le canal de mise à jour sélectionné rend obsolètes les notifications dédiées au serveur.",
"The selected update channel does not support updates of the server." : "Le canal de mises à jour sélectionné ne supporte pas les mises à jour du serveur.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Vous utilisé PHP %s. Pour pouvoir mettre à jour vers Nextcloud 11 et supérieur, vous devez utiliser au minimum PHP 5.6. Une fois votre version PHP mis à jour, vous pourrez recevoir des notifications de mise à jour pour ces nouvelles versions. ",
"Updater" : "Mises à jour"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json
index d2c2bbf9b0f..63341f10185 100644
--- a/apps/updatenotification/l10n/fr.json
+++ b/apps/updatenotification/l10n/fr.json
@@ -17,6 +17,7 @@
"Only notification for app updates are available." : "Seules les notifications pour les mises à jour d'applications sont diponibles.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Le canal de mise à jour sélectionné rend obsolètes les notifications dédiées au serveur.",
"The selected update channel does not support updates of the server." : "Le canal de mises à jour sélectionné ne supporte pas les mises à jour du serveur.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Vous utilisé PHP %s. Pour pouvoir mettre à jour vers Nextcloud 11 et supérieur, vous devez utiliser au minimum PHP 5.6. Une fois votre version PHP mis à jour, vous pourrez recevoir des notifications de mise à jour pour ces nouvelles versions. ",
"Updater" : "Mises à jour"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/hu_HU.js b/apps/updatenotification/l10n/hu_HU.js
index f5b6182799c..31711425204 100644
--- a/apps/updatenotification/l10n/hu_HU.js
+++ b/apps/updatenotification/l10n/hu_HU.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Only notification for app updates are available." : "Csak az értesítő alkalmazás frissítései érhetők el.",
"The selected update channel makes dedicated notifications for the server obsolete." : "A kiválasztott frissítési csatorna dedikált értesítéseket jelenít meg a szerver elavulásakor.",
"The selected update channel does not support updates of the server." : "A kiválasztott frissítése csatorna nem támogatja a szerver frissítéseit.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "PHP %s verziót futtatod. A Nextcloud 11-re vagy újabbra frissítéshez legalább PHP 5.6-ra van szükség. Miután frissítetted a PHP-t értesítéseket fogsz kapni az újabb verziók frissítési lehetőségeiről.",
"Updater" : "Frissítéskezelő"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/updatenotification/l10n/hu_HU.json b/apps/updatenotification/l10n/hu_HU.json
index e69e8e8aaa4..82dad2335a8 100644
--- a/apps/updatenotification/l10n/hu_HU.json
+++ b/apps/updatenotification/l10n/hu_HU.json
@@ -17,6 +17,7 @@
"Only notification for app updates are available." : "Csak az értesítő alkalmazás frissítései érhetők el.",
"The selected update channel makes dedicated notifications for the server obsolete." : "A kiválasztott frissítési csatorna dedikált értesítéseket jelenít meg a szerver elavulásakor.",
"The selected update channel does not support updates of the server." : "A kiválasztott frissítése csatorna nem támogatja a szerver frissítéseit.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "PHP %s verziót futtatod. A Nextcloud 11-re vagy újabbra frissítéshez legalább PHP 5.6-ra van szükség. Miután frissítetted a PHP-t értesítéseket fogsz kapni az újabb verziók frissítési lehetőségeiről.",
"Updater" : "Frissítéskezelő"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js
index 1002fa7e266..884565391ab 100644
--- a/apps/updatenotification/l10n/nl.js
+++ b/apps/updatenotification/l10n/nl.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Only notification for app updates are available." : "Er zijn alleen meldingen voor apps beschikbaar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Het geselecteerde updatekanaal maakt overbodig om serverspecifieke meldingen apart te genereren.",
"The selected update channel does not support updates of the server." : "Het geselecteerde updatekanaal ondersteunt geen updates voor de server.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Je draait PHP %s. Om te kunnen upgraden naar Nextcloud 11 of hoger, moet je minimaal PHP 5.6 draaien. Pas nadat je de PHP versie hebt bijgewerkt, zul je notificaties voor update naar de nieuwe versies ontvangen.",
"Updater" : "Updater"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json
index a6793d2f740..8e3f0caadcc 100644
--- a/apps/updatenotification/l10n/nl.json
+++ b/apps/updatenotification/l10n/nl.json
@@ -17,6 +17,7 @@
"Only notification for app updates are available." : "Er zijn alleen meldingen voor apps beschikbaar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Het geselecteerde updatekanaal maakt overbodig om serverspecifieke meldingen apart te genereren.",
"The selected update channel does not support updates of the server." : "Het geselecteerde updatekanaal ondersteunt geen updates voor de server.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Je draait PHP %s. Om te kunnen upgraden naar Nextcloud 11 of hoger, moet je minimaal PHP 5.6 draaien. Pas nadat je de PHP versie hebt bijgewerkt, zul je notificaties voor update naar de nieuwe versies ontvangen.",
"Updater" : "Updater"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js
index 87352f2bd5d..8394ca780cc 100644
--- a/apps/user_ldap/l10n/es.js
+++ b/apps/user_ldap/l10n/es.js
@@ -47,6 +47,7 @@ OC.L10N.register(
"The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "El marcador de posición %uid no está presente. Será reemplazado con el nombre de inicio de sesión cuando se consulte LDAP / AD.",
"Please provide a login name to test against" : "Por favor suministre un nombre de inicio de sesión para probar",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "El cuadro de grupo fue deshabilitado, porque el servidor LDAP / AD no admite memberOf.",
+ "Password change rejected. Hint: " : "Contraseña rechazada. Pista:",
"LDAP / AD integration" : "Integración LDAP / AD",
"_%s group found_::_%s groups found_" : ["Grupo %s encontrado","Grupos %s encontrados"],
"_%s user found_::_%s users found_" : ["Usuario %s encontrado","Usuarios %s encontrados"],
@@ -142,6 +143,9 @@ OC.L10N.register(
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se active, se permitirán grupos que contengan otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).",
"Paging chunksize" : "Tamaño de los fragmentos de paginación",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamaño de los fragmentos usado para búsquedas LDAP paginadas que pueden devolver resultados voluminosos, como enumeración de usuarios o de grupos. (Si se establece en 0, se deshabilitan las búsquedas LDAP paginadas en esas situaciones.)",
+ "Enable LDAP password changes per user" : "Permitir cambios de contraseñas LDAP por usuario",
+ "Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Permite a usuarios LDAP cambiar su contraseña y permite administradores y administradores de grupos, cambiar la contraseña de sus usuarios LDAP. SOlo funciona cuando las políticas de control de acceso están configuradas de acuerdo a las del servidor LDAP. Como las contraseñas se mandan en texto plano al servidor, LDAP, encripción del transporte debe ser usado y cifrado de las contraseñas debe ser configurado en el servidor LDAP.",
+ "(New password is sent as plain text to LDAP)" : "(La nueva contraseña se envía como texto plano a LDAP)",
"Special Attributes" : "Atributos especiales",
"Quota Field" : "Cuota",
"Quota Default" : "Cuota por defecto",
@@ -160,6 +164,7 @@ OC.L10N.register(
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.",
"Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP",
"Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP",
- "Limit %s access to users meeting these criteria:" : "Limitado %s acceso a los usuarios del encuentro con este criterio."
+ "Limit %s access to users meeting these criteria:" : "Limitado %s acceso a los usuarios del encuentro con este criterio.",
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "De manera predeterminada el nombre de usuario interno será creado desde el atributo UUID. Eso asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. El nombre de usuario interno tiene la única restricción de que solo estos caracteres son válidos: [ a-zA-Z0-9_.@- ]. Otros caracteres son reemplazados con su ASCII correspondiente o simplemente omitidos. De existir colisiones un numero será agregado. El nombre de usuario interno es usado para identificar a un usuario internamente. También es el nombre por defecto para la carpeta de inicio. También es parte de los URLs remotos, por ejemplo para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser sobrescrito. Para lograr un comportamiento como antes de ownCloud 5 ingrese el nombre del atributo del usuario en el siguiente campo. Déjelo vacío para el comportamiento predefinido. Los cambios solo tendrán efecto en usuarios LDAP recientemente agregados (mapeados)."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json
index c7113d2591a..cf2d433965b 100644
--- a/apps/user_ldap/l10n/es.json
+++ b/apps/user_ldap/l10n/es.json
@@ -45,6 +45,7 @@
"The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "El marcador de posición %uid no está presente. Será reemplazado con el nombre de inicio de sesión cuando se consulte LDAP / AD.",
"Please provide a login name to test against" : "Por favor suministre un nombre de inicio de sesión para probar",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "El cuadro de grupo fue deshabilitado, porque el servidor LDAP / AD no admite memberOf.",
+ "Password change rejected. Hint: " : "Contraseña rechazada. Pista:",
"LDAP / AD integration" : "Integración LDAP / AD",
"_%s group found_::_%s groups found_" : ["Grupo %s encontrado","Grupos %s encontrados"],
"_%s user found_::_%s users found_" : ["Usuario %s encontrado","Usuarios %s encontrados"],
@@ -140,6 +141,9 @@
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se active, se permitirán grupos que contengan otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).",
"Paging chunksize" : "Tamaño de los fragmentos de paginación",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamaño de los fragmentos usado para búsquedas LDAP paginadas que pueden devolver resultados voluminosos, como enumeración de usuarios o de grupos. (Si se establece en 0, se deshabilitan las búsquedas LDAP paginadas en esas situaciones.)",
+ "Enable LDAP password changes per user" : "Permitir cambios de contraseñas LDAP por usuario",
+ "Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Permite a usuarios LDAP cambiar su contraseña y permite administradores y administradores de grupos, cambiar la contraseña de sus usuarios LDAP. SOlo funciona cuando las políticas de control de acceso están configuradas de acuerdo a las del servidor LDAP. Como las contraseñas se mandan en texto plano al servidor, LDAP, encripción del transporte debe ser usado y cifrado de las contraseñas debe ser configurado en el servidor LDAP.",
+ "(New password is sent as plain text to LDAP)" : "(La nueva contraseña se envía como texto plano a LDAP)",
"Special Attributes" : "Atributos especiales",
"Quota Field" : "Cuota",
"Quota Default" : "Cuota por defecto",
@@ -158,6 +162,7 @@
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.",
"Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP",
"Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP",
- "Limit %s access to users meeting these criteria:" : "Limitado %s acceso a los usuarios del encuentro con este criterio."
+ "Limit %s access to users meeting these criteria:" : "Limitado %s acceso a los usuarios del encuentro con este criterio.",
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "De manera predeterminada el nombre de usuario interno será creado desde el atributo UUID. Eso asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. El nombre de usuario interno tiene la única restricción de que solo estos caracteres son válidos: [ a-zA-Z0-9_.@- ]. Otros caracteres son reemplazados con su ASCII correspondiente o simplemente omitidos. De existir colisiones un numero será agregado. El nombre de usuario interno es usado para identificar a un usuario internamente. También es el nombre por defecto para la carpeta de inicio. También es parte de los URLs remotos, por ejemplo para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser sobrescrito. Para lograr un comportamiento como antes de ownCloud 5 ingrese el nombre del atributo del usuario en el siguiente campo. Déjelo vacío para el comportamiento predefinido. Los cambios solo tendrán efecto en usuarios LDAP recientemente agregados (mapeados)."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js
index 7fcda92d5fd..a0a7bbfa2dc 100644
--- a/core/js/sharedialogshareelistview.js
+++ b/core/js/sharedialogshareelistview.js
@@ -367,6 +367,9 @@
checked = $element.is(':checked');
// Check/uncheck Create, Update, and Delete checkboxes if Edit is checked/unck
$($checkboxes).prop('checked', checked);
+ if (checked) {
+ permissions |= OC.PERMISSION_CREATE | OC.PERMISSION_UPDATE | OC.PERMISSION_DELETE;
+ }
} else {
var numberChecked = $checkboxes.filter(':checked').length;
checked = numberChecked > 0;
diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php
index c719777ab96..cd1d52c3bbf 100644
--- a/lib/private/Share20/Manager.php
+++ b/lib/private/Share20/Manager.php
@@ -486,6 +486,7 @@ class Manager implements IManager {
if (method_exists($share, 'setParent')) {
$storage = $share->getNode()->getStorage();
if ($storage->instanceOfStorage('\OCA\Files_Sharing\ISharedStorage')) {
+ /** @var \OCA\Files_Sharing\SharedStorage $storage */
$share->setParent($storage->getShareId());
}
};
@@ -1040,6 +1041,7 @@ class Manager implements IManager {
* @return Share[]
*/
public function getSharesByPath(\OCP\Files\Node $path, $page=0, $perPage=50) {
+ return [];
}
/**
@@ -1051,27 +1053,22 @@ class Manager implements IManager {
* @throws ShareNotFound
*/
public function getShareByToken($token) {
+ $share = null;
try {
$provider = $this->factory->getProviderForType(\OCP\Share::SHARE_TYPE_LINK);
- } catch (ProviderException $e) {
- }
-
- try {
$share = $provider->getShareByToken($token);
+ } catch (ProviderException $e) {
} catch (ShareNotFound $e) {
- $share = null;
}
+
// If it is not a link share try to fetch a federated share by token
if ($share === null) {
try {
$provider = $this->factory->getProviderForType(\OCP\Share::SHARE_TYPE_REMOTE);
- } catch (ProviderException $e) {
- }
- try {
$share = $provider->getShareByToken($token);
+ } catch (ProviderException $e) {
} catch (ShareNotFound $e) {
- $share = null;
}
}
@@ -1079,9 +1076,14 @@ class Manager implements IManager {
if ($share === null && $this->shareProviderExists(\OCP\Share::SHARE_TYPE_EMAIL)) {
try {
$provider = $this->factory->getProviderForType(\OCP\Share::SHARE_TYPE_EMAIL);
+ $share = $provider->getShareByToken($token);
} catch (ProviderException $e) {
+ } catch (ShareNotFound $e) {
}
- $share = $provider->getShareByToken($token);
+ }
+
+ if ($share === null) {
+ throw new ShareNotFound();
}
if ($share->getExpirationDate() !== null &&
diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js
index 143f34dd99f..5dbce3a57d4 100644
--- a/settings/l10n/hu_HU.js
+++ b/settings/l10n/hu_HU.js
@@ -231,7 +231,7 @@ OC.L10N.register(
"Performance tuning" : "Teljesítmény hangolás",
"Improving the config.php" : "config.php javítása",
"Theming" : "Témázás",
- "Hardening and security guidance" : "Erősítési és biztonsági útmutató",
+ "Hardening and security guidance" : "Megerősítési és biztonsági útmutató",
"Developer documentation" : "Fejlesztői dokumentáció",
"by %s" : "készítő: %s",
"%s-licensed" : "%s-licencelt",
diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json
index 4d7304f4f3a..518271f63ee 100644
--- a/settings/l10n/hu_HU.json
+++ b/settings/l10n/hu_HU.json
@@ -229,7 +229,7 @@
"Performance tuning" : "Teljesítmény hangolás",
"Improving the config.php" : "config.php javítása",
"Theming" : "Témázás",
- "Hardening and security guidance" : "Erősítési és biztonsági útmutató",
+ "Hardening and security guidance" : "Megerősítési és biztonsági útmutató",
"Developer documentation" : "Fejlesztői dokumentáció",
"by %s" : "készítő: %s",
"%s-licensed" : "%s-licencelt",
diff --git a/version.php b/version.php
index ddc83aa095f..10eac196be7 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(11, 0, 0, 5);
+$OC_Version = array(11, 0, 0, 6);
// The human readable string
-$OC_VersionString = '11.0 beta 2';
+$OC_VersionString = '11.0 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 1);