diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-14 01:11:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-14 01:11:29 +0000 |
commit | 7f00de841b3570f21c0be51dd9dced690f968210 (patch) | |
tree | cd16d150ce0678ad5752ba38be7f9f594872d6cf /apps/comments | |
parent | 76d23a16006d0a05f3d6bd1cb29b873674162970 (diff) | |
download | nextcloud-server-7f00de841b3570f21c0be51dd9dced690f968210.tar.gz nextcloud-server-7f00de841b3570f21c0be51dd9dced690f968210.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/sr.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/tr.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/sr.js b/apps/comments/l10n/sr.js index cf0a82b2cbe..ed38d0a5f98 100644 --- a/apps/comments/l10n/sr.js +++ b/apps/comments/l10n/sr.js @@ -12,6 +12,7 @@ OC.L10N.register( "More comments …" : "Преостали коментари …", "Save" : "Сачувај", "Allowed characters {count} of {max}" : "Дозвољених {count} знакова од {max}", + "Error occurred while retrieving comment with ID {id}" : "Дошло је до грешке при прегледу коментара са идентификацијом {id}", "Error occurred while updating comment with id {id}" : "Дошло је до грешке при преправци коментара ознаке {id}", "Error occurred while posting comment" : "Дошло је до грешке при објави коментара", "_%n unread comment_::_%n unread comments_" : ["%nнепрочитани коментар","%nнепрочитана коментара ","%n непрочитаних коментара"], diff --git a/apps/comments/l10n/sr.json b/apps/comments/l10n/sr.json index 6bdfd07fa71..41bdf838dcd 100644 --- a/apps/comments/l10n/sr.json +++ b/apps/comments/l10n/sr.json @@ -10,6 +10,7 @@ "More comments …" : "Преостали коментари …", "Save" : "Сачувај", "Allowed characters {count} of {max}" : "Дозвољених {count} знакова од {max}", + "Error occurred while retrieving comment with ID {id}" : "Дошло је до грешке при прегледу коментара са идентификацијом {id}", "Error occurred while updating comment with id {id}" : "Дошло је до грешке при преправци коментара ознаке {id}", "Error occurred while posting comment" : "Дошло је до грешке при објави коментара", "_%n unread comment_::_%n unread comments_" : ["%nнепрочитани коментар","%nнепрочитана коментара ","%n непрочитаних коментара"], diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index ccd71755aff..f41e73c5320 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -12,6 +12,7 @@ OC.L10N.register( "More comments …" : "Diğer yorumlar ...", "Save" : "Kaydet", "Allowed characters {count} of {max}" : "Yazılabilecek karakter sayısı {count}/{max}", + "Error occurred while retrieving comment with ID {id}" : "{id} kodlu yorum alınırken sorun çıktı", "Error occurred while updating comment with id {id}" : "{id} kodlu yorum güncellenirken sorun çıktı", "Error occurred while posting comment" : "Yorum gönderilirken sorun çıktı", "_%n unread comment_::_%n unread comments_" : ["%n okunmamış yorum","%n okunmamış yorum"], diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json index cb2e8047a42..e37aef6b4a2 100644 --- a/apps/comments/l10n/tr.json +++ b/apps/comments/l10n/tr.json @@ -10,6 +10,7 @@ "More comments …" : "Diğer yorumlar ...", "Save" : "Kaydet", "Allowed characters {count} of {max}" : "Yazılabilecek karakter sayısı {count}/{max}", + "Error occurred while retrieving comment with ID {id}" : "{id} kodlu yorum alınırken sorun çıktı", "Error occurred while updating comment with id {id}" : "{id} kodlu yorum güncellenirken sorun çıktı", "Error occurred while posting comment" : "Yorum gönderilirken sorun çıktı", "_%n unread comment_::_%n unread comments_" : ["%n okunmamış yorum","%n okunmamış yorum"], |