In common.php moet je dit vertalen:
Code: Selecteer alles
	// Menu System --> Begin //
	'ADMIN_CP'					=> 'ACP',
	'ATTACHMENTS'				=> 'Attachments',
	'BOOKMARKS'					=> 'Bookmarks',
	'DRAFTS'					=> 'Drafts',
	'FRIENDS_AND_FOES'			=> 'Friends & Foes',
	'HELP'						=> 'Help',
	'HOME'						=> 'Home',
	'MEMBERLIST_ALL_USERS'		=> 'All users',
	'MODER_CP'					=> 'MCP',
	'MODERATE_FORUM'			=> 'Moderate forum',
	'MODERATE_TOPIC'			=> 'Moderate topic',	
	'OVERVIEW'					=> 'Overview',
	'PM_COMPOSE'				=> 'Compose message',
	'PM_INBOX'					=> 'Inbox',
	'PM_OUTBOX'					=> 'Outbox',
	'PM_SENTBOX'				=> 'Sent messages',
	'SEARCH_SELF_TOPICS'		=> 'View your topics',
	'SEARCH_USERS'				=> 'Search users',
	'SUBSCRIBED'				=> 'Subscriptions',
	'CP'						=> 'Control panel',
	
		/* Categories */
		/*mark as (just an example): number after CAT_ is category number (but you can rename it as you like) */
		'CAT_1'	=> 'Your first category',
				
		/* Forums */
		/* mark as (just an example): first number after FORUM_ is category, second is forum (but you can rename it as you like) */
		'FORUM_1_1' => 'Your first forum in category 1',
				
		/* Subforums */
		/* mark as (just an example): first number after SUBFORUM_ is category, second is forum and third is subforum (but you can rename it as you like) */
		'SUBFORUM_1_1_1' => 'Your first subforum in forum 1 category 1',
				
	// Menu System --> End //