diff options
Diffstat (limited to 'apps/user_status/l10n/es_EC.js')
-rw-r--r-- | apps/user_status/l10n/es_EC.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_status/l10n/es_EC.js b/apps/user_status/l10n/es_EC.js index e38461dd689..14f92ffa85b 100644 --- a/apps/user_status/l10n/es_EC.js +++ b/apps/user_status/l10n/es_EC.js @@ -23,9 +23,9 @@ OC.L10N.register( "Your status was set automatically" : "Tu estado se estableció automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Establecer mensaje de estado", - "Reset status to \"{icon} {message}\"" : "Restablecer estado a \"{icono} {mensaje}\"", - "Reset status to \"{message}\"" : "Restablecer estado a \"{mensaje}\"", - "Reset status to \"{icon}\"" : "Restablecer estado a \"{icono}\"", + "Reset status to \"{icon} {message}\"" : "Restablecer estado a \"{icon} {message}\"", + "Reset status to \"{message}\"" : "Restablecer estado a \"{message}\"", + "Reset status to \"{icon}\"" : "Restablecer estado a \"{icon}\"", "There was an error saving the status" : "Hubo un error al guardar el estado", "There was an error clearing the status" : "Hubo un error al borrar el estado", "There was an error reverting the status" : "Hubo un error al revertir el estado", |