From 111c0366708428c49b4e3a1d28b5628b6aec6c06 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 26 Apr 2018 21:59:59 +0200 Subject: code cleanup and extended permissions (mainly database side) --- .../ConfigManager/locale/en_US/ConfigManager.php | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 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 deleted file mode 100644 index b82f099..0000000 --- a/main/app/sprinkles/ConfigManager/locale/en_US/ConfigManager.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - "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