Links block V1, lang other than english needs update

This commit is contained in:
Ice
2008-04-25 22:31:59 +00:00
parent f946690f06
commit 903aaf8574
11 changed files with 203 additions and 42 deletions

View File

@@ -37,6 +37,7 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_WELCOME_INFO' => 'Welcome message',
'ACP_PORTAL_CUSTOM_INFO' => 'Custom block',
'ACP_PORTAL_MINICALENDAR_INFO' => 'Mini calendar',
'ACP_PORTAL_LINKS_INFO' => 'Links',
));
?>

View File

@@ -53,8 +53,6 @@ $lang = array_merge($lang, array(
'PORTAL_CLOCK_EXPLAIN' => 'Display this block on portal.',
'PORTAL_LINK_US' => 'Link us block',
'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_AHEAD' => 'Birthdays ahead days',
@@ -238,6 +236,18 @@ $lang = array_merge($lang, array(
'PORTAL_WELCOME_INTRO' => 'Welcome message',
'PORTAL_WELCOME_GUEST' => 'Welcome message only for guests?',
'PORTAL_WELCOME_INTRO_EXPLAIN' => 'Change the welcome message (BBCode is allowed).',
// links
'ACP_PORTAL_LINKS_INFO' => 'Links',
'ACP_PORTAL_LINKS_SETTINGS' => 'Link Settings',
'ACP_PORTAL_LINKS_SETTINGS_EXPLAIN' => 'Set up the link block links.',
'PORTAL_LINKS' => 'Links block',
'PORTAL_LINKS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_LINK_TEXT' => 'Text/URL',
'PORTAL_LINK_TEXT_EXPLAIN' => 'The text followed by the url for the link. Use the buttons to delete and reorder the links.',
'PORTAL_ADD_LINK_TEXT' => 'Add link',
'PORTAL_ADD_LINK_TEXT_EXPLAIN' => 'Click the text to create a new link.',
'PORTAL_LINK_ADD' => '<strong>Add</strong>',
// custom
'ACP_PORTAL_CUSTOM_INFO' => 'Custom block',