From: bobopinna Date: Thu, 27 May 2004 13:19:14 +0000 (+0000) Subject: Fixed a time format X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b62429224194279ac7c5d8f50d254adff761ee77;p=moodle.git Fixed a time format --- diff --git a/lang/it/appointment.php b/lang/it/appointment.php deleted file mode 100755 index 8beab1248d..0000000000 --- a/lang/it/appointment.php +++ /dev/null @@ -1,45 +0,0 @@ - diff --git a/lang/it/moodle.php b/lang/it/moodle.php index 9ccc02fe4d..275ed55674 100644 --- a/lang/it/moodle.php +++ b/lang/it/moodle.php @@ -845,7 +845,7 @@ $string['strftimedayshort'] = '%%A %%B %%d'; $string['strftimemonthyear'] = '%%B %%Y'; $string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%H:%%M'; -$string['strftimetime'] = '%%I:%%M %%p'; +$string['strftimetime'] = '%%H:%%M'; $string['stringsnotset'] = 'Le seguenti stringhe non sono definite in $a'; $string['studentnotallowed'] = 'Spiacenti, ma non puoi accedere a questo corso come \'$a\' '; $string['students'] = 'Studenti';