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

hu.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dedd7bba9adc0820b252c35daa7fb0ed9c6596f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Mentve",
    "Error" : "Hiba",
    "Custom CSS" : "Egyéni CSS",
    "Adjust the Nextcloud theme with custom CSS" : "A Nextcloud témájának módosítása egyéni CSS-sel",
    "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Itt megadhatja a saját CSS-ét. Vegye figyelembe, hogy frissítés után hibát is okozhat.",
    "Insert your custom CSS here …" : "Itt adja meg az egyéni CSS-ét…",
    "Save" : "Mentés"
},
"nplurals=2; plural=(n != 1);");