tr.php 2.02 KB
<?php
$TRANSLATIONS = array(
"Checking your installation..." => "Kurulumunuz denetleniyor...",
"Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "Güncelleme mümkün değil. Web sunucunuzun aşağıdaki dosya ve dizinlere yazma izni olduğundan emin olun:",
"Version not found" => "Sürüm bulunamadı",
"Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "Güncelleme mümkün değil. Web sunucunuz aşağıdaki dizini silmek için yeterli yetkiye sahip değil:",
"Update permissions on this directory and its content or remove it manually first." => "Aşağıdaki dizinin ve içindekilerin izinlerini güncelleyin veya elle silin.",
"Downloading package..." => "Paket indiriliyor...",
"Unable to fetch package" => "Paket getirilemedi",
"Creating backup..." => "Yedek oluşturuluyor...",
"Here is your backup: " => "İşte yedeğiniz:",
"Failed to create backup" => "Yedek oluşturma başarısız oldu",
"Moving files..." => "Dosyalar taşınıyor...",
"All done. Click to the link below to start database upgrade." => "Her şey tamam. Veritabanı güncellemesi için aşağıdaki bağlantıya tıklayın.",
"Update failed" => "Güncelleme başarısız",
"The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "Güncelleme başarısız oldu. Lütfen yönetici sayfasındaki günlüğü denetleyin ve bu durumu <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud topluluğuna</a> bildirin.",
"Proceed" => "Devam et",
"Updater" => "Güncelleyici",
"Update Center" => "Güncelleme Merkezi",
"Backup Management" => "Yedekleme Yönetimi",
"Update" => "Güncelleme",
"Backup directory" => "Yedekleme dizini",
"Backup" => "Yedek",
"Done on" => "Yapılma",
"Download" => "İndir",
"Delete" => "Sil",
"No backups found" => "Yedek bulunamadı"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";