Added module language files to German language folder -- still need to be translated;
Fixed undefined error in acp_portal.php caused by old code; Fixed undefined error in portal.php if Portal is accessed after it has been uninstalled -- now it redirects to Index;
This commit is contained in:
@@ -31,22 +31,21 @@ if (empty($lang) || !is_array($lang))
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_ANNOUNCEMENTS' => 'Latest global announcements',
|
||||
'GLOBAL_ANNOUNCEMENTS' => 'Global announcements',
|
||||
'GLOBAL_ANNOUNCEMENT' => 'Global announcement',
|
||||
'VIEW_LATEST_ANNOUNCEMENT' => '1 announcement',
|
||||
'VIEW_LATEST_ANNOUNCEMENTS' => '%d announcements',
|
||||
'READ_FULL' => 'Read all',
|
||||
'NO_ANNOUNCEMENTS' => 'No global announcements',
|
||||
'POSTED_BY' => 'Poster',
|
||||
'COMMENTS' => 'Comments',
|
||||
'VIEW_COMMENTS' => 'View comments',
|
||||
'POST_REPLY' => 'Write comments',
|
||||
'TOPIC_VIEWS' => 'Views',
|
||||
'JUMP_NEWEST' => 'Jump to newest post',
|
||||
'JUMP_FIRST' => 'Jump to first post',
|
||||
'JUMP_TO_POST' => 'Jump to post',
|
||||
'BACK' => 'Back',
|
||||
'LATEST_ANNOUNCEMENTS' => 'Latest global announcements',
|
||||
'GLOBAL_ANNOUNCEMENTS' => 'Global announcements',
|
||||
'GLOBAL_ANNOUNCEMENT' => 'Global announcement',
|
||||
'VIEW_LATEST_ANNOUNCEMENT' => '1 announcement',
|
||||
'VIEW_LATEST_ANNOUNCEMENTS' => '%d announcements',
|
||||
'READ_FULL' => 'Read all',
|
||||
'NO_ANNOUNCEMENTS' => 'No global announcements',
|
||||
'POSTED_BY' => 'Poster',
|
||||
'COMMENTS' => 'Comments',
|
||||
'VIEW_COMMENTS' => 'View comments',
|
||||
'POST_REPLY' => 'Write comments',
|
||||
'TOPIC_VIEWS' => 'Views',
|
||||
'JUMP_NEWEST' => 'Jump to newest post',
|
||||
'JUMP_FIRST' => 'Jump to first post',
|
||||
'JUMP_TO_POST' => 'Jump to post',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_ANNOUNCE_SETTINGS' => 'Global announcements settings',
|
||||
|
||||
Reference in New Issue
Block a user