diff --git a/apps/federatedfilesharing/l10n/nl.js b/apps/federatedfilesharing/l10n/nl.js index ef12bf97e7..2f536035cf 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 2be75acc14..328087c4ec 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 6cb9548264..cc2360ca7d 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: {newVersionString}" : "Er is een nieuwe versie beschikbaar: {newVersionString}", "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 appstoreenabled to false." : "Zorg ervoor dat je in config.php appstoreenabled 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.", "All apps have an update for this version available" : "Alle apps hebben een update voor deze versie beschikbaar", "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n app heeft geen update voor deze versie beschikbaar","%n 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 411d9ebae8..a33d9157b5 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: {newVersionString}" : "Er is een nieuwe versie beschikbaar: {newVersionString}", "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 appstoreenabled to false." : "Zorg ervoor dat je in config.php appstoreenabled 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.", "All apps have an update for this version available" : "Alle apps hebben een update voor deze versie beschikbaar", "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n app heeft geen update voor deze versie beschikbaar","%n 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 001167543c..33558774c8 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 17f5d2f6e5..5d777ff910 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 ec2abb9304..a8349e499a 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 a113e87732..7e01b378c9 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 95d3b577cd..e628e101fd 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 55450639bf..6620c4a765 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 576c1a821a..5d66c6dafd 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 5229395b99..e85bec67c9 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 3a7c0c9f85..a16fec791f 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 1f6a04a240..7ced857a54 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 3a95f5f551..0215ec5247 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 c267d4d580..6d739bc8bf 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 d9457eac8e..e6f5b05ed8 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 a5087303cb..3a5dd45540 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 014605ceb4..e41710f175 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 3f18ad4b29..40f33f4cf1 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 caee27fba0..3e2330af92 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 750c3fdd1a..c0ed032989 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 7d7cfbdab2..cbf3493d56 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 eb2c549695..76dda7f2c7 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 2385ede7ee..14961102ef 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 681882903d..09b686da06 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 c60716e206..2b384ea6f2 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 da96154bfc..986010966b 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 6725b68f6e..b01ffa561f 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 22a3b9dcf8..b9bb3cf8bb 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 6bf4df7686..c367a6936f 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 f68bcc26b3..41b3df46ea 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 730bd41529..2d0a5190ce 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 1c93fff79f..2b2df47e4c 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 31bef6b98f..0e6d7cfe11 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 886ce73eec..d290a1949f 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 f2380be559..b6806274c1 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 6dd8e81c1d..49e93f1828 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 3c72a3d70a..54bad80ac8 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 8d1cf9a9a7..3922ec249e 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 f24eab2ad7..b01bcf340b 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 796ba68c5a..82932abaa7 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",