diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-12 01:08:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-12 01:08:05 +0000 |
commit | 37fcc4100491a1b9fca87c1619c2282463a93a83 (patch) | |
tree | 741407d06a82c299262fc8d2aabf015b87152864 /apps/comments/l10n/ro.js | |
parent | 801b600ec348edab2447866b349a0d163db94f15 (diff) | |
download | nextcloud-server-37fcc4100491a1b9fca87c1619c2282463a93a83.tar.gz nextcloud-server-37fcc4100491a1b9fca87c1619c2282463a93a83.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ro.js')
-rw-r--r-- | apps/comments/l10n/ro.js | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index dcdbf9b8f98..9dcfb88895f 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -1,23 +1,39 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Scrie un comentariu nou...", + "Comments" : "Comentarii", + "Unknown user" : "Utilizator necunoscut", + "New comment …" : "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...", + "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!", + "More comments …" : "Mai multe comentarii...", "Save" : "Salvează", "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}", - "{count} unread comments" : "{count} comentarii necitite", + "Error occurred while retrieving comment with id {id}" : "Eroare la returnarea comentariului cu id-ul {id}", + "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", + "Error occurred while posting comment" : "Eroare la postarea comentariului", + "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n 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" + "{author} commented" : " {author} a comentat", + "You commented on %1$s" : "Ai comentat la %1$s", + "You commented on {file}" : "Ai comentat la {file}", + "%1$s commented on %2$s" : "%1$s a comentat la %2$s", + "{author} commented on {file}" : " {author} a comentat la {file}", + "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", + "A (now) deleted user mentioned you in a comment on “%s”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", + "Type in a new comment..." : "Scrie un comentariu nou...", + "No other comments available" : "Nu sunt disponibile alte comentarii", + "More comments..." : "Mai multe comentarii...", + "{count} unread comments" : "{count} comentarii necitite", + "You commented on %2$s" : "Ai comentat la %2$s" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |