 f1e34a2a6e
			
		
	
	
		f1e34a2a6e
		
	
	
	
	
		
			
			- Internationalized button titles ready - Remnants of Mootools (plugin_jsutils) removed from the template
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
 | |
| $lang ['admin'] ['plugin'] ['bbcode'] = array(
 | |
| 	'head' => 'BBCode Configuratie',
 | |
| 	'desc1' => 'Deze plugin maakt het gebruik van <a href="https://wiki.flatpress.org/' . //
 | |
| 		'doc:techfaq#bbcode" class="hint" target="_blank">BBCode</a> mogelijk.',
 | |
| 
 | |
| 	'options' => 'Opties',
 | |
| 
 | |
| 	'editing' => 'Bewerken',
 | |
| 	'allow_html' => 'Inline HTML',
 | |
| 	'allow_html_long' => 'Schakel het gebruik van HTML samen met BBCode in',
 | |
| 	'toolbar' => 'Werkbalk',
 | |
| 	'toolbar_long' => 'Schakel de editorwerkbalk in.',
 | |
| 
 | |
| 	'other' => 'Andere opties',
 | |
| 	'comments' => 'Opmerkingen',
 | |
| 	'comments_long' => 'Sta BBCode toe in opmerkingen',
 | |
| 	'urlmaxlen' => 'URL max lengte',
 | |
| 	'urlmaxlen_long_pre' => 'Verkort URL langer dan ',
 | |
| 	'urlmaxlen_long_post' => ' karakters.',
 | |
| 	'submit' => 'Bewaar de configuratie',
 | |
| 	'msgs' => array(
 | |
| 		1 => 'BBCode-configuratie succesvol opgeslagen.',
 | |
| 		-1 => 'BBCode-configuratie niet opgeslagen.'
 | |
| 	),
 | |
| 
 | |
| 	'editor' => array(
 | |
| 		'formatting' => 'Formatteren',
 | |
| 		'textarea' => 'Textgebied: ',
 | |
| 		'expand' => 'Uitbreiden',
 | |
| 		'expandtitle' => 'Breid hoogte Textgebied uit',
 | |
| 		'reduce' => 'Verminder',
 | |
| 		'reducetitle' => 'Verminder hoogte Textgebied',
 | |
| 		'urltitle' => 'URL/ Link',
 | |
| 		'mailtitle' => 'E-mailadres',
 | |
| 		'boldtitle' => 'Bold',
 | |
| 		'italictitle' => 'Italic',
 | |
| 		'headlinetitle' => 'Rubriek',
 | |
| 		'underlinetitle' => 'Underlined',
 | |
| 		'crossouttitle' => 'Doorgestreept',
 | |
| 		'unorderedlisttitle' => 'Ongesorteerde lijst',
 | |
| 		'orderedlisttitle' => 'Gesorteerde lijst',
 | |
| 		'quotetitle' => 'Quote',
 | |
| 		'codetitle' => 'Code',
 | |
| 		'htmltitle' => 'Invoegen als HTML-code',
 | |
| 		'help' => 'BBCode Help',
 | |
| 		'file' => 'File: ',
 | |
| 		'image' => 'Beeld: ',
 | |
| 		'selection' => '-- Selectie --'
 | |
| 	)
 | |
| );
 | |
| 
 | |
| $lang ['plugin'] ['bbcode'] = array (
 | |
| 	'go_to' => 'Ga naar',
 | |
| 	'langtag' => 'nl_NL' // language tag for Facebook Video
 | |
| );
 | |
| ?>
 |