Blame view

sources/apps/files_sharing/l10n/tr.php 2.19 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  "Server to server sharing is not enabled on this server" => "Sunucudan sunucuya paylaşım bu sunucuda etkin değil",
  "Couldn't add remote share" => "Uzak paylaşım eklenemedi",
  "Shared with you" => "Sizinle paylaşılmış",
  "Shared with others" => "Diğerleri ile paylaşılmış",
  "Shared by link" => "Bağlantı ile paylaşılmış",
  "No files have been shared with you yet." => "Henüz sizinle paylaşılan bir dosya yok.",
  "You haven't shared any files yet." => "Henüz hiçbir dosya paylaşmadınız.",
  "You haven't shared any files by link yet." => "Bağlantı ile henüz hiçbir dosya paylaşmadınız.",
  "Add {name} from {owner}@{remote}" => "{name} paylaşımını {owner}@{remote} konumundan ekle",
  "Add Share" => "Paylaşım Ekle",
  "Password" => "Parola",
  "No ownCloud installation found at {remote}" => "{remote} üzerinde ownCloud kurulumu bulunamadı",
  "Invalid ownCloud url" => "Geçersiz ownCloud adresi",
  "Shared by {owner}" => "{owner} tarafından paylaşılmış",
  "Shared by" => "Paylaşan",
31b7f2792   Kload   Upgrade to ownclo...
18
19
  "This share is password-protected" => "Bu paylaşım parola korumalı",
  "The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
6d9380f96   Cédric Dupont   Update sources OC...
20
21
22
  "Name" => "Ad",
  "Share time" => "Paylaşma zamanı",
  "Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.",
31b7f2792   Kload   Upgrade to ownclo...
23
24
25
26
27
  "Reasons might be:" => "Sebepleri şunlar olabilir:",
  "the item was removed" => "öge kaldırılmış",
  "the link expired" => "bağlantı süresi dolmuş",
  "sharing is disabled" => "paylaşım devre dışı",
  "For more info, please ask the person who sent this link." => "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.",
6d9380f96   Cédric Dupont   Update sources OC...
28
  "Save" => "Kaydet",
03e52840d   Kload   Init
29
  "Download" => "İndir",
6d9380f96   Cédric Dupont   Update sources OC...
30
31
32
33
34
  "Download %s" => "İndir: %s",
  "Direct link" => "Doğrudan bağlantı",
  "Remote Shares" => "Uzak Paylaşımlar",
  "Allow other instances to mount public links shared from this server" => "Diğer örneklerin, bu sunucudan paylaşılmış herkese açık bağlantıları bağlamasına izin ver",
  "Allow users to mount public link shares" => "Kullanıcıların herkese açık bağlantı paylaşımlarını bağlamasına izin ver"
03e52840d   Kload   Init
35
  );
31b7f2792   Kload   Upgrade to ownclo...
36
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";