A bit more label refactoring in translation files.
[timetracker.git] / WEB-INF / resources / fr.lang.php
index ae441be..29bed9d 100644 (file)
@@ -26,6 +26,9 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
+// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
+// Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
+
 $i18n_language = 'Français';
 $i18n_months = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); 
 $i18n_weekdays = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
@@ -35,7 +38,7 @@ $i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/08', '05/17', '05
 
 $i18n_key_words = array(
 
-// Menus - short selection strings that are displayed on the top of application web pages.
+// Menus - short selection strings that are displayed on top of application web pages.
 // Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Connexion',
 'menu.logout' => 'Quitter',
@@ -192,6 +195,7 @@ $i18n_key_words = array(
 'label.role_admin' => '(administrateur)',
 'label.page' => 'Page',
 'label.condition' => 'Condition',
+// TODO: translate the following.
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).