Merge "mediawiki.ui: Do not depend on divs being present inside .mw-ui-vform"
[lhc/web/wiklou.git] / languages / messages / MessagesPms.php
1 <?php
2 /** Piedmontese (Piemontèis)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Borichèt
11 * @author Bèrto 'd Sèra
12 * @author Dragonòt
13 * @author Geitost
14 * @author Kaganer
15 * @author MaxSem
16 * @author SabineCretella
17 * @author Teak
18 * @author The Evil IP address
19 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>, Jens Frank
20 * @author לערי ריינהארט
21 */
22
23 $fallback = 'it';
24
25 $namespaceNames = array(
26 NS_MEDIA => 'Media',
27 NS_SPECIAL => 'Special',
28 NS_TALK => 'Discussion',
29 NS_USER => 'Utent',
30 NS_USER_TALK => 'Ciaciarade',
31 NS_PROJECT_TALK => 'Discussion_ant_sla_$1',
32 NS_FILE => 'Figura',
33 NS_FILE_TALK => 'Discussion_dla_figura',
34 NS_MEDIAWIKI => 'MediaWiki',
35 NS_MEDIAWIKI_TALK => 'Discussion_dla_MediaWiki',
36 NS_TEMPLATE => 'Stamp',
37 NS_TEMPLATE_TALK => 'Discussion_dlë_stamp',
38 NS_HELP => 'Agiut',
39 NS_HELP_TALK => 'Discussion_ant_sl\'agiut',
40 NS_CATEGORY => 'Categorìa',
41 NS_CATEGORY_TALK => 'Discussion_ant_sla_categorìa',
42 );
43