User:SPQRobin/la

From translatewiki.net

Names of special pages

/**
 * Alternate names of special pages. All names are case-insensitive. The first
 * listed alias will be used as the default. Aliases from the fallback
 * localisation (usually English) will be included by default.
 *
 * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 * hook.
 */
$specialPageAliases = array(
    'DoubleRedirects'           => array( 'Redirectiones_duplices' ),
    'BrokenRedirects'           => array( 'Redirectiones_fractae' ),
    'Disambiguations'           => array( 'Paginae_disambiguationis', 'Disambiguationes' ),
    'Userlogin'                 => array( 'Conventum_aperire' ),
    'Userlogout'                => array( 'Conventum_concludere' ),
    'Preferences'               => array( 'Praeferentiae' ),
    'Watchlist'                 => array( 'Paginae_custoditae' ),
    'Recentchanges'             => array( 'Nuper_mutata', 'Mutationes_recentes' ),
    'Upload'                    => array( 'Fasciculos_onerare', 'Imagines_onerare' ),
    'Imagelist'                 => array( 'Fasciculi', 'Imagines' ),
    'Newimages'                 => array( 'Fasciculi_novi', 'Imagines_novae' ),
    'Listusers'                 => array( 'Usores' ),
    'Statistics'                => array( 'Census' ),
    'Randompage'                => array( 'Pagina_fortuita' ),
    'Lonelypages'               => array( 'Paginae_non_annexae' ),
    'Uncategorizedpages'        => array( 'Paginae_sine_categoriis' ),
    'Uncategorizedcategories'   => array( 'Categoriae_sine_categoriis' ),
    'Uncategorizedimages'       => array( 'Fasciculi_sine_categoriis', 'Imagines_sine_categoriis' ),
    'Uncategorizedtemplates'    => array( 'Formulae_sine_categoriis' ),
    'Unusedcategories'          => array( 'Categoriae_non_in_usu', 'Categoriae_vacuae' ),
    'Unusedimages'              => array( 'Fasciculi_non_in_usu', 'Imagines_non_in_usu' ),
    'Wantedpages'               => array( 'Paginae_desideratae', 'Nexus_fracti' ),
    'Wantedcategories'          => array( 'Categoriae_desideratae' ),
    'Mostlinked'                => array( 'Paginae_maxime_annexae' ),
    'Mostlinkedcategories'      => array( 'Categoriae_maxime_annexae' ),
    'Mostlinkedtemplates'       => array( 'Formulae_maxime_annexae' ),
    'Mostcategories'            => array( 'Paginae_plurimis_categoriis' ),
    'Mostimages'                => array( 'Fasciculi_maxime_annexi', 'Imagines_maxime_annexae' ),
    'Mostrevisions'             => array( 'Paginae_plurimum_mutatae' ),
    'Fewestrevisions'           => array( 'Paginae_minime_mutatae' ),
    'Shortpages'                => array( 'Paginae_breves' ),
    'Longpages'                 => array( 'Paginae_longae' ),
    'Newpages'                  => array( 'Paginae_novae' ),
    'Ancientpages'              => array( 'Paginae_veterrimae' ),
    'Deadendpages'              => array( 'Paginae_sine_nexu' ),
    'Protectedpages'            => array( 'Paginae_protectae' ),
    'Allpages'                  => array( 'Paginae_omnes', 'Omnes_paginae' ),
    'Prefixindex'               => array( 'Praefixa', 'Quaerere_per_praefixa' ),
    'Ipblocklist'               => array( 'Usores_obstructi' ),
    'Specialpages'              => array( 'Paginae_speciales' ),
    'Contributions'             => array( 'Conlationes', 'Conlationes_usoris' ),
    'Emailuser'                 => array( 'Litteras_electronicas_usori_mittere', 'Littera_electronica' ),
    'Whatlinkshere'             => array( 'Nexus_ad_paginam' ),
    'Recentchangeslinked'       => array( 'Nuper_mutata_annexorum' ),
    'Movepage'                  => array( 'Paginam_movere', 'Movere' ),
    'Blockme'                   => array( 'Usor_obstructus' ),
    'Booksources'               => array( 'Librorum_fontes' ),
    'Categories'                => array( 'Categoriae' ),
    'Export'                    => array( 'Exportare', 'Paginas_exportare' ),
    'Version'                   => array( 'Versio' ),
    'Allmessages'               => array( 'Nuntia_systematis' ),
    'Log'                       => array( 'Acta' ),
    'Blockip'                   => array( 'Usorem_obstruere' ),
    'Undelete'                  => array( 'Paginam_restituere' ),
    'Import'                    => array( 'Importare', 'Paginas_importare' ),
    'Lockdb'                    => array( 'Basem_datorum_obstruere' ),
    'Unlockdb'                  => array( 'Basem_datorum_deobstruere' ),
    'Userrights'                => array( 'Iures_usorum' ),
    'MIMEsearch'                => array( 'Quaerere_per_MIME' ),
    'Unwatchedpages'            => array( 'Paginae_incustoditae' ),
    'Listredirects'             => array( 'Redirectiones' ),
    'Revisiondelete'            => array( 'Emendationem_delere' ),
    'Unusedtemplates'           => array( 'Formulae_non_in_usu' ),
    'Randomredirect'            => array( 'Redirectio_fortuita' ),
    'Mypage'                    => array( 'Pagina_mea' ),
    'Mytalk'                    => array( 'Disputatio_mea' ),
    'Mycontributions'           => array( 'Conlationes_meae' ),
    'Listadmins'                => array( 'Magistratus' ),
    'Popularpages'              => array( 'Paginae_saepe_monstratae' ),
    'Search'                    => array( 'Quaerere' ),
    'Resetpass'                 => array( 'Tesseram_novam_creare' ),
    'Withoutinterwiki'          => array( 'Paginae_sine_nexibus_ad_linguas_alias', 'Paginae_sine_nexibus_intervicis' ),
    );

