From ed2fb8f07774a76271a3b18b41bc94ddd07a7e7b Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 23:30:57 +0100 Subject: [PATCH] typo : ending slash/trailing slash --- install.php | 4 ++-- lib/lang/fr.php | 4 ++-- lib/lang/template.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install.php b/install.php index bbb9eeb..5226f1b 100644 --- a/install.php +++ b/install.php @@ -282,7 +282,7 @@ case 3: t ('The base address of Jirafeau is the first part of the URL, until ' . '(and including) the last slash. For example: ' . - '"http://www.example.com/". Do not forget the ending slash!'); + '"http://www.example.com/". Do not forget the trailing slash!'); ?> @@ -296,7 +296,7 @@ case 3: echo t('The data directory is where your files and information about' . ' your files will be stored. You should put it outside your web ' . 'site, or at least restrict the access to this directory. Do not ' . - 'forget the ending slash!'); + 'forget the trailing slash!'); ?> diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 228d480..0439bf2 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -93,10 +93,10 @@ $tr = array ( 'Retry this step' => 'Ressayer cette étape', 'Jirafeau is now fully operational' => 'Jirafeau est maintenant utilisable', 'Information' => 'Information', - 'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the ending slash!' + 'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the trailing slash!' => 'L\'adresse d\'origine de Jirafeau est la première partie de l\'URL (slash de fin inclue). Par exemple: "http://www.exemple.com/". N\'oubliez pas le slash de fin !', 'Base address' => 'Addresse d\'origine', - 'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the ending slash!' + 'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the trailing slash!' => 'Le dossier "data" est là où seront stoqués les fichiers ainsi que leurs informations. Ce dossier ne devrait pas être accessible directement par l\'utilisateur. N\'oubliez pas le slash de fin !', 'Data directory' => 'Dossier de stockage des données', 'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).' diff --git a/lib/lang/template.php b/lib/lang/template.php index 566380c..631d88d 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -73,10 +73,10 @@ $tr = array ( 'Retry this step' => '', 'Jirafeau is now fully operational' => '', 'Information' => '', - 'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the ending slash!' + 'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the trailing slash!' => '', 'Base address' => 'Addresse d\'origine', - 'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the ending slash!' + 'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the trailing slash!' => '', 'Data directory' => '', 'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).' -- 2.34.1