From b62429224194279ac7c5d8f50d254adff761ee77 Mon Sep 17 00:00:00 2001 From: bobopinna Date: Thu, 27 May 2004 13:19:14 +0000 Subject: [PATCH] Fixed a time format --- lang/it/appointment.php | 45 ----------------------------------------- lang/it/moodle.php | 2 +- 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100755 lang/it/appointment.php 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'; -- 2.39.5