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/en_US | |
parent | 619b01b3615458c4ed78bfaeabb6b1a47cc8ad8b (diff) |
Main merge to user management system - files are now at /main/public/
Diffstat (limited to 'main/app/sprinkles/ConfigManager/locale/en_US')
-rwxr-xr-x | main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php | 27 | ||||
-rwxr-xr-x | main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php b/main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php new file mode 100755 index 0000000..bd1d032 --- /dev/null +++ b/main/app/sprinkles/ConfigManager/locale/en_US/AdminLTE.php @@ -0,0 +1,27 @@ +<?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 new file mode 100755 index 0000000..b82f099 --- /dev/null +++ b/main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php @@ -0,0 +1,27 @@ +<?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 |