Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/tr.php')
-rw-r--r--apps/files_sharing/l10n/tr.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php
deleted file mode 100644
index 018851657d4..00000000000
--- a/apps/files_sharing/l10n/tr.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Server to server sharing is not enabled on this server" => "Sunucudan sunucuya paylaşım bu sunucuda etkin değil",
-"The mountpoint name contains invalid characters." => "Bağlama noktası adı geçersiz karakterler içeriyor.",
-"Invalid or untrusted SSL certificate" => "Geçersiz veya güvenilmeyen SSL sertifikası",
-"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.",
-"Do you want to add the remote share {name} from {owner}@{remote}?" => "{owner}@{remote} konumundan {name} uzak paylaşımını eklemek istiyor musunuz?",
-"Remote share" => "Uzak paylaşım",
-"Remote share password" => "Uzak paylaşım parolası",
-"Cancel" => "İptal",
-"Add remote share" => "Uzak paylaşım ekle",
-"No ownCloud installation found at {remote}" => "{remote} üzerinde ownCloud kurulumu bulunamadı",
-"Invalid ownCloud url" => "Geçersiz ownCloud adresi",
-"Shared by" => "Paylaşan",
-"This share is password-protected" => "Bu paylaşım parola korumalı",
-"The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
-"Password" => "Parola",
-"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.",
-"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.",
-"Add to your ownCloud" => "ownCloud'ınıza Ekleyin",
-"Download" => "İndir",
-"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"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";