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

tr.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4568251ddf708cdced6e6db189a85bdeb60d66c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "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"
},
"nplurals=2; plural=(n > 1);");