mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fixing date/time strings for french usage
This commit is contained in:
parent
f0855bdf53
commit
1976f1ae39
@ -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 »';
|
||||
|
Loading…
x
Reference in New Issue
Block a user