Localisation updates for core and extension messages from translatewiki.net

This commit is contained in:
Raimond Spekking 2011-12-30 21:17:13 +00:00
parent 8e00a72d0a
commit 5a52147307
Notes: Gabriel Wicke 2012-02-27 16:40:01 +00:00

View file

@ -19,16 +19,18 @@ $messages['en'] = array(
'visualeditor-feedback-dialog-title' => 'Leave feedback about VisualEditor Sandbox', 'visualeditor-feedback-dialog-title' => 'Leave feedback about VisualEditor Sandbox',
); );
/** Message documentation /** Message documentation (Message documentation)
* @author Trevor Parscal
* @author Erik Moeller * @author Erik Moeller
* @author Nike
* @author Trevor Parscal
*/ */
$messages['qqq'] = array( $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-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-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-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-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.', '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',
); );
/** Breton (Brezhoneg) /** Breton (Brezhoneg)
@ -83,11 +85,12 @@ $messages['es'] = array(
); );
/** Finnish (Suomi) /** Finnish (Suomi)
* @author Nike
* @author Olli * @author Olli
*/ */
$messages['fi'] = array( $messages['fi'] = array(
'visualeditor' => 'VisualEditor', 'visualeditor' => 'Visuaalinen muokkain',
'visualeditorsandbox' => 'Visuaalisen editorin hiekkalaatikko', 'visualeditorsandbox' => 'Visuaalisen muokkaimen hiekkalaatikko',
'visualeditor-desc' => 'Visuaalinen muokkain MediaWikille', 'visualeditor-desc' => 'Visuaalinen muokkain MediaWikille',
'visualeditor-sandbox-title' => 'Visuaalisen muokkaimen hiekkalaatikko', 'visualeditor-sandbox-title' => 'Visuaalisen muokkaimen hiekkalaatikko',
'visualeditor-tooltip-wikitext' => 'Vaihda wikitekstinäkymään', 'visualeditor-tooltip-wikitext' => 'Vaihda wikitekstinäkymään',
@ -97,7 +100,7 @@ $messages['fi'] = array(
'visualeditor-tooltip-history' => 'Vaihda historianäkymään', 'visualeditor-tooltip-history' => 'Vaihda historianäkymään',
'visualeditor-tooltip-help' => 'Vaihda ohjenäkymään', 'visualeditor-tooltip-help' => 'Vaihda ohjenäkymään',
'visualeditor-feedback-prompt' => 'Jätä palautetta', 'visualeditor-feedback-prompt' => 'Jätä palautetta',
'visualeditor-feedback-dialog-title' => 'Jätä palautetta VisualEditor Sandboxista', 'visualeditor-feedback-dialog-title' => 'Jätä palautetta visuaalisen muokkaimen hiekkalaatikosta.',
); );
/** French (Français) /** French (Français)
@ -119,6 +122,13 @@ $messages['fr'] = array(
'visualeditor-feedback-dialog-title' => "Laissez un commentaire sur le bac à sable de l'éditeur visuel", 'visualeditor-feedback-dialog-title' => "Laissez un commentaire sur le bac à sable de l'éditeur visuel",
); );
/** Franco-Provençal (Arpetan)
* @author ChrisPtDe
*/
$messages['frp'] = array(
'visualeditor-feedback-prompt' => 'Balyér voutron avis',
);
/** Galician (Galego) /** Galician (Galego)
* @author Toliño * @author Toliño
*/ */