From fd3526c9c785bfa305e33fc717002c287aadf7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20B?= Date: Sun, 5 Feb 2017 04:19:04 +0100 Subject: [PATCH] Fix typos --- app/inc/config.template.php | 10 +++++----- tpl/admin/config.tpl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/inc/config.template.php b/app/inc/config.template.php index d1cfcd1..1037f21 100644 --- a/app/inc/config.template.php +++ b/app/inc/config.template.php @@ -19,7 +19,7 @@ // Fully qualified domain name of your webserver. // If this is unset or empty, the servername is determined automatically. -// You *have to set this* if you are running Framedate behind a reverse proxy. +// You *have to set this* if you are running Framadate behind a reverse proxy. // const APP_URL = ''; // Application name @@ -40,7 +40,7 @@ const DB_PASSWORD = ''; // Database server name, leave empty to use a socket const DB_CONNECTION_STRING = 'mysql:host=;dbname=;port='; -// Name of the table that store migration script already executed +// Name of the table that stores migration script already executed const MIGRATION_TABLE = 'framadate_migration'; // Table name prefix @@ -61,7 +61,7 @@ $ALLOWED_LANGUAGES = [ 'br' => 'Brezhoneg', ]; -// Nom et emplacement du fichier image contenant le titre +// Path to image file with the title const IMAGE_TITRE = 'images/logo-framadate.png'; // Clean URLs, boolean @@ -73,7 +73,7 @@ const USE_REMOTE_USER = true; // Path to the log file const LOG_FILE = 'admin/stdout.log'; -// Days (after expiration date) before purge a poll +// Days (after expiration date) before purging a poll const PURGE_DELAY = 60; // Max slots per poll @@ -89,7 +89,7 @@ $config = [ /* home */ 'show_what_is_that' => true, // display "how to use" section 'show_the_software' => true, // display technical information about the software - 'show_cultivate_your_garden' => true, // display "developpement and administration" information + 'show_cultivate_your_garden' => true, // display "development and administration" information /* create_classic_poll.php / create_date_poll.php */ 'default_poll_duration' => 180, // default values for the new poll duration (number of days). /* create_classic_poll.php */ diff --git a/tpl/admin/config.tpl b/tpl/admin/config.tpl index 3b67c89..86dc1f3 100644 --- a/tpl/admin/config.tpl +++ b/tpl/admin/config.tpl @@ -19,7 +19,7 @@ // Fully qualified domain name of your webserver. // If this is unset or empty, the servername is determined automatically. -// You *have to set this* if you are running Framedate behind a reverse proxy. +// You *have to set this* if you are running Framadate behind a reverse proxy. // const APP_URL = ''; // Application name @@ -43,7 +43,7 @@ const DB_PASSWORD = '{$dbPassword|addslashes_single_quote}'; // Table name prefix const TABLENAME_PREFIX = '{$dbPrefix}'; -// Name of the table that store migration script already executed +// Name of the table that stores migration script already executed const MIGRATION_TABLE = '{$migrationTable}'; // Default Language @@ -61,7 +61,7 @@ $ALLOWED_LANGUAGES = [ 'br' => 'Brezhoneg', ]; -// Nom et emplacement du fichier image contenant le titre +// Path to image file with the title const IMAGE_TITRE = 'images/logo-framadate.png'; // Clean URLs, boolean @@ -73,7 +73,7 @@ const USE_REMOTE_USER = true; // Path to the log file const LOG_FILE = 'admin/stdout.log'; -// Days (after expiration date) before purge a poll +// Days (after expiration date) before purging a poll const PURGE_DELAY = 60; // Max slots per poll @@ -89,7 +89,7 @@ $config = [ /* home */ 'show_what_is_that' => true, // display "how to use" section 'show_the_software' => true, // display technical information about the software - 'show_cultivate_your_garden' => true, // display "developpement and administration" information + 'show_cultivate_your_garden' => true, // display "development and administration" information /* create_classic_poll.php / create_date_poll.php */ 'default_poll_duration' => 180, // default values for the new poll duration (number of days). /* create_classic_poll.php */