Report #37: Birthdays Ahead

This commit is contained in:
Ice
2008-01-26 13:25:08 +00:00
parent 3043778a93
commit 712dd46523
4 changed files with 62 additions and 27 deletions

View File

@@ -56,6 +56,10 @@ $lang = array_merge($lang, array(
'WIO_GUEST' => 'Guest',
//'RECORD_ONLINE_USERS'=> 'View record: <strong>%1$s</strong><br />%2$s',
// Birthday
'BIRTHDAYS_AHEAD' => 'In the next %s days',
'NO_BIRTHDAYS_AHEAD' => 'In this period, no members have a birthday.',
// user menu
'USER_MENU' => 'User menu',
'UM_LOG_ME_IN' => 'remember me',

View File

@@ -52,8 +52,10 @@ $lang = array_merge($lang, array(
'PORTAL_LINK_US_EXPLAIN' => 'Display this block on portal.',
'PORTAL_LINKS' => 'Links block',
'PORTAL_LINKS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_BIRTHDAYS' => 'Birthday block',
'PORTAL_BIRTHDAYS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_BIRTHDAYS' => 'Birthday block',
'PORTAL_BIRTHDAYS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_BIRTHDAYS_AHEAD' => 'Birthdays ahead days',
'PORTAL_BIRTHDAYS_AHEAD_EXPLAIN' => 'How many days to look ahead for birthdays.',
'PORTAL_SEARCH' => 'Search block',
'PORTAL_SEARCH_EXPLAIN' => 'Display this block on portal.',
'PORTAL_WELCOME' => 'Welcome center block',