aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php')
-rwxr-xr-xmain/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php27
1 files changed, 27 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