diff --git a/l10n/es.js b/l10n/es.js index e75d6d8d..d8c9ae81 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -4,7 +4,7 @@ OC.L10N.register( "Hello %s" : "Hola %s", "Hello %s," : "Hola %s,", "_New notification for %s_::_%n new notifications for %s_" : ["Una nueva notificación para %s","%n notificaciones nuevas para %s","%n notificaciones nuevas para %s"], - "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tienes una nueva notificación para %s","Tienes %n nuevas notificaciones para %s","Tienes %n nuevas notificaciones para %s"], + "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tiene una nueva notificación para %s","Tiene %n nuevas notificaciones para %s","Tiene %n nuevas notificaciones para %s"], "You can change the frequency of these emails or disable them in the settings." : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes.", "You can change the frequency of these emails or disable them in the settings: %s" : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes: %s", "Admin notifications" : "Notificaciones de admin", diff --git a/l10n/es.json b/l10n/es.json index 0f37e73e..d592e3c2 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -2,7 +2,7 @@ "Hello %s" : "Hola %s", "Hello %s," : "Hola %s,", "_New notification for %s_::_%n new notifications for %s_" : ["Una nueva notificación para %s","%n notificaciones nuevas para %s","%n notificaciones nuevas para %s"], - "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tienes una nueva notificación para %s","Tienes %n nuevas notificaciones para %s","Tienes %n nuevas notificaciones para %s"], + "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tiene una nueva notificación para %s","Tiene %n nuevas notificaciones para %s","Tiene %n nuevas notificaciones para %s"], "You can change the frequency of these emails or disable them in the settings." : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes.", "You can change the frequency of these emails or disable them in the settings: %s" : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes: %s", "Admin notifications" : "Notificaciones de admin",