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

sr.js « l10n « accessibility « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f027789bb9784c73b61ec8925f299308d980df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "accessibility",
    {
    "High contrast theme" : "Тема високог контраста",
    "Dark theme (beta)" : "Тамна тема (бета)",
    "Dyslexia font" : "Фонт Дислексија",
    "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
    "Accessibility" : "Приступачност",
    "Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
    "Enable" : "Укључи"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");