diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-12 02:14:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-12 02:14:48 +0000 |
commit | 54f38375c8613b83c35a2bd6ad5b2864f9293b7d (patch) | |
tree | 9b924be94cce6304ea22d7afbb8b684da6d5cfa8 /apps | |
parent | f465f9d4b9753687f59c09c6ce73c45fb5f79339 (diff) | |
download | nextcloud-server-54f38375c8613b83c35a2bd6ad5b2864f9293b7d.tar.gz nextcloud-server-54f38375c8613b83c35a2bd6ad5b2864f9293b7d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/l10n/es.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/es.json | 3 | ||||
-rw-r--r-- | apps/theming/l10n/nl.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/nl.json | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index 634663fdb82..57d920cb1b6 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "El nombre no puede estar vacío", "The given name is too long" : "El nombre provisto es demasiado largo", "The given web address is too long" : "La dirección provista es demasiado larga", + "The given web address is not a valid URL" : "La dirección web indicada no es una URL válida", "The given legal notice address is too long" : "El aviso legal dado es demasiado largo", + "The given legal notice address is not a valid URL" : "La dirección del aviso legal no es una URL válida", "The given privacy policy address is too long" : "La dirección de la política de privacidad dada es demasiado larga", + "The given privacy policy address is not a valid URL" : "La directive de privacidad indicada no es una URL válida", "The given slogan is too long" : "El eslogan provisto es demasiado largo", "The given color is invalid" : "El color provisto es inválido", "The file was uploaded" : "Se ha subido el archivo", diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json index ee68e6c876e..0207faf4030 100644 --- a/apps/theming/l10n/es.json +++ b/apps/theming/l10n/es.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "El nombre no puede estar vacío", "The given name is too long" : "El nombre provisto es demasiado largo", "The given web address is too long" : "La dirección provista es demasiado larga", + "The given web address is not a valid URL" : "La dirección web indicada no es una URL válida", "The given legal notice address is too long" : "El aviso legal dado es demasiado largo", + "The given legal notice address is not a valid URL" : "La dirección del aviso legal no es una URL válida", "The given privacy policy address is too long" : "La dirección de la política de privacidad dada es demasiado larga", + "The given privacy policy address is not a valid URL" : "La directive de privacidad indicada no es una URL válida", "The given slogan is too long" : "El eslogan provisto es demasiado largo", "The given color is invalid" : "El color provisto es inválido", "The file was uploaded" : "Se ha subido el archivo", diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index 5929746ee77..a9dd6b2599c 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Naam mag niet leeg zijn", "The given name is too long" : "De opgegeven naam is te lang", "The given web address is too long" : "Het opgegeven internetadres is te lang", + "The given web address is not a valid URL" : "Het opgegeven internetadres is geen geldige URL", "The given legal notice address is too long" : "Het opgegeven adres voor de juridische melding is te lang", + "The given legal notice address is not a valid URL" : "Het opgegeven adres voor de juridische melding geen geldige URL", "The given privacy policy address is too long" : "Het opgegeven adres met privacybeleid is te lang", + "The given privacy policy address is not a valid URL" : "Het opgegeven adres met privacybeleid is geen geldige URL", "The given slogan is too long" : "De opgegeven slagzin is te lang", "The given color is invalid" : "De opgegeven kleur is ongeldig", "The file was uploaded" : "Het bestand werd geüpload", diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index 917c5059f98..2c9dba22595 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Naam mag niet leeg zijn", "The given name is too long" : "De opgegeven naam is te lang", "The given web address is too long" : "Het opgegeven internetadres is te lang", + "The given web address is not a valid URL" : "Het opgegeven internetadres is geen geldige URL", "The given legal notice address is too long" : "Het opgegeven adres voor de juridische melding is te lang", + "The given legal notice address is not a valid URL" : "Het opgegeven adres voor de juridische melding geen geldige URL", "The given privacy policy address is too long" : "Het opgegeven adres met privacybeleid is te lang", + "The given privacy policy address is not a valid URL" : "Het opgegeven adres met privacybeleid is geen geldige URL", "The given slogan is too long" : "De opgegeven slagzin is te lang", "The given color is invalid" : "De opgegeven kleur is ongeldig", "The file was uploaded" : "Het bestand werd geüpload", |