blob: b82f0996ad3733a026cfc801f1018f3fb42bfa37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
]
];
|