nextcloud/apps/accessibility/l10n/sr.js

19 lines
2.0 KiB
JavaScript
Raw Normal View History

2019-04-03 03:13:35 +03:00
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Тема високог контраста",
2019-04-04 03:13:21 +03:00
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста да олакша навигацију. Визуелни квалитет ће се смањити, али ће се повећати јасност.",
2019-04-03 03:13:35 +03:00
"Dark theme (beta)" : "Тамна тема (бета)",
2019-04-04 03:13:21 +03:00
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема да помогне очима смањујући осветљење и јачину светлости. Још увек се развија, па пријавите све грешке уколико их нађете.",
2019-04-03 03:13:35 +03:00
"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" : "Опције приступачности Некстлауда",
2019-04-04 03:13:21 +03:00
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Нуди више опција за приступачност да олакша употребу Некстклауда",
"Web Content Accessibility Guidelines" : "Препоруке за приступачност веб садржаја",
"our issue tracker" : "наш пратилац проблема",
"our design team" : "наши тим дизајнера",
2019-04-03 03:13:35 +03:00
"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);");