mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-12-04 04:39:09 +00:00
ea177a88c5
Change-Id: I4cc2d4a193447f92cb46e3cff2f668f2fe8615d4
113 lines
2.8 KiB
PHP
113 lines
2.8 KiB
PHP
<?php
|
||
|
||
$messages = array();
|
||
|
||
// en translation
|
||
$messages['en'] = array (
|
||
'pageimages-desc' => 'Collects information about images used on page',
|
||
);
|
||
|
||
/** Message documentation (Message documentation) */
|
||
$messages['qqq'] = array(
|
||
'pageimages-desc' => '{{desc}}',
|
||
);
|
||
|
||
/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
|
||
* @author Wizardist
|
||
*/
|
||
$messages['be-tarask'] = array(
|
||
'pageimages-desc' => 'Зьбірае зьвесткі пра выявы, выкарыстаныя на старонцы',
|
||
);
|
||
|
||
/** German (Deutsch)
|
||
* @author Kghbln
|
||
*/
|
||
$messages['de'] = array(
|
||
'pageimages-desc' => 'Ermöglicht das Sammeln von Informationen zu Bildern, die sich auf einer Seite befinden',
|
||
);
|
||
|
||
/** Lower Sorbian (Dolnoserbski)
|
||
* @author Michawiki
|
||
*/
|
||
$messages['dsb'] = array(
|
||
'pageimages-desc' => 'Zběra informacije wó wobrazach, kótarež su na boku',
|
||
);
|
||
|
||
/** Spanish (español)
|
||
* @author Armando-Martin
|
||
*/
|
||
$messages['es'] = array(
|
||
'pageimages-desc' => 'Recopila información sobre las imágenes utilizadas en la página',
|
||
);
|
||
|
||
/** French (français)
|
||
* @author DavidL
|
||
*/
|
||
$messages['fr'] = array(
|
||
'pageimages-desc' => 'Recueille des informations sur les images utilisées sur les pages',
|
||
);
|
||
|
||
/** Galician (galego)
|
||
* @author Toliño
|
||
*/
|
||
$messages['gl'] = array(
|
||
'pageimages-desc' => 'Recolle información sobre as imaxes usadas nunha páxina',
|
||
);
|
||
|
||
/** Upper Sorbian (Hornjoserbsce)
|
||
* @author Michawiki
|
||
*/
|
||
$messages['hsb'] = array(
|
||
'pageimages-desc' => 'Zběra informacije wo wobrazach, kotrež su na stronje',
|
||
);
|
||
|
||
/** Interlingua (interlingua)
|
||
* @author McDutchie
|
||
*/
|
||
$messages['ia'] = array(
|
||
'pageimages-desc' => 'Collige informationes sur le imagines usate in un pagina',
|
||
);
|
||
|
||
/** Italian (italiano)
|
||
* @author Beta16
|
||
*/
|
||
$messages['it'] = array(
|
||
'pageimages-desc' => 'Raccoglie informazioni sulle immagini utilizzate nella pagina',
|
||
);
|
||
|
||
/** Colognian (Ripoarisch)
|
||
* @author Purodha
|
||
*/
|
||
$messages['ksh'] = array(
|
||
'pageimages-desc' => 'Deiht Aanjabe sammelle övver Belder, di en Sigge jebruch wääde.',
|
||
);
|
||
|
||
/** Luxembourgish (Lëtzebuergesch)
|
||
* @author Robby
|
||
*/
|
||
$messages['lb'] = array(
|
||
'pageimages-desc' => 'Sammelt Informatiounen iwwer Biller déi op der Säit benotzt ginn',
|
||
);
|
||
|
||
/** Macedonian (македонски)
|
||
* @author Bjankuloski06
|
||
*/
|
||
$messages['mk'] = array(
|
||
'pageimages-desc' => 'Собира информации за сликите што се користат на дадена страница',
|
||
);
|
||
|
||
/** Dutch (Nederlands)
|
||
* @author AvatarTeam
|
||
*/
|
||
$messages['nl'] = array(
|
||
'pageimages-desc' => 'Verzamelt informatie over afbeeldingen die worden gebruikt op de pagina',
|
||
);
|
||
|
||
/** Tagalog (Tagalog)
|
||
* @author AnakngAraw
|
||
*/
|
||
$messages['tl'] = array(
|
||
'pageimages-desc' => 'Nagtitipon ng kabatiran patungkol sa mga larawang ginagamit sa ibabaw ng pahina',
|
||
);
|
||
|