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

bg.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cf6bb7aa0e9e25333b93ec77f982a676a7e9c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Записано",
    "Error" : "Грешка",
    "Custom CSS" : "Персонализиран CSS",
    "Adjust the Nextcloud theme with custom CSS" : "Коригиране на темата на Nextcloud с персонализиран CSS",
    "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Можете да посочите свой собствен CSS тук. Имайте предвид, че това може да повреди нещо след надграждане.",
    "Insert your custom CSS here …" : "Вмъкнете своя персонализиран CSS тук ...",
    "Save" : "Запиши"
},
"nplurals=2; plural=(n != 1);");