[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /** Northern Sami (sámegiella) 3 * 4 * To improve a translation please visit https://translatewiki.net 5 * 6 * @ingroup Language 7 * @file 8 * 9 * @author Gálaniitoluodda 10 * @author Jeblad 11 * @author Kaganer 12 * @author Laila 13 * @author Linnea 14 * @author Skuolfi 15 * @author Teak 16 * @author The Evil IP address 17 * @author Trondtr 18 * @author לערי ריינהארט 19 */ 20 21 $namespaceNames = array( 22 NS_MEDIA => 'Media', 23 NS_SPECIAL => 'Erenoamáš', 24 NS_TALK => 'Ságastallan', 25 NS_USER => 'Geavaheaddji', 26 NS_USER_TALK => 'Geavaheaddjeságastallan', 27 NS_PROJECT_TALK => '$1-ságastallan', 28 NS_FILE => 'Fiila', 29 NS_FILE_TALK => 'Fiilaságastallan', 30 NS_MEDIAWIKI => 'MediaWiki', 31 NS_MEDIAWIKI_TALK => 'MediaWiki-ságastallan', 32 NS_TEMPLATE => 'Málle', 33 NS_TEMPLATE_TALK => 'Málleságastallan', 34 NS_HELP => 'Veahkki', 35 NS_HELP_TALK => 'Veahkkeságastallan', 36 NS_CATEGORY => 'Kategoriija', 37 NS_CATEGORY_TALK => 'Kategoriijaságastallan', 38 ); 39 40 $namespaceAliases = array( 41 'Doaimmat' => NS_SPECIAL, 42 ); 43 44 $specialPageAliases = array( 45 'Activeusers' => array( 'Aktiivvalaš_geavaheaddjit' ), 46 'Allmessages' => array( 'Buot_systemadieđáhusat', 'Buot_vuogádatdieđáhusat' ), 47 'Allpages' => array( 'Buot_siiddut' ), 48 'Ancientpages' => array( 'Dološ_siiddut' ), 49 'Badtitle' => array( 'Veadjemeahttun_bajilčála' ), 50 'Blankpage' => array( 'Guoros_siidu' ), 51 'Block' => array( 'Hehtte', 'Hehtte_geavaheaddji', 'Hehtte_IP' ), 52 'Booksources' => array( 'Girjegáldut' ), 53 'BrokenRedirects' => array( 'Boatkanan_stivremat', 'Boatkanan_ođđasitstivremat' ), 54 'Categories' => array( 'Kategoriijat' ), 55 'ChangeEmail' => array( 'Rievdat_E-poastta' ), 56 'ComparePages' => array( 'Veardit_siidduid' ), 57 'Confirmemail' => array( 'Sihkaraste_e-poastta' ), 58 'Contributions' => array( 'Rievdadusat' ), 59 'CreateAccount' => array( 'Ráhkat_dovddaldaga', 'Ráhkat_konttu' ), 60 'DeletedContributions' => array( 'Sihkkojuvvon_rievdadusat' ), 61 'DoubleRedirects' => array( 'Guoktegeardásaš_ođđasitstivremat' ), 62 'EditWatchlist' => array( 'Rievdat_čuovvunlisttu' ), 63 'Emailuser' => array( 'Sádde_e-poastta' ), 64 'Export' => array( 'Olggosfievrrit_siidduid' ), 65 'Import' => array( 'Sisafievrrit' ), 66 'BlockList' => array( 'Hehttenlistu', 'Listu_hehttemiin' ), 67 'Listadmins' => array( 'Administráhtorlistu', 'Listu_administráhtoriin' ), 68 'Listbots' => array( 'Bohttalistu', 'Listu_bohtain' ), 69 'Listfiles' => array( 'Fiilalogahallan' ), 70 'Listgrouprights' => array( 'Listu_joavkkuid_vuoigatvuođain' ), 71 'Listredirects' => array( 'Stivrenlistu', 'Listu_stivremiin', 'Listu_ođđasitstivremiin' ), 72 'Listusers' => array( 'Geavaheaddjelistu', 'Listu_geavaheddjiin' ), 73 'Log' => array( 'Loggat', 'Logga' ), 74 'Lonelypages' => array( 'Oarbbes_siiddut' ), 75 'Longpages' => array( 'Guhkes_siiddut' ), 76 'MIMEsearch' => array( 'MIME-ohcan' ), 77 'Movepage' => array( 'Sirdde_siiddu' ), 78 'Mycontributions' => array( 'Mu_rievdadusat' ), 79 'Mypage' => array( 'Mu_siidu' ), 80 'Mytalk' => array( 'Mu_ságastallan' ), 81 'Newimages' => array( 'Ođđa_govat', 'Ođđa_fiillat' ), 82 'Newpages' => array( 'Ođđa_siiddut' ), 83 'Popularpages' => array( 'Bivnnuhis_siiddut' ), 84 'Preferences' => array( 'Válljemat', 'Ásahusat' ), 85 'Protectedpages' => array( 'Suodjaluvvon_siiddut' ), 86 'Protectedtitles' => array( 'Suodjaluvvon_bajilčállagat', 'Suodjaluvvon_siidonamat' ), 87 'Randompage' => array( 'Summal', 'Summal_siidu' ), 88 'Randomredirect' => array( 'Summal_ođđasitstivren' ), 89 'Recentchanges' => array( 'Varas_rievdadusat' ), 90 'Revisiondelete' => array( 'Sihko_veršuvnna' ), 91 'Search' => array( 'Oza' ), 92 'Shortpages' => array( 'Oanehis_siiddut' ), 93 'Specialpages' => array( 'Erenoamáš_siiddut', 'Doaibmasiiddut' ), 94 'Statistics' => array( 'Statistihkat' ), 95 'Unblock' => array( 'Sihko_hehttema' ), 96 'Uncategorizedcategories' => array( 'Klassifiserekeahtes_kategoriijat' ), 97 'Uncategorizedimages' => array( 'Klassifiserekeahtes_fiillat', 'Klassifiserekeahtes_govat' ), 98 'Uncategorizedpages' => array( 'Klassifiserekeahtes_siiddut' ), 99 'Uncategorizedtemplates' => array( 'Klassifiserekeahtes_mállet' ), 100 'Undelete' => array( 'Máhccat' ), 101 'Unusedcategories' => array( 'Geavatkeahtes_kategoriijat' ), 102 'Unusedimages' => array( 'Geavatkeahtes_govat', 'Geavatkeahtes_fiillat' ), 103 'Unusedtemplates' => array( 'Geavatkeahtes_mállet' ), 104 'Unwatchedpages' => array( 'Čuovotkeahtes_siiddut' ), 105 'Upload' => array( 'Sádde_fiilla' ), 106 'Userlogin' => array( 'Logge_sisa' ), 107 'Userlogout' => array( 'Logge_olggos' ), 108 'Userrights' => array( 'Geavaheaddjevuoigatvuođat' ), 109 'Version' => array( 'Veršuvdna' ), 110 'Wantedcategories' => array( 'Kategoriijasávaldagat' ), 111 'Wantedfiles' => array( 'Fiilasávaldagat', 'Govvasávaldagat' ), 112 'Wantedpages' => array( 'Siidosávaldagat' ), 113 'Wantedtemplates' => array( 'Mállesávaldagat' ), 114 'Watchlist' => array( 'Čuovvunlistu' ), 115 'Withoutinterwiki' => array( 'Interwikihis_siiddut', 'Giellaliŋkkahis_siiddut', 'Giellaleaŋkkahis_siiddut' ), 116 ); 117 118 $magicWords = array( 119 'redirect' => array( '0', '#STIVREN', '#OĐĐASITSTIVREN', '#REDIRECT' ), 120 'notoc' => array( '0', '__IISISDOALLU__', '__IISIS__', '__NOTOC__' ), 121 'nogallery' => array( '0', '__IIGALLERIIJA__', '__NOGALLERY__' ), 122 'toc' => array( '0', '__SISDOALLU__', ' __SIS__', '__TOC__' ), 123 'noeditsection' => array( '0', '__IIRIEVDADITOASI__', '__NOEDITSECTION__' ), 124 'numberofarticles' => array( '1', 'ARTIHKKALIIDMEARRI', ' ARTIHKALMEARRI', 'NUMBEROFARTICLES' ), 125 'numberoffiles' => array( '1', 'FIILLAIDMEARRI', 'FIILAMEARRI', ' GOVAIDMEARRI', ' GOVVAMEARRI', 'NUMBEROFFILES' ), 126 'numberofusers' => array( '1', 'GEAVAHEDDJIIDMEARRI', ' GEAVAHEADDJIMEARRI', ' GEAVAHEADDJEMEARRI', 'NUMBEROFUSERS' ), 127 'numberofactiveusers' => array( '1', 'AKTIIVAGEAVAHEDDJIIDMEARRI', ' AKTIIVAGEAVAHEADDJIMEARRI', ' AKTIIVAGEAVAHEADDJEMEARRI', 'NUMBEROFACTIVEUSERS' ), 128 'numberofedits' => array( '1', 'RIEVDADUSAIDMEARRI', ' RIEVDADUSMEARRI', 'NUMBEROFEDITS' ), 129 'subst' => array( '0', 'LIIBME:', 'SUBST:' ), 130 'img_thumbnail' => array( '1', 'mini', 'thumbnail', 'thumb' ), 131 'img_manualthumb' => array( '1', 'mini=$1', 'thumbnail=$1', 'thumb=$1' ), 132 'img_right' => array( '1', 'olgeš', 'right' ), 133 'img_left' => array( '1', 'gurut', 'left' ), 134 'img_center' => array( '1', 'gasku', 'center', 'centre' ), 135 'img_link' => array( '1', 'liŋka=$1', 'link=$1' ), 136 ); 137 138 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' ); 139 140 $linkTrail = '/^(:?[a-zàáâçčʒǯđðéèêëǧǥȟíìîïıǩŋñóòôõßšŧúùûýÿüžþæøåäö]+)(.*)$/sDu'; 141
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |