diff options
author | Marvin Borner | 2018-04-26 21:59:59 +0200 |
---|---|---|
committer | Marvin Borner | 2018-04-26 21:59:59 +0200 |
commit | 111c0366708428c49b4e3a1d28b5628b6aec6c06 (patch) | |
tree | 2c6f06a8506a0610858e58ac977182119b2908d1 /main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php | |
parent | 684482407f8cdd0f0c9b866c3966b95f5b8be219 (diff) |
code cleanup and extended permissions (mainly database side)
Diffstat (limited to 'main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php')
-rw-r--r-- | main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php | 27 |
1 files changed, 0 insertions, 27 deletions
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 |