mediawiki-extensions-Visual.../VisualEditor.i18n.php
2011-12-13 02:46:31 +00:00

131 lines
4.8 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$messages = array();
/** English
* @author Trevor Parscal
*/
$messages['en'] = array(
'visualeditor' => 'VisualEditor',
'visualeditorsandbox' => 'Visual editor sandbox',
'visualeditor-desc' => 'Visual editor for MediaWiki',
'visualeditor-sandbox-title' => 'Visual editor sandbox',
'visualeditor-tooltip-wikitext' => 'Toggle wikitext view',
'visualeditor-tooltip-json' => 'Toggle JSON view',
'visualeditor-tooltip-html' => 'Toggle HTML view',
'visualeditor-tooltip-render' => 'Toggle preview',
'visualeditor-tooltip-history' => 'Toggle transaction history view',
'visualeditor-tooltip-help' => 'Toggle help view',
'visualeditor-feedback-prompt' => 'Leave feedback',
'visualeditor-feedback-dialog-title' => 'Leave feedback about VisualEditor Sandbox',
);
/** Message documentation
* @author Trevor Parscal
* @author Erik Moeller
*/
$messages['qqq'] = array(
'visualeditor-tooltip-wikitext' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating but read-only wikitext view on the right-hand side.',
'visualeditor-tooltip-json' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating but read-only JSON representation of the document on the right-hand side. This view is primarily useful for debugging purposes.',
'visualeditor-tooltip-html' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dyanmically updating but read-only raw HTML view on the right-hand side. This view is primarily useful for debugging purposes.',
'visualeditor-tooltip-render' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating preview on the right-hand side. This view is primarily useful for debugging purposes.',
'visualeditor-tooltip-history' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a history of the user\'s edit transactions on the right-hand side. This view is primarily useful for debugging purposes.',
);
/** Breton (Brezhoneg)
* @author Y-M D
*/
$messages['br'] = array(
'visualeditor' => 'VisualEditor',
'visualeditor-sandbox-title' => 'Poull-traezh VisualEditor',
);
/** German (Deutsch)
* @author Kghbln
*/
$messages['de'] = array(
'visualeditor' => 'WYSIWYG-Editor',
'visualeditor-desc' => 'Ermöglicht einen WYSIWYG-Editor',
'visualeditor-sandbox-title' => 'WYSIWYG-Editor - Spielwiese',
);
/** French (Français)
* @author Crochet.david
* @author Gomoko
*/
$messages['fr'] = array(
'visualeditor' => 'VisualEditor',
'visualeditor-desc' => 'Éditeur visuel pour MediaWiki',
'visualeditor-sandbox-title' => 'Bac à sable de VisualEditor',
);
/** Galician (Galego)
* @author Toliño
*/
$messages['gl'] = array(
'visualeditor' => 'Editor visual',
'visualeditor-desc' => 'Editor visual para MediaWiki',
'visualeditor-sandbox-title' => 'Zona de probas do editor visual',
);
/** Upper Sorbian (Hornjoserbsce)
* @author Michawiki
*/
$messages['hsb'] = array(
'visualeditor' => 'VisualEditor',
'visualeditor-desc' => 'WYSIWYG-editor za MediaWiki',
'visualeditor-sandbox-title' => 'WYSIWYG-editor - hrajkanišćo',
);
/** Hungarian (Magyar)
* @author Dj
*/
$messages['hu'] = array(
'visualeditor' => 'VisualEditor',
'visualeditor-desc' => 'Vizuális szerkesztő a MediaWikihez',
'visualeditor-sandbox-title' => 'VisualEditor homokozó',
);
/** Interlingua (Interlingua)
* @author McDutchie
*/
$messages['ia'] = array(
'visualeditor' => 'Editor visual',
'visualeditor-desc' => 'Editor visual pro MediaWiki',
'visualeditor-sandbox-title' => 'Cassa a sablo del editor visual',
);
/** Luxembourgish (Lëtzebuergesch)
* @author Robby
*/
$messages['lb'] = array(
'visualeditor' => 'WYSIWYG-Editeur',
'visualeditor-desc' => 'WYSIWYG-Editeur fir MediaWiki',
'visualeditor-sandbox-title' => 'WYSIWYG-Editeur - Sandkëscht',
);
/** Macedonian (Македонски)
* @author Bjankuloski06
*/
$messages['mk'] = array(
'visualeditor' => 'Визуелен уредник',
'visualeditor-desc' => 'Визуелен уредник за МедијаВики',
'visualeditor-sandbox-title' => 'Песочник — Визуелен уредник',
);
/** Dutch (Nederlands)
* @author Siebrand
*/
$messages['nl'] = array(
'visualeditor' => 'Vereenvoudigde tekstverwerker',
'visualeditor-desc' => 'Vereenvoudigde tekstverwerker voor MediaWiki',
'visualeditor-sandbox-title' => 'Testruimte voor Vereenvoudigde tekstverwerker',
);
/** Simplified Chinese (‪中文(简体))
* @author Shizhao
*/
$messages['zh-hans'] = array(
'visualeditor-sandbox-title' => 'VisualEditor沙盒',
);