mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-13 17:53:17 +00:00
Localisation updates for core and extension messages from translatewiki.net (2011-06-14 20:30:00 UTC)
This commit is contained in:
parent
da0085ccc7
commit
f0485bae02
Notes:
Raimond Spekking
2011-06-14 20:52:22 +00:00
|
@ -15,3 +15,10 @@ $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]',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue