Double dots for statistics

This commit is contained in:
Kevin
2008-05-02 10:58:38 +00:00
parent b767888b0a
commit ad619a5e42
2 changed files with 6 additions and 6 deletions

View File

@@ -79,9 +79,9 @@ $lang = array_merge($lang, array(
// statistics // statistics
'ST_TOP' => 'Insgesamt', 'ST_TOP' => 'Insgesamt',
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt', 'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt:',
'ST_TOP_STICKYS' => 'Wichtig insgesamt', 'ST_TOP_STICKYS' => 'Wichtig insgesamt:',
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt', 'ST_TOT_ATTACH' => 'Dateianhänge insgesamt:',
// search // search
'SH' => 'Los', 'SH' => 'Los',

View File

@@ -87,9 +87,9 @@ $lang = array_merge($lang, array(
'ST_NEW_STICKYS'=> 'New sticky', 'ST_NEW_STICKYS'=> 'New sticky',
*/ */
'ST_TOP' => 'Total', 'ST_TOP' => 'Total',
'ST_TOP_ANNS' => 'Total announcment', 'ST_TOP_ANNS' => 'Total announcment:',
'ST_TOP_STICKYS'=> 'Total sticky', 'ST_TOP_STICKYS'=> 'Total sticky:',
'ST_TOT_ATTACH' => 'Total attachments', 'ST_TOT_ATTACH' => 'Total attachments:',
// search // search
'SH' => 'go', 'SH' => 'go',