Fixed a bug in mounth view

This commit is contained in:
bobopinna
2004-08-30 11:38:09 +00:00
parent cc4a7edf6f
commit 63d9ac4893
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ $string['eventinstanttime'] = 'Ora';
$string['eventkind'] = 'Tipo di evento';
$string['eventname'] = 'Nome';
$string['eventrepeat'] = 'Ripetizioni';
$string['eventsfor'] = '$a eventi';
$string['eventsfor'] = 'Eventi di $a';
$string['eventstarttime'] = 'Ora d\'inizio';
$string['eventtime'] = 'Ora';
$string['eventview'] = 'Dettagli evento';
+1 -1
View File
@@ -922,7 +922,7 @@ $string['strftimedateshort'] = '%%d %%B';
$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';
$string['strftimedaydate'] = '%%A, %%d %%B %%Y';
$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';
$string['strftimedayshort'] = '%%A %%B %%d';
$string['strftimedayshort'] = '%%A %%d %%B';
$string['strftimedaytime'] = '%%a, %%H:%%M';
$string['strftimemonthyear'] = '%%B %%Y';
$string['strftimerecent'] = '%%d %%b, %%H:%%M';