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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/sk.js4
-rw-r--r--l10n/sk.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index 821d79b..6f9ca51 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -3,6 +3,10 @@ OC.L10N.register(
{
"Saved" : "Uložené",
"Error" : "Chyba",
+ "Custom CSS" : "Vlastné CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Vylepšiť motív vzhľadu Nextcloudu s vlastným CSS",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tu môžete zadať svoj vlastný CSS. Uvedomte si, že to môže po aktualizácii niečo rozbiť.",
+ "Insert your custom CSS here …" : "Vložte vaše CSS tu ...",
"Save" : "Uložiť"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index 9e9ad9e..7ac9244 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -1,6 +1,10 @@
{ "translations": {
"Saved" : "Uložené",
"Error" : "Chyba",
+ "Custom CSS" : "Vlastné CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Vylepšiť motív vzhľadu Nextcloudu s vlastným CSS",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tu môžete zadať svoj vlastný CSS. Uvedomte si, že to môže po aktualizácii niečo rozbiť.",
+ "Insert your custom CSS here …" : "Vložte vaše CSS tu ...",
"Save" : "Uložiť"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file