diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-08 01:54:53 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-08 01:54:53 -0400 |
commit | 5d35844aff8c0c7166fa0eaf99d4c39189c01327 (patch) | |
tree | 4a1a94c2e626dc81d26c653a92283afd7e850856 /apps/comments/l10n/ro.js | |
parent | d30fdb5f2d3a426e386e6aafb9fea7a00db5ce41 (diff) | |
download | nextcloud-server-5d35844aff8c0c7166fa0eaf99d4c39189c01327.tar.gz nextcloud-server-5d35844aff8c0c7166fa0eaf99d4c39189c01327.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ro.js')
-rw-r--r-- | apps/comments/l10n/ro.js | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index 52efde98d81..dcdbf9b8f98 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -1,8 +1,23 @@ OC.L10N.register( "comments", { + "Type in a new comment..." : "Scrie un comentariu nou...", + "Delete comment" : "Șterge comentariul", + "Post" : "Postează", "Cancel" : "Anulează", + "Edit comment" : "Editează comentariul", + "[Deleted user]" : "[Utilizator șters]", + "Comments" : "Comentarii", + "No other comments available" : "Nu sunt disponibile alte comentarii", + "More comments..." : "Mai multe comentarii...", "Save" : "Salvează", - "Comment" : "Comentariu" + "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" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |