mediawiki-extensions-CodeEd.../CodeEditor.i18n.php

25 lines
543 B
PHP
Raw Normal View History

<?php
/**
* Internationalisation for CodeEditor extension
*
* @file
* @ingroup Extensions
*/
$messages = array();
/** English
* @author Brion Vibber
*/
$messages['en'] = array(
'codeeditor-desc' => 'Syntax-highlighted editing for JavaScript and CSS pages using [http://ace.ajax.org/ Ace editor]'
);
/** 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]',
);