Localisation updates for extension messages from Betawiki (2009-01-17 23:02 UTC)

* rebuilt all messages files
This commit is contained in:
Siebrand Mazeland 2009-01-18 00:01:41 +00:00
parent 0d98a3a550
commit cab8206d60
Notes: Yaron Koren 2009-07-20 18:49:29 +00:00
2 changed files with 14 additions and 1 deletions

View file

@ -32,6 +32,11 @@ $aliases['bs'] = array(
'ReplaceText' => array( 'ZamjenaTeksta' ),
);
/** German (Deutsch) */
$aliases['de'] = array(
'ReplaceText' => array( 'Text ersetzen' ),
);
/** Divehi (ދިވެހިބަސް) */
$aliases['dv'] = array(
'ReplaceText' => array( 'ލިޔުން ބަދަލުކުރައްވާ' ),
@ -42,6 +47,11 @@ $aliases['fr'] = array(
'ReplaceText' => array( 'Remplacer texte', 'RemplacerTexte' ),
);
/** Galician (Galego) */
$aliases['gl'] = array(
'ReplaceText' => array( 'Substituír o texto' ),
);
/** Swiss German (Alemannisch) */
$aliases['gsw'] = array(
'ReplaceText' => array( 'Täxt ersetze' ),

View file

@ -39,13 +39,16 @@ Do you want to continue?',
);
/** Message documentation (Message documentation)
* @author Fryed-peach
* @author McMonster
* @author Nike
* @author Purodha
*/
$messages['qqq'] = array(
'replacetext' => "This message is displayed as a title of this extension's special page.",
'replacetext-desc' => 'Short description of this extension, shown in [[Special:Version]]. Do not translate or change links.',
'replacetext-desc' => 'Short description of this extension, shown in [[Special:Version]]. Do not translate or change links.
{{Identical|Content page}}',
'replacetext_docu' => "Description of how to use this extension, displayed on the extension's special page ([[Special:ReplaceText]]).",
'replacetext_note' => 'This message appears just under the [[MediaWiki:Replacetext]] docu on the [[Special:ReplaceText]] page.',
'replacetext_originaltext' => 'Label of the text field, where user enters original piece of text, which would be replaced.',