19
19
20
20
// Fully qualified domain name of your webserver.
21
21
// If this is unset or empty, the servername is determined automatically.
22
- // You *have to set this* if you are running Framedate behind a reverse proxy.
22
+ // You *have to set this* if you are running Framadate behind a reverse proxy.
23
23
// const APP_URL = '<www .mydomain.fr >';
24
24
25
25
// Application name
@@ -43,7 +43,7 @@ const DB_PASSWORD = '{$dbPassword|addslashes_single_quote}';
43
43
// Table name prefix
44
44
const TABLENAME_PREFIX = '{ $dbPrefix } ';
45
45
46
- // Name of the table that store migration script already executed
46
+ // Name of the table that stores migration script already executed
47
47
const MIGRATION_TABLE = '{ $migrationTable } ';
48
48
49
49
// Default Language
@@ -61,7 +61,7 @@ $ALLOWED_LANGUAGES = [
61
61
'br' => 'Brezhoneg',
62
62
];
63
63
64
- // Nom et emplacement du fichier image contenant le titre
64
+ // Path to image file with the title
65
65
const IMAGE_TITRE = 'images/logo-framadate.png';
66
66
67
67
// Clean URLs, boolean
@@ -73,7 +73,7 @@ const USE_REMOTE_USER = true;
73
73
// Path to the log file
74
74
const LOG_FILE = 'admin/stdout.log';
75
75
76
- // Days (after expiration date) before purge a poll
76
+ // Days (after expiration date) before purging a poll
77
77
const PURGE_DELAY = 60;
78
78
79
79
// Max slots per poll
@@ -89,7 +89,7 @@ $config = [
89
89
/* home */
90
90
'show_what_is_that' => true, // display "how to use" section
91
91
'show_the_software' => true, // display technical information about the software
92
- 'show_cultivate_your_garden' => true, // display "developpement and administration" information
92
+ 'show_cultivate_your_garden' => true, // display "development and administration" information
93
93
/* create_classic_poll.php / create_date_poll.php */
94
94
'default_poll_duration' => 180, // default values for the new poll duration (number of days).
95
95
/* create_classic_poll.php */
0 commit comments