diff options
Diffstat (limited to 'apps/comments/l10n/ro.js')
-rw-r--r-- | apps/comments/l10n/ro.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index 70d0e187975..ac1d376fde5 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -20,13 +20,13 @@ OC.L10N.register( "No more messages" : "Nu mai sunt mesaje", "Retry" : "Reîncearcă", "Unable to load the comments list" : "Lista de comentarii nu poate fi încărcată", - "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"], "Comment" : "Comentariu", "An error occurred while trying to edit the comment" : "A apărut o eroare la încercarea de a edita comentariul", "Comment deleted" : "Comentariul a fost șters", "An error occurred while trying to delete the comment" : "A apărut o eroare la încercarea de a șterge comentariul", "An error occurred while trying to create the comment" : "A apărut o eroare la încercarea de a crea comentariul", - "%1$s commented" : "%1$s a comentat" + "%1$s commented" : "%1$s a comentat", + "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"] }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |