Blame view

sources/apps/updater/l10n/tr.php 2.02 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
  <?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:",
d1bafeea1   Kload   [fix] Upgrade to ...
5
  "Version not found" => "Sürüm bulunamadı",
6d9380f96   Cédric Dupont   Update sources OC...
6
7
  "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.",
d1bafeea1   Kload   [fix] Upgrade to ...
8
  "Downloading package..." => "Paket indiriliyor...",
6d9380f96   Cédric Dupont   Update sources OC...
9
  "Unable to fetch package" => "Paket getirilemedi",
d1bafeea1   Kload   [fix] Upgrade to ...
10
  "Creating backup..." => "Yedek oluşturuluyor...",
6d9380f96   Cédric Dupont   Update sources OC...
11
  "Here is your backup: " => "İşte yedeğiniz:",
d1bafeea1   Kload   [fix] Upgrade to ...
12
13
  "Failed to create backup" => "Yedek oluşturma başarısız oldu",
  "Moving files..." => "Dosyalar taşınıyor...",
6d9380f96   Cédric Dupont   Update sources OC...
14
  "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.",
d1bafeea1   Kload   [fix] Upgrade to ...
15
  "Update failed" => "Güncelleme başarısız",
6d9380f96   Cédric Dupont   Update sources OC...
16
17
18
  "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",
d1bafeea1   Kload   [fix] Upgrade to ...
19
20
21
22
  "Update Center" => "Güncelleme Merkezi",
  "Backup Management" => "Yedekleme Yönetimi",
  "Update" => "Güncelleme",
  "Backup directory" => "Yedekleme dizini",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "Backup" => "Yedek",
  "Done on" => "Yapılma",
d1bafeea1   Kload   [fix] Upgrade to ...
25
26
27
28
  "Download" => "İndir",
  "Delete" => "Sil",
  "No backups found" => "Yedek bulunamadı"
  );
6d9380f96   Cédric Dupont   Update sources OC...
29
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";