Magic words

not yet ready

$magicWords = array(
#   ID                                 CASE  SYNONYMS
    'redirect'               => array( 0,    '#REDIRECT', '#REDIRECTIO' ),
#    'notoc'                  => array( 0,    '__NOTOC__'              ),
#    'nogallery'              => array( 0,    '__NOGALLERY__'          ),
#    'forcetoc'               => array( 0,    '__FORCETOC__'           ),
#    'toc'                    => array( 0,    '__TOC__'                ),
#    'noeditsection'          => array( 0,    '__NOEDITSECTION__'      ),
#    'currentmonth'           => array( 1,    'CURRENTMONTH'           ),
#    'currentmonthname'       => array( 1,    'CURRENTMONTHNAME'       ),
#    'currentmonthnamegen'    => array( 1,    'CURRENTMONTHNAMEGEN'    ),
#    'currentmonthabbrev'     => array( 1,    'CURRENTMONTHABBREV'     ),
#    'currentday'             => array( 1,    'CURRENTDAY'             ),
#    'currentday2'            => array( 1,    'CURRENTDAY2'            ),
#    'currentdayname'         => array( 1,    'CURRENTDAYNAME'         ),
#    'currentyear'            => array( 1,    'CURRENTYEAR'            ),
#    'currenttime'            => array( 1,    'CURRENTTIME'            ),
#    'currenthour'            => array( 1,    'CURRENTHOUR'            ),
#    'localmonth'             => array( 1,    'LOCALMONTH'             ),
#    'localmonthname'         => array( 1,    'LOCALMONTHNAME'         ),
#    'localmonthnamegen'      => array( 1,    'LOCALMONTHNAMEGEN'      ),
#    'localmonthabbrev'       => array( 1,    'LOCALMONTHABBREV'       ),
#    'localday'               => array( 1,    'LOCALDAY'               ),
#    'localday2'              => array( 1,    'LOCALDAY2'              ),
#    'localdayname'           => array( 1,    'LOCALDAYNAME'           ),
#    'localyear'              => array( 1,    'LOCALYEAR'              ),
#    'localtime'              => array( 1,    'LOCALTIME'              ),
#    'localhour'              => array( 1,    'LOCALHOUR'              ),
    'numberofpages'          => array( 1,    'NUMBEROFPAGES', 'NUMERUSPAGINARUM', 'NUMERUSPAGINAE' ),
#    'numberofarticles'       => array( 1,    'NUMBEROFARTICLES'       ),
#    'numberoffiles'          => array( 1,    'NUMBEROFFILES'          ),
    'numberofusers'          => array( 1,    'NUMBEROFUSERS', 'NUMERUSUSORUM', 'NUMERUSUSORES' ),
#    'numberofedits'          => array( 1,    'NUMBEROFEDITS'          ),
    'pagename'               => array( 1,    'PAGENAME', 'NOMENPAGINAE', 'PAGINANOMEN' ),
    'pagenamee'              => array( 1,    'PAGENAMEE', 'NOMENPAGINAEE', 'PAGINANOMENE' ),
    'namespace'              => array( 1,    'NAMESPACE', 'SPATIUMNOMINALE' ),
    'namespacee'             => array( 1,    'NAMESPACEE', 'SPATIUMNOMINALEE' ),
#    'talkspace'              => array( 1,    'TALKSPACE'              ),
#    'talkspacee'             => array( 1,    'TALKSPACEE'              ),
#    'subjectspace'           => array( 1,    'SUBJECTSPACE', 'ARTICLESPACE' ),
#    'subjectspacee'          => array( 1,    'SUBJECTSPACEE', 'ARTICLESPACEE' ),
#    'fullpagename'           => array( 1,    'FULLPAGENAME'           ),
#    'fullpagenamee'          => array( 1,    'FULLPAGENAMEE'          ),
#    'subpagename'            => array( 1,    'SUBPAGENAME'            ),
#    'subpagenamee'           => array( 1,    'SUBPAGENAMEE'           ),
#    'basepagename'           => array( 1,    'BASEPAGENAME'           ),
#    'basepagenamee'          => array( 1,    'BASEPAGENAMEE'          ),
#    'talkpagename'           => array( 1,    'TALKPAGENAME'           ),
#    'talkpagenamee'          => array( 1,    'TALKPAGENAMEE'          ),
#    'subjectpagename'        => array( 1,    'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ),
#    'subjectpagenamee'       => array( 1,    'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ),
#    'msg'                    => array( 0,    'MSG:'                   ),
#    'subst'                  => array( 0,    'SUBST:'                 ),
#    'msgnw'                  => array( 0,    'MSGNW:'                 ),
#    'img_thumbnail'          => array( 1,    'thumbnail', 'thumb'     ),
#    'img_manualthumb'        => array( 1,    'thumbnail=$1', 'thumb=$1'),
#    'img_right'              => array( 1,    'right'                  ),
#    'img_left'               => array( 1,    'left'                   ),
#    'img_none'               => array( 1,    'none'                   ),
#    'img_width'              => array( 1,    '$1px'                   ),
#    'img_center'             => array( 1,    'center', 'centre'       ),
#    'img_framed'             => array( 1,    'framed', 'enframed', 'frame' ),
#    'img_frameless'          => array( 1,    'frameless'              ),
#    'img_page'               => array( 1,    'page=$1', 'page $1'     ),
#    'img_upright'            => array( 1,    'upright', 'upright=$1', 'upright $1'  ),
#    'img_border'             => array( 1,    'border'                 ),
#    'img_baseline'           => array( 1,    'baseline'               ),
#    'img_sub'                => array( 1,    'sub'                    ),
#    'img_super'              => array( 1,    'super', 'sup'           ),
#    'img_top'                => array( 1,    'top'                    ),
#    'img_text_top'           => array( 1,    'text-top'               ),
#    'img_middle'             => array( 1,    'middle'                 ),
#    'img_bottom'             => array( 1,    'bottom'                 ),
#    'img_text_bottom'        => array( 1,    'text-bottom'            ),
#    'int'                    => array( 0,    'INT:'                   ),
#    'sitename'               => array( 1,    'SITENAME'               ),
    'ns'                     => array( 0,    'NS:', 'SN:' ),
#    'localurl'               => array( 0,    'LOCALURL:'              ),
#    'localurle'              => array( 0,    'LOCALURLE:'             ),
#    'server'                 => array( 0,    'SERVER'                 ),
#    'servername'             => array( 0,    'SERVERNAME'             ),
#    'scriptpath'             => array( 0,    'SCRIPTPATH'             ),
#    'grammar'                => array( 0,    'GRAMMAR:'               ),
#    'notitleconvert'         => array( 0,    '__NOTITLECONVERT__', '__NOTC__'),
#    'nocontentconvert'       => array( 0,    '__NOCONTENTCONVERT__', '__NOCC__'),
#    'currentweek'            => array( 1,    'CURRENTWEEK'            ),
#    'currentdow'             => array( 1,    'CURRENTDOW'             ),
#    'localweek'              => array( 1,    'LOCALWEEK'              ),
#    'localdow'               => array( 1,    'LOCALDOW'               ),
#    'revisionid'             => array( 1,    'REVISIONID'             ),
#    'revisionday'            => array( 1,    'REVISIONDAY'            ),
#    'revisionday2'           => array( 1,    'REVISIONDAY2'           ),
#    'revisionmonth'          => array( 1,    'REVISIONMONTH'          ),
#    'revisionyear'           => array( 1,    'REVISIONYEAR'           ),
#    'revisiontimestamp'      => array( 1,    'REVISIONTIMESTAMP'      ),
#    'plural'                 => array( 0,    'PLURAL:'                ),
#    'fullurl'                => array( 0,    'FULLURL:'               ),
#    'fullurle'               => array( 0,    'FULLURLE:'              ),
#    'lcfirst'                => array( 0,    'LCFIRST:'               ),
#    'ucfirst'                => array( 0,    'UCFIRST:'               ),
#    'lc'                     => array( 0,    'LC:'                    ),
#    'uc'                     => array( 0,    'UC:'                    ),
#    'raw'                    => array( 0,    'RAW:' ),
#    'displaytitle'           => array( 1,    'DISPLAYTITLE' ),
#    'rawsuffix'              => array( 1,    'R' ),
#    'newsectionlink'         => array( 1,    '__NEWSECTIONLINK__' ),
#    'currentversion'         => array( 1,    'CURRENTVERSION' ),
#    'urlencode'              => array( 0,    'URLENCODE:' ),
#    'anchorencode'           => array( 0,    'ANCHORENCODE' ),
#    'currenttimestamp'       => array( 1,    'CURRENTTIMESTAMP' ),
#    'localtimestamp'         => array( 1,    'LOCALTIMESTAMP' ),
#    'directionmark'          => array( 1,    'DIRECTIONMARK', 'DIRMARK' ),
    'language'               => array( 0,    '#LANGUAGE:', '#LINGUA:' ),
#    'contentlanguage'        => array( 1,    'CONTENTLANGUAGE', 'CONTENTLANG' ),
#    'pagesinnamespace'       => array( 1,    'PAGESINNAMESPACE:', 'PAGESINNS:' ),
    'numberofadmins'         => array( 1,    'NUMBEROFADMINS', 'NUMERUSMAGISTRATORUM' ),
#    'formatnum'              => array( 0,    'FORMATNUM'              ),
#    'padleft'                => array( 0,    'PADLEFT'                ),
#    'padright'               => array( 0,    'PADRIGHT'               ),
    'special'                => array( 0,    'special', 'specialis' ),
#    'defaultsort'            => array( 1,    'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ),
#    'filepath'               => array( 0,    'FILEPATH:' ),
);

See also

http://www.mediawiki.org/wiki/Special_page_names/la