diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
commit | ada13a4d40feb4802ca393b8c0a8e09f35f571c2 (patch) | |
tree | 2a22c3f81bbecfbab43faf844a924422e032138f /lib/l10n/tr.php | |
parent | c71408eaa9f4614cb8caa726ed3172ce77a359f2 (diff) | |
download | nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.tar.gz nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.zip |
fixing all broken translation files
Diffstat (limited to 'lib/l10n/tr.php')
-rw-r--r-- | lib/l10n/tr.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index 11e04c04157..6dc20e8f595 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -38,13 +38,13 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.", "Please double check the <a href='%s'>installation guides</a>." => "Lütfen <a href='%s'>kurulum kılavuzlarını</a> iki kez kontrol edin.", "seconds ago" => "saniye önce", -"_%n minute ago_::_%n minutes ago_" => array(,), -"_%n hour ago_::_%n hours ago_" => array(,), +"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), "today" => "bugün", "yesterday" => "dün", -"_%n day go_::_%n days ago_" => array(,), +"_%n day go_::_%n days ago_" => array("",""), "last month" => "geçen ay", -"_%n month ago_::_%n months ago_" => array(,), +"_%n month ago_::_%n months ago_" => array("",""), "last year" => "geçen yıl", "years ago" => "yıl önce", "Could not find category \"%s\"" => "\"%s\" kategorisi bulunamadı" |