Dalībnieks:Tail/Language.php

Vikipēdijas lapa

Anyone can edit this copy of the script. It doesn't run. Updates made here are reviewed and tested before installation.

Jebkurš var rediģēt šo koda versiju. Tā netiek izmantota. Visi papildinājumi tiek pārskatīti un pārbaudīti pirms instalēšanas.

VERY IMPORTANT NOTE: Any edits made to the page below must be licensed under the terms of the GNU General Public License to be included in the Wikipedia software. That is not the same as the GNU Free Documentation License that the general contents of this wiki are licensed under. If you contribute to this file, you must make it known that your intention is to dual-license the contributions under both GFDL (for posting on this wiki) and GPL (for inclusion in the software). If this is not acceptable to you, do not edit these files online on this wiki.

ĻOTI SVARĪGS PAZIŅOJUMS: Visiem šajā lapā veiktajiem labojumiem jābūt licencētiem saskaņā ar GNU General Public License, lai tos varētu iekļaut Wikipēdijas programmatūrā. Tā nav tā pati licence, kas GNU Free Documentation License, saskaņā ar kuru ir licencēts šā wiki vispārējais saturs. Ja tu veic izmaiņas šajā failā, tad tev ir jādara zināms, ka vēlies licencēt izmaiņas gan saskaņā ar GFDL (lai pievienotu šim wiki), gan GPL (lai iekļautu programmatūrā). Ja tev tas nav pieņemami, neveic izmaiņas šajos failos tiešsaistē.

