Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

Language.php File Reference

Go to the source code of this file.

Classes

class  Language

Enumerations

enum  MW_MATH_PNG
enum  MW_MATH_SIMPLE
enum  MW_MATH_HTML
enum  MW_MATH_SOURCE
enum  MW_MATH_MODERN
enum  MW_MATH_MATHML

Variables

 $wgNamespaceNamesEn
 $wgDefaultUserOptionsEn
 $wgQuickbarSettingsEn
 $wgSkinNamesEn
 $wgMathNamesEn
 $wgDateFormatsEn
 $wgUserTogglesEn
 $wgBookstoreListEn
global $wgLanguageNames
 $wgLanguageNamesEn = & $wgLanguageNames
 $wgWeekdayNamesEn
 $wgMonthNamesEn
 $wgMonthAbbreviationsEn
 $wgMagicWordsEn
 $wgAllMessagesEn
last contributor is only author
of this 
page
last contributor is only author
of this 
alreadyrolled
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
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 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
please be sure you understand
the consequences of this before 
proceeding
please be sure you understand
the consequences of this before 
movepagetalktext
this can then be imported
into another wiki running
MediaWiki 
software
this can then be imported
into another wiki running
MediaWiki 
transformed
this can then be imported
into another wiki running
MediaWiki or just kept for
your private 
amusement
this can then be imported
into another wiki running
MediaWiki or just kept for
your private 
exportcuronly
 ta [\'pt-userpage\'] = new Array(\.\,\My user page\)


Enumeration Type Documentation

enum MW_MATH_HTML
 

Definition at line 74 of file Language.php.

enum MW_MATH_MATHML
 

Definition at line 77 of file Language.php.

Referenced by MathRenderer::_doRender().

enum MW_MATH_MODERN
 

Definition at line 76 of file Language.php.

Referenced by MathRenderer::_doRender().

enum MW_MATH_PNG
 

Definition at line 72 of file Language.php.

Referenced by MathRenderer::_doRender().

enum MW_MATH_SIMPLE
 

Definition at line 73 of file Language.php.

Referenced by MathRenderer::_doRender().

enum MW_MATH_SOURCE
 

Definition at line 75 of file Language.php.

Referenced by MathRenderer::render().


Variable Documentation

$wgAllMessagesEn
 

Definition at line 205 of file Language.php.

Referenced by Language::getAllMessages(), MessageCache::getKeys(), LanguageOc::getMessage(), LanguageLa::getMessage(), LanguageKo::getMessage(), LanguageIa::getMessage(), LanguageFr::getMessage(), LanguageAr::getMessage(), Language::getMessage(), initialiseMessages(), MessageCache::load(), moveCustomMessages(), and wfSpecialAllmessages().

$wgBookstoreListEn
 

Initial value:

array( "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN", "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1", "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1" )

Definition at line 118 of file Language.php.

Referenced by Language::getBookstoreList().

$wgDateFormatsEn
 

Initial value:

array( No preference, January 15, 2001, 15 January 2001, 2001 January 15, 2001-01-15 )

Definition at line 88 of file Language.php.

Referenced by Language::getDateFormats().

$wgDefaultUserOptionsEn
 

Initial value:

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 )

Definition at line 47 of file Language.php.

Referenced by LanguageAr::getDefaultUserOptions(), and Language::getDefaultUserOptions().

global $wgLanguageNames
 

Definition at line 126 of file Language.php.

Referenced by getLanguageList().

$wgLanguageNamesEn = & $wgLanguageNames
 

Definition at line 129 of file Language.php.

Referenced by Language::getLanguageName(), and Language::getLanguageNames().

$wgMagicWordsEn
 

Definition at line 152 of file Language.php.

Referenced by LanguageCy::getMagicWords(), and Language::getMagicWords().

$wgMathNamesEn
 

Initial value:

array( 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), )

Definition at line 79 of file Language.php.

Referenced by LanguageEs::getMathNames(), and Language::getMathNames().

$wgMonthAbbreviationsEn
 

Initial value:

