mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
19 lines
1.3 KiB
JavaScript
19 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"breezedark",
|
|
{
|
|
"Saved" : "Sauvegardé",
|
|
"Error" : "Erreur",
|
|
"Breeze Dark" : "Breeze Dark",
|
|
"Breeze Dark theme for Nextcloud, based on the theme by KDE" : "Thème Breeze Dark pour Nextcloud, basé sur le thème de KDE",
|
|
"A Dark theme based on Breeze Dark by the KDE project. Please refresh the page for changes to take effect." : "Un thème sombre basé sur Breeze Dark du projet KDE. Veuillez rafraîchir la page pour que les changements prennent effet.",
|
|
"Enable Breeze Dark theme by default" : "Activez le thème Breeze Dark par défaut",
|
|
"This setting will allow you to choose if the login page should be themed when the theme is enabled by default." : "Ce paramètre vous permet de choisir si la page de connexion doit être thématisée lorsque le thème est activé par défaut.",
|
|
"Theme the login page" : "Thème de la page de connexion",
|
|
"Custom Styling" : "Personnalisation du style",
|
|
"Insert custom styling here …" : "Insérer du style personnalisé ici …",
|
|
"Save" : "Sauvegarder",
|
|
"A Breeze Dark theme for Nextcloud." : "Un thème Breeze Dark pour Nextcloud.",
|
|
"Breeze Dark theme" : "Thème Breeze Dark",
|
|
"Enable Breeze Dark theme" : "Activez le thème Breeze Dark"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|