diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-03 00:13:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-03 00:13:35 +0000 |
commit | d4ba3997063e40032ec28ca73cc886a7b3b02727 (patch) | |
tree | 2e618d3d2e08ac4d9c5f51e0816b23186c363c94 /apps/accessibility/l10n/sr.js | |
parent | 4491ed6db1c3138d596d81d8419a0a359d7c00b6 (diff) | |
download | nextcloud-server-d4ba3997063e40032ec28ca73cc886a7b3b02727.tar.gz nextcloud-server-d4ba3997063e40032ec28ca73cc886a7b3b02727.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/accessibility/l10n/sr.js')
-rw-r--r-- | apps/accessibility/l10n/sr.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/sr.js b/apps/accessibility/l10n/sr.js new file mode 100644 index 00000000000..5f027789bb9 --- /dev/null +++ b/apps/accessibility/l10n/sr.js @@ -0,0 +1,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);"); |