mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-05 08:17:07 +00:00
7eb8bcc600
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 lines
1.0 KiB
JavaScript
18 lines
1.0 KiB
JavaScript
OC.L10N.register(
|
|
"breezedark",
|
|
{
|
|
"Saved" : "Salvato",
|
|
"Error" : "Errore",
|
|
"Breeze Dark" : "Brezza scuro",
|
|
"Breeze Dark theme for Nextcloud, based on the theme by KDE" : "Tema Brezza scuro per Nextcloud, basato sul tema di KDE",
|
|
"A Dark theme based on Breeze Dark by the KDE project. Please refresh the page for changes to take effect." : "Un tema scuro basato su Brezza scuro del progetto KDE. Ricarica la pagina per applicare le modifiche.",
|
|
"Custom Styling" : "Stile personalizzato",
|
|
"Insert custom styling here …" : "Inserisci lo stile personalizzato qui…",
|
|
"Save" : "Salva",
|
|
"A Breeze Dark theme for Nextcloud." : "Un tema Brezza scuro per Nextcloud.",
|
|
"Breeze Dark theme" : "Tema Brezza scuro",
|
|
"Enable Breeze Dark theme" : "Attiva tema Brezza scuro",
|
|
"Enable Breeze Dark automated activation by clients system settings" : "Abilita l'attivazione automatica di Brezza scuro in base alle impostazioni di sistema dei client"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|