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

tr.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb760ea1390cbc71a46ef12629a80ad8c2a9d3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Kaydedildi",
    "Error" : "Hata",
    "Custom CSS" : "Özel CSS",
    "Adjust the Nextcloud theme with custom CSS" : "Nextcloud temasını özel CSS ile ayarlayın",
    "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Özel CSS kodunu buraya yazabilirsiniz. Yaptığınız değişikliklerin yükseltme işlemi sonrası bir şeyleri çalışmaz kılabileceğini unutmayın.",
    "Insert your custom CSS here …" : "Özel CSS kodunuzu buraya yazın…",
    "Save" : "Kaydet"
},
"nplurals=2; plural=(n > 1);");