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

sk.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f9ca5103a53ed8958ab5b1474f3c4662e3f339c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "theming_customcss",
    {
    "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);");