2011-06-09 21:50:45 +00:00
< ? php
/**
* Internationalisation for CodeEditor extension
*
* @ file
* @ ingroup Extensions
*/
$messages = array ();
/** English
* @ author Brion Vibber
*/
$messages [ 'en' ] = array (
2011-06-14 18:32:21 +00:00
'codeeditor-desc' => 'Syntax-highlighted editing for JavaScript and CSS pages using [http://ace.ajax.org/ Ace editor]'
2011-06-09 21:50:45 +00:00
);
2011-06-14 18:32:21 +00:00
2011-06-14 20:52:22 +00:00
/** German ( Deutsch )
* @ author Kghbln
*/
$messages [ 'de' ] = array (
'codeeditor-desc' => 'Ermöglicht auf Wikiseiten das Bearbeiten von JavaScript und CSS mit Syntaxhervorhebung mithilfe des [http://ace.ajax.org/ Ace-Editors]' ,
);