diff options
Diffstat (limited to 'apps/user_status/l10n/es_EC.js')
-rw-r--r-- | apps/user_status/l10n/es_EC.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/l10n/es_EC.js b/apps/user_status/l10n/es_EC.js index fd83c2add35..9aabc111f04 100644 --- a/apps/user_status/l10n/es_EC.js +++ b/apps/user_status/l10n/es_EC.js @@ -10,7 +10,6 @@ OC.L10N.register( "Working remotely" : "Trabajando de forma remota", "In a call" : "En una llamada", "User status" : "Estado de usuario", - "View profile" : "Ver perfil", "Clear status after" : "Borrar estado después de", "Emoji for your status message" : "Emoji para tu mensaje de estado", "What is your status?" : "¿Cuál es tu estado?", @@ -43,6 +42,7 @@ OC.L10N.register( "4 hours" : "4 horas", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer como desconectado", + "View profile" : "Ver perfil", "{status}, {timestamp}" : "{estado}, {marca de tiempo}" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |