diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/es.js | 1 | ||||
-rw-r--r-- | core/l10n/es.json | 1 | ||||
-rw-r--r-- | core/l10n/gl.js | 2 | ||||
-rw-r--r-- | core/l10n/gl.json | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index b80b9d2bce6..7aa76745fe8 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -59,6 +59,7 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s", "Already up to date" : "Ya actualizado", + ": " : ": ", "Dismiss" : "Descartar", "Connection to server lost" : "Se ha perdido la conexión al servidor", "No" : "No", diff --git a/core/l10n/es.json b/core/l10n/es.json index 7f7fec77810..4586ef6f7d1 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -57,6 +57,7 @@ "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s", "Already up to date" : "Ya actualizado", + ": " : ": ", "Dismiss" : "Descartar", "Connection to server lost" : "Se ha perdido la conexión al servidor", "No" : "No", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 2acedd47f71..d77f92442b6 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -137,7 +137,7 @@ OC.L10N.register( "Unable to toggle this option" : "Non é posíbel alternar esta opción", "Resharing is not allowed" : "Non se permite volver compartir", "Link" : "Ligazón", - "Hide download" : "Agachar a descarga", + "Hide download" : "Agochar a descarga", "Password protection enforced" : "Protección con contrasinal obrigado", "Password protect" : "Protexido con contrasinal", "Allow editing" : "Permitir a edición", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 33fca789bec..1c5c373b40d 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -135,7 +135,7 @@ "Unable to toggle this option" : "Non é posíbel alternar esta opción", "Resharing is not allowed" : "Non se permite volver compartir", "Link" : "Ligazón", - "Hide download" : "Agachar a descarga", + "Hide download" : "Agochar a descarga", "Password protection enforced" : "Protección con contrasinal obrigado", "Password protect" : "Protexido con contrasinal", "Allow editing" : "Permitir a edición", |