diff options
Diffstat (limited to 'apps/comments/l10n/tr.js')
-rw-r--r-- | apps/comments/l10n/tr.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index e23ecaee1e9..c49565cb3d0 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -1,15 +1,12 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Yeni bir yorum yazın...", "Delete comment" : "Yorumu sil", "Post" : "Gönder", "Cancel" : "İptal", "Edit comment" : "Yorumu düzenle", "[Deleted user]" : "[Silinmiş kullanıcı]", "Comments" : "Yorumlar", - "No other comments available" : "Mevcut başka yorum yok", - "More comments..." : "Daha fazla yorum...", "Save" : "Kaydet", "Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}", "Error occurred while retrieving comment with id {id}" : "{id} numaralı yorumu geri alırken bir hata oluştu", @@ -17,10 +14,12 @@ OC.L10N.register( "Error occurred while posting comment" : "Yorum yollanırken bir hata oluştu", "{count} unread comments" : "{count} okunmamış yorum", "Comment" : "Yorum", - "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "Dosyalar için <strong>Yorumlar</strong> <em>(her zaman akış olarak listelenir)</em>", "You commented" : "Yorum yaptınız", "%1$s commented" : "%1$s yorumlanmış", "You commented on %2$s" : "%2$s için yorum yaptınız", - "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı" + "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı", + "Type in a new comment..." : "Yeni bir yorum yazın...", + "No other comments available" : "Mevcut başka yorum yok", + "More comments..." : "Daha fazla yorum..." }, "nplurals=2; plural=(n > 1);"); |