summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_sharing/l10n/nl.js1
-rw-r--r--apps/files_sharing/l10n/nl.json1
-rw-r--r--apps/systemtags/l10n/de.js2
-rw-r--r--apps/systemtags/l10n/de.json2
-rw-r--r--apps/theming/l10n/fr.js1
-rw-r--r--apps/theming/l10n/fr.json1
-rw-r--r--apps/updatenotification/l10n/pt_BR.js2
-rw-r--r--apps/updatenotification/l10n/pt_BR.json2
-rw-r--r--lib/l10n/de.js5
-rw-r--r--lib/l10n/de.json5
10 files changed, 18 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js
index 7d4652fe281..5d4b4835621 100644
--- a/apps/files_sharing/l10n/nl.js
+++ b/apps/files_sharing/l10n/nl.js
@@ -100,6 +100,7 @@ OC.L10N.register(
"Shared link" : "Gedeeld link",
"Could not delete share" : "Kan gedeelde folder niet verwijderen",
"Please specify a file or folder path" : "Geef een bestand of pad van een map op",
+ "Wrong path, file/folder does not exist" : "slecht path, file/folder bestaat niet",
"Could not create share" : "Kan gedeelde folder niet aanmaken",
"Invalid permissions" : "Ongeldige machtigingen",
"Please specify a valid user" : "Geef een geldige gebruiker op",
diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json
index d642537097d..d3c8d51626d 100644
--- a/apps/files_sharing/l10n/nl.json
+++ b/apps/files_sharing/l10n/nl.json
@@ -98,6 +98,7 @@
"Shared link" : "Gedeeld link",
"Could not delete share" : "Kan gedeelde folder niet verwijderen",
"Please specify a file or folder path" : "Geef een bestand of pad van een map op",
+ "Wrong path, file/folder does not exist" : "slecht path, file/folder bestaat niet",
"Could not create share" : "Kan gedeelde folder niet aanmaken",
"Invalid permissions" : "Ongeldige machtigingen",
"Please specify a valid user" : "Geef een geldige gebruiker op",
diff --git a/apps/systemtags/l10n/de.js b/apps/systemtags/l10n/de.js
index eb1f52e91e3..8cda9530563 100644
--- a/apps/systemtags/l10n/de.js
+++ b/apps/systemtags/l10n/de.js
@@ -28,7 +28,7 @@ OC.L10N.register(
"%1$s updated system tag %3$s to %2$s" : "%1$s hat den System-Tag von %3$s zu %2$s aktualisiert",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} hat den System-Tag {oldsystemtag} zu {newsystemtag} aktualisiert",
"System tag %2$s was added to %1$s by the system" : "System-Tag %2$s wurde vom System %1$s hinzugefügt",
- "System tag {systemtag} was added to {file} by the system" : "System-Tag {systemtag} wurde {file} vom System hinzugefügrt",
+ "System tag {systemtag} was added to {file} by the system" : "System-Tag {systemtag} wurde {file} vom System hinzugefügt",
"You added system tag %2$s to %1$s" : "Du hast den System-Tag %2$s zu %1$s hinzugefügt",
"You added system tag {systemtag} to {file}" : "Du hast den System-Tag {systemtag} zu {file} hinzugefügt",
"%1$s added system tag %3$s to %2$s" : "%1$s hat den System-Tag %3$s zu %2$s hinzugefügt",
diff --git a/apps/systemtags/l10n/de.json b/apps/systemtags/l10n/de.json
index 3e42f960046..f75f4f96726 100644
--- a/apps/systemtags/l10n/de.json
+++ b/apps/systemtags/l10n/de.json
@@ -26,7 +26,7 @@
"%1$s updated system tag %3$s to %2$s" : "%1$s hat den System-Tag von %3$s zu %2$s aktualisiert",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} hat den System-Tag {oldsystemtag} zu {newsystemtag} aktualisiert",
"System tag %2$s was added to %1$s by the system" : "System-Tag %2$s wurde vom System %1$s hinzugefügt",
- "System tag {systemtag} was added to {file} by the system" : "System-Tag {systemtag} wurde {file} vom System hinzugefügrt",
+ "System tag {systemtag} was added to {file} by the system" : "System-Tag {systemtag} wurde {file} vom System hinzugefügt",
"You added system tag %2$s to %1$s" : "Du hast den System-Tag %2$s zu %1$s hinzugefügt",
"You added system tag {systemtag} to {file}" : "Du hast den System-Tag {systemtag} zu {file} hinzugefügt",
"%1$s added system tag %3$s to %2$s" : "%1$s hat den System-Tag %3$s zu %2$s hinzugefügt",
diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js
index 4189cdc9c56..94731d150f2 100644
--- a/apps/theming/l10n/fr.js
+++ b/apps/theming/l10n/fr.js
@@ -50,6 +50,7 @@ OC.L10N.register(
"Privacy policy" : "Politique de confidentialité",
"Adjust the Nextcloud theme" : "Modifier le thème Nextcloud",
"Keyboard shortcuts" : "Raccourcis clavier",
+ "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Dans certains cas, les raccourcis clavier peuvent interférer avec les outils d'accessibilité. Afin de vous permettre de vous concentrer correctement sur votre outil, vous pouvez désactiver tous les raccourcis clavier ici. Cela désactivera également tous les raccourcis disponibles dans les applications.",
"Disable all keyboard shortcuts" : "Désactiver tous les raccourcis clavier",
"Background" : "Arrière-plan",
"Set a custom background" : "Définir un arrière-plan personnalisé",
diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json
index 392aed86625..1ecbfa70e36 100644
--- a/apps/theming/l10n/fr.json
+++ b/apps/theming/l10n/fr.json
@@ -48,6 +48,7 @@
"Privacy policy" : "Politique de confidentialité",
"Adjust the Nextcloud theme" : "Modifier le thème Nextcloud",
"Keyboard shortcuts" : "Raccourcis clavier",
+ "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Dans certains cas, les raccourcis clavier peuvent interférer avec les outils d'accessibilité. Afin de vous permettre de vous concentrer correctement sur votre outil, vous pouvez désactiver tous les raccourcis clavier ici. Cela désactivera également tous les raccourcis disponibles dans les applications.",
"Disable all keyboard shortcuts" : "Désactiver tous les raccourcis clavier",
"Background" : "Arrière-plan",
"Set a custom background" : "Définir un arrière-plan personnalisé",
diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js
index d669bc8d937..c80de27ff45 100644
--- a/apps/updatenotification/l10n/pt_BR.js
+++ b/apps/updatenotification/l10n/pt_BR.js
@@ -27,7 +27,7 @@ OC.L10N.register(
"A non-default update server is in use to be checked for updates:" : "Um servidor de atualização não padrão está sendo verificado por atualizações:",
"You can change the update channel below which also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Você pode alterar o canal de atualização abaixo, o que também afeta a página de gerenciamento de aplicativos. Por exemplo. depois de mudar para o canal beta, as atualizações de aplicativos beta serão oferecidas a você na página de gerenciamento de aplicativos.",
"Update channel:" : "Atualizar para:",
- "You can always update to a newer version. But you can never downgrade to a more stable version." : "Você sempre pode atualizar para uma versão mais recente, mas nunca pode voltar à uma versão mais estável.",
+ "You can always update to a newer version. But you can never downgrade to a more stable version." : "Sempre é possível atualizar para uma versão mais nova, mas não é possível retroceder para uma versão mais antiga.",
"Notify members of the following groups about available updates:" : "Notificar membros dos seguintes grupos sobre atualizações disponíveis:",
"Only notifications for app updates are available." : "Apenas notificações para atualizações de aplicativos estão disponíveis. ",
"The selected update channel makes dedicated notifications for the server obsolete." : "A atualização selecionada fornece notificações dedicadas para o servidor desatualizado.",
diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json
index bc11a12d2e3..3f458dd654b 100644
--- a/apps/updatenotification/l10n/pt_BR.json
+++ b/apps/updatenotification/l10n/pt_BR.json
@@ -25,7 +25,7 @@
"A non-default update server is in use to be checked for updates:" : "Um servidor de atualização não padrão está sendo verificado por atualizações:",
"You can change the update channel below which also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Você pode alterar o canal de atualização abaixo, o que também afeta a página de gerenciamento de aplicativos. Por exemplo. depois de mudar para o canal beta, as atualizações de aplicativos beta serão oferecidas a você na página de gerenciamento de aplicativos.",
"Update channel:" : "Atualizar para:",
- "You can always update to a newer version. But you can never downgrade to a more stable version." : "Você sempre pode atualizar para uma versão mais recente, mas nunca pode voltar à uma versão mais estável.",
+ "You can always update to a newer version. But you can never downgrade to a more stable version." : "Sempre é possível atualizar para uma versão mais nova, mas não é possível retroceder para uma versão mais antiga.",
"Notify members of the following groups about available updates:" : "Notificar membros dos seguintes grupos sobre atualizações disponíveis:",
"Only notifications for app updates are available." : "Apenas notificações para atualizações de aplicativos estão disponíveis. ",
"The selected update channel makes dedicated notifications for the server obsolete." : "A atualização selecionada fornece notificações dedicadas para o servidor desatualizado.",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 6f96f57584e..a96952d8cf1 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -93,6 +93,7 @@ OC.L10N.register(
"Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
"Apps" : "Apps",
"Personal settings" : "Persönliche Einstellungen",
+ "Administration settings" : "Administrations-Einstellungen",
"Settings" : "Einstellungen",
"Log out" : "Abmelden",
"Users" : "Benutzer",
@@ -113,6 +114,9 @@ OC.L10N.register(
"Role" : "Funktion",
"Unknown user" : "Unbekannter Benutzer",
"Additional settings" : "Zusätzliche Einstellungen",
+ "Enter the database username and name for %s" : "Den Datenbankbenutzernamen und den Namen eingeben für %s",
+ "Enter the database username for %s" : "Den Datenbankbenutzernamen eingeben für %s",
+ "Enter the database name for %s" : "Den Datenbanknamen eingeben für %s",
"You cannot use dots in the database name %s" : "Du kannst keine Punkte im Datenbanknamen %s verwenden.",
"MySQL username and/or password not valid" : "MySQL-Benutzername und/oder Passwort ungültig",
"You need to enter details of an existing account." : "Du musst Details von einem existierenden Benutzer einfügen.",
@@ -206,6 +210,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Die App „%1$s“ kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %2$s",
"a safe home for all your data" : "ein sicherer Ort für all deine Daten",
"File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte versuche es später noch einmal",
+ "Cannot download file" : "Datei kann nicht heruntergeladen werden.",
"Application is not enabled" : "Die Anwendung ist nicht aktiviert",
"Authentication error" : "Authentifizierungsfehler",
"Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu.",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 0d03544a5a2..19daeaa82af 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -91,6 +91,7 @@
"Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
"Apps" : "Apps",
"Personal settings" : "Persönliche Einstellungen",
+ "Administration settings" : "Administrations-Einstellungen",
"Settings" : "Einstellungen",
"Log out" : "Abmelden",
"Users" : "Benutzer",
@@ -111,6 +112,9 @@
"Role" : "Funktion",
"Unknown user" : "Unbekannter Benutzer",
"Additional settings" : "Zusätzliche Einstellungen",
+ "Enter the database username and name for %s" : "Den Datenbankbenutzernamen und den Namen eingeben für %s",
+ "Enter the database username for %s" : "Den Datenbankbenutzernamen eingeben für %s",
+ "Enter the database name for %s" : "Den Datenbanknamen eingeben für %s",
"You cannot use dots in the database name %s" : "Du kannst keine Punkte im Datenbanknamen %s verwenden.",
"MySQL username and/or password not valid" : "MySQL-Benutzername und/oder Passwort ungültig",
"You need to enter details of an existing account." : "Du musst Details von einem existierenden Benutzer einfügen.",
@@ -204,6 +208,7 @@
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Die App „%1$s“ kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %2$s",
"a safe home for all your data" : "ein sicherer Ort für all deine Daten",
"File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte versuche es später noch einmal",
+ "Cannot download file" : "Datei kann nicht heruntergeladen werden.",
"Application is not enabled" : "Die Anwendung ist nicht aktiviert",
"Authentication error" : "Authentifizierungsfehler",
"Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu.",