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

pt_BR.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f18da5e69b5c2bb347ea42c2b02d5ca941324bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Salvo",
    "Error" : "Erro",
    "Custom CSS" : "CSS customizado",
    "Adjust the Nextcloud theme with custom CSS" : "Ajuste o tema Nextcloud com CSS personalizado",
    "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Você pode especificar seu próprio CSS aqui. Esteja ciente de que isso pode quebrar algo após a atualização.",
    "Insert your custom CSS here …" : "Insira seu CSS personalizado aqui…",
    "Save" : "Salvar"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");