From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- .../ConfigManager/locale/en_US/ConfigManager.php | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php (limited to 'main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php') 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 @@ + [ + "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 -- cgit v1.2.3