diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 51114b9899..87f531a02e 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -105,6 +105,7 @@ OC.L10N.register( "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios se apliquen.", "Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.", "Settings" : "Ajustes", + "Show hidden files" : "Mostrar archivos ocultos", "WebDAV" : "WebDAV", "Use this address to access your Files via WebDAV" : "Introduce esta dirección en el cliente de ownCloud para acceder a tus archivos a través de él", "Cancel upload" : "Cancelar la subida", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index eee5fcfced..73366ba821 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -103,6 +103,7 @@ "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios se apliquen.", "Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.", "Settings" : "Ajustes", + "Show hidden files" : "Mostrar archivos ocultos", "WebDAV" : "WebDAV", "Use this address to access your Files via WebDAV" : "Introduce esta dirección en el cliente de ownCloud para acceder a tus archivos a través de él", "Cancel upload" : "Cancelar la subida", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 33d6259527..a300dd1511 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -9,6 +9,23 @@ OC.L10N.register( "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Remotefreigabe kann nicht hinzu gefügt werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", + "Could not delete share" : "Freigabe konnte nicht gelöscht werden", + "Please specify a file or folder path" : "Bitte eine Datei oder Verzeichnis definieren", + "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Verzeichnis existiert nicht", + "Please specify a valid user" : "Bitte gib einen gültigen Nutzer an", + "Group sharing is disabled by the administrator" : "Die Gruppenfreigabe ist durch den Administrator deaktiviert", + "Please specify a valid group" : "Bitte gib eine gültige Gruppe an", + "Public link sharing is disabled by the administrator" : "Die öffentliche Freigabe von Links ist durch den Administrator deaktiviert", + "Public upload disabled by the administrator" : "Das öffentliche Hochladen ist durch den Administrator deaktiviert", + "Public upload is only possible for publicly shared folders" : "Das öffentliche Hochladen ist nur für öffentlich freigegebene Ordner erlaubt", + "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, das Datumsformat muss JJJJ-MM-TT sein", + "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", + "Unknown share type" : "Unbekannter Freigabetyp", + "Not a directory" : "Kein Verzeichnis", + "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", + "Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben", + "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Shared with you" : "Mit Dir geteilt", "Shared with others" : "Von Dir geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index f1cd55bd9f..bb68ef0763 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -7,6 +7,23 @@ "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Remotefreigabe kann nicht hinzu gefügt werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", + "Could not delete share" : "Freigabe konnte nicht gelöscht werden", + "Please specify a file or folder path" : "Bitte eine Datei oder Verzeichnis definieren", + "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Verzeichnis existiert nicht", + "Please specify a valid user" : "Bitte gib einen gültigen Nutzer an", + "Group sharing is disabled by the administrator" : "Die Gruppenfreigabe ist durch den Administrator deaktiviert", + "Please specify a valid group" : "Bitte gib eine gültige Gruppe an", + "Public link sharing is disabled by the administrator" : "Die öffentliche Freigabe von Links ist durch den Administrator deaktiviert", + "Public upload disabled by the administrator" : "Das öffentliche Hochladen ist durch den Administrator deaktiviert", + "Public upload is only possible for publicly shared folders" : "Das öffentliche Hochladen ist nur für öffentlich freigegebene Ordner erlaubt", + "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, das Datumsformat muss JJJJ-MM-TT sein", + "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", + "Unknown share type" : "Unbekannter Freigabetyp", + "Not a directory" : "Kein Verzeichnis", + "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", + "Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben", + "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Shared with you" : "Mit Dir geteilt", "Shared with others" : "Von Dir geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 1046645adb..c1a4f9189d 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -9,6 +9,23 @@ OC.L10N.register( "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzugefügt werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", + "Could not delete share" : "Freigabe konnte nicht gelöscht werden", + "Please specify a file or folder path" : "Bitte eine Datei oder Verzeichnis definieren", + "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Verzeichnis existiert nicht", + "Please specify a valid user" : "Bitte geben Sie einen gültigen Nutzer an", + "Group sharing is disabled by the administrator" : "Die Gruppenfreigabe ist durch den Administrator deaktiviert", + "Please specify a valid group" : "Bitte geben Sie eine gültige Gruppe an", + "Public link sharing is disabled by the administrator" : "Die öffentliche Freigabe von Links ist durch den Administrator deaktiviert", + "Public upload disabled by the administrator" : "Das öffentliche Hochladen ist durch den Administrator deaktiviert", + "Public upload is only possible for publicly shared folders" : "Das öffentliche Hochladen ist nur für öffentlich freigegebene Ordner erlaubt", + "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, das Datumsformat muss JJJJ-MM-TT sein", + "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", + "Unknown share type" : "Unbekannter Freigabetyp", + "Not a directory" : "Kein Verzeichnis", + "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", + "Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben", + "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Shared with you" : "Mit Ihnen geteilt", "Shared with others" : "Von Ihnen geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 72353313ea..b5ae9602ab 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -7,6 +7,23 @@ "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzugefügt werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", + "Could not delete share" : "Freigabe konnte nicht gelöscht werden", + "Please specify a file or folder path" : "Bitte eine Datei oder Verzeichnis definieren", + "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Verzeichnis existiert nicht", + "Please specify a valid user" : "Bitte geben Sie einen gültigen Nutzer an", + "Group sharing is disabled by the administrator" : "Die Gruppenfreigabe ist durch den Administrator deaktiviert", + "Please specify a valid group" : "Bitte geben Sie eine gültige Gruppe an", + "Public link sharing is disabled by the administrator" : "Die öffentliche Freigabe von Links ist durch den Administrator deaktiviert", + "Public upload disabled by the administrator" : "Das öffentliche Hochladen ist durch den Administrator deaktiviert", + "Public upload is only possible for publicly shared folders" : "Das öffentliche Hochladen ist nur für öffentlich freigegebene Ordner erlaubt", + "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, das Datumsformat muss JJJJ-MM-TT sein", + "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", + "Unknown share type" : "Unbekannter Freigabetyp", + "Not a directory" : "Kein Verzeichnis", + "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", + "Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben", + "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Shared with you" : "Mit Ihnen geteilt", "Shared with others" : "Von Ihnen geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js index 04d8a74e97..0a5a4d5911 100644 --- a/apps/files_sharing/l10n/fi_FI.js +++ b/apps/files_sharing/l10n/fi_FI.js @@ -8,6 +8,13 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Tunnistautuminen etäjakoa kohtaan epäonnistui. Salasana saattaa olla väärä", "Storage not valid" : "Tallennustila ei ole kelvollinen", "Couldn't add remote share" : "Etäjaon liittäminen epäonnistui", + "Share API is disabled" : "Jakamisrajapinta on poistettu käytöstä", + "Could not delete share" : "Jaon poistaminen ei onnistunut", + "Wrong path, file/folder doesn't exist" : "Väärä polku, tiedostoa tai kansiota ei ole olemassa", + "Please specify a valid user" : "Määritä kelvollinen käyttäjä", + "Group sharing is disabled by the administrator" : "Ylläpitäjä on estänyt ryhmäjakamisen", + "Please specify a valid group" : "Määritä kelvollinen ryhmä", + "Public link sharing is disabled by the administrator" : "Ylläpitäjä on estänyt julkisen linkin jakamisen", "Shared with you" : "Jaettu kanssasi", "Shared with others" : "Jaettu muiden kanssa", "Shared by link" : "Jaettu linkin kautta", diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json index c2ded25771..bed6432931 100644 --- a/apps/files_sharing/l10n/fi_FI.json +++ b/apps/files_sharing/l10n/fi_FI.json @@ -6,6 +6,13 @@ "Could not authenticate to remote share, password might be wrong" : "Tunnistautuminen etäjakoa kohtaan epäonnistui. Salasana saattaa olla väärä", "Storage not valid" : "Tallennustila ei ole kelvollinen", "Couldn't add remote share" : "Etäjaon liittäminen epäonnistui", + "Share API is disabled" : "Jakamisrajapinta on poistettu käytöstä", + "Could not delete share" : "Jaon poistaminen ei onnistunut", + "Wrong path, file/folder doesn't exist" : "Väärä polku, tiedostoa tai kansiota ei ole olemassa", + "Please specify a valid user" : "Määritä kelvollinen käyttäjä", + "Group sharing is disabled by the administrator" : "Ylläpitäjä on estänyt ryhmäjakamisen", + "Please specify a valid group" : "Määritä kelvollinen ryhmä", + "Public link sharing is disabled by the administrator" : "Ylläpitäjä on estänyt julkisen linkin jakamisen", "Shared with you" : "Jaettu kanssasi", "Shared with others" : "Jaettu muiden kanssa", "Shared by link" : "Jaettu linkin kautta", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 7227507259..ccd1b4517d 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -8,6 +8,16 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect", "Storage not valid" : "Support de stockage non valide", "Couldn't add remote share" : "Impossible d'ajouter le partage distant", + "Share API is disabled" : "l'API de partage est désactivée", + "Wrong share ID, share doesn't exist" : "Mauvais ID de partage, le partage n'existe pas", + "Could not delete share" : "Impossible de supprimer le partage", + "Please specify a file or folder path" : "Veuillez spécifier un fichier ou dossier", + "Wrong path, file/folder doesn't exist" : "Mauvais chemin, Le fichier/dossier n'existe pas", + "Please specify a valid user" : "Veuillez entrer un utilisateur valide", + "Group sharing is disabled by the administrator" : "Le partage de groupe a été désactivé par l'administrateur", + "Please specify a valid group" : "Veuillez entrer un groupe valide", + "Public link sharing is disabled by the administrator" : "Le partage de lien public a été désactivé par l'administrateur", + "Invalid date, date format must be YYYY-MM-DD" : "Date invalide, le format doit être YYYY-MM-DD", "Shared with you" : "Partagés avec vous", "Shared with others" : "Partagés avec d'autres", "Shared by link" : "Partagés par lien", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 03c39ca719..33c05fba70 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -6,6 +6,16 @@ "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect", "Storage not valid" : "Support de stockage non valide", "Couldn't add remote share" : "Impossible d'ajouter le partage distant", + "Share API is disabled" : "l'API de partage est désactivée", + "Wrong share ID, share doesn't exist" : "Mauvais ID de partage, le partage n'existe pas", + "Could not delete share" : "Impossible de supprimer le partage", + "Please specify a file or folder path" : "Veuillez spécifier un fichier ou dossier", + "Wrong path, file/folder doesn't exist" : "Mauvais chemin, Le fichier/dossier n'existe pas", + "Please specify a valid user" : "Veuillez entrer un utilisateur valide", + "Group sharing is disabled by the administrator" : "Le partage de groupe a été désactivé par l'administrateur", + "Please specify a valid group" : "Veuillez entrer un groupe valide", + "Public link sharing is disabled by the administrator" : "Le partage de lien public a été désactivé par l'administrateur", + "Invalid date, date format must be YYYY-MM-DD" : "Date invalide, le format doit être YYYY-MM-DD", "Shared with you" : "Partagés avec vous", "Shared with others" : "Partagés avec d'autres", "Shared by link" : "Partagés par lien", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index b1f398d5ab..a946482b16 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -24,6 +24,7 @@ OC.L10N.register( "Unknown share type" : "Tipo di condivisione sconosciuto", "Not a directory" : "Non è una cartella", "Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici", + "Wrong or no update parameter given" : "Parametro fornito non valido o non di aggiornamento", "Cannot increase permissions" : "Impossibile aumentare i permessi", "Shared with you" : "Condivisi con te", "Shared with others" : "Condivisi con altri", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index e6802c7450..048414b834 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -22,6 +22,7 @@ "Unknown share type" : "Tipo di condivisione sconosciuto", "Not a directory" : "Non è una cartella", "Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici", + "Wrong or no update parameter given" : "Parametro fornito non valido o non di aggiornamento", "Cannot increase permissions" : "Impossibile aumentare i permessi", "Shared with you" : "Condivisi con te", "Shared with others" : "Condivisi con altri", diff --git a/apps/systemtags/l10n/es.js b/apps/systemtags/l10n/es.js index 56941f3f5d..e0e6b73b59 100644 --- a/apps/systemtags/l10n/es.js +++ b/apps/systemtags/l10n/es.js @@ -2,6 +2,7 @@ OC.L10N.register( "systemtags", { "System tags for a file have been modified" : "Se han modificado las etiquetas de sistema de un archivo", + "You assigned system tag %3$s" : "Se asignó la etiqueta de sistema %3$s", "%1$s assigned system tag %3$s" : "%1$s asignó la etiqueta de sistema %3$s", "%1$s unassigned system tag %3$s" : "%1$s eliminó la asignación de etiqueta de sistema %3$s", "%1$s created system tag %2$s" : "%1$s creó la etiqueta de sistema %2$s", diff --git a/apps/systemtags/l10n/es.json b/apps/systemtags/l10n/es.json index e5ad1d78fe..2e475e3e62 100644 --- a/apps/systemtags/l10n/es.json +++ b/apps/systemtags/l10n/es.json @@ -1,5 +1,6 @@ { "translations": { "System tags for a file have been modified" : "Se han modificado las etiquetas de sistema de un archivo", + "You assigned system tag %3$s" : "Se asignó la etiqueta de sistema %3$s", "%1$s assigned system tag %3$s" : "%1$s asignó la etiqueta de sistema %3$s", "%1$s unassigned system tag %3$s" : "%1$s eliminó la asignación de etiqueta de sistema %3$s", "%1$s created system tag %2$s" : "%1$s creó la etiqueta de sistema %2$s", diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js index 8ba9fbefee..9503830a91 100644 --- a/apps/user_ldap/l10n/es.js +++ b/apps/user_ldap/l10n/es.js @@ -13,6 +13,7 @@ OC.L10N.register( " Could not set configuration %s" : "No se pudo establecer la configuración %s", "Action does not exist" : "La acción no existe.", "The Base DN appears to be wrong" : "La Base DN parece estar mal", + "Testing configuration…" : "Probando configuración", "Configuration incorrect" : "Configuración Incorrecta", "Configuration incomplete" : "Configuración incompleta", "Configuration OK" : "Configuración correcta", diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json index 8cf67f71bb..528afb920d 100644 --- a/apps/user_ldap/l10n/es.json +++ b/apps/user_ldap/l10n/es.json @@ -11,6 +11,7 @@ " Could not set configuration %s" : "No se pudo establecer la configuración %s", "Action does not exist" : "La acción no existe.", "The Base DN appears to be wrong" : "La Base DN parece estar mal", + "Testing configuration…" : "Probando configuración", "Configuration incorrect" : "Configuración Incorrecta", "Configuration incomplete" : "Configuración incompleta", "Configuration OK" : "Configuración correcta",