Fixing date/time strings for french usage

This commit is contained in:
martignoni 2004-05-11 09:59:13 +00:00
parent f0855bdf53
commit 1976f1ae39

View File

@ -799,13 +799,13 @@ $string['startsignup'] = 'Cr
$string['state'] = 'Canton, département';
$string['status'] = 'Statuts';
$string['strftimedate'] = '%%d %%B %%Y';
$string['strftimedayshort'] = '%%A %%B %%d';
$string['strftimedayshort'] = '%%A %%d %%B';
$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';
$string['strftimedaydate'] = '%%A, %%d %%B %%Y';
$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';
$string['strftimedaydate'] = '%%A %%d %%B %%Y';
$string['strftimedaydatetime'] = '%%A %%d %%B %%Y, %%H:%%M';
$string['strftimemonthyear'] = '%%B %%Y';
$string['strftimerecent'] = '%%d %%b, %%H:%%M';
$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%H:%%M';
$string['strftimerecentfull'] = '%%a %%d.%%b.%%Y, %%H:%%M';
$string['strftimetime'] = '%%H:%%M';
$string['stringsnotset'] = 'Les textes suivants ne sont pas définis dans $a';
$string['studentnotallowed'] = 'Désolé, mais vous ne pouvez entrer dans ce cours en tant que « $a »';