aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/ConfigManager/locale
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/ConfigManager/locale')
-rw-r--r--main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php27
-rw-r--r--main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php27
-rw-r--r--main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php27
-rw-r--r--main/app/sprinkles/ConfigManager/locale/fr_FR/ConfigManager.php27
4 files changed, 0 insertions, 108 deletions
diff --git a/main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php b/main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php
deleted file mode 100644
index bd1d032..0000000
--- a/main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-return [
- "ADMINLTE" => [
- "SETTINGS" => [
- "@TRANSLATION" => "AdminLTE Settings",
-
- "DESC" => "Settings for the AdminLTE Theme",
-
- "SKIN" => "Skin color"
- ],
-
- "SKIN" => [
- "BLUE" => "Blue",
- "BLACK" => "Black",
- "PURPLE" => "Purple",
- "GREEN" => "Green",
- "RED" => "Red",
- "YELLOW" => "Yellow",
- "BLUE_LIGHT" => "Blue Light",
- "BLACK_LIGHT" => "Black Light",
- "PURPLE_LIGHT" => "Purple Light",
- "GREEN_LIGHT" => "Green Light",
- "RED_LIGHT" => "Red Light",
- "YELLOW_LIGHT" => "Yellow Light"
- ]
- ]
-]; \ No newline at end of file
diff --git a/main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php b/main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php
deleted file mode 100644
index b82f099..0000000
--- a/main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-return [
- "SITE" => [
- "CONFIG" => [
- "@TRANSLATION" => "UserFrosting Settings",
-
- "DESC" => "Core settings of UserFrosting. See the config file for more configuration options",
-
- "MANAGER" => "Configuration manager",
-
- "PAGEDESC" => "This pages allows to edit the global site configuration variables stored in the database",
-
- "SAVED" => "Changes saved successfully !"
- ],
- "TITLE" => [
- "@TRANSLATION" => "Site title",
- "REQUIRED" => "The site title is required"
- ],
- "REGISTRATION" => [
- "ENABLED" => "Enabled site registration",
- "REQUIRE_EMAIL_VERIFICATION" => "Require email verification when registering"
- ]
- ],
- "SETTINGS" => [
- "DISPLAY_ERROR_DETAILS" => "Display error details"
- ]
-]; \ No newline at end of file
diff --git a/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php b/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php
deleted file mode 100644
index 39b4614..0000000
--- a/main/app/sprinkles/ConfigManager/locale/fr_FR/AdminLTE.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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
deleted file mode 100644
index 3f9acff..0000000
--- a/main/app/sprinkles/ConfigManager/locale/fr_FR/ConfigManager.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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