diff options
Diffstat (limited to 'core/l10n/tr.php')
-rw-r--r-- | core/l10n/tr.php | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 57603895c94..c6787cc4fd6 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -8,14 +8,8 @@ $TRANSLATIONS = array( "Updating filecache, this may take really long..." => "Dosya önbelleği güncelleniyor. Bu, gerçekten uzun sürebilir.", "Updated filecache" => "Dosya önbelleği güncellendi", "... %d%% done ..." => "%%%d tamamlandı ...", -"Category type not provided." => "Kategori türü girilmedi.", -"No category to add?" => "Eklenecek kategori yok?", -"This category already exists: %s" => "Bu kategori zaten mevcut: %s", -"Object type not provided." => "Nesne türü desteklenmemektedir.", -"%s ID not provided." => "%s ID belirtilmedi.", -"Error adding %s to favorites." => "%s favorilere eklenirken hata oluştu", -"No categories selected for deletion." => "Silmek için bir kategori seçilmedi", -"Error removing %s from favorites." => "%s favorilere çıkarılırken hata oluştu", +"Unknown filetype" => "Bilinmeyen dosya türü", +"Invalid image" => "Geçersiz resim", "Sunday" => "Pazar", "Monday" => "Pazartesi", "Tuesday" => "Salı", @@ -53,12 +47,9 @@ $TRANSLATIONS = array( "Ok" => "Tamam", "_{count} file conflict_::_{count} file conflicts_" => array("",""), "Cancel" => "İptal", -"The object type is not specified." => "Nesne türü belirtilmemiş.", -"Error" => "Hata", -"The app name is not specified." => "uygulama adı belirtilmedi.", -"The required file {file} is not installed!" => "İhtiyaç duyulan {file} dosyası kurulu değil.", "Shared" => "Paylaşılan", "Share" => "Paylaş", +"Error" => "Hata", "Error while sharing" => "Paylaşım sırasında hata ", "Error while unsharing" => "Paylaşım iptal ediliyorken hata", "Error while changing permissions" => "İzinleri değiştirirken hata oluştu", @@ -90,6 +81,9 @@ $TRANSLATIONS = array( "Sending ..." => "Gönderiliyor...", "Email sent" => "Eposta gönderildi", "Warning" => "Uyarı", +"The object type is not specified." => "Nesne türü belirtilmemiş.", +"Delete" => "Sil", +"Add" => "Ekle", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Güncelleme başarılı olmadı. Lütfen bu hatayı bildirin <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.", "The update was successful. Redirecting you to ownCloud now." => "Güncelleme başarılı. ownCloud'a yönlendiriliyor.", "%s password reset" => "%s parola sıfırlama", @@ -112,8 +106,6 @@ $TRANSLATIONS = array( "Help" => "Yardım", "Access forbidden" => "Erişim yasaklı", "Cloud not found" => "Bulut bulunamadı", -"Edit categories" => "Kategorileri düzenle", -"Add" => "Ekle", "Security Warning" => "Güvenlik Uyarisi", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP sürümünüz NULL Byte saldırısına açık (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "%s güvenli olarak kullanmak için, lütfen PHP kurulumunuzu güncelleyin.", |