diff --git a/l10n/fr.js b/l10n/fr.js index 12fbc8e0d..6a0c91968 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -30,6 +30,10 @@ OC.L10N.register( "Please use a different browser like Firefox or Chrome" : "Veuillez utiliser un autre navigateur comme Firefox ou Chrome", "Error while accessing microphone & camera" : "Erreur lors de l'accès au microphone et à la caméra", "WebRTC is not supported in your browser :-/" : "WebRTC n'est pas pris en charge dans votre navigateur :-/", + "{actor} invited you to a private call" : "{actor} vous a invité dans un appel privé", + "{actor} invited you to a group call" : "{actor} vous a invité dans un appel de groupe", + "{actor} invited you to the call {call}" : "{actor} vous a invité à l'appel {call}", + "You were invited to a video call" : "Vous êtes invités à un appel vidéo", "_%n other guest_::_%n other guests_" : ["%n autre invité","%n autres invités"], "_%n guest_::_%n guests_" : ["%n invité","%n invités"], ", " : ", ", diff --git a/l10n/fr.json b/l10n/fr.json index 6be8cb0a6..cfebd86c0 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -28,6 +28,10 @@ "Please use a different browser like Firefox or Chrome" : "Veuillez utiliser un autre navigateur comme Firefox ou Chrome", "Error while accessing microphone & camera" : "Erreur lors de l'accès au microphone et à la caméra", "WebRTC is not supported in your browser :-/" : "WebRTC n'est pas pris en charge dans votre navigateur :-/", + "{actor} invited you to a private call" : "{actor} vous a invité dans un appel privé", + "{actor} invited you to a group call" : "{actor} vous a invité dans un appel de groupe", + "{actor} invited you to the call {call}" : "{actor} vous a invité à l'appel {call}", + "You were invited to a video call" : "Vous êtes invités à un appel vidéo", "_%n other guest_::_%n other guests_" : ["%n autre invité","%n autres invités"], "_%n guest_::_%n guests_" : ["%n invité","%n invités"], ", " : ", ", diff --git a/l10n/nl.js b/l10n/nl.js index 8014570b3..2e1373990 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -30,6 +30,10 @@ OC.L10N.register( "Please use a different browser like Firefox or Chrome" : "Gebruik een andere browser, zoals Firefox of Chrome", "Error while accessing microphone & camera" : "Fout bij benaderen microfoon & camera", "WebRTC is not supported in your browser :-/" : "WebRTC wordt niet ondersteund door jouw browser :-/", + "{actor} invited you to a private call" : "{actor} heeft je uitgenodigd voor een privégesprek", + "{actor} invited you to a group call" : "{actor} heeft je uitgenodigd voor een groepsgesprek", + "{actor} invited you to the call {call}" : "{actor} heeft je uitgenodigd voor gesprek {call}", + "You were invited to a video call" : "Je werd uitgenodigd voor een videogesprek", "_%n other guest_::_%n other guests_" : ["%n andere gast","%n andere gasten"], "_%n guest_::_%n guests_" : ["%n gast","%n gasten"], ", " : ", ", diff --git a/l10n/nl.json b/l10n/nl.json index 09ebb8563..d95de347c 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -28,6 +28,10 @@ "Please use a different browser like Firefox or Chrome" : "Gebruik een andere browser, zoals Firefox of Chrome", "Error while accessing microphone & camera" : "Fout bij benaderen microfoon & camera", "WebRTC is not supported in your browser :-/" : "WebRTC wordt niet ondersteund door jouw browser :-/", + "{actor} invited you to a private call" : "{actor} heeft je uitgenodigd voor een privégesprek", + "{actor} invited you to a group call" : "{actor} heeft je uitgenodigd voor een groepsgesprek", + "{actor} invited you to the call {call}" : "{actor} heeft je uitgenodigd voor gesprek {call}", + "You were invited to a video call" : "Je werd uitgenodigd voor een videogesprek", "_%n other guest_::_%n other guests_" : ["%n andere gast","%n andere gasten"], "_%n guest_::_%n guests_" : ["%n gast","%n gasten"], ", " : ", ",