<?php
if( defined( 'MEDIAWIKI' ) ) {

#
# In general you should not make customizations in these language files
# directly, but should use the MediaWiki: special namespace to customize
# user interface messages through the wiki.
# See http://meta.wikipedia.org/wiki/MediaWiki_namespace
#
# NOTE TO TRANSLATORS: Do not copy this whole file when making translations!
# A lot of common constants and a base class with inheritable methods are
# defined here, which should not be redefined. See the other LanguageXx.php
# files for examples.
#

#--------------------------------------------------------------------------
# Language-specific text
#--------------------------------------------------------------------------

# The names of the namespaces can be set here, but the numbers
# are magical, so don't change or move them!  The Namespace class
# encapsulates some of the magic-ness.
#

if($wgMetaNamespace === FALSE)
	$wgMetaNamespace = str_replace( ' ', '_', $wgSitename );

/* private */ $wgNamespaceNamesLv = array(
	NS_MEDIA            => 'Media',
	NS_SPECIAL          => 'Special',
	NS_MAIN	            => '',
	NS_TALK	            => 'Diskusija',
	NS_USER             => 'Lietotājs',
	NS_USER_TALK        => 'Lietotāja_diskusija',
	NS_PROJECT          => $wgMetaNamespace,
	NS_PROJECT_TALK     => $wgMetaNamespace . '_diskusija',
	NS_IMAGE            => 'Attēls',
	NS_IMAGE_TALK       => 'Attēla_diskusija',
	NS_MEDIAWIKI        => 'MediaWiki',
	NS_MEDIAWIKI_TALK   => 'MediaWiki_diskusija',
	NS_TEMPLATE         => 'Veidne',
	NS_TEMPLATE_TALK    => 'Veidnes_diskusija',
	NS_HELP             => 'Palīdzība',
	NS_HELP_TALK        => 'Palīdzības_diskusija',
	NS_CATEGORY         => 'Kategorija',
	NS_CATEGORY_TALK    => 'Kategorijas_diskusija'
);

if(isset($wgExtraNamespaces)) {
	$wgNamespaceNamesLv=$wgNamespaceNamesLv+$wgExtraNamespaces;
}

/* private */ $wgDefaultUserOptionsLv = array(
	'quickbar' => 1, 'underline' => 1, 'hover' => 1,
	'cols' => 80, 'rows' => 25, 'searchlimit' => 20,
	'contextlines' => 5, 'contextchars' => 50,
	'skin' => $wgDefaultSkin, 'math' => 1, 'rcdays' => 7, 'rclimit' => 50,
	'highlightbroken' => 1, 'stubthreshold' => 0,
	'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>0, 'showtoc'=>1,
	'showtoolbar' =>1,
	'date' => 0, 'imagesize' => 2,
	'fancysig' => 0,
);

/* private */ $wgQuickbarSettingsLv = array(
	'Nerādīt', 'Pa kreisi', 'Pa labi', 'Pa kreisi, kustīgs'
);

/* private */ $wgSkinNamesLv = array(
	'standard' => 'Klasiska',
	'nostalgia' => 'Nostalģija',
	'cologneblue' => 'Ķelnes zils',
	'davinci' => 'DaVinči',
	'mono' => 'Mono',
	'monobook' => 'MonoBook',
	'myskin' => 'ManaTēma',
	'chick' => 'Šiks'
);

# Validation types
$wgValidationTypesLv = array (
	'0' => "Stils|Briesmīgs|Brīnišķīgs|5",
	'1' => "Likumība|Nelegāls|Legāls|5",
	'2' => "Pabeigtība|Aizmetnis|Izvērsts|5",
	'3' => "Fakti|No pirksta izzīsti|Fundamentāli kā klints|5",
	'4' => "Piemērots 1.0 (papīra)|Nē|Jā|2",
	'5' => "Piemērots 1.0 (CD)|Nē|Jā|2"
);

/* private */ $wgMathNamesLv = array(
	MW_MATH_PNG => 'mw_math_png',
	MW_MATH_SIMPLE => 'mw_math_simple',
	MW_MATH_HTML => 'mw_math_html',
	MW_MATH_SOURCE => 'mw_math_source',
	MW_MATH_MODERN => 'mw_math_modern',
	MW_MATH_MATHML => 'mw_math_mathml'
);

# Whether to use user or default setting in Language::date()
define( 'MW_DATE_USER_FORMAT', true );

/* private */ $wgDateFormatsLv = array(
	'Nenoteikts',
	'15. janvāris, 2001',
	'2001. gada 15. janvāris',
	'2001.gada 15.janvāris',
	'15.01.2001'
);

/* private */ $wgUserTogglesLv = array(
        'hover'       => 'Parādīt informāciju, kad peles kursors ir virs wiki linka',
        'underline'       => 'Pasvītrot linkus',
        'highlightbroken'       => 'Parādīt linkus uz neesošām lapām <a href=\"\" class=\"new\">šādi</a> (alternatīva: šādi - <a href=\"\" class=\"internal\">?</a>).',
        'justify'        => 'Izlīdzināt rindkopas pēc malām',
        'hideminor'       => 'Paslēpt maznozīmīgus labojumus pēdējo izmaiņu lapā',
        'usenewrc'       => 'Papildinātas pēdējās izmaiņas (nav piemērotas visiem pārlūkiem)',
        'numberheadings'        => 'Automātiski numurēt virsrakstus',
        'showtoolbar'       => 'Parādīt izmainīšanas rīkujoslu',
        'editondblclick'       => 'Atvērt izmainīšanas lapu, divreiz uzklikšķinot uz lapas (nepieciešams JavaScript)',
        'editsection'       => 'Rādīt izmainīšanas linkus pie sadaļām \"izmainīt šo sadaļu\"',
        'editsectiononrightclick'       => 'Atvērt sadaļas izmainīšanas lapu, uzklikšķinot ar labo pogu uz sadaļas virsraksta (nepieciešams JavaScript)',
        'showtoc'       => 'Parādīt satura rādītāju (lapām, kurās ir vairāk par 3 virsrakstiem)',
        'rememberpassword'        => 'Atcerēties paroli pēc pārlūka aizvēršanas',
        'editwidth'       => 'Parādīt izmainīšanas logu pilnā platumā',
        'watchdefault'       => 'Sākotnēji atzīmēt, ka tevis izmainītās lapas jāpievieno uzraugāmo lapu sarakstam',
        'minordefault'       => 'Atzīmēt visus labojumus jau sākotnēji par maznozīmīgiem',
        'previewontop'       => 'Parādīt pirmskatu virs izmainīšanas loga, nevis zem',
        'previewonfirst'        => 'Parādīt pirmskatu jau sākotnējā labošanā',
        'nocache'        => 'Neļaut pārlūkam saglabāt lapas kešatmiņā',
	'fancysig'        => 'Vienkāršs paraksts (bez automātiskās saites)'
);

/* private */ $wgBookstoreListLv = array(
	'Siets.lv meklēšana bibliotēkās' => 'http://siets.lv/siets.php?q=$1&d=lnb&Token=&l=lv&s=57e76cf32f0f100d1f3e&an=y&a=&nos=&sbm=y&Search=Mekl%C4%93t+Siet%C4%81&lc=Y'
	'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
	'Amizante.lv' => 'http://www.amizante.lv/browse?search_by=keywords&categories_id=279&keywords=$1&rank=%252Btitlerank&x=45&y=14',
	'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1',
	'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1',
	'Barnes & Noble' => 'http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1'

);

# Read language names
global $wgLanguageNames;
require_once( 'Names.php' );

$wgLanguageNamesLv =& $wgLanguageNames;


/* private */ $wgWeekdayNamesLv = array(
	'svētdiena', 'pirmdiena', 'otrdiena', 'trešdiena', 'ceturtdiena',
	'piektdiena', 'sestdiena'
);


/* private */ $wgMonthNamesLv = array(
        'janvāris', 'februāris', 'marts', 'aprīlis', 'maijs', 'jūnijs',
        'jūlijs', 'augusts', 'septembris', 'oktobris', 'novembris',
        'decemberis'
);
/* private */ $wgMonthNamesGenEn = array(
	'january-gen', 'february-gen', 'march-gen', 'april-gen', 'may-gen', 'june-gen',
	'july-gen', 'august-gen', 'september-gen', 'october-gen', 'november-gen',
	'december-gen'
);

/* private */ $wgMonthAbbreviationsLv = array(
	'janvārī,', 'februārī,', 'martā,', 'aprīlī,', 'maijā,', 'jūnijā,', 'jūlijā,', 'augustā,',
	'septembrī,', 'oktobrī,', 'novembrī,', 'decembrī,'
);

# Note to translators:
#   Please include the English words as synonyms.  This allows people
#   from other wikis to contribute more easily.
#
/* private */ $wgMagicWordsLv = array(
#   ID                                 CASE  SYNONYMS
	MAG_REDIRECT             => array( 0,    '#REDIRECT', '#REDIREKTS'),
	MAG_NOTOC                => array( 0,    '__NOTOC__', '__BEZ SATURA__),
	MAG_FORCETOC             => array( 0,    '__FORCETOC__'           ),
	MAG_TOC                  => array( 0,    '__TOC__', '__SATURS__'  ),
	MAG_NOEDITSECTION        => array( 0,    '__NOEDITSECTION__'      ),
	MAG_START                => array( 0,    '__START__'              ),
	MAG_CURRENTMONTH         => array( 1,    'CURRENTMONTH'           ),
	MAG_CURRENTMONTHNAME     => array( 1,    'CURRENTMONTHNAME'       ),
	MAG_CURRENTDAY           => array( 1,    'CURRENTDAY'             ),
	MAG_CURRENTDAYNAME       => array( 1,    'CURRENTDAYNAME'         ),
	MAG_CURRENTYEAR          => array( 1,    'CURRENTYEAR'            ),
	MAG_CURRENTTIME          => array( 1,    'CURRENTTIME'            ),
	MAG_NUMBEROFARTICLES     => array( 1,    'NUMBEROFARTICLES'       ),
	MAG_CURRENTMONTHNAMEGEN  => array( 1,    'CURRENTMONTHNAMEGEN'    ),
	MAG_PAGENAME             => array( 1,    'PAGENAME'               ),
	MAG_PAGENAMEE            => array( 1,    'PAGENAMEE'              ),
	MAG_NAMESPACE            => array( 1,    'NAMESPACE'              ),
	MAG_MSG                  => array( 0,    'MSG:'                   ),
	MAG_SUBST                => array( 0,    'SUBST:'                 ),
	MAG_MSGNW                => array( 0,    'MSGNW:'                 ),
	MAG_END                  => array( 0,    '__END__'                ),
	MAG_IMG_THUMBNAIL        => array( 1,    'thumbnail', 'thumb', 'sīkbilde'),
	MAG_IMG_RIGHT            => array( 1,    'right', 'pa labi'       ),
	MAG_IMG_LEFT             => array( 1,    'left', pa kreisi'       ),
	MAG_IMG_NONE             => array( 1,    'none', 'nav'            ),
	MAG_IMG_WIDTH            => array( 1,    '$1px'                   ),
	MAG_IMG_CENTER           => array( 1,    'center', 'centre', 'centrā'),
	MAG_IMG_FRAMED           => array( 1,    'framed', 'enframed', 'frame', 'rāmis'),
	MAG_INT                  => array( 0,    'INT:'                   ),
	MAG_SITENAME             => array( 1,    'SITENAME'               ),
	MAG_NS                   => array( 0,    'NS:'                    ),
	MAG_LOCALURL             => array( 0,    'LOCALURL:'              ),
	MAG_LOCALURLE            => array( 0,    'LOCALURLE:'             ),
	MAG_SERVER               => array( 0,    'SERVER'                 ),
	MAG_GRAMMAR              => array( 0,    'GRAMMAR:'               ),
	MAG_NOTITLECONVERT       => array( 0,    '__NOTITLECONVERT__', '__NOTC__'),
	MAG_NOCONTENTCONVERT     => array( 0,    '__NOCONTENTCONVERT__', '__NOCC__'),
	MAG_CURRENTWEEK          => array( 1,    'CURRENTWEEK'            ),
	MAG_CURRENTDOW           => array( 1,    'CURRENTDOW'             ),
);

#Decimal numbers with commas instead of dots
function formatNum( $number ) {
        return strtr($number, '.,', ',.' );
}

#-------------------------------------------------------------------
# Default messages
#-------------------------------------------------------------------
# Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
# hyphen (-). If you need more characters, you may be able to change
# the regex in MagicWord::initRegex

# required for copyrightwarning
global $wgRightsText;

/* private */ $wgAllMessagesLv = array(
'special_version_prefix' => ' ',
'special_version_postfix' => ' ',
# User preference toggles
'tog-hover' => 'Parādīt informāciju, kad peles kursors ir virs wiki linka',
'tog-underline' => 'Pasvītrot linkus',
'tog-highlightbroken' => 'Parādīt linkus uz neesošām lapām <a href=\"\" class=\"new\">šādi</a> (alternatīva: šādi - <a href=\"\" class=\"internal\">?</a>).',
'tog-justify'	=> 'Izlīdzināt rindkopas pēc malām',
'tog-hideminor' => 'Paslēpt maznozīmīgus labojumus pēdējo izmaiņu lapā',
'tog-usenewrc' => 'Papildinātas pēdējās izmaiņas (nav piemērotas visiem pārlūkiem)',
'tog-numberheadings' => 'Numurēt virsrakstus',
'tog-showtoolbar'=>'Parādīt izmainīšanas rīkujoslu',
'tog-editondblclick' => 'Atvērt izmainīšanas lapu, divreiz uzklikšķinot uz lapas (JavaScript)',
'tog-editsection'=>'Rādīt sadaļu izmainīšanas linkus \"izmainīt šo sadaļu\"',
'tog-editsectiononrightclick'=>'Atvērt sadaļas izmainīšanas lapu, uzklikšķinot ar labo pogu uz sadaļas virsraksta (JavaScript)',
'tog-showtoc'=>'Rādīt satura rādītāju (lapām, kurās ir vairāk par 3 virsrakstiem)',
'tog-rememberpassword' => 'Atcerēties paroli pēc pārlūka aizvēršanas',
'tog-editwidth' => 'Parādīt izmainīšanas logu pilnā platumā',
'tog-watchdefault' => 'Pievienot tevis izmainītās lapas uzraugāmo lapu sarakstam',
'tog-minordefault' => 'Sākotnēji atzīmēt visus labojmus par maznozīmīgiem',
'tog-previewontop' => 'Parādīt pirmskatu virs izmainīšanas loga, nevis zem tā',
'tog-previewonfirst' => 'Parādīt pirmskatu jau sākotnējā labošanā',
'tog-nocache' => 'Neļaut pārlūkam saglabāt lapas kešatmiņā',
'tog-fancysig' => 'Vienkāršs paraksts (bez automātiskās saites)',

# dates
'sunday' => 'svētdiena',
'monday' => 'pirmdiena',
'tuesday' => 'otrdiena',
'wednesday' => 'trešdiena',
'thursday' => 'ceturtdiena',
'friday' => 'piektdiena',
'saturday' => 'sestdiena',
'january' => 'janvāris',
'february' => 'februāris',
'march' => 'marts',
'april' => 'aprīlis',
'may_long' => 'maijs',
'june' => 'jūnijs',
'july' => 'jūlijs',
'august' => 'augusts',
'september' => 'septembris',
'october' => 'oktobris',
'november' => 'novembris',
'december' => 'decembris',
'jan' => 'janvārī,',
'feb' => 'februārī,',
'mar' => 'martā,',
'apr' => 'aprīlī,',
'may' => 'maijā,',
'jun' => 'jūnijā,',
'jul' => 'jūlijā,',
'aug' => 'augustā,',
'sep' => 'septembrī,',
'oct' => 'oktobrī,',
'nov' => 'novembrī,',
'dec' => 'decembrī,',
# Bits of text used by many pages:
#
'categories' => 'Kategorijas',
'category' => 'kategorija',
'category_header' => 'Raksti, kas ietverti kategorijā "$1".',
'subcategories' => 'Apakškategorijas',


'linktrail'		=> '/^([a-z]+)(.*)$/sD',
'mainpage'		=> 'Sākumlapa',
'mainpagetext'	=> 'Wiki programmatūra ir veiksmīgi ieinstalēta.',
"mainpagedocfooter" => "Skat. [http://meta.wikipedia.org/wiki/MediaWiki_i18n dokumentāciju par lietotāja saskarnes pielāgošanu]
un [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide Lietotāja pamācību] par izmantošanu un konfigurēšanu.",

# NOTE: To turn off "Community portal" in the title links,
# set "portal" => "-"

'portal'		=> 'Kopienas portāls',
'portal-url'		=> 'Project:Kopienas portāls',
'about'			=> 'Par',
"aboutsite"             => "Par: {{SITENAME}}",
"aboutpage"		=> "Project:Par",
'article' => 'Raksts',
'help'			=> 'Palīdzība',
"helppage"		=> "Palīdzība:Saturs",
"wikititlesuffix" => "{{SITENAME}}",
"bugreports"	=> "Kļūdu paziņojumi",
"bugreportspage" => "Project:Kļūdu_paziņojumi",
'sitesupport'   => 'Ziedojumi', 
'sitesupport-url' => 'Project:Ziedojumi',
'faq'			=> 'BUJ',
"faqpage"		=> "Project:BUJ",
"edithelp"		=> "Palīdzība izmaiņām",
"newwindow"		=> "(atveras jaunā logā)",
"edithelppage"	=> "Palīdzība:Izmaiņu veikšana",
'cancel'		=> 'Atcelt',
'qbfind'		=> 'Meklēšana',
'qbbrowse'		=> 'Navigācija',
'qbedit'		=> 'Izmainīšana',
'qbpageoptions' => 'Šī lapa',
'qbpageinfo'	=> 'Konteksts',
'qbmyoptions'	=> 'Manas lapas',
'qbspecialpages'	=> 'Īpašās lapas',
'moredotdotdot'	=> 'Vairāk...',
'mypage'		=> 'Mana lapa',
'mytalk'		=> 'Mana diskusija',
'anontalk'		=> 'Šīs IP adreses lietotāja diskusija',
'navigation' => 'Navigācija',

# NOTE: To turn off "Current Events" in the sidebar,
# set "currentevents" => "-"
				       
'currentevents' => 'Aktualitātes',
'currentevents-url' => 'Aktualitātes',

# NOTE: To turn off "Disclaimers" in the title links,
# set "disclaimers" => "-"

'disclaimers' => 'Saistību atrunas',
"disclaimerpage" => "Project:Saistību_atrunas",
"errorpagetitle" => "Kļūda",
"returnto"		=> "Atgriezties: $1",
"tagline"      	=> "{{SITENAME}}s raksts",
'whatlinkshere'	=> 'Norādes uz šo rakstu',
'help'			=> 'Palīdzība',
'search'		=> 'Meklēt',
'go'		=> 'Aiziet!',
"history"		=> 'Lapas hronoloģija',
'history_short' => 'Hronoloģija',
'info_short'	=> 'Informācija',
'printableversion' => 'Drukājama versija',
'edit' => 'Izmainīt šo lapu',
'editthispage'	=> 'Izmainīt šo lapu',
'delete' => 'Dzēst',
"deletethispage" => "Dzēst šo lapu",
"undelete_short" => "Atjaunot dzēstas $1 versijas",
'undelete_short1' => 'Atjaunot dzēstu $1 versiju',
'protect' => 'Aizsargāt',
'protectthispage' => 'Aizsargāt šo lapu',
'unprotect' => 'Neaizsargāt',
'unprotectthispage' => 'Neaizsargāt šo lapu',
'newpage' => 'Jauna lapa',
'talkpage'		=> 'Diskusija par šo lapu',
'specialpage' => 'Īpašā lapa',
'personaltools' => 'Personīgie rīki',
'postcomment'   => 'Pievienot komentāru',
'addsection'   => '+',
'articlepage'	=> 'Apskatīt rakstu',
'subjectpage'	=> 'View subject', # For compatibility
'talk' => 'Diskusija',
'toolbox' => 'Rīki',
'userpage' => 'Apskatīt lietotāja lapu',
'wikipediapage' => 'Aplūkot projekta lapu',
'imagepage' => 	'Aplūkot attēla lapu',
'viewtalkpage' => 'Apskatīt diskusiju',
'otherlanguages' => 'Citās valodās',
'redirectedfrom' => '(Pāradresēts no $1)',
'lastmodified'	=> 'Šajā lapā pēdējās izmaiņas izdarītas $1.',
'viewcount'		=> 'Šī lapa ir skatīta $1 reizes.',
'copyright'	=> 'Saturs ir pieejams saskaņā ar $1.',
'poweredby'	=> "{{SITENAME}} darbojas ar [http://www.mediawiki.org/ MediaWiki], atvērtā koda wiki programmatūru.",
'printsubtitle' => "(Saturs iegūts no {{SERVER}})",
'protectedpage' => 'Aizsargāta lapa',
'administrators' => "Project:Administrācija",
'sysoptitle'	=> 'Nepieciešamas admina pilnvaras',
'sysoptext'		=> "Jūsu pieprasīto darbību var veikt tikai lietotāji ar \"sysop\" statusu.
Skat. $1.",
'developertitle' => 'Nepieciešamas programmētāja pilnvaras',
"developertext"	=> "Jūsu pieprasīto darbību var veikt tikai lietotāji ar \"developer\" statusu.
Skat. $1.",
'bureaucrattitle'	=> 'Nepieciešamas birokrāta pilnvaras',
"bureaucrattext"	=> "Jūsu pieprasīto darbību var veikt tikai lietotāji ar \"bureaucrat\" statusu.",
'nbytes'		=> '$1 baitu',
'ok'			=> 'Labi',
'sitetitle'		=> "{{SITENAME}}",
'pagetitle'		=> "$1 - {{SITENAME}}",
'sitesubtitle'	=> 'Brīvā enciklopēdija', # FIXME
'retrievedfrom' => "Saturs iegūts no \"$1\"",
'newmessages' => "Tev ir $1.",
'newmessageslink' => 'jauns vēstījums',
'editsection'=>'izmainīt šo sadaļu',
'toc' => 'Satura rādītājs',
'showtoc' => 'parādīt',
'hidetoc' => 'paslēpt',
'thisisdeleted' => "Apskatīt vai atjaunot $1?",
'restorelink' => "$1 dzēstās versijas",
'feedlinks' => 'Barotne:',
'sitenotice'	=> '-', # the equivalent to wgSiteNotice

# Short words for each namespace, by default used in the 'article' tab in monobook
'nstab-main' => 'Raksts',
'nstab-user' => 'Lietotāja lapa',
'nstab-media' => 'Media',
'nstab-special' => 'Special',
'nstab-wp' => 'Par',
'nstab-image' => 'Attēls',
'nstab-mediawiki' => 'Paziņojums',
'nstab-template' => 'Veidne',
'nstab-help' => 'Palīdzība',
'nstab-category' => 'Kategorija',

# Main script and global functions
#
'nosuchaction'	=> 'Tādas darbības nav',
'nosuchactiontext' => 'Ar URL norādīto darbību wiki neatpazīst.',
'nosuchspecialpage' => 'Nav tādas īpašās lapas',
'nospecialpagetext' => 'Tu esi pieprasījis īpašo lapu, ko wiki neatpazīst.',

# General errors
#
'error'			=> 'Kļūda',
'databaseerror' => 'Datubāzes kļūda',
'dberrortext'	=> "Ir notikusi datubāzes pieprasījuma sintakses kļūda.
Tas var norādīt uz kļūdu programmā.
Pēdējais mēģinātais datubāzes pieprasījums bija šāds:
<blockquote><tt>$1</tt></blockquote>
no funkcijas \"<tt>$2</tt>\".
MySQL norādīja kļūdu \"<tt>$3: $4</tt>\".",
'dberrortextcl' => "Ir notikusi datubāzes pieprasījuma sintakses kļūda.
Pēdējais mēģinātais datubāzes pieprasījums bija šāds:
\"$1\"
no funkcijas \"$2\".
MySQL norādīja kļūdu \"$3: $4\".\n",
'noconnect'		=> 'Atvainojiet! Wiki ir dažas tehniskas grūtības
un nav iespējams savienoties ar datubāzes serveri. <br />
$1',
'nodb'			=> "Nebija iespējams izvēlēties datubāzi $1",
'cachederror'		=> 'Šī lapa ir kešatmiņā saglabātā pieprasītās lapas kopija
un var būt novecojusi.',
'laggedslavemode'   => 'Brīdinājums: Šajā lapā var nebūt nesenas izmaiņas.',
'readonly'		=> 'Datubāze bloķēta',
'enterlockreason' => 'Ievadiet bloķēšanas iemeslu, kā arī aptuveno laiku, kad tā tiks atcelta',
'readonlytext'	=> "Datubāze šobrīd ir bloķēta un nav iespējams pievienot jaunus ierakstus
un veikt citas izmaiņas. Iespējamais iemesls ir parasta datubāzes uzturēšanas darbība,
pēc kā tā tiks atjaunota normālā stāvoklī.
Administrators, kurš nobloķēja datubāzi, norādīja šādu iemeslu:
<p>$1",
'missingarticle' => "Datubāzē netika atrasts lapas teksts, kam vajadzēja atrasties, proti, \"$1\".

<p>Tā iemesls parasti tādas saites izmantošana, kas ved uz novecojušu versiju salīdzināšanas lapu
vai hronoloģijas lapu, ja lapa ir dzēsta.

<p>Ja tas tā nav, iespējams, tā ir programmas kļūda.
Lūdzu, ziņo administratoram, norādot URL.",
'internalerror' => 'Iekšēja kļūda',
'filecopyerror' => "Nebija iespējams nokopēt failu \"$1\" uz \"$2\".",
'filerenameerror' => "Nebija iespējams pārdēvēt failu \"$1\" par \"$2\".",
'filedeleteerror' => "Nebija iespējams dzēst failu \"$1\".",
'filenotfound'	=> "Nebija iespējams atrast \"$1\".",
'unexpected'	=> "Neparedzēta vērtība: \"$1\"=\"$2\".",
'formerror'		=> 'Kļūda: nebija iespējams nosūtīt formas saturu',
'badarticleerror' => 'Šo darbību nevar veikt šajā lapā.',
'cannotdelete'	=> 'Nebija iespējams dzēst norādīto lapu vai attēlu. (Iespējams, to jau ir dzēsis kās cits.)',
'block_compress_delete' => "Can't delete this article because it contains block-compressed revisions. 
This is a temporary situation which the developers are well aware of, and should be fixed within a month or two. 
Please mark the article for deletion and wait for a developer to fix our buggy software.",
'badtitle'		=> 'Nepiemērots nosaukums',
'badtitletext' => "Pieprasītais lapas nosaukums bija nederīgs, neesošs vai 
nepareizs starpvalodu vai interwiki nosaukums.",
'perfdisabled' => 'Atvainojiet! Šī funkcija pagaidām nav pieejama, jo tā palēnina
datubāzi tiktāl, ka neviens nevar izmantot wiki.',
'perfdisabledsub' => "Lūk, saglabāta kopija no $1:", # obsolete?
'perfcached' => 'Šie dati ir no kešatmiņas un var būt novecojuši:',
'wrong_wfQuery_params' => "Nepareizi parametri wfQuery()<br />
Fukcija: $1<br />
Pieprasījums: $2
",
'viewsource' => 'Apskatīt kodu',
'protectedtext' => "Šī lapa ir bloķēta pret izmaiņām. 
Iemeslus, lūdzu, skaties [[Project:Aizsargāta lapa]].

Tu vari aplūkot un nokopēt lapas kodu:",
'seriousxhtmlerrors' => 'Tīrīšanā tika atklātas nopietnas xhtml marķējums kļūdas.',
'sqlhidden' => '(SQL pieprasījums slēpts)',

# Login and logout pages
#
"logouttitle"	=> 'Lietotāja iziešana',
"logouttext" => "Tu esi izgājis no {{SITENAME}}s.
Vari turpināt to izmantot anonīmi, vari atgriezties kā cits lietotājs vai varbūt tas pats.
Ņem vērā, ka arī pēc iziešanas no {{SITENAME}}s dažas lapas var tikt parādītas tā, 
it kā tu vēl būtu iekšā, līdz tiks iztīrīta pārlūka kešatmiņa.",

'welcomecreation' => "== Laipni lūdzam, $1! ==

Tu esi izveidojis jaunu lietotājvārdu. 
Neaizmirsti, ka ir iespējams mainīt {{SITENAME}}s izmantošanas izvēles.",

'loginpagetitle' => 'Lietotāja ieiešana',
'yourname'		=> 'Tavs lietotājvārds',
'yourpassword'	=> 'Tava parole',
'yourpasswordagain' => 'Atkārto paroli',
'newusersonly'	=> ' (tikai jauniem lietotājiem)',
'remembermypassword' => 'Atcerēties manu paroli pēc pārlūka aizvēršanas.',
'loginproblem'	=> '<b>Radās problēma ar ieiešanu.</b><br />Mēģini vēlreiz!',
'alreadyloggedin' => "<font color=red><b>Lietotāj $1, tu jau esi iegājis!</b></font><br />\n",

'login'			=> 'Ieiet',
'loginprompt'           => "Lai izmantotu {{SITENAME}}s lietotājvārdu,
tavam datoram ir jāpieņem sīkdatnes (<i>cookies</i>).",
'userlogin'		=> 'Izveidot jaunu lietotājvārdu vai doties iekšā',
'logout'		=> 'Iziet',
'userlogout'	=> 'Iziet',
'notloggedin'	=> 'Neesi iegājis',
'createaccount'	=> 'Izveidot jaunu lietotājvārdu',
'createaccountmail'	=> 'pa e-pastu',
'badretype'		=> 'Tevis ievadītās paroles nesakrīt.',
'userexists'	=> 'Tevis izvēlēto lietotājvārdu jau lieto kāds cits. Lūdzu, izvēlies kādu citu.',
'youremail'		=> 'Tava e-pasta adrese (nav obligāti)*',
'yourrealname'		=> 'Tavs īstais vārds*',
'yourlanguage'	=> 'Lietotāja saskarnes valoda',
'yourvariant'  => 'Language variant',
'yournick'		=> 'Tavs paraksts',
'emailforlost'	=> " ",
#'prefs-help-userdata' => '* <strong>Real name</strong> (optional): if you choose to provide it this #will be used for giving you attribution for your work.<br />
##* <strong>Email</strong> (optional): Enables people to contact you through the website without you #having to reveal your
#email address to them, and it can be used to send you a new password if you forget it.',
'loginerror'	=> 'Neveiksmīga ieiešana',
'nocookiesnew'	=> "Lietotājvārds tika izveidots, bet tu neesi iegājis iekšā.
{{SITENAME}} izmanto sīkdatnes (<i>cookies</i>), lai lietotāji varētu tajā ieiet.
Tavs pārlūks nepieņem tās.
Lūdzu, atļauj to pieņemšanu un tad nāc iekšā ar savu lietotājvārdu un paroli.",
"nocookieslogin"	=> "{{SITENAME}} izmanto sīkdatnes (<i>cookies</i>),
lai lietotāji varētu ieiet tajā. 
Diemžēl tavs pārlūks tos nepieņem. 
Lūdzu, atļauj to pieņemšanu un mēģini vēlreiz.",
'noname'		=> 'Tu neesi norādījis derīgu lietotāja vārdu.',
'loginsuccesstitle' => 'Ieiešana veiksmīga',
'loginsuccess'	=> "Tu esi veiksmīgi ienācis ar {{SITENAME}}s lietotājvārdu \"$1\".",
'nosuchuser'	=> "Nepastāv tāds lietotājvārds \"$1\".
Pārbaudi pareizrakstību vai arī izveido jaunu lietotājvārdu, aizpildot zemāk esošos lauciņus. 
Ja nav redzami lauciņi jauna lietotājvārda izveidei, tad šī funkcija pagaidām nav pieejama. Tādā gadījumā, lūdzu, pieņem mūsu atvainošanos un mēģini vēlāk.",
'nosuchusershort'	=> "Nepastāv tāds lietotājvārds \"$1\". Pārbaudi pareizrakstību.",
'wrongpassword'	=> 'Tu ievadīji nepareizu paroli. Lūdzu, mēģini vēlreiz.',
'mailmypassword' => 'Atsūtiet man jaunu paroli',
'passwordremindertitle' => "Paroles atgadinajums no {{SITENAME}}s",
'passwordremindertext' => "Kads (varbut tu pats, no IP adreses $1) ludza,
lai tev nosutam jaunu {{SITENAME}}s ({{SERVERNAME}}) paroli.
Lietotajam $2 parole tagad ir $3.
Ludzu, nomaini paroli, kad esi veiksmigi iekluvis ieksa.",
'noemail'		=> "Lietotājs \"$1\" nav norādījis savu e-pasta adresi.",
'passwordsent'	=> "Esam nosūtījuši jaunu paroli uz e-pasta adresi, 
kuru ir norādījis lietotājs \"$1\. 
Lūdzu, nāc iekšā ar jauno paroli, kad būsi to saņēmis.",
'loginend'		=> '\'\'\'Bezmaksas lietotājvārda reģistrēšana aizņem tikai dažas sekundes, turklāt reģistrētiem lietotājiem ir vairākas priekšrocības (skat. [[w:Wikipedia:Why create an account?|informāciju angliski]]).\'\'\'

<div style="font-size:88%">
*\'\'\'Lai reģistrētos, izvēlies lietotājvārdu un paroli un spied \"Izveidot jaunu lietotāju\".\'\'\'
*Centies neizvēlēties lietotājvārdu, kas ir apvainojošs, izaicinošs vai pārprotams.
*Izvēlies viegli izlasāmu lietotājvārdu, kas nav vienkārši skaitlis.
*Lietotājvārdam jāsākas ar lielo burtu.
*Neizvēlies lietotājvārdu, kas ir kādas slavenības vai ar politiku, militārām tēmām vai ar reliģiju saistītas personas vai notikuma vārds (nosaukums), kā arī cita Vikipēdijas lietotāja vārdu.
</div>

\'\'\'Esošiem lietotājiem ir jāieraksta tikai lietotājvārds un parole.\'\'\'

<div style="font-size:88%">
*Tavam pārlūkam ir jāpieņem sīkdatnes (<i>cookies</i>), lai tu varētu ieiet Vikipēdijā.
</div>
<div style="clear: both; padding-top: 2em;">
E-pasta adrese nav obligāti jānorāda, kā arī tā nav jāapstiprina. Tomēr, ja norādīsi savu e-pasta adresi, citi lietotāji varēs nosūtīt tev e-pastu, neuzzinot tavu adresi. Turklāt, ja aizmirsīsi savu paroli, mēs varēsim nosūtīt jaunu paroli uz šo adresi. \'\'\'Tavu adresi mēs neizpaužam nevienam.\'\'\'
</div>',
'mailerror' => "Error sending mail: $1",
'acct_creation_throttle_hit' => 'Sorry, you have already created $1 accounts. You can\'t make any more.',

# Edit page toolbar
'bold_sample'=>'Bold text',
'bold_tip'=>'Bold text',
'italic_sample'=>'Italic text',
'italic_tip'=>'Italic text',
'link_sample'=>'Link title',
'link_tip'=>'Internal link',
'extlink_sample'=>'http://www.example.com link title',
'extlink_tip'=>'External link (remember http:// prefix)',
'headline_sample'=>'Headline text',
'headline_tip'=>'Level 2 headline',
'math_sample'=>'Insert formula here',
'math_tip'=>'Mathematical formula (LaTeX)',
'nowiki_sample'=>'Insert non-formatted text here',
'nowiki_tip'=>'Ignore wiki formatting',
'image_sample'=>'Example.jpg',
'image_tip'=>'Embedded image',
'media_sample'=>'Example.mp3',
'media_tip'=>'Media file link',
'sig_tip'=>'Your signature with timestamp',
'hr_tip'=>'Horizontal line (use sparingly)',
'infobox'=>'Click a button to get an example text',
# alert box shown in browsers where text selection does not work, test e.g. with mozilla or konqueror
'infobox_alert'=>"Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2",

# Edit pages
#
'summary'		=> 'Summary',
'subject'		=> 'Subject/headline',
'minoredit'		=> 'This is a minor edit',
'watchthis'		=> 'Watch this page',
'savearticle'	=> 'Save page',
'preview'		=> 'Preview',
'showpreview'	=> 'Show preview',
'blockedtitle'	=> 'User is blocked',
'blockedtext'	=> "Your user name or IP address has been blocked by $1.
The reason given is this:<br />''$2''<p>You may contact $1 or one of the other
[[Project:Administrators|administrators]] to discuss the block.

Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].

Your IP address is $3. Please include this address in any queries you make.
",
'whitelistedittitle' => 'Login required to edit',
'whitelistedittext' => 'You have to [[Special:Userlogin|login]] to edit pages.',
'whitelistreadtitle' => 'Login required to read',
'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.',
'whitelistacctitle' => 'You are not allowed to create an account',
'whitelistacctext' => 'To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.',
'loginreqtitle'	=> 'Login Required',
'loginreqtext'	=> 'You must [[special:Userlogin|login]] to view other pages.',
'accmailtitle' => 'Password sent.',
'accmailtext' => "The Password for '$1' has been sent to $2.",
'newarticle'	=> '(New)',
'newarticletext' =>
"You've followed a link to a page that doesn't exist yet.
To create the page, start typing in the box below
(see the [[Project:Help|help page]] for more info).
If you are here by mistake, just click your browser's '''back''' button.",
'talkpagetext' => '<!-- MediaWiki:talkpagetext -->',
'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ",
'noarticletext' => '(There is currently no text in this page)',
'clearyourcache' => "'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''Reload'' (or ''Ctrl-R''), '''IE / Opera:''' ''Ctrl-F5'', '''Safari:''' ''Cmd-R'', '''Konqueror''' ''Ctrl-R''.",
'usercssjsyoucanpreview' => "<strong>Tip:</strong> Use the 'Show preview' button to test your new CSS/JS before saving.",
'usercsspreview' => "'''Remember that you are only previewing your user CSS, it has not yet been saved!'''",
'userjspreview' => "'''Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!'''",
'updated'		=> '(Updated)',
'note'			=> '<strong>Note:</strong> ',
'previewnote'	=> 'Remember that this is only a preview, and has not yet been saved!',
'previewconflict' => 'This preview reflects the text in the upper
text editing area as it will appear if you choose to save.',
'editing'		=> "Editing $1",
'editingsection'		=> "Editing $1 (section)",
'editingcomment'		=> "Editing $1 (comment)",
'editconflict'	=> 'Edit conflict: $1',
'explainconflict' => "Someone else has changed this page since you
started editing it.
The upper text area contains the page text as it currently exists.
Your changes are shown in the lower text area.
You will have to merge your changes into the existing text.
<b>Only</b> the text in the upper text area will be saved when you
press \"Save page\".\n<p>",
'yourtext'		=> 'Your text',
'storedversion' => 'Stored version',
'nonunicodebrowser' => "<strong>WARNING: Your browser is not unicode compliant, please change it before editing an article.</strong>",
'editingold'	=> "<strong>WARNING: You are editing an out-of-date
revision of this page.
If you save it, any changes made since this revision will be lost.</strong>\n",
'yourdiff'		=> 'Differences',
'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are
considered to be released under the $2 (see $1 for details).
If you don't want your writing to be edited mercilessly and redistributed
at will, then don't submit it here.<br />
You are also promising us that you wrote this yourself, or copied it from a
public domain or similar free resource.
<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
'copyrightwarning2' => "Please note that all contributions to {{SITENAME}}
may be edited, altered, or removed by other contributors.
If you don't want your writing to be edited mercilessly, then don't submit it here.<br />
You are also promising us that you wrote this yourself, or copied it from a
public domain or similar free resource (see $1 for details).
<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
'longpagewarning' => "WARNING: This page is $1 kilobytes long; some
browsers may have problems editing pages approaching or longer than 32kb.
Please consider breaking the page into smaller sections.",
'readonlywarning' => 'WARNING: The database has been locked for maintenance,
so you will not be able to save your edits right now. You may wish to cut-n-paste
the text into a text file and save it for later.',
'protectedpagewarning' => "WARNING:  This page has been locked so that only
users with sysop privileges can edit it. Be sure you are following the
<a href='$wgScript/Project:Protected_page_guidelines'>protected page
guidelines</a>.",
'templatesused'	=> 'Templates used on this page:',

# History pages
#
'revhistory'	=> 'Revision history',
'nohistory'		=> 'There is no edit history for this page.',
'revnotfound'	=> 'Revision not found',
'revnotfoundtext' => "The old revision of the page you asked for could not be found.
Please check the URL you used to access this page.\n",
'loadhist'		=> 'Loading page history',
'currentrev'	=> 'Current revision',
'revisionasof'          => 'Revision as of $1',
'revisionasofwithlink'  => 'Revision as of $1; $2<br />$3 | $4',
'previousrevision'	=> '←Older revision',
'nextrevision'		=> 'Newer revision→',
'currentrevisionlink'   => 'view current revision',
'cur'			=> 'cur',
'next'			=> 'next',
'last'			=> 'last',
'orig'			=> 'orig',
'histlegend'	=> 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
Legend: (cur) = difference with current version,
(last) = difference with preceding version, M = minor edit.',
'history_copyright'    => '-',

# Diffs
#
'difference'	=> '(Difference between revisions)',
'loadingrev'	=> 'loading revision for diff',
'lineno'		=> "Line $1:",
'editcurrent'	=> 'Edit the current version of this page',
'selectnewerversionfordiff' => 'Select a newer version for comparison',
'selectolderversionfordiff' => 'Select an older version for comparison',
'compareselectedversions' => 'Compare selected versions',

# Search results
#
'searchresults' => 'Search results',
'searchresulttext' => "For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].",
'searchquery'	=> "For query \"$1\"",
'badquery'		=> 'Badly formed search query',
'badquerytext'	=> 'We could not process your query.
This is probably because you have attempted to search for a
word fewer than three letters long, which is not yet supported.
It could also be that you have mistyped the expression, for
example "fish and and scales".
Please try another query.',
'matchtotals'	=> "The query \"$1\" matched $2 page titles
and the text of $3 pages.",
'nogomatch' => 'No page with this exact title exists, trying full text search.',
'titlematches'	=> 'Article title matches',
'notitlematches' => 'No page title matches',
'textmatches'	=> 'Page text matches',
'notextmatches'	=> 'No page text matches',
'prevn'			=> "previous $1",
'nextn'			=> "next $1",
'viewprevnext'	=> "View ($1) ($2) ($3).",
'showingresults' => "Showing below up to <b>$1</b> results starting with #<b>$2</b>.",
'showingresultsnum' => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
'nonefound'		=> "'''Note''': unsuccessful searches are
often caused by searching for common words like \"have\" and \"from\",
which are not indexed, or by specifying more than one search term (only pages
containing all of the search terms will appear in the result).",
'powersearch' => 'Search',
'powersearchtext' => "
Search in namespaces :<br />
$1<br />
$2 List redirects   Search for $3 $9",
"searchdisabled" => '<p style="margin: 1.5em 2em 1em">{{SITENAME}} search is disabled for performance reasons. You can search via Google in the meantime.
<span style="font-size: 89%; display: block; margin-left: .2em">Note that their indexes of {{SITENAME}} content may be out of date.</span></p>',
'googlesearch' => '
<div style="margin-left: 2em">

<!-- Google search -->
<div style="width:130px;float:left;text-align:center;position:relative;top:-8px"><a href="http://www.google.com/" style="padding:0;background-image:none"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" style="border:none" /></a></div>

<form method="get" action="http://www.google.com/search" style="margin-left:135px">
  <div>
    <input type="hidden" name="domains" value="{{SERVER}}" />
    <input type="hidden" name="num" value="50" />
    <input type="hidden" name="ie" value="$2" />
    <input type="hidden" name="oe" value="$2" />
    
    <input type="text" name="q" size="31" maxlength="255" value="$1" />
    <input type="submit" name="btnG" value="Google Search" />
  </div>
  <div style="font-size:90%">
    <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
    <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
  </div>
</form>

</div>',
'blanknamespace' => '(Main)',

# Preferences page
#
'preferences'	=> 'Preferences',
'prefsnologin' => 'Not logged in',
'prefsnologintext'	=> "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
to set user preferences.",
'prefslogintext' => "You are logged in as \"$1\".
Your internal ID number is $2.

See [[Project:User preferences help]] for help deciphering the options.",
'prefsreset'	=> 'Preferences have been reset from storage.',
'qbsettings'	=> 'Quickbar',
'qbsettingsnote'	=> 'This preference only works in the \'Standard\' and the \'CologneBlue\' skin.',
'changepassword' => 'Change password',
'skin'			=> 'Skin',
'math'			=> 'Rendering math',
'dateformat'	=> 'Date format',
'math_failure'		=> 'Failed to parse',
'math_unknown_error'	=> 'unknown error',
'math_unknown_function'	=> 'unknown function ',
'math_lexing_error'	=> 'lexing error',
'math_syntax_error'	=> 'syntax error',
'math_image_error'	=> 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
'math_bad_tmpdir'	=> 'Can\'t write to or create math temp directory',
'math_bad_output'	=> 'Can\'t write to or create math output directory',
'math_notexvc'	=> 'Missing texvc executable; please see math/README to configure.',
'prefs-personal' => 'User data',
'prefs-rc' => 'Recent changes and stub display',
'prefs-misc' => 'Misc settings',
'saveprefs'		=> 'Save preferences',
'resetprefs'	=> 'Reset preferences',
'oldpassword'	=> 'Old password',
'newpassword'	=> 'New password',
'retypenew'		=> 'Retype new password',
'textboxsize'	=> 'Editing',
'rows'			=> 'Rows',
'columns'		=> 'Columns',
'searchresultshead' => 'Search result settings',
'resultsperpage' => 'Hits to show per page',
'contextlines'	=> 'Lines to show per hit',
'contextchars'	=> 'Characters of context per line',
'stubthreshold' => 'Threshold for stub display',
'recentchangescount' => 'Number of titles in recent changes',
'savedprefs'	=> 'Your preferences have been saved.',
'timezonelegend' => 'Time zone',
'timezonetext'	=> 'Enter number of hours your local time differs
from server time (UTC).',
'localtime'	=> 'Local time display',
'timezoneoffset' => 'Offset',
'servertime'	=> 'Server time is now',
'guesstimezone' => 'Fill in from browser',
'emailflag'		=> 'Disable e-mail from other users',
'defaultns'		=> 'Search in these namespaces by default:',
'default'		=> 'default',

# User levels special page
#

# switching pan
'userlevels-lookup-group' => 'Manage group rights',
'userlevels-group-edit' => 'Existent groups: ',
'editgroup' => 'Edit Group',
'addgroup' => 'Add Group',

'userlevels-lookup-user' => 'Manage user groups',
'userlevels-user-editname' => 'Enter a username: ',
'editusergroup' => 'Edit User Groups',

# group editing
'userlevels-editgroup' => 'Edit group',
'userlevels-addgroup' => 'Add group',
'userlevels-editgroup-name' => 'Group name: ',
'userlevels-editgroup-description' => 'Group description (max 255 characters):<br />',
'savegroup' => 'Save Group',

# user groups editing
'userlevels-editusergroup' => 'Edit user groups',
'saveusergroups' => 'Save User Groups',
'userlevels-groupsmember' => 'Member of:',
'userlevels-groupsavailable' => 'Available groups:',
'userlevels-groupshelp' => 'Select groups you want the user to be removed from or added to.
Unselected groups will not be changed. You can unselect a group by using CTRL + Left Click',
# Recent changes
#
'changes' => 'changes',
'recentchanges' => 'Recent changes',
'recentchanges-url' => 'Special:Recentchanges',
'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
'rcloaderr'		=> 'Loading recent changes',
'rcnote'		=> "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
'rcnotefrom'	=> "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
'rclistfrom'	=> "Show new changes starting from $1",
'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits ",
'rclinks'		=> "Show last $1 changes in last $2 days<br />$3",
'rchide'		=> "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
'rcliu'			=> "; $1 edits from logged in users",
'diff'			=> 'diff',
'hist'			=> 'hist',
'hide'			=> 'hide',
'show'			=> 'show',
'tableform'		=> 'table',
'listform'		=> 'list',
'nchanges'		=> "$1 changes",
'minoreditletter' => 'm',
'newpageletter' => 'N',
'sectionlink' => '→',
'undo'          => 'undo',

# Upload
#
'upload'		=> 'Upload file',
'uploadbtn'		=> 'Upload file',
'uploadlink'	=> 'Upload images',
'reupload'		=> 'Re-upload',
'reuploaddesc'	=> 'Return to the upload form.',
'uploadnologin' => 'Not logged in',
'uploadnologintext'	=> "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
to upload files.",
'uploadfile'	=> 'Upload images, sounds, documents etc.',
'uploaderror'	=> 'Upload error',
'uploadtext'	=>
"'''STOP!''' Before you upload here,
make sure to read and follow the [[Project:Image use policy|image use policy]].

To view or search previously uploaded images,
go to the [[Special:Imagelist|list of uploaded images]].
Uploads and deletions are logged on the
[[Project:Upload log|upload log]].

Use the form below to upload new image files for use in
illustrating your pages.
On most browsers, you will see a \"Browse...\" button, which will
bring up your operating system's standard file open dialog.
Choosing a file will fill the name of that file into the text
field next to the button.
You must also check the box affirming that you are not
violating any copyrights by uploading the file.
Press the \"Upload\" button to finish the upload.
This may take some time if you have a slow internet connection.

The preferred formats are JPEG for photographic images, PNG
for drawings and other iconic images, and OGG for sounds.
Please name your files descriptively to avoid confusion.
To include the image in a page, use a link in the form
'''[[{{ns:6}}:file.jpg]]''' or
'''[[{{ns:6}}:file.png|alt text]]''' or
'''[[{{ns:-2}}:file.ogg]]''' for sounds.

Please note that as with wiki pages, others may edit or
delete your uploads if they think it serves the project, and
you may be blocked from uploading if you abuse the system.",

'uploadlog'		=> 'upload log',
'uploadlogpage' => 'Upload_log',
'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
'filename'		=> 'Filename',
'filedesc'		=> 'Summary',
'filestatus' => 'Copyright status',
'filesource' => 'Source',
'affirmation'	=> "I affirm that the copyright holder of this file
agrees to license it under the terms of the $1.",
'copyrightpage' => "Project:Copyrights",
'copyrightpagename' => "{{SITENAME}} copyright",
'uploadedfiles'	=> 'Uploaded files',
'noaffirmation' => 'You must affirm that your upload does not violate any copyrights.',
'ignorewarning'	=> 'Ignore warning and save file anyway.',
'minlength'		=> 'Image names must be at least three letters.',
'illegalfilename'	=> 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',
'badfilename'	=> "Image name has been changed to \"$1\".",
'badfiletype'	=> "\".$1\" is not a recommended image file format.",
'largefile'		=> 'It is recommended that images not exceed 100k in size.',
'emptyfile'		=> 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
'fileexists'		=> 'A file with this name exists already, please check $1 if you are not sure if you want to change it.',
'successfulupload' => 'Successful upload',
'fileuploaded'	=> "File $1 uploaded successfully.
Please follow this link: $2 to the description page and fill
in information about the file, such as where it came from, when it was
created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt>[[Image:$1|thumb|Description]]</tt>",
'uploadwarning' => 'Upload warning',
'savefile'		=> 'Save file',
'uploadedimage' => "uploaded \"$1\"",
'uploaddisabled' => 'Sorry, uploading is disabled.',
'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.',

# Image list
#
'imagelist'		=> 'Image list',
'imagelisttext'	=> "Below is a list of $1 images sorted $2.",
'getimagelist'	=> 'fetching image list',
'ilshowmatch'	=> 'Show all images with names matching',
'ilsubmit'		=> 'Search',
'showlast'		=> "Show last $1 images sorted $2.",
'all'			=> 'all',
'byname'		=> 'by name',
'bydate'		=> 'by date',
'bysize'		=> 'by size',
'imgdelete'		=> 'del',
'imgdesc'		=> 'desc',
'imglegend'		=> 'Legend: (desc) = show/edit image description.',
'imghistory'	=> 'Image history',
'revertimg'		=> 'rev',
'deleteimg'		=> 'del',
'deleteimgcompletely'		=> 'Delete all revisions',
'imghistlegend' => 'Legend: (cur) = this is the current image, (del) = delete
this old version, (rev) = revert to this old version.
<br /><i>Click on date to see image uploaded on that date</i>.',
'imagelinks'	=> 'Image links',
'linkstoimage'	=> 'The following pages link to this image:',
'nolinkstoimage' => 'There are no pages that link to this image.',
'sharedupload' => "This is a file from the [[Commons:Main Page|Wikimedia Commons]]. Please 
see its '''[[Commons:Image:{{PAGENAME}}|description page]]''' there.",

# Statistics
#
'statistics'	=> 'Statistics',
'sitestats'		=> 'Site statistics',
'userstats'		=> 'User statistics',
'sitestatstext' => "There are '''$1''' total pages in the database.
This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"
pages, redirects, and others that probably don't qualify as content pages.
Excluding those, there are '''$2''' pages that are probably legitimate
content pages.

There have been a total of '''$3''' page views, and '''$4''' page edits
since the wiki was setup.
That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
'userstatstext' => "There are '''$1''' registered users.
'''$2''' of these are administrators (see $3).",

# Maintenance Page
#
'maintenance'		=> 'Maintenance page',
'maintnancepagetext'	=> 'This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)',
'maintenancebacklink'	=> 'Back to Maintenance Page',
'disambiguations'	=> 'Disambiguation pages',
'disambiguationspage'	=> "Project:Links_to_disambiguating_pages",
'disambiguationstext'	=> "The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.",
'doubleredirects'	=> 'Double Redirects',
'doubleredirectstext'	=> "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.",
'brokenredirects'	=> 'Broken Redirects',
'brokenredirectstext'	=> 'The following redirects link to a non-existing pages.',
'selflinks'		=> 'Pages with Self Links',
'selflinkstext'		    => 'The following pages contain a link to themselves, which they should not.',
'mispeelings'           => 'Pages with misspellings',
'mispeelingstext'               => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
'mispeelingspage'       => 'List of common misspellings',
'missinglanguagelinks'  => 'Missing Language Links',
'missinglanguagelinksbutton'    => 'Find missing language links for',
'missinglanguagelinkstext'      => "These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",


# Miscellaneous special pages
#
'orphans'		=> 'Orphaned pages',
'geo'		=> 'GEO coordinates',
'validate'		=> 'Validate page',
'lonelypages'	=> 'Orphaned pages',
'uncategorizedpages'	=> 'Uncategorized pages',
'uncategorizedcategories'	=> 'Uncategorized categories',
'unusedimages'	=> 'Unused images',
'popularpages'	=> 'Popular pages',
'nviews'		=> '$1 views',
'wantedpages'	=> 'Wanted pages',
'nlinks'		=> '$1 links',
'allpages'		=> 'All pages',
'randompage'	=> 'Random page',
'randompage-url'=> 'Special:Randompage',
'shortpages'	=> 'Short pages',
'longpages'		=> 'Long pages',
'deadendpages'  => 'Dead-end pages',
'listusers'		=> 'User list',
'listadmins'	=> 'Admins list',
'specialpages'	=> 'Special pages',
'spheading'		=> 'Special pages for all users',
'asksqlpheading' => 'asksql level',
'blockpheading' => 'block level',
'createaccountpheading' => 'createaccount level',
'deletepheading' => 'delete level',
'userrightspheading' => 'userrights level',
'siteadminpheading' => 'siteadmin level',

/** obsoletes
'sysopspheading' => 'For sysop use only',
'developerspheading' => 'For developer use only',
*/
'protectpage'	=> 'Protect page',
'recentchangeslinked' => 'Related changes',
'rclsub'		=> "(to pages linked from \"$1\")",
'debug'			=> 'Debug',
'newpages'		=> 'New pages',
'ancientpages'		=> 'Oldest pages',
'intl'		=> 'Interlanguage links',
'move' => 'Move',
'movethispage'	=> 'Move this page',
'unusedimagestext' => '<p>Please note that other web sites may link to an image with
a direct URL, and so may still be listed here despite being
in active use.</p>',
'booksources'	=> 'Book sources',
'categoriespagetext' => 'The following categories exist in the wiki.',
'data'	=> 'Data',
'userlevels' => 'User levels management',

# FIXME: Other sites, of course, may have affiliate relations with the booksellers list
'booksourcetext' => "Below is a list of links to other sites that
sell new and used books, and may also have further information
about books you are looking for.
{{SITENAME}} is not affiliated with any of these businesses, and
this list should not be construed as an endorsement.",
'isbn'	=> 'ISBN',
'rfcurl' =>  'http://www.faqs.org/rfcs/rfc$1.html',
'pubmedurl' =>  'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1',
'alphaindexline' => "$1 to $2",
'version'		=> 'Version',
'log'		=> 'Logs',
'alllogstext'	=> 'Combined display of upload, deletion, protection, blocking, and sysop logs.
You can narrow down the view by selecting a log type, the user name, or the affected page.',

# Special:Allpages
'nextpage'          => 'Next page ($1)',
'articlenamespace'  => '(articles)',
'allpagesformtext1' => 'Display pages starting at: $1',
'allpagesformtext2' => 'Choose namespace: $1 $2',
'allarticles'       => 'All articles',
'allpagesprev'      => 'Previous',
'allpagesnext'      => 'Next',
'allpagesnamespace' => 'All pages ($1 namespace)',
'allpagessubmit'    => 'Go',

# Email this user
#
'mailnologin'	=> 'No send address',
'mailnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>
and have a valid e-mail address in your <a href=\"{{localurl:Special:Preferences}}\">preferences</a>
to send e-mail to other users.",
'emailuser'		=> 'E-mail this user',
'emailpage'		=> 'E-mail user',
'emailpagetext'	=> 'If this user has entered a valid e-mail address in
his or her user preferences, the form below will send a single message.
The e-mail address you entered in your user preferences will appear
as the "From" address of the mail, so the recipient will be able
to reply.',
'usermailererror' => 'Mail object returned error: ',
'defemailsubject'  => "{{SITENAME}} e-mail",
'noemailtitle'	=> 'No e-mail address',
'noemailtext'	=> 'This user has not specified a valid e-mail address,
or has chosen not to receive e-mail from other users.',
'emailfrom'		=> 'From',
'emailto'		=> 'To',
'emailsubject'	=> 'Subject',
'emailmessage'	=> 'Message',
'emailsend'		=> 'Send',
'emailsent'		=> 'E-mail sent',
'emailsenttext' => 'Your e-mail message has been sent.',

# Watchlist
#
'watchlist'			=> 'My watchlist',
'watchlistsub'		=> "(for user \"$1\")",
'nowatchlist'		=> 'You have no items on your watchlist.',
'watchnologin'		=> 'Not logged in',
'watchnologintext'	=> "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
to modify your watchlist.",
'addedwatch'		=> 'Added to watchlist',
'addedwatchtext'	=> "The page \"$1\" has been added to your [[Special:Watchlist|watchlist]].
Future changes to this page and its associated Talk page will be listed there,
and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to
make it easier to pick out.

<p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
'removedwatch'		=> 'Removed from watchlist',
'removedwatchtext' 	=> "The page \"$1\" has been removed from your watchlist.",
'watch' => 'Watch',
'watchthispage'		=> 'Watch this page',
'unwatch' => 'Unwatch',
'unwatchthispage' 	=> 'Stop watching',
'notanarticle'		=> 'Not a content page',
'watchnochange' 	=> 'None of your watched items were edited in the time period displayed.',
'watchdetails'		=> "($1 pages watched not counting talk pages;
$2 total pages edited since cutoff;
$3...
<a href='$4'>show and edit complete list</a>.)",
'watchmethod-recent'=> 'checking recent edits for watched pages',
'watchmethod-list'	=> 'checking watched pages for recent edits',
'removechecked' 	=> 'Remove checked items from watchlist',
'watchlistcontains' => "Your watchlist contains $1 pages.",
'watcheditlist'		=> 'Here\'s an alphabetical list of your
watched pages. Check the boxes of pages you want to remove
from your watchlist and click the \'remove checked\' button
at the bottom of the screen.',
'removingchecked' 	=> 'Removing requested items from watchlist...',
'couldntremove' 	=> "Couldn't remove item '$1'...",
'iteminvalidname' 	=> "Problem with item '$1', invalid name...",
'wlnote' 			=> "Below are the last $1 changes in the last <b>$2</b> hours.",
'wlshowlast' 		=> "Show last $1 hours $2 days $3",
'wlsaved'			=> 'This is a saved version of your watchlist.',


# Delete/protect/revert
#
'deletepage'	=> 'Delete page',
'confirm'		=> 'Confirm',
'excontent' => 'content was:',
'exbeforeblank' => 'content before blanking was:',
'exblank' => 'page was empty',
'confirmdelete' => 'Confirm delete',
'deletesub'		=> "(Deleting \"$1\")",
'historywarning' => 'Warning: The page you are about to delete has a history: ',
'confirmdeletetext' => "You are about to permanently delete a page
or image along with all of its history from the database.
Please confirm that you intend to do this, that you understand the
consequences, and that you are doing this in accordance with
[[Project:Policy]].",
'confirmcheck'	=> 'Yes, I really want to delete this.',
'actioncomplete' => 'Action complete',
'deletedtext'	=> "\"$1\" has been deleted.
See $2 for a record of recent deletions.",
'deletedarticle' => "deleted \"$1\"",
'dellogpage'	=> 'Deletion_log',
'dellogpagetext' => 'Below is a list of the most recent deletions.',
'deletionlog'	=> 'deletion log',
'reverted'		=> 'Reverted to earlier revision',
'deletecomment'	=> 'Reason for deletion',
'imagereverted' => 'Revert to earlier version was successful.',
'rollback'		=> 'Roll back edits',
'rollback_short' => 'Rollback',
'rollbacklink'	=> 'rollback',
'rollbackfailed' => 'Rollback failed',
'cantrollback'	=> 'Cannot revert edit; last contributor is only author of this page.',
'alreadyrolled'	=> "Cannot rollback last edit of [[$1]]
by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.

Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
#   only shown if there is an edit comment
'editcomment' => "The edit comment was: \"<i>$1</i>\".",
'revertpage'	=> "Reverted edit of $2, changed back to last version by $1",
'sessionfailure' => 'There seems to be a problem with your login session;
this action has been canceled as a precaution against session hijacking.
Please hit "back" and reload the page you came from, then try again.',
'protectlogpage' => 'Protection_log',
'protectlogtext' => "Below is a list of page locks/unlocks.
See [[Project:Protected page]] for more information.",
'protectedarticle' => "protected $1",
'unprotectedarticle' => "unprotected $1",
'protectsub' =>"(Protecting \"$1\")",
'confirmprotecttext' => 'Do you really want to protect this page?',
'confirmprotect' => 'Confirm protection',
'protectmoveonly' => 'Protect from moves only',
'protectcomment' => 'Reason for protecting',
'unprotectsub' =>"(Unprotecting \"$1\")",
'confirmunprotecttext' => 'Do you really want to unprotect this page?',
'confirmunprotect' => 'Confirm unprotection',
'unprotectcomment' => 'Reason for unprotecting',
'protectreason' => '(give a reason)',

# Undelete
'undelete' => 'Restore deleted page',
'undeletepage' => 'View and restore deleted pages',
'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
can be restored. The archive may be periodically cleaned out.',
'undeletearticle' => 'Restore deleted page',
'undeleterevisions' => "$1 revisions archived",
'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
If a new page with the same name has been created since the deletion, the restored
revisions will appear in the prior history, and the current revision of the live page
will not be automatically replaced.',
'undeleterevision' => "Deleted revision as of $1",
'undeletebtn' => 'Restore!',
'undeletedarticle' => "restored \"$1\"",
'undeletedrevisions' => "$1 revisions restored",
'undeletedtext'   => "[[$1]] has been successfully restored.
See [[Special:Log/delete]] for a record of recent deletions and restorations.",

# Contributions
#
'contributions' => 'User contributions',
'mycontris'     => 'My contributions',
'contribsub'    => "For $1",
'nocontribs'    => 'No changes were found matching these criteria.',
'ucnote'        => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
'uclinks'       => "View the last $1 changes; view the last $2 days.",
'uctop'         => ' (top)' ,
'newbies'       => 'newbies',

# What links here
#
'whatlinkshere'	=> 'What links here',
'notargettitle' => 'No target',
'notargettext'	=> 'You have not specified a target page or user
to perform this function on.',
'linklistsub'	=> '(List of links)',
'linkshere'		=> 'The following pages link to here:',
'nolinkshere'	=> 'No pages link to here.',
'isredirect'	=> 'redirect page',

# Block/unblock IP
#
'blockip'		=> 'Block user',
'blockiptext'	=> "Use the form below to block write access
from a specific IP address or username.
This should be done only only to prevent vandalism, and in
accordance with [[Project:Policy|policy]].
Fill in a specific reason below (for example, citing particular
pages that were vandalized).",
'ipaddress'		=> 'IP Address/username',
'ipbexpiry'		=> 'Expiry',
'ipbreason'		=> 'Reason',
'ipbsubmit'		=> 'Block this user',
'badipaddress'	=> 'Invalid IP address',
'noblockreason' => 'You must supply a reason for the block.',
'blockipsuccesssub' => 'Block succeeded',
'blockipsuccesstext' => "\"$1\" has been blocked.
<br />See [[Special:Ipblocklist|IP block list]] to review blocks.",
'unblockip'		=> 'Unblock user',
'unblockiptext'	=> 'Use the form below to restore write access
to a previously blocked IP address or username.',
'ipusubmit'		=> 'Unblock this address',
'ipusuccess'	=> "\"$1\" unblocked",
'ipblocklist'	=> 'List of blocked IP addresses and usernames',
'blocklistline'	=> "$1, $2 blocked $3 (expires $4)",
'blocklink'		=> 'block',
'unblocklink'	=> 'unblock',
'contribslink'	=> 'contribs',
'autoblocker'	=> "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".",
'blocklogpage'	=> 'Block_log',
'blocklogentry'	=> 'blocked "$1" with an expiry time of $2',
'blocklogtext'	=> 'This is a log of user blocking and unblocking actions. Automatically
blocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for
the list of currently operational bans and blocks.',
'unblocklogentry'	=> 'unblocked "$1"',
'range_block_disabled'	=> 'The sysop ability to create range blocks is disabled.',
'ipb_expiry_invalid'	=> 'Expiry time invalid.',
'ip_range_invalid'	=> "Invalid IP range.\n",
'proxyblocker'	=> 'Proxy blocker',
'proxyblockreason'	=> 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.',
'proxyblocksuccess'	=> "Done.\n",
'sorbs'         => 'SORBS DNSBL',
'sorbsreason'   => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL.',
'sorbs_create_account_reason' => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account',

# Developer tools
#
'lockdb'		=> 'Lock database',
'unlockdb'		=> 'Unlock database',
'lockdbtext'	=> 'Locking the database will suspend the ability of all
users to edit pages, change their preferences, edit their watchlists, and
other things requiring changes in the database.
Please confirm that this is what you intend to do, and that you will
unlock the database when your maintenance is done.',
'unlockdbtext'	=> 'Unlocking the database will restore the ability of all
users to edit pages, change their preferences, edit their watchlists, and
other things requiring changes in the database.
Please confirm that this is what you intend to do.',
'lockconfirm'	=> 'Yes, I really want to lock the database.',
'unlockconfirm'	=> 'Yes, I really want to unlock the database.',
'lockbtn'		=> 'Lock database',
'unlockbtn'		=> 'Unlock database',
'locknoconfirm' => 'You did not check the confirmation box.',
'lockdbsuccesssub' => 'Database lock succeeded',
'unlockdbsuccesssub' => 'Database lock removed',
'lockdbsuccesstext' => 'The database has been locked.
<br />Remember to remove the lock after your maintenance is complete.',
'unlockdbsuccesstext' => 'The database has been unlocked.',

# SQL query
#
'asksql'		=> 'SQL query',
'asksqltext'	=> "Use the form below to make a direct query of the
database.
Use single quotes ('like this') to delimit string literals.
This can often add considerable load to the server, so please use
this function sparingly.",
'sqlislogged'	=> 'Please note that all queries are logged.',
'sqlquery'		=> 'Enter query',
'querybtn'		=> 'Submit query',
'selectonly'	=> 'Only read-only queries are allowed.',
'querysuccessful' => 'Query successful',

# Make sysop
'makesysoptitle'	=> 'Make a user into a sysop',
'makesysoptext'		=> 'This form is used by bureaucrats to turn ordinary users into administrators.
Type the name of the user in the box and press the button to make the user an administrator',
'makesysopname'		=> 'Name of the user:',
'makesysopsubmit'	=> 'Make this user into a sysop',
'makesysopok'		=> "<b>User \"$1\" is now a sysop</b>",
'makesysopfail'		=> "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
'setbureaucratflag' => 'Set bureaucrat flag',
'bureaucratlog'		=> 'Bureaucrat_log',
'rightslogtext'		=> 'This is a log of changes to user rights.',
'bureaucratlogentry'	=> "Rights for user \"$1\" set \"$2\"",
'rights'			=> 'Rights:',
'set_user_rights'	=> 'Set user rights',
'user_rights_set'	=> "<b>User rights for \"$1\" updated</b>",
'set_rights_fail'	=> "<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>",
'makesysop'         => 'Make a user into a sysop',

# Validation
'val_clear_old' => 'Clear my other validation data for $1',
'val_merge_old' => 'Use my previous assessment where selected \'No opinion\'',
'val_form_note' => '<b>Hint:</b> Merging your data means that for the article
revision you select, all options where you have specified <i>no opinion</i>
will be set to the value and comment of the most recent revision for which you
have expressed an opinion. For example, if you want to change a single option
for a newer revision, but also keep your other settings for this article in
this revision, just select which option you intend to <i>change</i>, and
merging will fill in the other options with your previous settings.',
'val_noop' => 'No opinion',
'val_percent' => '<b>$1%</b><br />($2 of $3 points<br />by $4 users)',
'val_percent_single' => '<b>$1%</b><br />($2 of $3 points<br />by one user)',
'val_total' => 'Total',
'val_version' => 'Version',
'val_tab' => 'Validate',
'val_this_is_current_version' => 'this is the latest version',
'val_version_of' => "Version of $1" ,
'val_table_header' => "<tr><th>Class</th>$1<th colspan=4>Opinion</th>$1<th>Comment</th></tr>\n",
'val_stat_link_text' => 'Validation statistics for this article',
'val_view_version' => 'View this version',
'val_validate_version' => 'Validate this version',
'val_user_validations' => 'This user has validated $1 pages.',
'val_no_anon_validation' => 'You have to be logged in to validate an article.',
'val_validate_article_namespace_only' => 'Only articles can be validated. This page is <i>not</i> in the article namespace.',
'val_validated' => 'Validation done.',
'val_article_lists' => 'List of validated articles',
'val_page_validation_statistics' => 'Page validation statistics for $1',

# Move page
#
'movepage'		=> 'Move page',
'movepagetext'	=> 'Using the form below will rename a page, moving all
of its history to the new name.
The old title will become a redirect page to the new title.
Links to the old page title will not be changed; be sure to
[[Special:Maintenance|check]] for double or broken redirects.
You are responsible for making sure that links continue to
point where they are supposed to go.

Note that the page will \'\'\'not\'\'\' be moved if there is already
a page at the new title, unless it is empty or a redirect and has no
past edit history. This means that you can rename a page back to where
it was just renamed from if you make a mistake, and you cannot overwrite
an existing page.

<b>WARNING!</b>
This can be a drastic and unexpected change for a popular page;
please be sure you understand the consequences of this before
proceeding.',
'movepagetalktext' => 'The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\'
*You are moving the page across namespaces,
*A non-empty talk page already exists under the new name, or
*You uncheck the box below.

In those cases, you will have to move or merge the page manually if desired.',
'movearticle'	=> 'Move page',
'movenologin'	=> 'Not logged in',
'movenologintext' => "You must be a registered user and <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
to move a page.",
'newtitle'		=> 'To new title',
'movepagebtn'	=> 'Move page',
'pagemovedsub'	=> 'Move succeeded',
'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
'articleexists' => 'A page of that name already exists, or the
name you have chosen is not valid.
Please choose another name.',
'talkexists'	=> 'The page itself was moved successfully, but the
talk page could not be moved because one already exists at the new
title. Please merge them manually.',
'movedto'		=> 'moved to',
'movetalk'		=> 'Move "talk" page as well, if applicable.',
'talkpagemoved' => 'The corresponding talk page was also moved.',
'talkpagenotmoved' => 'The corresponding talk page was <strong>not</strong> moved.',
'1movedto2'		=> "$1 moved to $2",
'1movedto2_redir' => '$1 moved to $2 over redirect',

# Export

'export'		=> 'Export pages',
'exporttext'	=> 'You can export the text and editing history of a particular page or
set of pages wrapped in some XML. In the future, this may then be imported into another
wiki running MediaWiki software, although there is no support for this feature in the
current version.

To export article pages, enter the titles in the text box below, one title per line, and
select whether you want the current version as well as all old versions, with the page
history lines, or just the current version with the info about the last edit.

In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the
article [[Train]].
',
'exportcuronly'	=> 'Include only the current revision, not the full history',

# Namespace 8 related

'allmessages'	=> 'All system messages',
'allmessagesname' => 'Name',
'allmessagesdefault' => 'Default text',
'allmessagescurrent' => 'Current text',
'allmessagestext'	=> 'This is a list of all system messages available in the MediaWiki: namespace.',
'allmessagesnotsupportedUI' => 'Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site. ',
'allmessagesnotsupportedDB' => 'Special:AllMessages not supported because wgUseDatabaseMessages is off.',

# Thumbnails

'thumbnail-more'	=> 'Enlarge',
'missingimage'		=> "<b>Missing image</b><br /><i>$1</i>\n",
'filemissing'		=> 'File missing',

# Special:Import
'import'	=> 'Import pages',
'importtext'	=> 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
'importfailed'	=> "Import failed: $1",
'importnotext'	=> 'Empty or no text',
'importsuccess'	=> 'Import succeeded!',
'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)',

# Keyboard access keys for power users
'accesskey-search' => 'f',
'accesskey-minoredit' => 'i',
'accesskey-save' => 's',
'accesskey-preview' => 'p',
'accesskey-compareselectedversions' => 'v',

# tooltip help for some actions, most are in Monobook.js
'tooltip-search' => 'Search this wiki [alt-f]',
'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]',
'tooltip-save' => 'Save your changes [alt-s]',
'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]',
'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page. [alt-v]',
'tooltip-watch' => 'Add this page to your watchlist [alt-w]',

# stylesheets

'Monobook.css' => '/* edit this file to customize the monobook skin for the entire site */',
#'Monobook.js' => '/* edit this file to change js things in the monobook skin */',

# Metadata
'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
'nocreativecommons' => 'Creative Commons RDF metadata disabled for this server.',
'notacceptable' => 'The wiki server can\'t provide data in a format your client can read.',

# Attribution

'anonymous' => "Anonymous user(s) of $wgSitename",
'siteuser' => "$wgSitename user $1",
'lastmodifiedby' => "This page was last modified $1 by $2.",
'and' => 'and',
'othercontribs' => "Based on work by $1.",
'others' => 'others',
'siteusers' => "$wgSitename user(s) $1",
'creditspage' => 'Page credits',
'nocredits' => 'There is no credits info available for this page.',

# Spam protection

'spamprotectiontitle' => 'Spam protection filter',
'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.',
'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
'subcategorycount' => "There are $1 subcategories to this category.",
'subcategorycount1' => "There is $1 subcategory to this category.",
'categoryarticlecount' => "There are $1 articles in this category.",
'categoryarticlecount1' => "There is $1 article in this category.",
'usenewcategorypage' => "1\n\nSet first character to \"0\" to disable the new category page layout.",
'listingcontinuesabbrev' => " cont.",

# Info page
"infosubtitle" => "Information for page",
"numedits" => "Number of edits (article): $1",
"numtalkedits" => "Number of edits (discussion page): $1",
"numwatchers" => "Number of watchers: $1",
"numauthors" => "Number of distinct authors (article): $1",
"numtalkauthors" => "Number of distinct authors (discussion page): $1",

# Math options
'mw_math_png' => 'Always render PNG',
'mw_math_simple' => 'HTML if very simple or else PNG',
'mw_math_html' => 'HTML if possible or else PNG',
'mw_math_source' => 'Leave it as TeX (for text browsers)',
'mw_math_modern' => 'Recommended for modern browsers',
'mw_math_mathml' => 'MathML if possible (experimental)',

# Patrolling
'markaspatrolleddiff'   => "Mark as patrolled",
'markaspatrolledlink'   => "<div class='patrollink'>[$1]</div>",
'markaspatrolledtext'   => "Mark this article as patrolled",
'markedaspatrolled'     => "Marked as patrolled",
'markedaspatrolledtext' => "The selected revision has been marked as patrolled.",
'rcpatroldisabled'      => "Recent Changes Patrol disabled",
'rcpatroldisabledtext'  => "The Recent Changes Patrol feature is currently disabled.",

# Monobook.js: tooltips and access keys for monobook
'Monobook.js' => '/* tooltips and access keys */
ta = new Object();
ta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');
ta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');
ta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');
ta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');
ta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');
ta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');
ta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');
ta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
ta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
ta[\'pt-logout\'] = new Array(\'o\',\'Log out\');
ta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');
ta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');
ta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');
ta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');
ta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');
ta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');
ta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');
ta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');
ta[\'ca-move\'] = new Array(\'m\',\'Move this page\');
ta[\'ca-nomove\'] = new Array(\'\',\'You don\\\'t have the permissions to move this page\');
ta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');
ta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');
ta[\'search\'] = new Array(\'f\',\'Search this wiki\');
ta[\'p-logo\'] = new Array(\'\',\'Main Page\');
ta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');
ta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');
ta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');
ta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');
ta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');
ta[\'n-help\'] = new Array(\'\',\'The place to find out.\');
ta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');
ta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');
ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');
ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');
ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');
ta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');
ta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');
ta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');
ta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');
ta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');
ta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');
ta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');
ta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');
ta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');
ta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');
ta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');
ta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');
ta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');
ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');
',

# image deletion
'deletedrevision' => 'Deleted old revision $1.',

# browsing diffs
'previousdiff' => '← Go to previous diff',
'nextdiff' => 'Go to next diff →',

'imagemaxsize' => 'Limit images on image description pages to: ',
'showbigimage' => 'Download high resolution version ($1x$2, $3 KB)',

'newimages' => 'New images gallery',
'noimages'  => 'Nothing to see.',

'sitesettings'                  => 'Site Settings',
'sitesettings-features'         => 'Features',
'sitesettings-permissions'      => 'Permissions',
'sitesettings-memcached'        => 'Memcache Daemon',
'sitesettings-debugging'        => 'Debugging',
'sitesettings-caching'          => 'Page caching',
'sitesettings-wgShowIPinHeader' => 'Show IP in header (for non-logged in users)',
'sitesettings-wgUseDatabaseMessages' => 'Use database messages for user interface labels',
'sitesettings-wgUseCategoryMagic' => 'Enable categories',
'sitesettings-wgUseCategoryBrowser' => 'Enable experimental dmoz-like category browsing. Outputs things like:  Encyclopedia > Music > Style of Music > Jazz',
'sitesettings-wgHitcounterUpdateFreq' => 'Hit counter update frequency',
'sitesettings-wgAllowExternalImages' => 'Allow to include external images into articles',
'sitesettings-permissions-readonly' => 'Maintenance mode: Disable write access',
'sitesettings-permissions-whitelist' => 'Whitelist mode',
'sitesettings-permissions-banning' => 'User banning',
'sitesettings-permissions-miser' => 'Performance settings',
'sitesettings-wgReadOnly' => 'Readonly mode',
'sitesettings-wgReadOnlyFile' => 'Readonly message file',
'sitesettings-wgWhitelistEdit' => 'Users must be logged in to edit',
'sitesettings-wgWhitelistRead' => 'Anonymous users may only read these pages:',
'sitesettings-wgWhitelistAccount-user' => 'Users may create accounts themself',
'sitesettings-wgWhitelistAccount-sysop' => 'Sysops may create accounts for users',
'sitesettings-wgWhitelistAccount-developer' => 'Developers may create accounts for users',
'sitesettings-wgSysopUserBans' => 'Sysops may block logged-in users',
'sitesettings-wgSysopRangeBans' => 'Sysops may block IP-ranges',
'sitesettings-wgDefaultBlockExpiry' => 'By default, blocks expire after:',
'sitesettings-wgMiserMode' => 'Enable miser mode, which disables most "expensive" features',
'sitesettings-wgDisableQueryPages' => 'When in miser mode, disable all query pages, not only "expensive" ones',
'sitesettings-wgUseWatchlistCache' => 'Generate a watchlist once every hour or so',
'sitesettings-wgWLCacheTimeout' => 'The hour or so mentioned above (in seconds):',
'sitesettings-cookies' => 'Cookies',
'sitesettings-performance' => 'Performance',
'sitesettings-images' => 'Images',

# short names for language variants used for language conversion links. 
# to disable showing a particular link, set it to 'disable', e.g.
# 'variantname-zh-sg' => 'disable',
'variantname-zh-cn' => 'cn',
'variantname-zh-tw' => 'tw',
'variantname-zh-hk' => 'hk',
'variantname-zh-sg' => 'sg',
'variantname-zh' => 'zh',

# Chinese conversion table
'zhconversiontable' => '-{}-',

# labels for User: and Title: on Special:Log pages
'specialloguserlabel' => 'User: ',
'speciallogtitlelabel' => 'Title: ',

# List of bad images
'bad_image_list' => '',
);

#--------------------------------------------------------------------------
# Internationalisation code
#--------------------------------------------------------------------------

class Language {
	function Language(){
		# Copies any missing values in the specified arrays from En to the current language
		$fillin = array( 'wgSysopSpecialPages', 'wgValidSpecialPages', 'wgDeveloperSpecialPages' );
		$name = get_class( $this );
		if( strpos( $name, 'language' ) == 0){
			$lang = ucfirst( substr( $name, 8 ) );
			foreach( $fillin as $arrname ){
				$langver = "{$arrname}{$lang}";
				$enver = "{$arrname}En";
				if( ! isset( $GLOBALS[$langver] ) || ! isset( $GLOBALS[$enver] ))
					continue;
				foreach($GLOBALS[$enver] as $spage => $text){
					if( ! isset( $GLOBALS[$langver][$spage] ) )
						$GLOBALS[$langver][$spage] = $text;
				}
			}
		}
	}

	function getDefaultUserOptions () {
		global $wgDefaultUserOptionsEn ;
		return $wgDefaultUserOptionsEn ;
	}

	function getBookstoreList () {
		global $wgBookstoreListEn ;
		return $wgBookstoreListEn ;
	}

	function getNamespaces() {
		global $wgNamespaceNamesEn;
		return $wgNamespaceNamesEn;
	}

	function getNsText( $index ) {
		global $wgNamespaceNamesEn;
		return $wgNamespaceNamesEn[$index];
	}

	function getNsIndex( $text ) {
		global $wgNamespaceNamesEn;

		foreach ( $wgNamespaceNamesEn as $i => $n ) {
			if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
		}
		return false;
	}

	# short names for language variants used for language conversion links. 
	# so far only used by zh
	function getVariantname( $code ) {
		return wfMsgUTF8( 'variantname-' . $code );
	}

	function specialPage( $name ) {
		return $this->getNsText(NS_SPECIAL) . ':' . $name;
	}

	function getQuickbarSettings() {
		global $wgQuickbarSettingsEn;
		return $wgQuickbarSettingsEn;
	}

	function getSkinNames() {
		global $wgSkinNamesEn;
		return $wgSkinNamesEn;
	}

	function getMathNames() {
		global $wgMathNamesEn;
		return $wgMathNamesEn;
	}

	function getDateFormats() {
		global $wgDateFormatsEn;
		return $wgDateFormatsEn;
	}

	function getValidationTypes() {
		global $wgValidationTypesEn;
		return $wgValidationTypesEn;
	}

	function getUserToggles() {
		global $wgUserTogglesEn;
		return $wgUserTogglesEn;
	}

	function getUserToggle( $tog ) {
		return wfMsgUTF8("tog-".$tog);
	}

	function getLanguageNames() {
		global $wgLanguageNamesEn;
		return $wgLanguageNamesEn;
	}

	function getLanguageName( $code ) {
		global $wgLanguageNamesEn;
		if ( ! array_key_exists( $code, $wgLanguageNamesEn ) ) {
			return "";
		}
		return $wgLanguageNamesEn[$code];
	}

	function getMonthName( $key ) {
		global $wgMonthNamesEn, $wgContLang;
		// see who called us and use the correct message function
		if( get_class( $wgContLang->getLangObj() ) == get_class( $this ) )
			return wfMsgForContentUTF8($wgMonthNamesEn[$key-1]);
		else
			return wfMsgUTF8($wgMonthNamesEn[$key-1]);
	}

	/* by default we just return base form */
	function getMonthNameGen( $key ) {
		return $this->getMonthName( $key );
	}

	function getMonthAbbreviation( $key ) {
		global $wgMonthAbbreviationsEn, $wgContLang;
		// see who called us and use the correct message function
		if( get_class( $wgContLang->getLangObj() ) == get_class( $this ) )
			return wfMsgForContentUTF8(@$wgMonthAbbreviationsEn[$key-1]);
		else
			return wfMsgUTF8(@$wgMonthAbbreviationsEn[$key-1]);
	}

	function getWeekdayName( $key ) {
		global $wgWeekdayNamesEn, $wgContLang;
		// see who called us and use the correct message function
		if( get_class( $wgContLang->getLangObj() ) == get_class( $this ) )
			return wfMsgForContentUTF8($wgWeekdayNamesEn[$key-1]);
		else
			return wfMsgUTF8($wgWeekdayNamesEn[$key-1]);
	}

	function userAdjust( $ts ) {
		global $wgUser, $wgLocalTZoffset;

		$tz = $wgUser->getOption( 'timecorrection' );
		if ( $tz === '' ) {
			$hrDiff = isset( $wgLocalTZoffset ) ? $wgLocalTZoffset : 0;
			$minDiff = 0;
		} elseif ( strpos( $tz, ':' ) !== false ) {
			$tzArray = explode( ':', $tz );
			$hrDiff = intval($tzArray[0]);
			$minDiff = intval($hrDiff < 0 ? -$tzArray[1] : $tzArray[1]);
		} else {
			$hrDiff = intval( $tz );
		}
		if ( 0 == $hrDiff && 0 == $minDiff ) { return $ts; }

		$t = mktime( (
		  (int)substr( $ts, 8, 2) ) + $hrDiff, # Hours
		  (int)substr( $ts, 10, 2 ) + $minDiff, # Minutes
		  (int)substr( $ts, 12, 2 ), # Seconds
		  (int)substr( $ts, 4, 2 ), # Month
		  (int)substr( $ts, 6, 2 ), # Day
		  (int)substr( $ts, 0, 4 ) ); #Year
		return date( 'YmdHis', $t );
	}

	function date( $ts, $adj = false, $format = MW_DATE_USER_FORMAT ) {
		global $wgAmericanDates, $wgUser, $wgUseDynamicDates;

		$ts=wfTimestamp(TS_MW,$ts);
		if ( $adj ) { $ts = $this->userAdjust( $ts ); }
		if ( $wgUseDynamicDates ) {
			if ( $format == MW_DATE_USER_FORMAT ) {
				$datePreference = $wgUser->getOption( 'date' );
			} else {
				$options = $this->getDefaultUserOptions();
				$datePreference = $options['date'];
			}
			if ( $datePreference == 0 ) {
				$datePreference = $wgAmericanDates ? 1 : 2;
			}
		} else {
			$datePreference = $wgAmericanDates ? 1 : 2;
		}

		$month = $this->getMonthAbbreviation( substr( $ts, 4, 2 ) );
		$day = $this->formatNum( 0 + substr( $ts, 6, 2 ) );
		$year = $this->formatNum( substr( $ts, 0, 4 ) );

		switch( $datePreference ) {
			case 1: return "$month $day, $year";
			case 2: return "$day $month $year";
			default: return "$year $month $day";
		}
	}

	function time( $ts, $adj = false, $seconds = false ) {
		$ts=wfTimestamp(TS_MW,$ts);

		if ( $adj ) { $ts = $this->userAdjust( $ts ); }

		$t = substr( $ts, 8, 2 ) . ':' . substr( $ts, 10, 2 );
		if ( $seconds ) {
			$t .= ':' . substr( $ts, 12, 2 );
		}
		return $this->formatNum( $t );
	}

	function timeanddate( $ts, $adj = false, $format = MW_DATE_USER_FORMAT ) {
		$ts=wfTimestamp(TS_MW,$ts);

		return $this->time( $ts, $adj ) . ', ' . $this->date( $ts, $adj, $format );
	}

	function rfc1123( $ts ) {
		return date( 'D, d M Y H:i:s T', $ts );
	}

	function getValidSpecialPages() {
		global $wgValidSpecialPagesEn;
		return $wgValidSpecialPagesEn;
	}

	function getSysopSpecialPages() {
		global $wgSysopSpecialPagesEn;
		return $wgSysopSpecialPagesEn;
	}

	function getDeveloperSpecialPages() {
		global $wgDeveloperSpecialPagesEn;
		return $wgDeveloperSpecialPagesEn;
	}

	function getMessage( $key ) {
		global $wgAllMessagesEn;
		return @$wgAllMessagesEn[$key];
	}

	function getAllMessages() {
		global $wgAllMessagesEn;
		return $wgAllMessagesEn;
	}

	function iconv( $in, $out, $string ) {
		# For most languages, this is a wrapper for iconv
		return iconv( $in, $out, $string );
	}

	function ucfirst( $string ) {
		# For most languages, this is a wrapper for ucfirst()
		return ucfirst( $string );
	}

	function lcfirst( $s ) {
		return strtolower( $s{0}  ). substr( $s, 1 );
	}

	function checkTitleEncoding( $s ) {
		global $wgInputEncoding;

		# Check for UTF-8 URLs; Internet Explorer produces these if you
		# type non-ASCII chars in the URL bar or follow unescaped links.
		$ishigh = preg_match( '/[\x80-\xff]/', $s);
		$isutf = ($ishigh ? preg_match( '/^([\x00-\x7f]|[\xc0-\xdf][\x80-\xbf]|' .
		         '[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xf7][\x80-\xbf]{3})+$/', $s ) : true );

		if( ($wgInputEncoding != 'utf-8') and $ishigh and $isutf )
			return @iconv( 'UTF-8', $wgInputEncoding, $s );

		if( ($wgInputEncoding == 'utf-8') and $ishigh and !$isutf )
			return utf8_encode( $s );

		# Other languages can safely leave this function, or replace
		# it with one to detect and convert another legacy encoding.
		return $s;
	}

	function stripForSearch( $in ) {
		# Some languages have special punctuation to strip out
		# or characters which need to be converted for MySQL's
		# indexing to grok it correctly. Make such changes here.
		return strtolower( $in );
	}

	function convertForSearchResult( $termsArray ) {
		# some languages, e.g. Chinese, need to do a conversion
		# in order for search results to be displayed correctly
		return $termsArray;
	}	

	function firstChar( $s ) {
		# Get the first character of a string. In ASCII, return
		# first byte of the string. UTF8 and others have to
		# overload this.
		return $s[0];
	}

	function initEncoding() {
		# Some languages may have an alternate char encoding option
		# (Esperanto X-coding, Japanese furigana conversion, etc)
		# If this language is used as the primary content language,
		# an override to the defaults can be set here on startup.
		#global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
	}

	function setAltEncoding() {
		# Some languages may have an alternate char encoding option
		# (Esperanto X-coding, Japanese furigana conversion, etc)
		# If 'altencoding' is checked in user prefs, this gives a
		# chance to swap out the default encoding settings.
		#global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
	}

	function recodeForEdit( $s ) {
		# For some languages we'll want to explicitly specify
		# which characters make it into the edit box raw
		# or are converted in some way or another.
		# Note that if wgOutputEncoding is different from
		# wgInputEncoding, this text will be further converted
		# to wgOutputEncoding.
		global $wgInputEncoding, $wgEditEncoding;
		if( $wgEditEncoding == '' or
		  $wgEditEncoding == $wgInputEncoding ) {
			return $s;
		} else {
			return $this->iconv( $wgInputEncoding, $wgEditEncoding, $s );
		}
	}

	function recodeInput( $s ) {
		# Take the previous into account.
		global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
		if($wgEditEncoding != "") {
			$enc = $wgEditEncoding;
		} else {
			$enc = $wgOutputEncoding;
		}
		if( $enc == $wgInputEncoding ) {
			return $s;
		} else {
			return $this->iconv( $enc, $wgInputEncoding, $s );
		}
	}

	# For right-to-left language support
	function isRTL() { return false; }

	# To allow "foo[[bar]]" to extend the link over the whole word "foobar"
	function linkPrefixExtension() { return false; }


	function &getMagicWords() {
		global $wgMagicWordsEn;
		return $wgMagicWordsEn;
	}

	# Fill a MagicWord object with data from here
	function getMagic( &$mw ) {
		$raw =& $this->getMagicWords();
		if( !isset( $raw[$mw->mId] ) ) {
			# Fall back to English if local list is incomplete
			$raw =& Language::getMagicWords();
		}
		$rawEntry = $raw[$mw->mId];
		$mw->mCaseSensitive = $rawEntry[0];
		$mw->mSynonyms = array_slice( $rawEntry, 1 );
	}

	# Italic is unsuitable for some languages
	function emphasize( $text ) {
		return '<em>'.$text.'</em>';
	}


	# Normally we use the plain ASCII digits. Some languages such as Arabic will
	# want to output numbers using script-appropriate characters: override this
	# function with a translator. See LanguageAr.php for an example.
	function formatNum( $number ) {
		return $number;
	}

	function listToText( $l ) {
		$s = '';
		$m = count($l) - 1;
		for ($i = $m; $i >= 0; $i--) {
			if ($i == $m) {
				$s = $l[$i];
			} else if ($i == $m - 1) {
				$s = $l[$i] . ' ' . $this->getMessage('and') . ' ' . $s;
			} else {
				$s = $l[$i] . ', ' . $s;
			}
		}
		return $s;
	}

	# Crop a string from the beginning or end to a certain number of bytes.
	# (Bytes are used because our storage has limited byte lengths for some
	# columns in the database.) Multibyte charsets will need to make sure that
	# only whole characters are included!
	#
	# $length does not include the optional ellipsis.
	# If $length is negative, snip from the beginning
	function truncate( $string, $length, $ellipsis = '' ) {
		if( $length == 0 ) {
			return $ellipsis;
		}
		if ( strlen( $string ) <= abs( $length ) ) {
			return $string;
		}
		if( $length > 0 ) {
			$string = substr( $string, 0, $length );
			return $string . $ellipsis;
		} else {
			$string = substr( $string, $length );
			return $ellipsis . $string;
		}
	}

	# Grammatical transformations, needed for inflected languages
	# Invoked by putting {{grammar:case|word}} in a message
	function convertGrammar( $word, $case ) {
		return $word;
	}

	# languages like Chinese need to be segmented in order for the diff
	# to be of any use
	function segmentForDiff( $text ) {
		return $text;
	}
	# and unsegment to show the result
	function unsegmentForDiff( $text ) {
		return $text;
	}

	# convert text to different variants of a language.
	function convert( $text , $isTitle=false) {
		return $text;
	}

	# returns a list of language variants for conversion.
	# right now mainly used in the Chinese conversion
	function getVariants() {
		$lang = strtolower( substr( get_class( $this ), 8 ) );
		return array( $lang );
	}
	
	# in case some variant is not defined in the markup, we need
	# to have some fallback. for example, in zh, normally people
	# will define zh-cn and zh-tw, but less so for zh-sg or zh-hk.
	# when zh-sg is preferred but not defined, we will pick zh-cn
	# in this case. right now this is only used by zh.
	function getVariantFallback( $v ) {
		return false;
	}

	function getPreferredVariant() {
		return strtolower( substr( get_class( $this ), 8 ) );
	}

	/* if a language supports multiple variants, it is
		possible that non-existing link in one variant
		actually exists in another variant. this function 
		tries to find it. See e.g. LanguageZh.php

	*/
	function findVariantLink( &$link, &$nt ) {
		return;
	}

	/*
		returns an array of extra options used by User::getPageRenderHash()
	*/
	function getExtraHashOptions() {
		return '';
	}
	
	/**
	 * A regular expression to match legal word-trailing characters
	 * which should be merged onto a link of the form [[foo]]bar.
	 * FIXME
	 *
	 * @return string
	 * @access public
	 */
	function linkTrail() {
		$trail = $this->getMessage( 'linktrail' );
		if( empty( $trail ) ) $trail = Language::linkTrail();
		return $trail;
	}

	function getLangObj() {
		return $this;
	}
}

# This should fail gracefully if there's not a localization available
wfSuppressWarnings();
include_once( 'Language' . str_replace( '-', '_', ucfirst( $wgLanguageCode ) ) . '.php' );
wfRestoreWarnings();

}
?>