diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-07 01:56:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-07 01:56:53 -0500 |
commit | c07b731689de6fe754e108688ccf71342aad95ef (patch) | |
tree | 9f75e2da2b5468f32bb7ceeee1b30702cdd5a204 /apps/comments/l10n/sr.js | |
parent | f2088cafb8388d5be3b22920403652718c77908b (diff) | |
download | nextcloud-server-c07b731689de6fe754e108688ccf71342aad95ef.tar.gz nextcloud-server-c07b731689de6fe754e108688ccf71342aad95ef.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/sr.js')
-rw-r--r-- | apps/comments/l10n/sr.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/comments/l10n/sr.js b/apps/comments/l10n/sr.js index caee7bc28ff..aae126ef40f 100644 --- a/apps/comments/l10n/sr.js +++ b/apps/comments/l10n/sr.js @@ -1,8 +1,21 @@ OC.L10N.register( "comments", { - "Cancel" : "Одустани", + "<strong>Comments</strong> for files" : "<strong>Коментари</strong> фајлова", + "%1$s commented" : "%1$s коментариса", + "%1$s commented on %2$s" : "%1$s коментариса на %2$s", + "Comments" : "Коментари", + "Type in a new comment..." : "Укуцајте нови коментар...", + "Delete comment" : "Обриши коментар", + "Post" : "Објави", + "Cancel" : "Откажи", + "Edit comment" : "Уреди коментар", + "[Deleted user]" : "[Обрисан корисник]", + "No other comments available" : "Нема других коментара", + "More comments..." : "Још коментара...", "Save" : "Сачувај", + "Allowed characters {count} of {max}" : "Дозвољених {count} знакова од {max}", + "{count} unread comments" : "{count} непрочитаних коментара", "Comment" : "Коментар" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |