Merge "Add columns option to Special:PrefixIndex"
[lhc/web/wiklou.git] / languages / messages / MessagesSc.php
1 <?php
2 /** Sardinian (sardu)
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 Andria
11 * @author L2212
12 * @author Marzedu
13 * @author Node ue
14 * @author לערי ריינהארט
15 */
16
17 $namespaceNames = array(
18 NS_SPECIAL => 'Ispetziale',
19 NS_TALK => 'Cuntierra',
20 NS_USER => 'Usuàriu',
21 NS_USER_TALK => 'Cuntierra_usuàriu',
22 NS_PROJECT_TALK => 'Cuntierra_$1',
23 NS_FILE => 'File',
24 NS_FILE_TALK => 'Cuntierra_file',
25 NS_MEDIAWIKI_TALK => 'Cuntierra_MediaWiki',
26 NS_TEMPLATE_TALK => 'Cuntierra_template',
27 NS_HELP => 'Agiudu',
28 NS_HELP_TALK => 'Cuntierra_agiudu',
29 NS_CATEGORY => 'Categoria',
30 NS_CATEGORY_TALK => 'Cuntierra_categoria',
31 );
32
33 $namespaceAliases = array(
34 'Speciale' => NS_SPECIAL,
35 'Contièndha' => NS_TALK,
36 'Utente' => NS_USER,
37 'Utente_discussioni' => NS_USER_TALK,
38 '$1_discussioni' => NS_PROJECT_TALK,
39 'Immàgini' => NS_FILE,
40 'Immàgini_contièndha' => NS_FILE_TALK
41 );
42
43 $dateFormats = array(
44 'mdy time' => 'H:i',
45 'mdy date' => 'M j, Y',
46 'mdy both' => 'H:i, M j, Y',
47
48 'dmy time' => 'H:i',
49 'dmy date' => 'j M Y',
50 'dmy both' => 'H:i, j M Y',
51
52 'ymd time' => 'H:i',
53 'ymd date' => 'Y M j',
54 'ymd both' => 'H:i, Y M j',
55 );
56
57 $linkTrail = "/^([a-z]+)(.*)$/sD";
58