]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/fr.lang.php
Improved presentation of language selector.
[timetracker.git] / WEB-INF / resources / fr.lang.php
index 17375146971ed9e4e6a76d2e2287b1c98192d0dc..da888299206083f0047a9b9361f12246e57e6ae4 100644 (file)
@@ -29,7 +29,7 @@
 // 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_language = 'French (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');
 $i18n_weekdays_short = array('Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa');