diff --git a/l10n/ro.js b/l10n/ro.js
index 8f6ae1e3..3bb39df8 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -3,6 +3,8 @@ OC.L10N.register(
{
"Hello %s" : "Salut %s",
"Hello %s," : "Salut %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Notificare nouă pentru %s","%n notificări noi pentru %s","%n notificări noi pentru %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Aveți o notificare nouă pentru %s","Aveți %n notificări noi pentru %s","Aveți %n notificări noi pentru %s"],
"You can change the frequency of these emails or disable them in the settings." : "Puteți schimba frecvența acestor emailuri sau să le dezactivați din setări.",
"You can change the frequency of these emails or disable them in the settings: %s" : "Puteți schimba frecvența acestor emailuri sau să le dezactivați din setări: %s",
"Admin notifications" : "Notificări admin",
diff --git a/l10n/ro.json b/l10n/ro.json
index 9106d96c..039a6dee 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,6 +1,8 @@
{ "translations": {
"Hello %s" : "Salut %s",
"Hello %s," : "Salut %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Notificare nouă pentru %s","%n notificări noi pentru %s","%n notificări noi pentru %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Aveți o notificare nouă pentru %s","Aveți %n notificări noi pentru %s","Aveți %n notificări noi pentru %s"],
"You can change the frequency of these emails or disable them in the settings." : "Puteți schimba frecvența acestor emailuri sau să le dezactivați din setări.",
"You can change the frequency of these emails or disable them in the settings: %s" : "Puteți schimba frecvența acestor emailuri sau să le dezactivați din setări: %s",
"Admin notifications" : "Notificări admin",