diff options
author | marvin-borner@live.com | 2018-04-16 21:09:05 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-16 21:09:05 +0200 |
commit | cf14306c2b3f82a81f8d56669a71633b4d4b5fce (patch) | |
tree | 86700651aa180026e89a66064b0364b1e4346f3f /main/app/sprinkles/ConfigManager/locale/fr_FR | |
parent | 619b01b3615458c4ed78bfaeabb6b1a47cc8ad8b (diff) |
Main merge to user management system - files are now at /main/public/
Diffstat (limited to 'main/app/sprinkles/ConfigManager/locale/fr_FR')
-rwxr-xr-x | main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php | 27 | ||||
-rwxr-xr-x | main/app/sprinkles/ConfigManager/locale/fr_FR/ConfigManager.php | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php b/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php new file mode 100755 index 0000000..39b4614 --- /dev/null +++ b/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php @@ -0,0 +1,27 @@ +<?php +return [ + "ADMINLTE" => [ + "SETTINGS" => [ + "@TRANSLATION" => "Paramètres d'AdminLTE", + + "DESC" => "Paramètres du thème AdminLTE", + + "SKIN" => "Couleur du thème" + ], + + "SKIN" => [ + "BLUE" => "Bleu", + "BLACK" => "Noir", + "PURPLE" => "Violet", + "GREEN" => "Vert", + "RED" => "Rouge", + "YELLOW" => "Jaune", + "BLUE_LIGHT" => "Bleu (Light)", + "BLACK_LIGHT" => "Noir (Light)", + "PURPLE_LIGHT" => "Violet (Light)", + "GREEN_LIGHT" => "Vert (Light)", + "RED_LIGHT" => "Rouge (Light)", + "YELLOW_LIGHT" => "Jaune (Light)" + ] + ] +];
\ No newline at end of file diff --git a/main/app/sprinkles/ConfigManager/locale/fr_FR/ConfigManager.php b/main/app/sprinkles/ConfigManager/locale/fr_FR/ConfigManager.php new file mode 100755 index 0000000..3f9acff --- /dev/null +++ b/main/app/sprinkles/ConfigManager/locale/fr_FR/ConfigManager.php @@ -0,0 +1,27 @@ +<?php +return [ + "SITE" => [ + "CONFIG" => [ + "@TRANSLATION" => "Paramètres de UserFrosting", + + "DESC" => "Paramètres principaux de UserFrosting. Voir le fichier config pour plus d'options", + + "MANAGER" => "Gestionnaire des paramètres", + + "PAGEDESC" => "Cette page permet de modifier les paramètres globaux du site enregistrés dans la base de données", + + "SAVED" => "Changements sauvegardés avec succès !" + ], + "TITLE" => [ + "@TRANSLATION" => "Titre du site", + "REQUIRED" => "Le titre du site est requis" + ], + "REGISTRATION" => [ + "ENABLED" => "Activer l'inscription", + "REQUIRE_EMAIL_VERIFICATION" => "Exiger une vérification par e-mail lors de l'inscription" + ] + ], + "SETTINGS" => [ + "DISPLAY_ERROR_DETAILS" => "Afficher le détails des erreurs" + ] +];
\ No newline at end of file |