array( 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' )

Definition at line 143 of file Language.php.

Referenced by Language::getMonthAbbreviation().

$wgMonthNamesEn
 

Initial value:

array( January, February, March, April, 'May', 'June', 'July', August, September, October, November, December )

Definition at line 137 of file Language.php.

Referenced by DateFormatter::DateFormatter(), Language::getMonthName(), DateFormatter::getMonthRegex(), and DateFormatter::replace().

$wgNamespaceNamesEn
 

Initial value:

array( NS_MEDIA => Media, NS_SPECIAL => Special, NS_MAIN => , NS_TALK => 'Talk', NS_USER => 'User', NS_USER_TALK => User_talk, NS_WIKIPEDIA => $wgMetaNamespace, NS_WIKIPEDIA_TALK => $wgMetaNamespace . _talk, NS_IMAGE => Image, NS_IMAGE_TALK => Image_talk, NS_MEDIAWIKI => MediaWiki, NS_MEDIAWIKI_TALK => MediaWiki_talk, NS_TEMPLATE => Template, NS_TEMPLATE_TALK => Template_talk, NS_HELP => 'Help', NS_HELP_TALK => Help_talk, NS_CATEGORY => Category, NS_CATEGORY_TALK => Category_talk )

Definition at line 26 of file Language.php.

Referenced by Language::getNamespaces(), LanguageRu::getNsIndex(), LanguageMs::getNsIndex(), LanguageHi::getNsIndex(), LanguageBg::getNsIndex(), Language::getNsIndex(), and Language::getNsText().

$wgQuickbarSettingsEn
 

Initial value:

array( 'None', Fixed left, Fixed right, Floating left )

Definition at line 58 of file Language.php.

Referenced by Language::getQuickbarSettings().

$wgSkinNamesEn
 

Initial value:

array( standard => Standard, nostalgia => Nostalgia, cologneblue => Cologne Blue, davinci => DaVinci, 'mono' => 'Mono', monobook => MonoBook, myskin => MySkin )

Definition at line 62 of file Language.php.

Referenced by Language::getSkinNames().

$wgUserTogglesEn
 

Initial value:

array( hover => Show hoverbox over wiki links, underline => Underline links, highlightbroken => Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>)., justify => Justify paragraphs, hideminor => Hide minor edits in recent changes, usenewrc => Enhanced recent changes (not for all browsers), numberheadings => Auto-number headings, showtoolbar'=>'Show edit toolbar, editondblclick => Edit pages on double click (JavaScript), editsection'=>'Enable section editing via [edit] links, editsectiononrightclick'=>'Enable section editing by right clicking<br /> on section titles (JavaScript), showtoc'=>'Show table of contents<br />(for pages with more than 3 headings), rememberpassword => Remember password across sessions, editwidth => Edit box has full width, watchdefault => Add pages you edit to your watchlist, minordefault => Mark all edits minor by default, previewontop => Show preview before edit box and not after it, nocache => Disable page caching )

Definition at line 96 of file Language.php.

Referenced by Language::getUserToggles().

$wgWeekdayNamesEn
 

Initial value:

array( Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday )

Definition at line 132 of file Language.php.

Referenced by Language::getWeekdayName().

last contributor is only author of this alreadyrolled
 

Definition at line 1028 of file Language.php.

this can then be imported into another wiki running MediaWiki or just kept for your private amusement
 

Definition at line 1238 of file Language.php.

this can then be imported into another wiki running MediaWiki or just kept for your private exportcuronly
 

Definition at line 1240 of file Language.php.

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 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
 

Definition at line 1197 of file Language.php.

please be sure you understand the consequences of this before movepagetalktext
 

Definition at line 1206 of file Language.php.

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 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 and you cannot overwrite an existing page<b> WARNING</b> This can be a drastic and unexpected change for a popular page
 

Definition at line 1197 of file Language.php.

Referenced by countLinksFrom(), dcPageOrString(), SpecialPage::executePath(), fetchPage(), SpecialPage::getPages(), importPage(), Phase2Importer::importWatchlists(), OutputPage::loginToUse(), page2xml(), pages2xml(), rcCountLink(), rcDayLimitLinks(), rcDaysLink(), rcLimitLinks(), ucListEdit(), wfSpecialExport(), wfSpecialSpecialpages_gen(), wlCutoffLinks(), wlDaysLink(), and wlHoursLink().

please be sure you understand the consequences of this before proceeding
 

Definition at line 1205 of file Language.php.

this can then be imported into another wiki running MediaWiki software
 

Definition at line 1238 of file Language.php.

Referenced by wfSpecialVersion().

ta[\'ca-nstab-category\'] = new Array(\.\,\My user page\)
 

Definition at line 1351 of file Language.php.

Referenced by wfRecordUpload().

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
 

Definition at line 1197 of file Language.php.

Referenced by LinkCache::addBadLink(), LinkCache::addLink(), LinkCache::addLinkObj(), LinkCache::clearBadLink(), LinkCache::clearLink(), convertLinks(), countLinksFrom(), countLinkTo(), dcBasics(), dcPage(), doRenamePage(), OutputPage::errorpage(), UndeleteForm::execute(), SpecialPage::executePath(), QueryPage::feedResult(), fetchKeptPages(), fetchPage(), firstPassDirectory(), Phase2Importer::fixTitles(), CategoriesPage::formatResult(), MessageCache::get(), Image::getEscapeLocalURL(), LinkCache::getGoodLinkID(), getIrcOutput(), ListAdminsPage::getSQL(), WikiRevision::getTitle(), getTitlesByLength(), goResult(), PageHistory::history(), PageHistory::historyLine(), Image::Image(), importPage(), Phase2Importer::importWatchlists(), initialiseMessages(), LinkCache::isBadLink(), LinkCache::linksccClearBrokenLinksTo(), LinksUpdate::LinksUpdate(), LogPage::LogPage(), RecentChange::notifyEdit(), RecentChange::notifyLog(), RecentChange::notifyNew(), AtomFeed::outHeader(), RSSFeed::outHeader(), AtomFeed::outItem(), RSSFeed::outItem(), page2xml(), rebuildRecentChangesTablePass2(), renamePage(), rewritePage(), rewritePageBits(), SearchUpdate::SearchUpdate(), WikiRevision::setTitle(), UndeleteForm::showHistory(), UndeleteForm::showRevision(), transformTitle(), UndeleteForm::undelete(), useModFilename(), UserTalkUpdate::UserTalkUpdate(), wfEmergencyAbort(), wfSpecialRecentchanges(), wfSpecialSelfLinks(), and wfSpecialWatchlist().

this can then be imported into another wiki running MediaWiki transformed
 

Definition at line 1238 of file Language.php.


Generated on Tue Jun 29 23:40:08 2004 for Mediawiki by doxygen 1.3.7