2011-11-28 20:28:28 +00:00
< ? php
$messages = array ();
/** English
* @ author Trevor Parscal
*/
$messages [ 'en' ] = array (
'visualeditor' => 'VisualEditor' ,
2011-12-12 00:39:07 +00:00
'visualeditorsandbox' => 'Visual editor sandbox' ,
2011-11-28 20:28:28 +00:00
'visualeditor-desc' => 'Visual editor for MediaWiki' ,
2011-12-11 23:42:33 +00:00
'visualeditor-sandbox-title' => 'Visual editor sandbox' ,
2011-12-11 23:28:29 +00:00
'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' ,
2011-12-12 22:09:15 +00:00
'visualeditor-tooltip-help' => 'Toggle help view' ,
2011-12-13 02:46:31 +00:00
'visualeditor-feedback-prompt' => 'Leave feedback' ,
'visualeditor-feedback-dialog-title' => 'Leave feedback about VisualEditor Sandbox' ,
2011-12-11 23:28:29 +00:00
);
2011-12-30 21:17:13 +00:00
/** Message documentation ( Message documentation )
2011-12-11 23:28:29 +00:00
* @ author Erik Moeller
2011-12-30 21:17:13 +00:00
* @ author Nike
* @ author Trevor Parscal
2011-12-11 23:28:29 +00:00
*/
$messages [ 'qqq' ] = array (
2011-12-11 23:47:54 +00:00
'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.' ,
2011-12-11 23:28:29 +00:00
'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.' ,
2011-12-30 21:17:13 +00:00
'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. " ,
'visualeditor-feedback-prompt' => 'A link that opens feedback form in http://www.mediawiki.org/wiki/Special:VisualEditorSandbox' ,
2011-11-28 20:28:28 +00:00
);
2011-11-29 20:32:09 +00:00
2012-01-06 23:05:19 +00:00
/** Belarusian ( Taraškievica orthography ) ( Беларуская ( тарашкевіца ) )
2012-01-09 21:29:15 +00:00
* @ author EugeneZelenko
2012-01-06 23:05:19 +00:00
* @ author Wizardist
*/
$messages [ 'be-tarask' ] = array (
2012-01-09 21:29:15 +00:00
'visualeditor' => 'Візуальны рэдактар' ,
2012-01-06 23:05:19 +00:00
'visualeditorsandbox' => 'Пясочніца візуальнага рэдактара' ,
'visualeditor-desc' => 'Візуальны рэдактар для MediaWiki' ,
'visualeditor-sandbox-title' => 'Пясочніца візуальнага рэдактара' ,
2012-01-09 21:29:15 +00:00
'visualeditor-tooltip-wikitext' => 'Паказаць вікітэкст' ,
'visualeditor-tooltip-json' => 'Паказаць JSON' ,
'visualeditor-tooltip-html' => 'Паказаць HTML' ,
'visualeditor-tooltip-render' => 'Паказаць папярэдні прагляд' ,
'visualeditor-tooltip-history' => 'Паказаць гісторыю дзеяньняў' ,
'visualeditor-tooltip-help' => 'Паказаць даведку' ,
2012-01-06 23:05:19 +00:00
'visualeditor-feedback-prompt' => 'Пакінуць водгук' ,
2012-01-09 21:29:15 +00:00
'visualeditor-feedback-dialog-title' => 'Пакіньце водгук пра пясочніцу візуальнага рэдактара' ,
2012-01-06 23:05:19 +00:00
);
2011-12-11 20:35:30 +00:00
/** Breton ( Brezhoneg )
* @ author Y - M D
*/
$messages [ 'br' ] = array (
'visualeditor' => 'VisualEditor' ,
'visualeditor-sandbox-title' => 'Poull-traezh VisualEditor' ,
);
2011-11-29 20:32:09 +00:00
/** German ( Deutsch )
* @ author Kghbln
*/
$messages [ 'de' ] = array (
'visualeditor' => 'WYSIWYG-Editor' ,
2011-12-13 20:50:04 +00:00
'visualeditorsandbox' => 'WYSIWYG-Editor - Spielwiese' ,
2011-11-29 20:32:09 +00:00
'visualeditor-desc' => 'Ermöglicht einen WYSIWYG-Editor' ,
2011-12-13 20:50:04 +00:00
'visualeditor-sandbox-title' => 'Spielwiese für den WYSIWYG-Editor' ,
'visualeditor-tooltip-wikitext' => 'Von und zur Ansicht in Wikitext umschalten' ,
'visualeditor-tooltip-json' => 'Von und zur Ansicht in JSON umschalten' ,
'visualeditor-tooltip-html' => 'Von und zur Ansicht in HTML umschalten' ,
'visualeditor-tooltip-render' => 'Von und zur Vorschau umschalten' ,
'visualeditor-tooltip-history' => 'Transaktionsverlauf ein- und ausblenden' ,
'visualeditor-tooltip-help' => 'Hilfen ein- und ausblenden' ,
'visualeditor-feedback-prompt' => 'Rückmeldung geben' ,
'visualeditor-feedback-dialog-title' => 'Rückmeldung zur Spielwiese für den WYSIWYG-Editor geben' ,
2011-11-29 20:32:09 +00:00
);
2011-12-14 20:09:13 +00:00
/** Lower Sorbian ( Dolnoserbski )
* @ author Michawiki
*/
$messages [ 'dsb' ] = array (
'visualeditor' => 'VisualEditor' ,
'visualeditorsandbox' => 'WYSIWYG-editor - grajkanišćo' ,
'visualeditor-desc' => 'WYSIWYG-editor za MediaWiki' ,
'visualeditor-sandbox-title' => 'WYSIWYG-editor - grajkanišćo' ,
'visualeditor-tooltip-wikitext' => 'Wikitekstowy naglěd pśešaltowaś' ,
'visualeditor-tooltip-json' => 'JSON-naglěd pśešaltowaś' ,
'visualeditor-tooltip-html' => 'HTML-naglěd pśešaltowaś' ,
'visualeditor-tooltip-render' => 'Naglěd pśešaltowaś' ,
'visualeditor-tooltip-history' => 'Naglěd transakciskeje historije pśešaltowaś' ,
'visualeditor-tooltip-help' => 'Pomoc pokazaś a schowaś' ,
'visualeditor-feedback-prompt' => 'Komentar zawóstajiś' ,
'visualeditor-feedback-dialog-title' => 'Komentar wó grajkanišću VisualEditora zawóstajiś' ,
);
2011-12-27 20:23:52 +00:00
/** Spanish ( Español )
* @ author Imre
*/
$messages [ 'es' ] = array (
'visualeditor' => 'VisualEditor' ,
);
2011-12-26 21:21:55 +00:00
/** Finnish ( Suomi )
2011-12-30 21:17:13 +00:00
* @ author Nike
2011-12-26 21:21:55 +00:00
* @ author Olli
*/
$messages [ 'fi' ] = array (
2011-12-30 21:17:13 +00:00
'visualeditor' => 'Visuaalinen muokkain' ,
'visualeditorsandbox' => 'Visuaalisen muokkaimen hiekkalaatikko' ,
2011-12-26 21:21:55 +00:00
'visualeditor-desc' => 'Visuaalinen muokkain MediaWikille' ,
'visualeditor-sandbox-title' => 'Visuaalisen muokkaimen hiekkalaatikko' ,
'visualeditor-tooltip-wikitext' => 'Vaihda wikitekstinäkymään' ,
'visualeditor-tooltip-json' => 'Vaihda JSON-näkymään' ,
'visualeditor-tooltip-html' => 'Vaihda HTML-näkymään' ,
'visualeditor-tooltip-render' => 'Vaihda esikatseluun' ,
'visualeditor-tooltip-history' => 'Vaihda historianäkymään' ,
'visualeditor-tooltip-help' => 'Vaihda ohjenäkymään' ,
'visualeditor-feedback-prompt' => 'Jätä palautetta' ,
2011-12-30 21:17:13 +00:00
'visualeditor-feedback-dialog-title' => 'Jätä palautetta visuaalisen muokkaimen hiekkalaatikosta.' ,
2011-12-26 21:21:55 +00:00
);
2011-12-05 21:02:57 +00:00
/** French ( Français )
* @ author Crochet . david
2011-12-09 20:31:37 +00:00
* @ author Gomoko
2011-12-05 21:02:57 +00:00
*/
$messages [ 'fr' ] = array (
2011-12-09 20:31:37 +00:00
'visualeditor' => 'VisualEditor' ,
2011-12-14 20:09:13 +00:00
'visualeditorsandbox' => " Bac à sable de l'éditeur visuel " ,
2011-12-05 21:02:57 +00:00
'visualeditor-desc' => 'Éditeur visuel pour MediaWiki' ,
2011-12-09 20:31:37 +00:00
'visualeditor-sandbox-title' => 'Bac à sable de VisualEditor' ,
2011-12-14 20:09:13 +00:00
'visualeditor-tooltip-wikitext' => 'Basculer la vue en wikitexte' ,
'visualeditor-tooltip-json' => 'Basculer la vue en JSON' ,
'visualeditor-tooltip-html' => 'Basculer la vue en HTML' ,
'visualeditor-tooltip-render' => 'Basculer en prévisualisation' ,
'visualeditor-tooltip-history' => " Basculer en vue d'historique des transactions " ,
'visualeditor-tooltip-help' => " Basculer la vue d'aide " ,
'visualeditor-feedback-prompt' => 'Laisser un commentaire' ,
'visualeditor-feedback-dialog-title' => " Laissez un commentaire sur le bac à sable de l'éditeur visuel " ,
2011-12-05 21:02:57 +00:00
);
2011-12-30 21:17:13 +00:00
/** Franco - Provençal ( Arpetan )
* @ author ChrisPtDe
*/
$messages [ 'frp' ] = array (
2012-01-01 20:29:00 +00:00
'visualeditor' => 'Èditor visuâl' ,
'visualeditorsandbox' => 'Bouèta de sabla de l’ èditor visuâl' ,
'visualeditor-desc' => 'Èditor visuâl por MediaWiki' ,
'visualeditor-sandbox-title' => 'Bouèta de sabla de l’ èditor visuâl' ,
'visualeditor-tooltip-wikitext' => 'Bascular la vua en vouiquitèxto' ,
'visualeditor-tooltip-json' => 'Bascular la vua en JSON' ,
'visualeditor-tooltip-html' => 'Bascular la vua en HTML' ,
'visualeditor-tooltip-render' => 'Bascular la prèvisualisacion' ,
'visualeditor-tooltip-history' => 'Bascular la vua d’ historico de les transaccions' ,
'visualeditor-tooltip-help' => 'Bascular la vua d’ éde' ,
2011-12-30 21:17:13 +00:00
'visualeditor-feedback-prompt' => 'Balyér voutron avis' ,
2012-01-01 20:29:00 +00:00
'visualeditor-feedback-dialog-title' => 'Balyér voutron avis sur la bouèta de sabla de l’ èditor visuâl' ,
2011-12-30 21:17:13 +00:00
);
2011-11-29 20:32:09 +00:00
/** Galician ( Galego )
* @ author Toliño
*/
$messages [ 'gl' ] = array (
'visualeditor' => 'Editor visual' ,
2011-12-13 20:50:04 +00:00
'visualeditorsandbox' => 'Zona de probas do editor visual' ,
2011-11-29 20:32:09 +00:00
'visualeditor-desc' => 'Editor visual para MediaWiki' ,
'visualeditor-sandbox-title' => 'Zona de probas do editor visual' ,
2011-12-13 20:50:04 +00:00
'visualeditor-tooltip-wikitext' => 'Alternar a vista en texto wiki' ,
'visualeditor-tooltip-json' => 'Alternar a vista en JSON' ,
'visualeditor-tooltip-html' => 'Alternar a vista en HTML' ,
'visualeditor-tooltip-render' => 'Alternar a vista previa' ,
'visualeditor-tooltip-history' => 'Alternar a vista en historial de transaccións' ,
'visualeditor-tooltip-help' => 'Alternar a vista de axuda' ,
'visualeditor-feedback-prompt' => 'Deixe un comentario' ,
'visualeditor-feedback-dialog-title' => 'Deixe un comentario sobre a zona de probas do editor visual' ,
2011-11-29 20:32:09 +00:00
);
2011-12-14 20:09:13 +00:00
/** Hebrew ( עברית )
* @ author Amire80
*/
$messages [ 'he' ] = array (
'visualeditor' => 'עורך חזותי' ,
'visualeditorsandbox' => 'ארגז חול לבדיקות עורך חזותי' ,
'visualeditor-desc' => 'עורך חזותי למדיה־ויקי' ,
'visualeditor-sandbox-title' => 'ארגז חול לבדיקות עורך חזותי' ,
'visualeditor-tooltip-wikitext' => 'הפעלת תצוגת קוד ויקי' ,
'visualeditor-tooltip-json' => 'הפעלת תצוגת JSON' ,
'visualeditor-tooltip-html' => 'הפעלת תצוגת HTML' ,
'visualeditor-tooltip-render' => 'הפעלת תצוגה מקדימה' ,
'visualeditor-tooltip-history' => 'הפעלת תצוגת גרסאות קודמות' ,
'visualeditor-tooltip-help' => 'הפעלת תצוגת עזרה' ,
'visualeditor-feedback-prompt' => 'שליחת משוב' ,
'visualeditor-feedback-dialog-title' => 'שליחת משוב על ארגז החול של העורך החזותי' ,
);
2012-01-04 21:00:47 +00:00
/** Hindi ( हिन्दी )
* @ author Ansumang
*/
$messages [ 'hi' ] = array (
'visualeditor-feedback-prompt' => 'प्रतिक्रिया छोड़ें' ,
);
2011-11-30 20:59:10 +00:00
/** Upper Sorbian ( Hornjoserbsce )
* @ author Michawiki
*/
$messages [ 'hsb' ] = array (
'visualeditor' => 'VisualEditor' ,
2011-12-14 20:09:13 +00:00
'visualeditorsandbox' => 'WYSIWYG-editor - hrajkanišćo' ,
2011-11-30 20:59:10 +00:00
'visualeditor-desc' => 'WYSIWYG-editor za MediaWiki' ,
'visualeditor-sandbox-title' => 'WYSIWYG-editor - hrajkanišćo' ,
2011-12-14 20:09:13 +00:00
'visualeditor-tooltip-wikitext' => 'Wikitekstowy napohlad přepinać' ,
'visualeditor-tooltip-json' => 'JSON-napohlad přepinać' ,
'visualeditor-tooltip-html' => 'HTML-napohlad přepinać' ,
'visualeditor-tooltip-render' => 'Napohlad přepinać' ,
'visualeditor-tooltip-history' => 'Napohlad transakciskeje historije přepinać' ,
'visualeditor-tooltip-help' => 'Pomoc pokazać a schować' ,
'visualeditor-feedback-prompt' => 'Komentar zawostajić' ,
'visualeditor-feedback-dialog-title' => 'Zawostaj komentar wo hrajkanišću VisualEditora' ,
2011-11-30 20:59:10 +00:00
);
2011-12-09 20:31:37 +00:00
/** Hungarian ( Magyar )
* @ author Dj
*/
$messages [ 'hu' ] = array (
'visualeditor' => 'VisualEditor' ,
'visualeditor-desc' => 'Vizuális szerkesztő a MediaWikihez' ,
'visualeditor-sandbox-title' => 'VisualEditor homokozó' ,
);
2011-12-03 14:56:00 +00:00
/** Interlingua ( Interlingua )
* @ author McDutchie
*/
$messages [ 'ia' ] = array (
'visualeditor' => 'Editor visual' ,
2011-12-13 20:50:04 +00:00
'visualeditorsandbox' => 'Cassa a sablo del editor visual' ,
2011-12-03 14:56:00 +00:00
'visualeditor-desc' => 'Editor visual pro MediaWiki' ,
'visualeditor-sandbox-title' => 'Cassa a sablo del editor visual' ,
2011-12-13 20:50:04 +00:00
'visualeditor-tooltip-wikitext' => 'Alternar vista wikitexto' ,
'visualeditor-tooltip-json' => 'Alternar vista JSON' ,
'visualeditor-tooltip-html' => 'Alternar vista HTML' ,
'visualeditor-tooltip-render' => 'Alternar previsualisation' ,
'visualeditor-tooltip-history' => 'Alternar vista historia de transactiones' ,
'visualeditor-tooltip-help' => 'Alternar adjuta' ,
'visualeditor-feedback-prompt' => 'Lassar retroaction' ,
'visualeditor-feedback-dialog-title' => 'Lassar retroaction super le cassa a sablo del editor visual' ,
2011-12-03 14:56:00 +00:00
);
2011-12-25 20:25:45 +00:00
/** Italian ( Italiano )
* @ author F . Cosoleto
*/
$messages [ 'it' ] = array (
'visualeditor-feedback-prompt' => 'Lascia feedback' ,
);
2011-12-05 21:02:57 +00:00
/** Luxembourgish ( Lëtzebuergesch )
* @ author Robby
*/
$messages [ 'lb' ] = array (
'visualeditor' => 'WYSIWYG-Editeur' ,
'visualeditor-desc' => 'WYSIWYG-Editeur fir MediaWiki' ,
'visualeditor-sandbox-title' => 'WYSIWYG-Editeur - Sandkëscht' ,
2011-12-26 21:21:55 +00:00
'visualeditor-feedback-prompt' => 'Gitt Äre Feedback' ,
2011-12-05 21:02:57 +00:00
);
2011-12-29 21:54:17 +00:00
/** Lithuanian ( Lietuvių )
* @ author Eitvys200
*/
$messages [ 'lt' ] = array (
'visualeditor-feedback-prompt' => 'Palikti atsiliepimą' ,
);
2011-11-29 20:32:09 +00:00
/** Macedonian ( Македонски )
* @ author Bjankuloski06
*/
$messages [ 'mk' ] = array (
'visualeditor' => 'Визуелен уредник' ,
2011-12-13 20:50:04 +00:00
'visualeditorsandbox' => 'Песочник — Визуелен уредник' ,
2011-11-29 20:32:09 +00:00
'visualeditor-desc' => 'Визуелен уредник за МедијаВики' ,
'visualeditor-sandbox-title' => 'Песочник — Визуелен уредник' ,
2011-12-13 20:50:04 +00:00
'visualeditor-tooltip-wikitext' => 'Поглед на викитекст' ,
'visualeditor-tooltip-json' => 'Поглед на JSON' ,
'visualeditor-tooltip-html' => 'Поглед на HTML' ,
'visualeditor-tooltip-render' => 'Поглед на преглед' ,
'visualeditor-tooltip-history' => 'Поглед на историја на преносот' ,
'visualeditor-tooltip-help' => 'Поглед на помош' ,
'visualeditor-feedback-prompt' => 'Дајте мислење' ,
'visualeditor-feedback-dialog-title' => 'Дајте мислење за Песочникот на ВизуеленУредник' ,
2011-11-29 20:32:09 +00:00
);
2011-12-14 20:09:13 +00:00
/** Malay ( Bahasa Melayu )
* @ author Anakmalaysia
*/
$messages [ 'ms' ] = array (
'visualeditor' => 'VisualEditor' ,
'visualeditorsandbox' => 'Kotak pasir editor visual' ,
'visualeditor-desc' => 'Alat penyuntingan visual untuk MediaWiki' ,
'visualeditor-sandbox-title' => 'Kotak Pasir VisualEditor' ,
'visualeditor-tooltip-wikitext' => 'Togol paparan teks wiki' ,
'visualeditor-tooltip-json' => 'Togol paparan JSON' ,
'visualeditor-tooltip-html' => 'Togol paparan HTML' ,
'visualeditor-tooltip-render' => 'Togol pralihat' ,
'visualeditor-tooltip-history' => 'Togol paparan sejarah transaksi' ,
'visualeditor-tooltip-help' => 'Togol paparan bantuan' ,
'visualeditor-feedback-prompt' => 'Tinggalkan maklum balas' ,
'visualeditor-feedback-dialog-title' => 'Tinggalkan maklum balas tentang Kotak Pasir VisualEditor' ,
);
2011-11-30 20:59:10 +00:00
/** Dutch ( Nederlands )
2011-12-14 20:09:13 +00:00
* @ author SPQRobin
2011-12-18 20:47:06 +00:00
* @ author Saruman
2011-11-30 20:59:10 +00:00
* @ author Siebrand
*/
$messages [ 'nl' ] = array (
'visualeditor' => 'Vereenvoudigde tekstverwerker' ,
2011-12-14 20:09:13 +00:00
'visualeditorsandbox' => 'Testruimte voor Vereenvoudigde tekstverwerker' ,
2011-11-30 20:59:10 +00:00
'visualeditor-desc' => 'Vereenvoudigde tekstverwerker voor MediaWiki' ,
'visualeditor-sandbox-title' => 'Testruimte voor Vereenvoudigde tekstverwerker' ,
2011-12-23 21:10:51 +00:00
'visualeditor-tooltip-wikitext' => 'Omschakelen van wikitekst-weergave' ,
'visualeditor-tooltip-json' => 'Omschakelen van JSON-weergave' ,
2011-12-22 20:15:58 +00:00
'visualeditor-tooltip-html' => 'Omschakelen van HTML-weergave' ,
2011-12-18 20:47:06 +00:00
'visualeditor-tooltip-render' => 'Omschakelen van voorvertoning' ,
2011-12-19 20:15:36 +00:00
'visualeditor-tooltip-history' => 'Transactiegeschiedenis weergeven of verbergen' ,
'visualeditor-tooltip-help' => 'Hulp weergeven of verbergen' ,
2011-12-14 20:09:13 +00:00
'visualeditor-feedback-prompt' => 'Terugkoppeling achterlaten' ,
2011-12-19 20:15:36 +00:00
'visualeditor-feedback-dialog-title' => 'Terugkoppeling geven over de visuele tekstverwerker' ,
2011-12-14 20:09:13 +00:00
);
/** Polish ( Polski )
* @ author Mikołka
*/
$messages [ 'pl' ] = array (
'visualeditor' => 'VisualEditor' ,
'visualeditorsandbox' => 'Brudnopis edytora graficznego' ,
'visualeditor-desc' => 'Edytor graficzny MediaWiki' ,
'visualeditor-sandbox-title' => 'Brudnopis edytora graficznego' ,
'visualeditor-tooltip-wikitext' => 'Przełącz podgląd wikitekstu' ,
'visualeditor-tooltip-json' => 'Przełącz podgląd formatu JSON' ,
'visualeditor-tooltip-html' => 'Przełącz podgląd kodu HTML' ,
'visualeditor-tooltip-render' => 'Przełącz podgląd tekstu' ,
'visualeditor-tooltip-history' => 'Przełącz podgląd historii operacji' ,
'visualeditor-tooltip-help' => 'Przełącz podgląd pomocy' ,
'visualeditor-feedback-prompt' => 'Prześlij opinię' ,
'visualeditor-feedback-dialog-title' => 'Prześlij swoją opinię na temat brudnopisu VisualEditor' ,
);
2012-01-02 20:46:12 +00:00
/** Piedmontese ( Piemontèis )
2012-01-10 21:07:49 +00:00
* @ author Borichèt
2012-01-02 20:46:12 +00:00
* @ author Dragonòt
*/
$messages [ 'pms' ] = array (
'visualeditor' => 'Editor Visual' ,
'visualeditorsandbox' => " Ambient ëd preuva dl'editor visual " ,
'visualeditor-desc' => 'Editor visual për MediaWiki' ,
'visualeditor-sandbox-title' => " Ambient ëd preuva dl'editor visual " ,
2012-01-10 21:07:49 +00:00
'visualeditor-tooltip-wikitext' => 'Ativé la visualisassion an test wiki' ,
'visualeditor-tooltip-json' => 'Ativé la visualisassion an JSON' ,
'visualeditor-tooltip-html' => 'Ativé la visualisassion an HTML' ,
'visualeditor-tooltip-render' => 'Ativé la previsualisassion' ,
'visualeditor-tooltip-history' => 'Ativé la visualisassion dla stòria dle transassion' ,
'visualeditor-tooltip-help' => " Ativé la visualisassion d'agiut " ,
2012-01-02 20:46:12 +00:00
'visualeditor-feedback-prompt' => " Lassé n'opinion " ,
'visualeditor-feedback-dialog-title' => " Lassé n'opinion a propòsit dl'Ambient ëd preuva ëd VisualEditor " ,
);
2011-12-14 20:09:13 +00:00
/** Russian ( Русский )
* @ author Amire80
2011-12-23 21:10:51 +00:00
* @ author Eugrus
2011-12-14 20:09:13 +00:00
*/
$messages [ 'ru' ] = array (
'visualeditor' => 'VisualEditor' ,
'visualeditorsandbox' => 'Песочница для визуального редактора' ,
2011-12-23 21:10:51 +00:00
'visualeditor-desc' => 'Визуальный редактор для MediaWiki' ,
'visualeditor-sandbox-title' => 'Песочница для визуального редактора' ,
'visualeditor-tooltip-wikitext' => 'Переключить на викитекст' ,
'visualeditor-tooltip-json' => 'Переключить на вид JSON' ,
'visualeditor-tooltip-html' => 'Переключить на HTML-вид' ,
'visualeditor-tooltip-render' => 'Предварительный просмотр переключения' ,
'visualeditor-tooltip-history' => 'Переключить на вид истории действий' ,
'visualeditor-tooltip-help' => 'Переключить на вид представления справки' ,
'visualeditor-feedback-prompt' => 'Оставить отзыв' ,
'visualeditor-feedback-dialog-title' => 'Оставить отзыв о песочнице с VisualEditor' ,
2011-11-30 20:59:10 +00:00
);
2011-12-27 20:23:52 +00:00
/** Sinhala ( සිංහල )
* @ author පසිඳු කාවින්ද
*/
$messages [ 'si' ] = array (
2012-01-01 20:29:00 +00:00
'visualeditor' => 'දෘශ්යසංස්කාරක' ,
'visualeditorsandbox' => 'දෘශ්යසංස්කරණ වැලිපිල්ල' ,
'visualeditor-desc' => 'මාධ්යවිකි සඳහා දෘශ්යසංස්කාරක' ,
'visualeditor-sandbox-title' => 'දෘශ්යසංස්කරණ වැලිපිල්ල' ,
'visualeditor-tooltip-wikitext' => 'පුරුක්මය විකිපාඨ දසුන' ,
'visualeditor-tooltip-json' => 'පුරුක්මය JSON දසුන' ,
'visualeditor-tooltip-html' => 'පුරුක්මය එච්ටීඑම්එල් දසුන' ,
'visualeditor-tooltip-render' => 'පුරුක්මය පෙරදසුන' ,
'visualeditor-tooltip-history' => 'පුරුක්මය වාර්තා ඉතිහාස දසුන' ,
'visualeditor-tooltip-help' => 'පුරුක්මය උපකාරක දසුන' ,
2011-12-27 20:23:52 +00:00
'visualeditor-feedback-prompt' => 'ප්රතිචාරය ලබා දෙන්න' ,
2012-01-01 20:29:00 +00:00
'visualeditor-feedback-dialog-title' => 'දෘශ්යසංස්කරණ වැලිපිල්ල ගැන ප්රතිචාරය ලබාදෙන්න' ,
2011-12-27 20:23:52 +00:00
);
2011-12-28 22:31:07 +00:00
/** Swedish ( Svenska )
* @ author WikiPhoenix
*/
$messages [ 'sv' ] = array (
'visualeditor-feedback-prompt' => 'Lämna feedback' ,
);
2011-12-26 21:21:55 +00:00
/** Ukrainian ( Українська )
* @ author Тест
*/
$messages [ 'uk' ] = array (
'visualeditor-tooltip-wikitext' => 'Переключити перегляд вікі-тексту' ,
'visualeditor-tooltip-render' => 'Переключити попередній перегляд' ,
);
2011-12-18 20:47:06 +00:00
/** Vietnamese ( Tiếng Việt )
* @ author Minh Nguyen
*/
$messages [ 'vi' ] = array (
'visualeditor' => 'Trình soạn thị giác' ,
'visualeditorsandbox' => 'Chỗ thử Trình soạn thị giác' ,
'visualeditor-desc' => 'Trình soạn thị giác MediaWiki' ,
'visualeditor-sandbox-title' => 'Chỗ thử Trình soạn thị giác' ,
'visualeditor-tooltip-wikitext' => 'Bật/tắt chế độ văn bản wiki' ,
'visualeditor-tooltip-json' => 'Bật/tắt chế độ JSON' ,
'visualeditor-tooltip-html' => 'Bật/tắt chế độ HTML' ,
'visualeditor-tooltip-render' => 'Bật/tắt xem thử' ,
'visualeditor-tooltip-history' => 'Bật/tắt lịch sử thay đổi' ,
'visualeditor-tooltip-help' => 'Bật/tắt trợ giúp' ,
'visualeditor-feedback-prompt' => 'Gửi phản hồi' ,
'visualeditor-feedback-dialog-title' => 'Gửi phản hồi về chỗ thử Trình soạn thị giác' ,
);
2011-12-06 21:36:57 +00:00
/** Simplified Chinese ( 中文 ( 简体 ) )
2011-12-25 20:25:45 +00:00
* @ author Anakmalaysia
2011-12-23 21:10:51 +00:00
* @ author Liangent
2011-12-06 21:36:57 +00:00
* @ author Shizhao
*/
$messages [ 'zh-hans' ] = array (
2011-12-23 21:10:51 +00:00
'visualeditor' => '可视化编辑器' ,
'visualeditorsandbox' => '可视化编辑器沙盒' ,
'visualeditor-desc' => 'MediaWiki的可视化编辑器' ,
'visualeditor-sandbox-title' => '可视化编辑器沙盒' ,
'visualeditor-tooltip-wikitext' => '切换wikitext视图' ,
'visualeditor-tooltip-json' => '切换JSON视图' ,
'visualeditor-tooltip-html' => '切换HTML视图' ,
'visualeditor-tooltip-render' => '切换预览' ,
2011-12-25 20:25:45 +00:00
'visualeditor-tooltip-history' => '切换交易历史观' ,
2011-12-23 21:10:51 +00:00
'visualeditor-tooltip-help' => '切换帮助视图' ,
'visualeditor-feedback-prompt' => '留下反馈' ,
'visualeditor-feedback-dialog-title' => '留下关于可视化编辑器的反馈' ,
);
2011-12-27 20:23:52 +00:00
/** Traditional Chinese ( 中文 ( 繁體 ) )
* @ author Anakmalaysia
*/
2011-12-23 21:10:51 +00:00
$messages [ 'zh-hant' ] = array (
'visualeditor' => '可視化編輯器' ,
'visualeditorsandbox' => '可視化編輯器沙盒' ,
'visualeditor-desc' => 'MediaWiki的可視化編輯器' ,
'visualeditor-sandbox-title' => '可視化編輯器沙盒' ,
'visualeditor-tooltip-wikitext' => '切換wikitext視圖' ,
'visualeditor-tooltip-json' => '切換JSON視圖' ,
'visualeditor-tooltip-html' => '切換HTML視圖' ,
'visualeditor-tooltip-render' => '切換預覽' ,
2011-12-27 20:23:52 +00:00
'visualeditor-tooltip-history' => '切換交易歷史觀' ,
2011-12-23 21:10:51 +00:00
'visualeditor-tooltip-help' => '切換幫助視圖' ,
'visualeditor-feedback-prompt' => '留下反饋' ,
'visualeditor-feedback-dialog-title' => '留下關於可視化編輯器的反饋' ,
2011-12-06 21:36:57 +00:00
);