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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-01 21:04:13 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-01 21:04:13 +0300
commit9adcb41ffc30b756d3eff3b569ad47eebe08bd29 (patch)
tree6d1e9b2cbe7a9fa0d629528b9e03e90ff8bd3923 /l10n
parent234755361a8c900a24bd66e33eeba932c16bd5e4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/tr.js55
-rw-r--r--l10n/tr.json55
-rw-r--r--l10n/tr.php11
3 files changed, 104 insertions, 17 deletions
diff --git a/l10n/tr.js b/l10n/tr.js
index 4568251d..85e06d0e 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -1,12 +1,61 @@
OC.L10N.register(
"gallery",
{
+ "Gallery" : "Galeri",
"Pictures" : "Resimler",
+ "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Hiç resim bulunamadı! Dosyalar uygulaması ile resim yüklediğinizde, burada gösterilecekler.",
+ "I am sorry, but I could not find any media files at this location." : "Üzgünüm; ama bu konumda herhangi bir medya dosyası bulamadım.",
+ "Aborting preview. Could not find the file" : "Önizleme iptal ediliyor. Dosya bulunamadı",
+ "No ownCloud installation (7 or higher) found at {remote}" : "{remote} üzerinde ownCloud (7 veya daha üstü) kurulumu bulunamadı",
+ "Invalid ownCloud url" : "Geçersiz ownCloud adresi",
"Picture view" : "Resim görünümü",
+ "Could not load the description" : "Açıklama yüklenemedi",
+ "Could not load the description: " : "Açıklama yüklenemedi :",
+ "Copyright" : "Telif hakkı",
+ "Could not load the copyright notice: " : "Telif hakkı uyarısı yüklenemedi.",
+ "Copyright notice" : "Telif hakkı uyarısı",
+ "Link to copyright document" : "Telif hakkı belgesine bağlantı",
+ "This application may not work properly on your browser." : "Bu uygulama tarayıcınızda düzgün çalışmayabilir.",
+ "For an improved experience, please install one of the following alternatives" : "Arttırılmış bir tecrübe için lütfen aşağıdaki alternatiflerden birini kurun",
+ "Your browser is not supported!" : "Tarayıcınız desteklenmiyor!",
+ "please install one of the following alternatives" : "lütfen aşağıdaki alternatiflerden birini kurun",
+ "Configuration error" : "Yapılandırma hatası",
"Error loading slideshow template" : "Slayt gösteri şablonu yüklenirken hata",
+ "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Hata!</strong> Bu dosyanın bir ön izlemesi oluşturulamadı.<br>",
+ "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Hata!</strong> Tarayıcınız SVG dosyalarını görüntüleyemiyor.<br>",
+ "Next" : "Sonraki",
+ "Play" : "Oynat",
+ "Pause" : "Duraklat",
+ "Previous" : "Önceki",
+ "Close" : "Kapat",
+ "Download" : "İndir",
+ "Toggle background" : "Arkaplanı değiştir",
+ "This share is password-protected" : "Bu paylaşım parola korumalı",
+ "The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.",
+ "Password" : "Parola",
+ "File list" : "Dosya listesi",
+ "Sort by name" : "Ada göre sırala",
+ "Sort by date" : "Tarihe göre sırala",
+ "Album information" : "Albüm bilgisi",
"Share" : "Paylaş",
- "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Hiç resim bulunamadı! Dosyalar uygulaması ile resim yüklediğinizde, burada gösterilecekler.",
- "shared by %s" : "paylaşan: %s",
- "File list" : "Dosya listesi"
+ "Sorry, this file could not be found." : "Üzgünüm, bu dosya bulunamadı.",
+ "Reasons might be:" : "Sebepleri şunlar olabilir:",
+ "the wrong file ID was provided" : "hatalı dosya kimliği girilmiş",
+ "the file was removed" : "dosya silinmiş",
+ "the file is corrupt" : "dosya bozuk",
+ "the encryption key is missing" : "şifreleme anahtarı eksik",
+ "Here is the error message returned by the server: " : "Sunucunun döndürdüğü hata iletisi: ",
+ "For more information, please contact your friendly ownCloud administrator." : "Daha fazla bilgi için ownCloud yöneticiniz ile bağlantıya geçin.",
+ "Sorry, but the server could not fulfill your request." : "Üzgünüm, sunucu isteğinizi yerine getiremedi.",
+ "Possible reasons for the problem:" : "Bu problemin muhtemel nedenleri:",
+ "a conflicting app was installed" : "çakışan bir uygulama yüklü",
+ "a required component is missing or was disconnected" : "gerekli bir bileşen eksik veya bağlı değil",
+ "the filesystem is not readable" : "dosya sistemi okunamıyor",
+ "Sorry, this link doesn't seem to work anymore." : "Üzgünüm, bu bağlantı artık çalışmıyor.",
+ "the item was removed" : "öge kaldırılmış",
+ "the link has expired" : "bağlantı zamanı geçmiş",
+ "sharing is disabled" : "paylaşım devre dışı",
+ "For more information, please ask the person who has sent you this link." : "Daha fazla bilgi için size bu bağlantıyı veren kişiyle bağlantıya geçin.",
+ "Add to your ownCloud" : "ownCloud'ınıza Ekleyin"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index 13f592a1..1327b7bf 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,10 +1,59 @@
{ "translations": {
+ "Gallery" : "Galeri",
"Pictures" : "Resimler",
+ "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Hiç resim bulunamadı! Dosyalar uygulaması ile resim yüklediğinizde, burada gösterilecekler.",
+ "I am sorry, but I could not find any media files at this location." : "Üzgünüm; ama bu konumda herhangi bir medya dosyası bulamadım.",
+ "Aborting preview. Could not find the file" : "Önizleme iptal ediliyor. Dosya bulunamadı",
+ "No ownCloud installation (7 or higher) found at {remote}" : "{remote} üzerinde ownCloud (7 veya daha üstü) kurulumu bulunamadı",
+ "Invalid ownCloud url" : "Geçersiz ownCloud adresi",
"Picture view" : "Resim görünümü",
+ "Could not load the description" : "Açıklama yüklenemedi",
+ "Could not load the description: " : "Açıklama yüklenemedi :",
+ "Copyright" : "Telif hakkı",
+ "Could not load the copyright notice: " : "Telif hakkı uyarısı yüklenemedi.",
+ "Copyright notice" : "Telif hakkı uyarısı",
+ "Link to copyright document" : "Telif hakkı belgesine bağlantı",
+ "This application may not work properly on your browser." : "Bu uygulama tarayıcınızda düzgün çalışmayabilir.",
+ "For an improved experience, please install one of the following alternatives" : "Arttırılmış bir tecrübe için lütfen aşağıdaki alternatiflerden birini kurun",
+ "Your browser is not supported!" : "Tarayıcınız desteklenmiyor!",
+ "please install one of the following alternatives" : "lütfen aşağıdaki alternatiflerden birini kurun",
+ "Configuration error" : "Yapılandırma hatası",
"Error loading slideshow template" : "Slayt gösteri şablonu yüklenirken hata",
+ "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Hata!</strong> Bu dosyanın bir ön izlemesi oluşturulamadı.<br>",
+ "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Hata!</strong> Tarayıcınız SVG dosyalarını görüntüleyemiyor.<br>",
+ "Next" : "Sonraki",
+ "Play" : "Oynat",
+ "Pause" : "Duraklat",
+ "Previous" : "Önceki",
+ "Close" : "Kapat",
+ "Download" : "İndir",
+ "Toggle background" : "Arkaplanı değiştir",
+ "This share is password-protected" : "Bu paylaşım parola korumalı",
+ "The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.",
+ "Password" : "Parola",
+ "File list" : "Dosya listesi",
+ "Sort by name" : "Ada göre sırala",
+ "Sort by date" : "Tarihe göre sırala",
+ "Album information" : "Albüm bilgisi",
"Share" : "Paylaş",
- "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Hiç resim bulunamadı! Dosyalar uygulaması ile resim yüklediğinizde, burada gösterilecekler.",
- "shared by %s" : "paylaşan: %s",
- "File list" : "Dosya listesi"
+ "Sorry, this file could not be found." : "Üzgünüm, bu dosya bulunamadı.",
+ "Reasons might be:" : "Sebepleri şunlar olabilir:",
+ "the wrong file ID was provided" : "hatalı dosya kimliği girilmiş",
+ "the file was removed" : "dosya silinmiş",
+ "the file is corrupt" : "dosya bozuk",
+ "the encryption key is missing" : "şifreleme anahtarı eksik",
+ "Here is the error message returned by the server: " : "Sunucunun döndürdüğü hata iletisi: ",
+ "For more information, please contact your friendly ownCloud administrator." : "Daha fazla bilgi için ownCloud yöneticiniz ile bağlantıya geçin.",
+ "Sorry, but the server could not fulfill your request." : "Üzgünüm, sunucu isteğinizi yerine getiremedi.",
+ "Possible reasons for the problem:" : "Bu problemin muhtemel nedenleri:",
+ "a conflicting app was installed" : "çakışan bir uygulama yüklü",
+ "a required component is missing or was disconnected" : "gerekli bir bileşen eksik veya bağlı değil",
+ "the filesystem is not readable" : "dosya sistemi okunamıyor",
+ "Sorry, this link doesn't seem to work anymore." : "Üzgünüm, bu bağlantı artık çalışmıyor.",
+ "the item was removed" : "öge kaldırılmış",
+ "the link has expired" : "bağlantı zamanı geçmiş",
+ "sharing is disabled" : "paylaşım devre dışı",
+ "For more information, please ask the person who has sent you this link." : "Daha fazla bilgi için size bu bağlantıyı veren kişiyle bağlantıya geçin.",
+ "Add to your ownCloud" : "ownCloud'ınıza Ekleyin"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/tr.php b/l10n/tr.php
deleted file mode 100644
index 9e1a59fa..00000000
--- a/l10n/tr.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Pictures" => "Resimler",
-"Picture view" => "Resim görünümü",
-"Error loading slideshow template" => "Slayt gösteri şablonu yüklenirken hata",
-"Share" => "Paylaş",
-"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Hiç resim bulunamadı! Dosyalar uygulaması ile resim yüklediğinizde, burada gösterilecekler.",
-"shared by %s" => "paylaşan: %s",
-"File list" => "Dosya listesi"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";