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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accessibility/l10n/bs.js')
-rw-r--r--apps/accessibility/l10n/bs.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/bs.js b/apps/accessibility/l10n/bs.js
new file mode 100644
index 00000000000..3cdd6cde27b
--- /dev/null
+++ b/apps/accessibility/l10n/bs.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "accessibility",
+ {
+ "Dark theme" : "Tamna tema",
+ "Enable dark theme" : "Aktiviraj tamnu temu",
+ "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." : "Koristite tamnu temu da bi smanjili napetost u očima smanjenjem luminiscencije i svijetla pozadine. Tema je još uvijek u razvojnoj fazi, molimo da prijavite greške ako ih primjetite. ",
+ "High contrast mode" : "Mod visokog kontrasta",
+ "Enable high contrast mode" : "Aktiviraj mod visokog kontrasta",
+ "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mod visokog kontrasta kako bi vam olakšali navigaciju, vizuelno će kvalitet biti reduciran ali jasnoća prikaza se povećava ",
+ "Dyslexia font" : "Font za disleksičare",
+ "Enable dyslexia font" : "Aktiviraj font za disleksičare",
+ "Enable" : "Omogući"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");