diff --git a/l10n/es.js b/l10n/es.js index 920af3d3d..2cc0e96ba 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -22,6 +22,8 @@ OC.L10N.register( "in {path}" : "en {path}", "You need to set up your email address before you can receive notification emails." : "Debes configurar tu dirección de correo electrónico antes de poder recibir notificaciones.", "Send email reminders about unhandled notifications after:" : "Enviar recordatorios por email sobre las notificaciones no resueltas tras:", + "Play sound when a new notification arrives" : "Reproducir sonido cuando llega una nueva notificación", + "Play sound when a call started (requires Nextcloud Talk)" : "Reproducir sonido cuando se inicia una llamada (requiere Nextcloud Talk)", "Never" : "Nunca", "1 hour" : "1 hora", "3 hours" : "3 horas", diff --git a/l10n/es.json b/l10n/es.json index 2b7ade2c1..d3a0a836e 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -20,6 +20,8 @@ "in {path}" : "en {path}", "You need to set up your email address before you can receive notification emails." : "Debes configurar tu dirección de correo electrónico antes de poder recibir notificaciones.", "Send email reminders about unhandled notifications after:" : "Enviar recordatorios por email sobre las notificaciones no resueltas tras:", + "Play sound when a new notification arrives" : "Reproducir sonido cuando llega una nueva notificación", + "Play sound when a call started (requires Nextcloud Talk)" : "Reproducir sonido cuando se inicia una llamada (requiere Nextcloud Talk)", "Never" : "Nunca", "1 hour" : "1 hora", "3 hours" : "3 horas", diff --git a/l10n/fr.js b/l10n/fr.js index 05bfc7a7e..3cfd16d1b 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -30,4 +30,4 @@ OC.L10N.register( "Your settings have been updated." : "Vos paramètres ont été mis à jour.", "An error occurred while updating your settings." : "Un erreur est survenue lors de la mise à jour de vos paramètres." }, -"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index 1305370d3..1e1f976a9 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -27,5 +27,5 @@ "1 week" : "1 semaine", "Your settings have been updated." : "Vos paramètres ont été mis à jour.", "An error occurred while updating your settings." : "Un erreur est survenue lors de la mise à jour de vos paramètres." -},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +},"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file