mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-15 19:09:37 +00:00
Localisation updates for extension messages from Betawiki (2008-02-19 14:10 CET)
This commit is contained in:
parent
b605dde745
commit
0bb3c9becc
|
@ -18,6 +18,13 @@ $messages['ar'] = array(
|
|||
'poem-desc' => 'يضيف الوسم <tt><poem></tt> لصياغة القصيدة',
|
||||
);
|
||||
|
||||
/** Czech (Česky)
|
||||
* @author Matěj Grabovský
|
||||
*/
|
||||
$messages['cs'] = array(
|
||||
'poem-desc' => 'Přidává značku <tt><poem></tt> pro formátování básní',
|
||||
);
|
||||
|
||||
/** German (Deutsch)
|
||||
* @author Raimond Spekking
|
||||
*/
|
||||
|
@ -25,6 +32,34 @@ $messages['de'] = array(
|
|||
'poem-desc' => 'Fügt das <tt><poem></tt>-Tag zur Formatierung von Gedichten hinzu',
|
||||
);
|
||||
|
||||
/** French (Français)
|
||||
* @author Grondin
|
||||
*/
|
||||
$messages['fr'] = array(
|
||||
'poem-desc' => 'Ajoute la balise <tt><poem></tt> pour le formatage des poèmes',
|
||||
);
|
||||
|
||||
/** Upper Sorbian (Hornjoserbsce)
|
||||
* @author Michawiki
|
||||
*/
|
||||
$messages['hsb'] = array(
|
||||
'poem-desc' => 'Přidawa tafličku <tt><poem></tt> za formatowanje basnjow',
|
||||
);
|
||||
|
||||
/** Hungarian (Magyar)
|
||||
* @author Bdanee
|
||||
*/
|
||||
$messages['hu'] = array(
|
||||
'poem-desc' => '<tt><poem></tt> tag a versek formázásához',
|
||||
);
|
||||
|
||||
/** Lithuanian (Lietuvių)
|
||||
* @author Hugo.arg
|
||||
*/
|
||||
$messages['lt'] = array(
|
||||
'poem-desc' => 'Prideda <tt><poema></tt> tagus poemų formatavimui',
|
||||
);
|
||||
|
||||
/** Dutch (Nederlands)
|
||||
* @author Siebrand
|
||||
*/
|
||||
|
@ -32,6 +67,34 @@ $messages['nl'] = array(
|
|||
'poem-desc' => 'Voegt de tag <tt><poem></tt> toe voor de opmaak van poëzie',
|
||||
);
|
||||
|
||||
/** Portuguese (Português)
|
||||
* @author Malafaya
|
||||
*/
|
||||
$messages['pt'] = array(
|
||||
'poem-desc' => 'Adiciona a marca <tt><poem></tt> para formatação de poemas',
|
||||
);
|
||||
|
||||
/** Russian (Русский)
|
||||
* @author .:Ajvol:.
|
||||
*/
|
||||
$messages['ru'] = array(
|
||||
'poem-desc' => 'Добавляет тег <tt><poem></tt> для форматирования стихов',
|
||||
);
|
||||
|
||||
/** Slovak (Slovenčina)
|
||||
* @author Helix84
|
||||
*/
|
||||
$messages['sk'] = array(
|
||||
'poem-desc' => 'Pridáva značku <tt><poem></tt> pre formátovanie básní',
|
||||
);
|
||||
|
||||
/** Swedish (Svenska)
|
||||
* @author Lejonel
|
||||
*/
|
||||
$messages['sv'] = array(
|
||||
'poem-desc' => 'Lägger till taggen <tt><poem></tt> för att formatera dikter',
|
||||
);
|
||||
|
||||
/** Vietnamese (Tiếng Việt)
|
||||
* @author Minh Nguyen
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue