summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-17 01:11:30 +0000
committerNextcloud bot <bot@nextcloud.com>2018-03-17 01:11:30 +0000
commit3cac7911d592260fd48a489ee07bf4cb3b500dd9 (patch)
tree9d3e6c3658fb0c0c0ba6312deb5672fa2e2ecf97
parent9aced256c2fcfa289c943947a0a4ecb21f3a7091 (diff)
downloadnextcloud-server-3cac7911d592260fd48a489ee07bf4cb3b500dd9.tar.gz
nextcloud-server-3cac7911d592260fd48a489ee07bf4cb3b500dd9.zip
[tx-robot] updated from transifex
-rw-r--r--apps/federatedfilesharing/l10n/nl.js1
-rw-r--r--apps/federatedfilesharing/l10n/nl.json1
-rw-r--r--apps/updatenotification/l10n/nl.js2
-rw-r--r--apps/updatenotification/l10n/nl.json2
-rw-r--r--apps/workflowengine/l10n/de.js1
-rw-r--r--apps/workflowengine/l10n/de.json1
-rw-r--r--apps/workflowengine/l10n/de_DE.js1
-rw-r--r--apps/workflowengine/l10n/de_DE.json1
-rw-r--r--apps/workflowengine/l10n/es.js1
-rw-r--r--apps/workflowengine/l10n/es.json1
-rw-r--r--apps/workflowengine/l10n/fr.js1
-rw-r--r--apps/workflowengine/l10n/fr.json1
-rw-r--r--apps/workflowengine/l10n/it.js1
-rw-r--r--apps/workflowengine/l10n/it.json1
-rw-r--r--apps/workflowengine/l10n/nl.js1
-rw-r--r--apps/workflowengine/l10n/nl.json1
-rw-r--r--apps/workflowengine/l10n/pt_BR.js1
-rw-r--r--apps/workflowengine/l10n/pt_BR.json1
-rw-r--r--apps/workflowengine/l10n/tr.js1
-rw-r--r--apps/workflowengine/l10n/tr.json1
-rw-r--r--core/l10n/nl.js1
-rw-r--r--core/l10n/nl.json1
-rw-r--r--lib/l10n/es.js2
-rw-r--r--lib/l10n/es.json2
-rw-r--r--lib/l10n/nl.js7
-rw-r--r--lib/l10n/nl.json7
-rw-r--r--settings/l10n/de.js1
-rw-r--r--settings/l10n/de.json1
-rw-r--r--settings/l10n/de_DE.js1
-rw-r--r--settings/l10n/de_DE.json1
-rw-r--r--settings/l10n/es.js3
-rw-r--r--settings/l10n/es.json3
-rw-r--r--settings/l10n/fr.js1
-rw-r--r--settings/l10n/fr.json1
-rw-r--r--settings/l10n/it.js1
-rw-r--r--settings/l10n/it.json1
-rw-r--r--settings/l10n/nl.js2
-rw-r--r--settings/l10n/nl.json2
-rw-r--r--settings/l10n/pt_BR.js1
-rw-r--r--settings/l10n/pt_BR.json1
-rw-r--r--settings/l10n/tr.js1
-rw-r--r--settings/l10n/tr.json1
42 files changed, 60 insertions, 4 deletions
diff --git a/apps/federatedfilesharing/l10n/nl.js b/apps/federatedfilesharing/l10n/nl.js
index ef12bf97e7a..2f536035cf1 100644
--- a/apps/federatedfilesharing/l10n/nl.js
+++ b/apps/federatedfilesharing/l10n/nl.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Couldn't establish a federated share." : "Kon geen gefedereerde share tot stand brengen",
"Couldn't establish a federated share, maybe the password was wrong." : "Kon geen gefedereerde share tot stand brengen, misschien was het wachtwoord onjuist.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "De gefedereerde share aanvraag is verzonden, je ontvangt een uitnodiging. Controleer je meldingen.",
+ "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Kon geen gefedereerde share tot stand brengen, waarschijnlijk was de federatieserver te oud (Nextcloud <=9).",
"Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s",
"Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken",
"File is already shared with %s" : "Bestand is al gedeeld met %s",
diff --git a/apps/federatedfilesharing/l10n/nl.json b/apps/federatedfilesharing/l10n/nl.json
index 2be75acc143..328087c4ece 100644
--- a/apps/federatedfilesharing/l10n/nl.json
+++ b/apps/federatedfilesharing/l10n/nl.json
@@ -15,6 +15,7 @@
"Couldn't establish a federated share." : "Kon geen gefedereerde share tot stand brengen",
"Couldn't establish a federated share, maybe the password was wrong." : "Kon geen gefedereerde share tot stand brengen, misschien was het wachtwoord onjuist.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "De gefedereerde share aanvraag is verzonden, je ontvangt een uitnodiging. Controleer je meldingen.",
+ "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Kon geen gefedereerde share tot stand brengen, waarschijnlijk was de federatieserver te oud (Nextcloud <=9).",
"Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s",
"Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken",
"File is already shared with %s" : "Bestand is al gedeeld met %s",
diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js
index 6cb9548264f..cc2360ca7dc 100644
--- a/apps/updatenotification/l10n/nl.js
+++ b/apps/updatenotification/l10n/nl.js
@@ -15,7 +15,9 @@ OC.L10N.register(
"The selected update channel does not support updates of the server." : "Het geselecteerde updatekanaal ondersteunt geen updates voor de server.",
"A new version is available: <strong>{newVersionString}</strong>" : "Er is een nieuwe versie beschikbaar: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Gecontroleerd op {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Apps controleren op compatibele updates",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Zorg ervoor dat je in config.php <samp>appstoreenabled</samp> niet op 'false' zet.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app heeft geen update voor deze versie beschikbaar","<strong>%n</strong> apps hebben geen update voor deze versie beschikbaar"],
"Could not start updater, please try the manual update" : "Kon de updater niet starten, probeer alsjeblieft de handmatige update",
diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json
index 411d9ebae8f..a33d9157b52 100644
--- a/apps/updatenotification/l10n/nl.json
+++ b/apps/updatenotification/l10n/nl.json
@@ -13,7 +13,9 @@
"The selected update channel does not support updates of the server." : "Het geselecteerde updatekanaal ondersteunt geen updates voor de server.",
"A new version is available: <strong>{newVersionString}</strong>" : "Er is een nieuwe versie beschikbaar: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Gecontroleerd op {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Apps controleren op compatibele updates",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Zorg ervoor dat je in config.php <samp>appstoreenabled</samp> niet op 'false' zet.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app heeft geen update voor deze versie beschikbaar","<strong>%n</strong> apps hebben geen update voor deze versie beschikbaar"],
"Could not start updater, please try the manual update" : "Kon de updater niet starten, probeer alsjeblieft de handmatige update",
diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js
index 001167543c8..33558774c84 100644
--- a/apps/workflowengine/l10n/de.js
+++ b/apps/workflowengine/l10n/de.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Saved" : "Gespeichert",
"Saving failed:" : "Speichern fehlgeschlagen:",
"File MIME type" : "Datei MIME-Typ",
diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json
index 17f5d2f6e53..5d777ff9101 100644
--- a/apps/workflowengine/l10n/de.json
+++ b/apps/workflowengine/l10n/de.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Saved" : "Gespeichert",
"Saving failed:" : "Speichern fehlgeschlagen:",
"File MIME type" : "Datei MIME-Typ",
diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js
index ec2abb93049..a8349e499a8 100644
--- a/apps/workflowengine/l10n/de_DE.js
+++ b/apps/workflowengine/l10n/de_DE.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Saved" : "Gespeichert",
"Saving failed:" : "Speichern fehlgeschlagen:",
"File MIME type" : "Datei MIME-Typ",
diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json
index a113e877326..7e01b378c93 100644
--- a/apps/workflowengine/l10n/de_DE.json
+++ b/apps/workflowengine/l10n/de_DE.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Saved" : "Gespeichert",
"Saving failed:" : "Speichern fehlgeschlagen:",
"File MIME type" : "Datei MIME-Typ",
diff --git a/apps/workflowengine/l10n/es.js b/apps/workflowengine/l10n/es.js
index 95d3b577cd2..e628e101fd5 100644
--- a/apps/workflowengine/l10n/es.js
+++ b/apps/workflowengine/l10n/es.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "No es posible recibir la lista de grupos",
"Saved" : "Guardado",
"Saving failed:" : "Fallo al guardar:",
"File MIME type" : "Tipo MIME del archivo",
diff --git a/apps/workflowengine/l10n/es.json b/apps/workflowengine/l10n/es.json
index 55450639bf1..6620c4a765e 100644
--- a/apps/workflowengine/l10n/es.json
+++ b/apps/workflowengine/l10n/es.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "No es posible recibir la lista de grupos",
"Saved" : "Guardado",
"Saving failed:" : "Fallo al guardar:",
"File MIME type" : "Tipo MIME del archivo",
diff --git a/apps/workflowengine/l10n/fr.js b/apps/workflowengine/l10n/fr.js
index 576c1a821aa..5d66c6dafd5 100644
--- a/apps/workflowengine/l10n/fr.js
+++ b/apps/workflowengine/l10n/fr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Impossible de récupérer la liste du groupe",
"Saved" : "Sauvegardé",
"Saving failed:" : "L'enregistrement a échoué:",
"File MIME type" : "Type MIME du fichier",
diff --git a/apps/workflowengine/l10n/fr.json b/apps/workflowengine/l10n/fr.json
index 5229395b99a..e85bec67c94 100644
--- a/apps/workflowengine/l10n/fr.json
+++ b/apps/workflowengine/l10n/fr.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Impossible de récupérer la liste du groupe",
"Saved" : "Sauvegardé",
"Saving failed:" : "L'enregistrement a échoué:",
"File MIME type" : "Type MIME du fichier",
diff --git a/apps/workflowengine/l10n/it.js b/apps/workflowengine/l10n/it.js
index 3a7c0c9f859..a16fec791f0 100644
--- a/apps/workflowengine/l10n/it.js
+++ b/apps/workflowengine/l10n/it.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Impossibile recuperare l'elenco dei gruppi",
"Saved" : "Salvato",
"Saving failed:" : "Salvataggio non riuscito:",
"File MIME type" : "Tipo MIME del file",
diff --git a/apps/workflowengine/l10n/it.json b/apps/workflowengine/l10n/it.json
index 1f6a04a240c..7ced857a54c 100644
--- a/apps/workflowengine/l10n/it.json
+++ b/apps/workflowengine/l10n/it.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Impossibile recuperare l'elenco dei gruppi",
"Saved" : "Salvato",
"Saving failed:" : "Salvataggio non riuscito:",
"File MIME type" : "Tipo MIME del file",
diff --git a/apps/workflowengine/l10n/nl.js b/apps/workflowengine/l10n/nl.js
index 3a95f5f551d..0215ec52473 100644
--- a/apps/workflowengine/l10n/nl.js
+++ b/apps/workflowengine/l10n/nl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Kan groepsoverzicht niet ophalen",
"Saved" : "Bewaard",
"Saving failed:" : "Opslaan mislukt:",
"File MIME type" : "Mimetype bestand",
diff --git a/apps/workflowengine/l10n/nl.json b/apps/workflowengine/l10n/nl.json
index c267d4d5809..6d739bc8bf4 100644
--- a/apps/workflowengine/l10n/nl.json
+++ b/apps/workflowengine/l10n/nl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Kan groepsoverzicht niet ophalen",
"Saved" : "Bewaard",
"Saving failed:" : "Opslaan mislukt:",
"File MIME type" : "Mimetype bestand",
diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js
index d9457eac8eb..e6f5b05ed8c 100644
--- a/apps/workflowengine/l10n/pt_BR.js
+++ b/apps/workflowengine/l10n/pt_BR.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Impossível recuperar a lista do grupo",
"Saved" : "Salvo",
"Saving failed:" : "A gravação falhou:",
"File MIME type" : "Tipo de arquivo MIME",
diff --git a/apps/workflowengine/l10n/pt_BR.json b/apps/workflowengine/l10n/pt_BR.json
index a5087303cba..3a5dd45540c 100644
--- a/apps/workflowengine/l10n/pt_BR.json
+++ b/apps/workflowengine/l10n/pt_BR.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Impossível recuperar a lista do grupo",
"Saved" : "Salvo",
"Saving failed:" : "A gravação falhou:",
"File MIME type" : "Tipo de arquivo MIME",
diff --git a/apps/workflowengine/l10n/tr.js b/apps/workflowengine/l10n/tr.js
index 014605ceb48..e41710f175f 100644
--- a/apps/workflowengine/l10n/tr.js
+++ b/apps/workflowengine/l10n/tr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"workflowengine",
{
+ "Unable to retrieve the group list" : "Grup listesi alınamadı",
"Saved" : "Kaydedildi",
"Saving failed:" : "Kaydedilemedi:",
"File MIME type" : "Dosya MIME türü",
diff --git a/apps/workflowengine/l10n/tr.json b/apps/workflowengine/l10n/tr.json
index 3f18ad4b290..40f33f4cf13 100644
--- a/apps/workflowengine/l10n/tr.json
+++ b/apps/workflowengine/l10n/tr.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Unable to retrieve the group list" : "Grup listesi alınamadı",
"Saved" : "Kaydedildi",
"Saving failed:" : "Kaydedilemedi:",
"File MIME type" : "Dosya MIME türü",
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index caee27fba0d..3e2330af92d 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -279,6 +279,7 @@ OC.L10N.register(
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken van jouw IP gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.",
"Stay logged in" : "Ingelogd blijven",
"Forgot password?" : "Wachtwoord vergeten?",
+ "Back to login" : "Terug naar inloggen",
"Account access" : "Account toegang",
"You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.",
"Grant access" : "Verleen toegang",
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 750c3fdd1a8..c0ed0329898 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -277,6 +277,7 @@
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken van jouw IP gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.",
"Stay logged in" : "Ingelogd blijven",
"Forgot password?" : "Wachtwoord vergeten?",
+ "Back to login" : "Terug naar inloggen",
"Account access" : "Account toegang",
"You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.",
"Grant access" : "Verleen toegang",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 7d7cfbdab26..cbf3493d563 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -62,7 +62,7 @@ OC.L10N.register(
"Help" : "Ayuda",
"Apps" : "Aplicaciones",
"Settings" : "Configuración",
- "Log out" : "Desconectar",
+ "Log out" : "Cerrar sesión",
"Users" : "Usuarios",
"Unknown user" : "Usuario desconocido",
"APCu" : "APCu",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index eb2c549695d..76dda7f2c7d 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -60,7 +60,7 @@
"Help" : "Ayuda",
"Apps" : "Aplicaciones",
"Settings" : "Configuración",
- "Log out" : "Desconectar",
+ "Log out" : "Cerrar sesión",
"Users" : "Usuarios",
"Unknown user" : "Usuario desconocido",
"APCu" : "APCu",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 2385ede7ee7..14961102ef5 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -236,8 +236,15 @@ OC.L10N.register(
"Personal" : "Persoonlijk",
"Admin" : "Beheerder",
"DB Error: \"%s\"" : "DB Fout: \"%s\"",
+ "Offending command was: \"%s\"" : "Onjuiste commando was: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de gebruik rechten voor %s is mislukt, omdat de rechten hoger zijn dan de aan %s toegekende gebruik rechten",
+ "Setting permissions for %s failed, because the item was not found" : "Instellen van de gebruik rechten voor %s is mislukt, omdat het object niet is gevonden",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan verval datum niet weghalen. Gedeelte folders moeten een vervaldatum hebben.",
+ "Cannot increase permissions of %s" : "Kan de rechten van %s niet verhogen.",
"Files can't be shared with delete permissions" : "Bestanden kunnen niet gedeeld worden met 'verwijder' rechten",
"Files can't be shared with create permissions" : "Bestanden kunnen niet gedeeld worden met 'creëer' rechten",
+ "Cannot set expiration date more than %s days in the future" : "Kan de vervaldatum niet meer dan %s dagen in de toekomst instellen",
"No app name specified" : "Geen app naam gespecificeerd",
"App '%s' could not be installed!" : "App '%s' kon niet geïnstalleerd worden!"
},
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index 681882903de..09b686da06e 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -234,8 +234,15 @@
"Personal" : "Persoonlijk",
"Admin" : "Beheerder",
"DB Error: \"%s\"" : "DB Fout: \"%s\"",
+ "Offending command was: \"%s\"" : "Onjuiste commando was: \"%s\"",
+ "Offending command was: \"%s\", name: %s, password: %s" : "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de gebruik rechten voor %s is mislukt, omdat de rechten hoger zijn dan de aan %s toegekende gebruik rechten",
+ "Setting permissions for %s failed, because the item was not found" : "Instellen van de gebruik rechten voor %s is mislukt, omdat het object niet is gevonden",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan verval datum niet weghalen. Gedeelte folders moeten een vervaldatum hebben.",
+ "Cannot increase permissions of %s" : "Kan de rechten van %s niet verhogen.",
"Files can't be shared with delete permissions" : "Bestanden kunnen niet gedeeld worden met 'verwijder' rechten",
"Files can't be shared with create permissions" : "Bestanden kunnen niet gedeeld worden met 'creëer' rechten",
+ "Cannot set expiration date more than %s days in the future" : "Kan de vervaldatum niet meer dan %s dagen in de toekomst instellen",
"No app name specified" : "Geen app naam gespecificeerd",
"App '%s' could not be installed!" : "App '%s' kon niet geïnstalleerd worden!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index c60716e206c..2b384ea6f25 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
"Groups" : "Gruppen",
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Unable to delete {objName}" : "Löschen von {objName} nicht möglich",
"Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}",
"A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index da96154bfcc..986010966bf 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -158,6 +158,7 @@
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
"Groups" : "Gruppen",
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Unable to delete {objName}" : "Löschen von {objName} nicht möglich",
"Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}",
"A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden",
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index 6725b68f6ee..b01ffa561f9 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
"Groups" : "Gruppen",
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Unable to delete {objName}" : "Löschen von {objName} nicht möglich",
"Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}",
"A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden",
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index 22a3b9dcf8a..b9bb3cf8bb5 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -158,6 +158,7 @@
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
"Groups" : "Gruppen",
+ "Unable to retrieve the group list" : "Gruppenliste konnte nicht empfangen werden",
"Unable to delete {objName}" : "Löschen von {objName} nicht möglich",
"Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}",
"A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden",
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index 6bf4df7686a..c367a6936fb 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -91,7 +91,7 @@ OC.L10N.register(
"Update to %s" : "Actualizar a %s",
"No apps found for your version" : "No se han encontrado aplicaciones para su versión",
"The app will be downloaded from the app store" : "La app va a ser descargada de una tienda de aplicaciones",
- "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps oficiales están desarrolladas por y dentro de la comunidad. Ofrecen una funcionalidad central y están preparadas para uso en producción.",
+ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps oficiales están desarrolladas por y dentro de la comunidad. Ofrecen una funcionalidad central y están preparadas para su uso en producción.",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas las desarrollan desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus encargados las consideran estables para un uso normal.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "No se han verificado los posibles problemas de seguridad de esta app. Es nueva o bien es conocida por ser inestable. Instálela bajo su propio riesgo.",
"Disabling app …" : "Deshabilitando aplicación...",
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Contraseña buena",
"Strong password" : "Contraseña muy buena",
"Groups" : "Grupos",
+ "Unable to retrieve the group list" : "No es posible recibir la lista de grupos",
"Unable to delete {objName}" : "No es posible eliminar {objName}",
"Error creating group: {message}" : "Error creando el grupo: {message}",
"A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index f68bcc26b39..41b3df46ea6 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -89,7 +89,7 @@
"Update to %s" : "Actualizar a %s",
"No apps found for your version" : "No se han encontrado aplicaciones para su versión",
"The app will be downloaded from the app store" : "La app va a ser descargada de una tienda de aplicaciones",
- "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps oficiales están desarrolladas por y dentro de la comunidad. Ofrecen una funcionalidad central y están preparadas para uso en producción.",
+ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps oficiales están desarrolladas por y dentro de la comunidad. Ofrecen una funcionalidad central y están preparadas para su uso en producción.",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas las desarrollan desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus encargados las consideran estables para un uso normal.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "No se han verificado los posibles problemas de seguridad de esta app. Es nueva o bien es conocida por ser inestable. Instálela bajo su propio riesgo.",
"Disabling app …" : "Deshabilitando aplicación...",
@@ -158,6 +158,7 @@
"Good password" : "Contraseña buena",
"Strong password" : "Contraseña muy buena",
"Groups" : "Grupos",
+ "Unable to retrieve the group list" : "No es posible recibir la lista de grupos",
"Unable to delete {objName}" : "No es posible eliminar {objName}",
"Error creating group: {message}" : "Error creando el grupo: {message}",
"A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 730bd41529d..2d0a5190cef 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Mot de passe de sécurité suffisante",
"Strong password" : "Mot de passe de forte sécurité",
"Groups" : "Groupes",
+ "Unable to retrieve the group list" : "Impossible de récupérer la liste du groupe",
"Unable to delete {objName}" : "Impossible de supprimer {objName}",
"Error creating group: {message}" : "Erreur lors de la création du groupe : {message}",
"A valid group name must be provided" : "Vous devez indiquer un nom de groupe valide",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 1c93fff79fe..2b2df47e4c4 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -158,6 +158,7 @@
"Good password" : "Mot de passe de sécurité suffisante",
"Strong password" : "Mot de passe de forte sécurité",
"Groups" : "Groupes",
+ "Unable to retrieve the group list" : "Impossible de récupérer la liste du groupe",
"Unable to delete {objName}" : "Impossible de supprimer {objName}",
"Error creating group: {message}" : "Erreur lors de la création du groupe : {message}",
"A valid group name must be provided" : "Vous devez indiquer un nom de groupe valide",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index 31bef6b98f0..0e6d7cfe113 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Password buona",
"Strong password" : "Password forte",
"Groups" : "Gruppi",
+ "Unable to retrieve the group list" : "Impossibile recuperare l'elenco dei gruppi",
"Unable to delete {objName}" : "Impossibile eliminare {objName}",
"Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}",
"A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo",
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index 886ce73eec0..d290a1949f1 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -158,6 +158,7 @@
"Good password" : "Password buona",
"Strong password" : "Password forte",
"Groups" : "Gruppi",
+ "Unable to retrieve the group list" : "Impossibile recuperare l'elenco dei gruppi",
"Unable to delete {objName}" : "Impossibile eliminare {objName}",
"Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}",
"A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo",
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index f2380be5594..b6806274c16 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Goed wachtwoord",
"Strong password" : "Sterk wachtwoord",
"Groups" : "Groepen",
+ "Unable to retrieve the group list" : "Kan groepsoverzicht niet ophalen",
"Unable to delete {objName}" : "Kan {objName} niet verwijderen",
"Error creating group: {message}" : "Fout bij aanmaken groep: {message}",
"A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven",
@@ -294,6 +295,7 @@ OC.L10N.register(
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Automatisch afmaken gebruikersnaam bij het delen. Als dit is uitgeschakeld moet een volledige gebruiksnaam of volledig emailadres worden opgegeven.",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Toon disclaimer op de openbare link uploadpagina (alleen tonen als het bestandsoverzicht verborgen is).",
"This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.",
+ "Default share permissions" : "Standaard delen autorisaties",
"Tips & tricks" : "Tips & trucs",
"There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Er zijn veel mogelijkheden en instellingsschakelaars beschikbaar om je installatie te optimaliseren. Hier zijn wat aanwijzigen.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index 6dd8e81c1d8..49e93f1828f 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -158,6 +158,7 @@
"Good password" : "Goed wachtwoord",
"Strong password" : "Sterk wachtwoord",
"Groups" : "Groepen",
+ "Unable to retrieve the group list" : "Kan groepsoverzicht niet ophalen",
"Unable to delete {objName}" : "Kan {objName} niet verwijderen",
"Error creating group: {message}" : "Fout bij aanmaken groep: {message}",
"A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven",
@@ -292,6 +293,7 @@
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Automatisch afmaken gebruikersnaam bij het delen. Als dit is uitgeschakeld moet een volledige gebruiksnaam of volledig emailadres worden opgegeven.",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Toon disclaimer op de openbare link uploadpagina (alleen tonen als het bestandsoverzicht verborgen is).",
"This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.",
+ "Default share permissions" : "Standaard delen autorisaties",
"Tips & tricks" : "Tips & trucs",
"There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Er zijn veel mogelijkheden en instellingsschakelaars beschikbaar om je installatie te optimaliseren. Hier zijn wat aanwijzigen.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 3c72a3d70a5..54bad80ac83 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Boa senha",
"Strong password" : "Senha forte",
"Groups" : "Grupos",
+ "Unable to retrieve the group list" : "Impossível recuperar a lista do grupo",
"Unable to delete {objName}" : "Não foi possível excluir {objName}",
"Error creating group: {message}" : "Erro criando o grupo: {message}",
"A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index 8d1cf9a9a70..3922ec249e1 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -158,6 +158,7 @@
"Good password" : "Boa senha",
"Strong password" : "Senha forte",
"Groups" : "Grupos",
+ "Unable to retrieve the group list" : "Impossível recuperar a lista do grupo",
"Unable to delete {objName}" : "Não foi possível excluir {objName}",
"Error creating group: {message}" : "Erro criando o grupo: {message}",
"A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index f24eab2ad7b..b01bcf340bc 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -160,6 +160,7 @@ OC.L10N.register(
"Good password" : "Parola iyi",
"Strong password" : "Parola güçlü",
"Groups" : "Gruplar",
+ "Unable to retrieve the group list" : "Grup listesi alınamadı",
"Unable to delete {objName}" : "{objName} silinemedi",
"Error creating group: {message}" : "Grup oluşturulurken sorun çıktı: {message}",
"A valid group name must be provided" : "Geçerli bir grup adı yazmalısınız",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 796ba68c5a9..82932abaa71 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -158,6 +158,7 @@
"Good password" : "Parola iyi",
"Strong password" : "Parola güçlü",
"Groups" : "Gruplar",
+ "Unable to retrieve the group list" : "Grup listesi alınamadı",
"Unable to delete {objName}" : "{objName} silinemedi",
"Error creating group: {message}" : "Grup oluşturulurken sorun çıktı: {message}",
"A valid group name must be provided" : "Geçerli bir grup adı yazmalısınız",