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

tr.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e75a4d0a062c368e1f20873f85eb2963c7d1e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Lütfen geçerli adres girin - http://, https:// veya / ile başlamalıdırlar",
    "External sites saved." : "Harici siteler kaydedildi.",
    "External Sites" : "Harici Siteler",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Eğer https kullanıyorsanız, bazı tarayıcıların http sitelerinin gösterimini engelleyeceğini unutmayın.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Ayrıca, günümüzdeki çoğu site, güvenlik gerekçeleri nedeniyle iframe özelliğine izin vermemektedir.",
    "We highly recommend to test the configured sites below properly." : "Aşağıda yapılandırılmış siteleri sınamanızı şiddetle tavsiye ederiz.",
    "Name" : "İsim",
    "URL" : "URL",
    "Select an icon" : "Bir simge seçin",
    "Remove site" : "Siteyi kaldır",
    "Add" : "Ekle"
},
"nplurals=2; plural=(n > 1);");