nextcloud/apps/comments/l10n/ro.js

24 lines
1.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-05-08 08:54:53 +03:00
"Type in a new comment..." : "Scrie un comentariu nou...",
"Delete comment" : "Șterge comentariul",
"Post" : "Postează",
2016-02-17 09:56:11 +03:00
"Cancel" : "Anulează",
2016-05-08 08:54:53 +03:00
"Edit comment" : "Editează comentariul",
"[Deleted user]" : "[Utilizator șters]",
"Comments" : "Comentarii",
"No other comments available" : "Nu sunt disponibile alte comentarii",
"More comments..." : "Mai multe comentarii...",
2016-05-04 09:11:59 +03:00
"Save" : "Salvează",
2016-05-08 08:54:53 +03:00
"Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
"{count} unread comments" : "{count} comentarii necitite",
"Comment" : "Comentariu",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarii</strong> pentru fișiere <em>(afișate întotdeauna în flux)</em>",
"You commented" : "Ai comentat",
"%1$s commented" : "%1$s a comentat",
"You commented on %2$s" : "Ai comentat la %2$s",
"%1$s commented on %2$s" : "%1$s a comentat la %2$s"
2016-02-17 09:56:11 +03:00
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");