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

tr.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c1cdf9f7eb5123c40c1203ac842f29db9f8154d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "rainloop",
    {
    "Email" : "E-posta",
    "Error" : "Hata",
    "Invalid argument(s)" : "Parametre geçersiz",
    "Saved successfully" : "Kaydedildi",
    "RainLoop Webmail" : "RainLoop Webmail",
    "Go to RainLoop Webmail admin panel" : "RainLoop Webmail yönetim panosuna git",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "Kullanıcılar el ile oturum açar ya da oturumun otomatik olarak açılması için kişisel ayarlarından kimlik doğrulama bilgilerini belirtebilir.",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Kullanıcıların oturumu, Nextcloud kullanıcı adı ve parolaları ile ya da ayarlanmış ise kullanıcının belirttiği kimlik doğrulama bilgileri ile otomatik olarak açılmaya çalışılır.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Kullanıcıların oturumu, Nextcloud e-posta adresi ve parolaları ile ya da ayarlanmış ise kullanıcının belirttiği kimlik doğrulama bilgileri ile otomatik olarak açılmaya çalışılır.",
    "Save" : "Kaydet",
    "RainLoop Webmail is not configured yet." : "RainLoop Webmail henüz yapılandırılmamış.",
    "may have some" : "içinde bazı",
    "security considerations" : "güvenlik konuları bulunabilir",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "RainLoop oturumunun otomatik olarak açılması için bir e-posta adresi ve parola yazın. <b>Lütfen bu özelliği farkedin</b> %s%s",
    "Password" : "Parola"
},
"nplurals=2; plural=(n > 1);");