mediawiki-extensions-PageIm.../PageImages.i18n.php
Translation updater bot 39c86c7a50 Localisation updates from http://translatewiki.net.
Change-Id: Ia966df7c9d8435d0890155908f241770f078ca4a
2012-06-17 20:32:22 +00:00

78 lines
1.9 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
);
/** 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',
);
/** Italian (italiano)
* @author Beta16
*/
$messages['it'] = array(
'pageimages-desc' => 'Raccoglie informazioni sulle immagini utilizzate nella pagina',
);
/** Macedonian (македонски)
* @author Bjankuloski06
*/
$messages['mk'] = array(
'pageimages-desc' => 'Собира информации за сликите што се користат на дадена страница',
);
/** Tagalog (Tagalog)
* @author AnakngAraw
*/
$messages['tl'] = array(
'pageimages-desc' => 'Nagtitipon ng kabatiran patungkol sa mga larawang ginagamit sa ibabaw ng pahina',
);