MediaWiki
master
|
00001 <?php 00024 $messages = array( 00025 # User preference toggles 00026 'tog-underline' => 'Unnerline airtins:', 00027 'tog-justify' => 'Justifee paragraphs', 00028 'tog-hideminor' => 'Hide smaa edits in recent chynges', 00029 'tog-hidepatrolled' => 'Hide patrolled edits in recent chynges', 00030 'tog-newpageshidepatrolled' => 'Hide patrolled pages frae the new page list', 00031 'tog-extendwatchlist' => 'Mak watchleet bigger tae shaw aw chynges', 00032 'tog-usenewrc' => 'Enhanced recent chynges (no for aa brousers)', 00033 'tog-numberheadings' => 'Auto-nummer heidins', 00034 'tog-showtoolbar' => 'Shaw edit toolbar', 00035 'tog-editondblclick' => 'Edit pages on dooble-dab (JavaScript)', 00036 'tog-editsection' => 'Enable section editin via [edit] airtins', 00037 'tog-editsectiononrightclick' => 'Enable section editin bi richt-dabbin on section teitles (JavaScript)', 00038 'tog-showtoc' => 'Shaw table o contents (for pages wi mair nor 3 heidins)', 00039 'tog-rememberpassword' => 'Mynd password ower sessions (for a maximum of $1 {{PLURAL:$1|day|days}})', 00040 'tog-watchcreations' => 'Add pages ye mak tar yer watchleet', 00041 'tog-watchdefault' => 'Add pages ye edit tae yer watchleet', 00042 'tog-watchmoves' => 'Eik pages A move tae ma watchleet', 00043 'tog-watchdeletion' => 'Eik pages A get rid o tae ma watchleet', 00044 'tog-minordefault' => 'Mairk aa edits "smaa" bi defaut', 00045 'tog-previewontop' => 'Shaw scance afore edit box an no efter it', 00046 'tog-previewonfirst' => 'Shaw scance on first edit', 00047 'tog-nocache' => 'Disable page cachin', 00048 'tog-enotifwatchlistpages' => 'Send me an email on page chynges', 00049 'tog-enotifusertalkpages' => 'Send me an email whan ma uiser collogue page is chynged', 00050 'tog-enotifminoredits' => 'Send me an email for smaa edits o pages an aa', 00051 'tog-enotifrevealaddr' => 'Shaw ma email address in notification mails', 00052 'tog-shownumberswatching' => 'Shaw the nummer o watching uisers', 00053 'tog-fancysig' => 'Raw seignaturs (athoot automatic airtin)', 00054 'tog-externaleditor' => 'Uise external editor bi defaut', 00055 'tog-externaldiff' => 'Uise external diff bi defaut', 00056 'tog-showjumplinks' => 'Enable "loup til" accessibility airtins', 00057 'tog-uselivepreview' => 'Uise leeve preview (JavaScript) (Prattik)', 00058 'tog-forceeditsummary' => 'Gie me a jottin when A dinnae put in a edit summary', 00059 'tog-watchlisthideown' => 'Hide yer ain edits frae yer watchleet', 00060 'tog-watchlisthidebots' => 'Hide bot edits frae yer watchleet', 00061 'tog-watchlisthideminor' => 'Dinna shaw sma edits on ma watchleet', 00062 'tog-watchlisthideliu' => 'Hide edits by loggit in uisers frae the watchleet', 00063 'tog-watchlisthideanons' => 'Hide edits by nameless uisers frae the watchleet', 00064 'tog-watchlisthidepatrolled' => 'Hide patrolled edits frae the watchlist', 00065 'tog-ccmeonemails' => 'Gie me copies o emails A write tae ither uisers', 00066 'tog-diffonly' => 'Dinna shaw page contents ablo diffs', 00067 'tog-showhiddencats' => 'Shaw hidden categories', 00068 'tog-norollbackdiff' => 'Lave oot diff efter rowin back', 00069 00070 'underline-always' => 'Aye', 00071 'underline-never' => 'Niver', 00072 'underline-default' => 'Brouser defaut', 00073 00074 # Font style option in Special:Preferences 00075 'editfont-sansserif' => 'Sans-serif font', 00076 'editfont-serif' => 'Serif font', 00077 00078 # Dates 00079 'sunday' => 'Sunday', 00080 'monday' => 'Monanday', 00081 'tuesday' => 'Tysday', 00082 'wednesday' => 'Wadensday', 00083 'thursday' => 'Fuirsday', 00084 'friday' => 'Friday', 00085 'saturday' => 'Seturday', 00086 'sun' => 'Sun', 00087 'mon' => 'Mon', 00088 'tue' => 'Tue', 00089 'wed' => 'Wed', 00090 'thu' => 'Thu', 00091 'fri' => 'Fri', 00092 'sat' => 'Sat', 00093 'january' => 'Januar', 00094 'february' => 'Februar', 00095 'march' => 'Mairch', 00096 'april' => 'Apryle', 00097 'may_long' => 'Mey', 00098 'june' => 'Juin', 00099 'july' => 'Julie', 00100 'august' => 'August', 00101 'september' => 'September', 00102 'october' => 'October', 00103 'november' => 'November', 00104 'december' => 'December', 00105 'january-gen' => 'Januar', 00106 'february-gen' => 'February', 00107 'march-gen' => 'March', 00108 'april-gen' => 'Apryle', 00109 'may-gen' => 'May', 00110 'june-gen' => 'Juin', 00111 'july-gen' => 'Julie', 00112 'august-gen' => 'August', 00113 'september-gen' => 'September', 00114 'october-gen' => 'October', 00115 'november-gen' => 'November', 00116 'december-gen' => 'Dizember', 00117 'jan' => 'Jan', 00118 'feb' => 'Feb', 00119 'mar' => 'Mai', 00120 'apr' => 'Apr', 00121 'may' => 'Mey', 00122 'jun' => 'Jui', 00123 'jul' => 'Jul', 00124 'aug' => 'Aug', 00125 'sep' => 'Sep', 00126 'oct' => 'Oct', 00127 'nov' => 'Nov', 00128 'dec' => 'Diz', 00129 00130 # Categories related messages 00131 'pagecategories' => '{{PLURAL:$1|Category|Categories}}', 00132 'category_header' => 'Pages in category "$1"', 00133 'subcategories' => 'Subcategories', 00134 'category-media-header' => 'Eetems in category "$1"', 00135 'category-empty' => "''This category haes no pages or eetems at the meenit.''", 00136 'hidden-categories' => '{{PLURAL:$1|Hidden categorie|Hidden categories}}', 00137 'category-subcat-count' => '{{PLURAL:$2|This category juist haes the follaein subcategory.|This category haes the follaein {{PLURAL:$1|subcategory|$1 subcategories}}, oot o $2 awthegither.}}', 00138 'category-subcat-count-limited' => 'This category haes the follaein {{PLURAL:$1|subcategory|$1 subcategories}}.', 00139 'category-article-count' => '{{PLURAL:$2|This category contains the ae follaein page.|The follaein {{PLURAL:$1|page|$1 pages}} is in this category, oot o $2 total.}}', 00140 'category-article-count-limited' => 'The follaein {{PLURAL:$1|page|$1 pages}} is in this category.', 00141 'category-file-count' => '{{PLURAL:$2|This category hauds juist the ae follaein file.|The follaein {{PLURAL:$1|file|$1 files}}s is in this category, oot o $2 total.}}', 00142 'category-file-count-limited' => 'The follaein {{PLURAL:$1|file is|$1 files is}} in this category.', 00143 'listingcontinuesabbrev' => 'cont.', 00144 'noindex-category' => 'Noindexed pages', 00145 00146 'about' => 'Aboot', 00147 'article' => 'Content page', 00148 'newwindow' => '(opens in new windae)', 00149 'cancel' => 'Cancel', 00150 'moredotdotdot' => 'Mair...', 00151 'mypage' => 'Ma page', 00152 'mytalk' => 'Ma collogue', 00153 'anontalk' => 'Collogue for this IP', 00154 'navigation' => 'Navigation', 00155 'and' => ' an', 00156 00157 # Cologne Blue skin 00158 'qbfind' => 'Rake', 00159 'qbbrowse' => 'Brouse', 00160 'qbedit' => 'Edit', 00161 'qbpageoptions' => 'This page', 00162 'qbmyoptions' => 'Ma pages', 00163 'qbspecialpages' => 'Byordinar pages', 00164 'faq' => 'ASQ', 00165 'faqpage' => 'Project:ASQ', 00166 00167 # Vector skin 00168 'vector-action-addsection' => 'Add topic', 00169 'vector-action-delete' => 'Delete', 00170 'vector-action-move' => 'Flit', 00171 'vector-action-protect' => 'Fend', 00172 'vector-view-create' => 'Mak', 00173 'vector-view-edit' => 'Edit', 00174 'vector-view-history' => 'See history', 00175 'vector-view-view' => 'Read', 00176 'vector-view-viewsource' => 'View soorce', 00177 'actions' => 'Actions', 00178 'namespaces' => 'Namespaces', 00179 'variants' => 'Variants', 00180 00181 'errorpagetitle' => 'Error', 00182 'returnto' => 'Return tae $1.', 00183 'tagline' => 'Frae {{SITENAME}}', 00184 'help' => 'Help', 00185 'search' => 'Rake', 00186 'searchbutton' => 'Rake', 00187 'go' => 'Gang', 00188 'searcharticle' => 'Gang', 00189 'history' => 'Page history', 00190 'history_short' => 'History', 00191 'updatedmarker' => 'chynged sin ma hindermast visit', 00192 'printableversion' => 'Prent version', 00193 'permalink' => 'Permanent airtin', 00194 'print' => 'Prent', 00195 'edit' => 'Edit', 00196 'create' => 'Mak', 00197 'editthispage' => 'Edit this page', 00198 'create-this-page' => 'Mak this page', 00199 'delete' => 'Delete', 00200 'deletethispage' => 'Delete this page', 00201 'undelete_short' => 'Undelete {{PLURAL:$1|ane edit|$1 edits}}', 00202 'protect' => 'Fend', 00203 'protect_change' => 'chynge', 00204 'protectthispage' => 'Fend this page', 00205 'unprotect' => 'Loose fend', 00206 'unprotectthispage' => 'Loose the fend for this page', 00207 'newpage' => 'New page', 00208 'talkpage' => 'Blether ower this page', 00209 'talkpagelinktext' => 'Collogue', 00210 'specialpage' => 'Byordinar Page', 00211 'personaltools' => 'Personal tuils', 00212 'postcomment' => 'Eik a message', 00213 'articlepage' => 'Leuk at content page', 00214 'talk' => 'Collogue', 00215 'views' => 'Views', 00216 'toolbox' => 'Tuilkist', 00217 'userpage' => 'View uiser page', 00218 'projectpage' => 'View project page', 00219 'imagepage' => 'look ower image page', 00220 'mediawikipage' => 'View message page', 00221 'templatepage' => 'View template page', 00222 'viewhelppage' => 'View help page', 00223 'categorypage' => 'Scance category page', 00224 'viewtalkpage' => 'Scance ower collogue', 00225 'otherlanguages' => 'In ither leids', 00226 'redirectedfrom' => '(Reguidit frae $1)', 00227 'redirectpagesub' => 'Redirect page', 00228 'lastmodifiedat' => 'This page wis hindermaist chynged $2, $1.', 00229 'viewcount' => 'This page haes been accesst $1 {{PLURAL:$1|once|$1 times}}.', 00230 'protectedpage' => 'Protectit page', 00231 'jumpto' => 'Lowp tae:', 00232 'jumptonavigation' => 'navigation', 00233 'jumptosearch' => 'rake', 00234 00235 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). 00236 'aboutsite' => 'Aboot {{SITENAME}}', 00237 'aboutpage' => 'Project:Aboot', 00238 'copyright' => 'Aa text is available unner $1', 00239 'copyrightpage' => '{{ns:project}}:Copyrichts', 00240 'currentevents' => 'Gaun on the nou', 00241 'currentevents-url' => 'Project:Gaun on the nou', 00242 'disclaimers' => 'Disclamation', 00243 'disclaimerpage' => 'Project:General_disclamation', 00244 'edithelp' => 'Editin help', 00245 'edithelppage' => 'Help:Editin', 00246 'helppage' => 'Help:Contents', 00247 'mainpage' => 'Main Page', 00248 'mainpage-description' => 'Main Page', 00249 'policy-url' => 'Project:Policy', 00250 'portal' => 'Commonty yett', 00251 'portal-url' => 'Project:Commonty Yett', 00252 'privacy' => 'Privacy policy', 00253 'privacypage' => 'Project:Privacy policy', 00254 00255 'badaccess' => 'Permeission mishanter', 00256 'badaccess-group0' => 'WARNIN: Ye arnae alloued tae dae whit you hae requestit!', 00257 'badaccess-groups' => 'The action ye hae requestit is limitit tae uisers in {{PLURAL:$2|the group|ane o the groups}}: $1.', 00258 00259 'versionrequired' => 'Version $1 of MediaWiki requirit', 00260 'versionrequiredtext' => 'Version $1 o MediaWiki is requirit tae uise this page. Tak a keek at the [[Special:Version|version page]].', 00261 00262 'ok' => 'Okay', 00263 'retrievedfrom' => 'Taen frae "$1"', 00264 'youhavenewmessages' => 'Ye hae $1 ($2).', 00265 'newmessageslink' => 'new messages', 00266 'newmessagesdifflink' => 'diff wi last-but-ane reveision', 00267 'youhavenewmessagesmulti' => 'Ye hae neow messages on $1', 00268 'editsection' => 'edit', 00269 'editold' => 'edit', 00270 'viewsourceold' => 'ken soorce', 00271 'editlink' => 'edit', 00272 'viewsourcelink' => 'Scance ower the source', 00273 'editsectionhint' => 'Edit section: $1', 00274 'toc' => 'Table o contents', 00275 'showtoc' => 'shaw', 00276 'hidetoc' => 'scouk', 00277 'thisisdeleted' => 'View or cower $1?', 00278 'viewdeleted' => 'View $1?', 00279 'restorelink' => '{{PLURAL:$1|one delete edit|$1 delete edits}}', 00280 'feedlinks' => 'Feed:', 00281 'feed-invalid' => "This feeds subscrieve's teep isnae habile.", 00282 'feed-unavailable' => 'Syndication feeds isna available', 00283 'site-rss-feed' => '$1 RSS Feed', 00284 'site-atom-feed' => '$1 Atom Feed', 00285 'page-rss-feed' => '"$1" RSS Feed', 00286 'page-atom-feed' => '"$1" Atom Feed', 00287 'red-link-title' => '$1 (page disna exist)', 00288 00289 # Short words for each namespace, by default used in the namespace tab in monobook 00290 'nstab-main' => 'Page', 00291 'nstab-user' => 'Uiser page', 00292 'nstab-media' => 'Eetem page', 00293 'nstab-special' => 'Byordinar page', 00294 'nstab-project' => 'Project page', 00295 'nstab-image' => 'Eimage', 00296 'nstab-mediawiki' => 'Message', 00297 'nstab-template' => 'Template', 00298 'nstab-help' => 'Help page', 00299 'nstab-category' => 'Category', 00300 00301 # Main script and global functions 00302 'nosuchaction' => 'Nae sic action', 00303 'nosuchactiontext' => "The action specifiee'd bi the URL isna recognised 00304 Ye micht hae mistyped the URL, or follaed a wrang link 00305 This micht forby be caused by a bug in the saftware uised by {{SITENAME}}.", 00306 'nosuchspecialpage' => 'Nae sic byordinar page', 00307 'nospecialpagetext' => '<strong>Ye hae requestit an invalid byordinar page.</strong> 00308 00309 A leet o valid byordinar pages can be funnd at [[Special:SpecialPages|{{int:specialpages}}]].', 00310 00311 # General errors 00312 'error' => 'Error', 00313 'databaseerror' => 'Database error', 00314 'dberrortext' => 'A database query syntax error haes occurt. This micht indicate a bug in the saftware. The last attemptit database query wis: <blockquote><tt>$1</tt></blockquote> frae athin function "<tt>$2</tt>". Database returned error "<tt>$3: $4</tt>".', 00315 'dberrortextcl' => 'A database query syntax error haes occurt. The last attemptit database query wis: "$1" frae athin function "$2". Database returned error "$3: $4".', 00316 'laggedslavemode' => 'Warning: Page micht nae contain recent updates', 00317 'readonly' => 'Database lockit', 00318 'enterlockreason' => "Enter a raeson for the lock, includin an estimate o whan the lock'll be lowsed", 00319 'readonlytext' => "The databae is lockit tae new entries an ither modifeecations the nou, 00320 likely for routine database maintenance; efter that it'll be back tae normal. 00321 The adminstration that lockit it gied this explanation: 00322 $1", 00323 'missing-article' => 'The database didna find the text o a page that it shuid hae fund, cawed "$1" $2. 00324 00325 Maistly this is caused by follaein an ootdated diff or history link tae a page that haes been delete. 00326 00327 If this isna the case, you micht hae fund a bug in the saftware. 00328 Please lat an [[Special:ListUsers/sysop|administrator]] ken aboot this, makin note o the URL.', 00329 'missingarticle-rev' => '(revision#: $1)', 00330 'missingarticle-diff' => '(Diff: $1, $2)', 00331 'readonly_lag' => 'The database haes been autaematically lockit while the sclave database servers catch up tae the maister', 00332 'internalerror' => 'Internal mishanter', 00333 'internalerror_info' => 'Internal error: $1', 00334 'filecopyerror' => 'Cuidna copy file "$1" tae "$2".', 00335 'filerenameerror' => 'Cuidna rename file "$1" tae "$2".', 00336 'filedeleteerror' => 'Cuidna delete file "$1".', 00337 'directorycreateerror' => 'Culdnae mak directory "$1".', 00338 'filenotfound' => 'Cuidna fin file "$1".', 00339 'fileexistserror' => 'Culdnae write tae file "$1": file is already here', 00340 'unexpected' => 'Vailyie isnae expectit: "$1"="$2".', 00341 'formerror' => 'Error: cuidna submit form', 00342 'badarticleerror' => 'This action canna be duin tae this page.', 00343 'cannotdelete' => "Cuidna delete the page or eimage specifee'd. (It micht hae aareadies been delete bi some ither bodie.)", 00344 'badtitle' => 'Bad teitle', 00345 'badtitletext' => 'The requestit page teitle wis invalid, tuim, or a wranglie airtit inter-leid or inter-wiki teitle. It mibbe haes ane or mair chairacters that canna be uised in teitles.', 00346 'perfcached' => 'The follaeing data is cached an michtna be richt up tae date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.', 00347 'perfcachedts' => 'The followin data is cached, an wis hindermaist chynged $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.', 00348 'querypage-no-updates' => 'Updates for this page ar disablit at the meenit. Data here wilnae be refreshit at the meenit.', 00349 'wrong_wfQuery_params' => 'Wrang parameters tae wfQuery()<br /> 00350 Exerce: $1<br /> 00351 Aks: $2', 00352 'viewsource' => 'View soorce', 00353 'actionthrottled' => 'Action devalit', 00354 'actionthrottledtext' => 'As an anti-spam meisur, ye ar limitit frae daein this action ower mony times in a ower short tid, an ye hae exceedit this limit. Please try again in a wee.', 00355 'protectedpagetext' => "Sairy, this page haes been '''lockit''' tae hinder vandalism.", 00356 'viewsourcetext' => 'Ye can leuk at an copy the soorce o this page:', 00357 'protectedinterface' => 'Sairy, but this page provides interface text for the saftware, an is lockit to hinder abuise.', 00358 'editinginterface' => "'''Warning:''' You are editing a page which is used to provide interface text for the software. 00359 Changes to this page will affect the appearance of the user interface for other users. 00360 For translations, please consider using [//translatewiki.net/wiki/Main_Page?setlang=en translatewiki.net], the MediaWiki localisation project.", 00361 'sqlhidden' => '(SQL query hidden)', 00362 'cascadeprotected' => 'This page haes been protectit fra editin, acause it is includit in the followin {{PLURAL:$1|page|pages}}, that are protectit wi the "cascading" option turnit on: 00363 $2', 00364 'namespaceprotected' => "Ye dinna hae permeession tae edit pages in the '''$1''' namespace.", 00365 'ns-specialprotected' => 'Byordinar pages canna be editit.', 00366 'titleprotected' => "This teetle haes been protectit frae bein makkit by [[User:$1|$1]]. 00367 The grunds for this are: ''$2''.", 00368 00369 # Login and logout pages 00370 'logouttext' => "'''Ye'r nou loggit oot.''' 00371 00372 Ye can continue to uise {{SITENAME}} namelessly, or ye can log in again as the same or as a different uiser. 00373 Mynd that some pages micht continue tae be displayed as if ye war aye loggit in, till ye clear yer brouser cache.", 00374 'welcomecreation' => '== Guid tae see ye, $1! == 00375 00376 Yer accoont haes been creatit. 00377 Mynd an chynge yer [[Special:Preferences|{{SITENAME}} preferences]].', 00378 'yourname' => 'Yer uiser name', 00379 'yourpassword' => 'Passwaird:', 00380 'yourpasswordagain' => 'Retype passwaird:', 00381 'remembermypassword' => 'Mynd ma password oan this browser (for a maximum of $1 {{PLURAL:$1|day|days}})', 00382 'yourdomainname' => 'Yer domain:', 00383 'externaldberror' => "Aither the wis an external authenteication database mishanter, or ye'r no alloued tae update yer external accoont.", 00384 'login' => 'Log in', 00385 'nav-login-createaccount' => 'Log in / mak an accoont', 00386 'loginprompt' => 'Ye maun hae cookies enabled tae log in tae {{SITENAME}}.', 00387 'userlogin' => 'Mak an accoont or log in', 00388 'logout' => 'Log oot', 00389 'userlogout' => 'Log oot', 00390 'notloggedin' => 'No loggit in', 00391 'nologin' => "Dinna hae an accoont? '''$1'''.", 00392 'nologinlink' => 'Mak an accoont', 00393 'createaccount' => 'Mak new accoont', 00394 'gotaccount' => "Got an accoont afore? '''$1'''.", 00395 'gotaccountlink' => 'Log in', 00396 'userlogin-resetlink' => 'Forgotten yer login details?', 00397 'createaccountmail' => 'bi email', 00398 'badretype' => 'The passwords ye entered disna match.', 00399 'userexists' => 'The uiser name ye entered is in uiss. Please chuise a different name.', 00400 'loginerror' => 'Login mishanter', 00401 'nocookiesnew' => "The uiser accoont wis creatit, but ye'r no loggit in. {{SITENAME}} uises cookies tae log uisers in. Ye hae cookies disabled. Please enable them, than log in wi yer new uisername and password.", 00402 'nocookieslogin' => '{{SITENAME}} uises cookies tae log in uisers. Ye hae cookies disabled. Please enable thaim an gie it anither shot.', 00403 'noname' => "Ye hivna specifee'd a valid uisername.", 00404 'loginsuccesstitle' => 'Login fine', 00405 'loginsuccess' => 'Ye\'re nou loggit in tae {{SITENAME}} as "$1".', 00406 'nosuchuser' => 'The\'r nae sic uiser as "$1". 00407 Uiser names are case-sensitive. 00408 Check yer spellin, or uise [[Special:UserLogin/signup|mak a new accoont]].', 00409 'nosuchusershort' => 'The\'r nae sic uiser as "$1". Check yer spellin.', 00410 'nouserspecified' => 'Ye hae tae merk up a uisername.', 00411 'wrongpassword' => 'The password ye entered is wrang. Please gie it anither shot.', 00412 'wrongpasswordempty' => 'The password ye entered is blank. Please gie it anither shot.', 00413 'passwordtooshort' => 'Yer password is ower short. 00414 It maun hae at laest $1 characters.', 00415 'mailmypassword' => 'E-mail new passwaird', 00416 'passwordremindertitle' => 'Password reminder frae {{SITENAME}}', 00417 'passwordremindertext' => 'Somebodie (maist likely you, frae IP address $1) 00418 requestit that we send ye a new {{SITENAME}} login password ($4). 00419 The password for uiser "$2" is nou "$3". 00420 Ye shuid log in an chynge yer password richt awa. 00421 00422 Gin some ither bodie made this request or gin ye\'v myndit o yer password an 00423 ye dinna want tae chynge it onie mair, ye can ignore this message an cairrie on uisin 00424 yer auld password.', 00425 'noemail' => 'The\'r nae e-mail address recordit for uiser "$1".', 00426 'passwordsent' => 'A new password haes been sent tae the e-mail address registert for "$1". Please log in again efter ye receive it.', 00427 'blocked-mailpassword' => 'Yer IP address is blockit frae editin, sae it 00428 canna uise the password recovery function, for tae prevent abuiss.', 00429 'eauthentsent' => "A confirmation email haes been sent tae the specifee'd email address. 00430 Afore onie ither mail is sent tae the accoont, ye'll hae tae follae the guidance in the email, 00431 tae confirm that ye ar aucht the accoont.", 00432 'throttled-mailpassword' => "A password minder haes been sent afore, in the laist {{PLURAL:$1|hoor|$1 hoors}}. To hinder abuise, juist the ''ae'' password minder will be sent in 00433 {{PLURAL:$1|hoor|$1 hoors}}.", 00434 'mailerror' => 'Error sendin mail: $1', 00435 'acct_creation_throttle_hit' => 'Veesitors tae this wiki uisin yer IP address haev created $1 {{PLURAL:$1|accoont|accoonts}} the day, which is the maist permeettit in that lang. 00436 Sae veesitors uisin this IP address canna mak ony mair accoonts juist noo.', 00437 'emailauthenticated' => 'Yer e-mail address wis checkit on $1.', 00438 'emailnotauthenticated' => 'Yer e-mail address hasnae been checkit! Nae e-mail 00439 will be sent for ony o the followin featurs.', 00440 'noemailprefs' => "Nae email address haes been specifee'd, the follaein featurs willna wirk.", 00441 'emailconfirmlink' => 'Check yer e-mail address', 00442 'invalidemailaddress' => 'The email address canna be acceptit syne it seems tae be formattit wrang. 00443 Please enter a weel-formattit address or mak that field tuim.', 00444 'accountcreated' => 'Accoont creatit', 00445 'accountcreatedtext' => 'The uiser accoont for $1 haes bin creatit.', 00446 'createaccount-title' => 'Accoont makin for {{SITENAME}}', 00447 'createaccount-text' => 'A body ($1) makit an accoont for yer email address on {{SITENAME}} ($4) cried "$2", wi a password o "$3". 00448 Ye shuid log in an chynge yer password nou. 00449 00450 Ye dinna hae tae heed this message, if this accoont wis creatit by mistak.', 00451 'loginlanguagelabel' => 'Leid: $1', 00452 00453 # Change password dialog 00454 'resetpass' => 'Chynge passwaird', 00455 'resetpass_announce' => 'Ye loggit in wi a short term e-mailed code. To be duin logging in, ye hae tae mak a new passwaird here:', 00456 'resetpass_header' => 'Chynge accoont password', 00457 'oldpassword' => 'Auld password', 00458 'newpassword' => 'New passwaird:', 00459 'resetpass_submit' => 'Mak passwaird an log in', 00460 'resetpass_success' => 'Yer passwaird chynge wis braw! Nou loggin ye in...', 00461 'resetpass_forbidden' => 'Passwords canna be chynged', 00462 'resetpass-no-info' => 'Ye maun be loggit in tae access this page directly.', 00463 'resetpass-submit-loggedin' => 'Chynge passwaird', 00464 'resetpass-submit-cancel' => 'Cancel', 00465 00466 # Edit page toolbar 00467 'bold_sample' => 'Bauld text', 00468 'bold_tip' => 'Bauld text', 00469 'italic_sample' => 'Italic text', 00470 'italic_tip' => 'Italic text', 00471 'link_sample' => 'Airtin teitle', 00472 'link_tip' => 'Internal airtin', 00473 'extlink_sample' => 'http://www.example.com airtin teitle', 00474 'extlink_tip' => 'Airtin tae an outby steid (mynd the http:// prefix)', 00475 'headline_sample' => 'Heidline text', 00476 'headline_tip' => 'Level 2 heidline', 00477 'nowiki_sample' => 'Insert non-formattit text here', 00478 'nowiki_tip' => 'Ignore wiki formattin', 00479 'image_sample' => 'Exemplar.jpg', 00480 'image_tip' => 'Embeddit eimage', 00481 'media_sample' => 'Exemplar.ogg', 00482 'media_tip' => 'Media file airtin', 00483 'sig_tip' => 'Yer seignatur wi timestamp', 00484 'hr_tip' => 'Horizontal line (dinna ower uise)', 00485 00486 # Edit pages 00487 'summary' => 'Ootline:', 00488 'subject' => 'Subject/headline:', 00489 'minoredit' => 'This is a smaa edit', 00490 'watchthis' => 'Leuk ower this page', 00491 'savearticle' => 'Hain page', 00492 'preview' => 'Scance', 00493 'showpreview' => 'Scance ower', 00494 'showlivepreview' => 'Live leuk ower', 00495 'showdiff' => 'Shaw chynges', 00496 'anoneditwarning' => "Ye arna loggit in. Yer IP address will be recordit in this page's edit history.", 00497 'missingsummary' => "'''Mynd:''' Ye hivna gien an edit summary. Gin ye dab on Hain again, yer edit will be haint athoot ane.", 00498 'missingcommenttext' => 'Please enter a comment ablo.', 00499 'missingcommentheader' => "'''Mynd:''' Ye hivna gien a subject/heidline for this comment. Gin ye dab on Hain again, yer edit will be haint athoot ane.", 00500 'summary-preview' => 'Ootline leuk ower:', 00501 'subject-preview' => 'Subject/headline leuk ower:', 00502 'blockedtitle' => 'Uiser is blockit', 00503 'blockedtext' => '\'\'\'Yer uisername or IP address haes been blockit.\'\'\' 00504 00505 The block was made bi $1. The raeson gien is \'\'$2\'\'. 00506 00507 * Start of block: $8 00508 * Expiry of block: $6 00509 * Intended blockee: $7 00510 00511 Ye can contact $1 or ane o the ither [[{{MediaWiki:Grouppage-sysop}}|administrators]] tae discuss the block. 00512 Mynd that ye canna uise the "email this uiser" featur unless ye hae a valid email address registert in yer [[Special:Preferences|uiser preferences]] an ye hae not been blocked from using it. 00513 Yer IP address is $3, and the block ID is #$5. Please include this address in onie queries ye mak.', 00514 'autoblockedtext' => 'Sairy, but yer IP address haes been blockit by the seestem acause it wis uised by an ither uiser, that wis blockit by $1. 00515 The grunds for this were: 00516 00517 :\'\'$2\'\' 00518 00519 * Stairt o block: $8 00520 * End o block: $6 00521 00522 Ye may contact $1 or ane o the ither 00523 [[{{MediaWiki:Grouppage-sysop}}|sysops]] tae argie the block. 00524 00525 Please jot that ye cannae uise the "e-mail this uiser" featur unless ye hae a habile e-mail address 00526 registerit in yer [[Special:Preferences|uiser preferences]] an ye hinna been blockit frae uisin it. 00527 00528 Yer block ID is $5. Please include this ID in ony argies ye mak.', 00529 'blockednoreason' => 'nae grunds put', 00530 'whitelistedittext' => 'Ye hae tae $1 tae edit pages.', 00531 'confirmedittext' => 'Ye maun confirm yer e-mail address afore editin pages. Please set an validate yer e-mail address throu yer [[Special:Preferences|uiser settins]].', 00532 'nosuchsectiontitle' => 'There isnae a section wi that teetle', 00533 'nosuchsectiontext' => 'Yer tryin tae edit a section that isnae there.', 00534 'loginreqtitle' => 'Login Requirit!', 00535 'loginreqlink' => 'log in', 00536 'loginreqpagetext' => 'Ye maun $1 tae view ither pages.', 00537 'accmailtitle' => 'Passwaird sent.', 00538 'accmailtext' => "The Password for '$1' haes been sent tae $2.", 00539 'newarticle' => '(New)', 00540 'newarticletext' => "Ye'v follaed an airtin til a page that disna exist yet. Tae create the page, stert typin in the box ablo (see the [[{{MediaWiki:Helppage}}|help page]] for mair info). Gin ye'r here by mistak, juist dab yer brouser's '''back''' button.", 00541 'anontalkpagetext' => "----''This is the collogue page for a nameless uiser that haesna made an accoont yet or that disna uise it. We syne hiv tae uise the numerical IP address tae identifee thaim. Sic an IP address can be shared bi a wheen o uisers. Gin you ar a nameless uiser an feel that irrelevant comments haes been directit at ye, please [[Special:UserLogin|mak an accoont or log in]] tae evyte futur confusion wi ither nameless uisers.''", 00542 'noarticletext' => 'The\'r nae text on this page the nou. 00543 Ye can [[Special:Search/{{PAGENAME}}|rake for this page teitle]] in ither pages, 00544 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} rake th\' related logs], 00545 or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].</span>', 00546 'noarticletext-nopermission' => 'The\'r nae text on this page the nou. 00547 Ye ken [[Special:Search/{{PAGENAME}}|rake for this page teitle]] in ither pages, 00548 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} rake th\' related logs].', 00549 'userpage-userdoesnotexist' => 'Uiser accoont "<nowiki>$1</nowiki>" hasnae been registerit. Please check gin ye wint tae mak or edit this page.', 00550 'clearyourcache' => "'''Tak tent:''' Efter hainin, ye micht hae tae bypass yer brouser's cache for tae see the chynges. '''Mozilla / Firefox / Safari:''' haud doun ''Shift'' while dabbin on ''Reload'', or press ''Ctrl-Shift-R'' (''Cmd-Shift-R'' on Apple Mac); '''IE:''' haud doun ''Ctrl'' while dabbin on ''Refresh'', or press ''Ctrl-F5''; '''Konqueror:''' juist dab on the ''Reload'' button, or press ''F5''; '''Opera''' users micht hae tae haillie dicht thair cache in ''Tools→Preferences''.", 00551 'usercssyoucanpreview' => "'''Tip:''' Uise the 'Show preview' button tae proof yer new CSS afore savin.", 00552 'userjsyoucanpreview' => "'''Tip:''' Uise the 'Show preview' button tae proof yer new JS afore savin.", 00553 'usercsspreview' => "'''Mynd that ye'r juist previewin yer uiser CSS, it haesna yet been hained!'''", 00554 'userjspreview' => "'''Mynd that ye're juist testin/previewing yer uiser JavaScript; it haesna been hained yet!'''", 00555 'userinvalidcssjstitle' => "'''Warnin:''' There isnae a skin \"\$1\". Mynd that yer ain .css an .js pages uise a lowercase teetle, e.g. {{ns:user}}:Foo/vector.css instead o {{ns:user}}:Foo/Vector.css.", 00556 'updated' => '(Updatit)', 00557 'note' => "'''Mynd:'''", 00558 'previewnote' => "'''Mynd that this is juist a scance-ower, an haesna been hained yet!'''", 00559 'previewconflict' => 'This scance reflects the text in the upper text editin area like it will kythe gin ye chuise tae save.', 00560 'session_fail_preview' => "'''Sairy! We culdnae process yer edit acause o a loss o term data. 00561 Please try again. Gin it disnae wairk still, try loggin oot an loggin in again.'''", 00562 'session_fail_preview_html' => "'''Sairy! We culdnae process yer edit acause o a loss o term data.''' 00563 00564 ''Acause this wiki haes raw HTML habile, the leuk ower is hidden tae hinder JavaScript attacks.'' 00565 00566 '''Gin this is a proper edit try, please try again. Gin it disnae wairk still, try loggin oot an loggin back in.'''", 00567 'token_suffix_mismatch' => "'''Yer edit haes been rejectit acause yer client made a richt mess o the punctuation characters 00568 in the edit token. The edit haes been rejectit tae hinder corruption o the page text. 00569 This whiles happens when ye are uisin a bruken web-based anonymous proxy service.'''", 00570 'editing' => 'Editin $1', 00571 'editingsection' => 'Editin $1 (section)', 00572 'editingcomment' => 'Editin $1 (comment)', 00573 'editconflict' => 'Edit conflict: $1', 00574 'explainconflict' => "Some ither body haes chynged this page syne ye stertit editin it. 00575 The upper text area hauds the page text as it currently exists. 00576 Yer chynges is shawn in the lower text area. 00577 Ye'll hae tae merge yer chynges intae the existin text. 00578 '''Juist''' the text in the upper text area will be hained whan ye press \"{{int:savearticle}}\".", 00579 'yourtext' => 'Yer text', 00580 'storedversion' => 'Storit version', 00581 'nonunicodebrowser' => "'''WARNIN: Yer brouser isna unicode compliant. The'r a wirkaroond tae allou ye tae sauflie edit airticles: non-ASCII characters will kythe in the edit box as hexadecimal codes.'''", 00582 'editingold' => "'''WARNIN: Ye'r editin an oot-o-date reveision o this page. Gin ye hain it, onie chynges made syne this reveision will be lost.'''", 00583 'yourdiff' => 'Differs', 00584 'copyrightwarning' => "Please mynd that aa contreibutions tae {{SITENAME}} is conseidert tae be released unner the $2 (see $1 for details). Gin ye dinna want yer writin tae be editit athoot mercy an redistribute at will, than dinna submit it here.<br /> Forbye thon, ye'r promisin us that ye wrat this yersel, or copied it frae a public domain or siclike free resoorce. '''DINNA SUBMIT COPYRICHTIT WARK ATHOOT PERMEISSION!'''", 00585 'copyrightwarning2' => "Please mynd that aa contreibutions tae {{SITENAME}} micht be editit, chynged, or remuved bi ither contreibutors. 00586 Gin ye dinna want yer writin tae be editit athoot mercy and redistribute at will, than dinna submit it here.<br /> 00587 YYe'r promisin us forbye that ye wrat this yersel, or copied it frae a 00588 public domain or siclike free resoorce (see $1 for details). 00589 '''DINNA SUBMIT COPYRICHTIT WARK ATHOOT PERMEISSION!'''", 00590 'longpageerror' => "'''ERROR: The text ye hae submitted is $1 kilobytes 00591 lang, an that's langer than the maximum of $2 kilobytes. It canna be hained.'''", 00592 'readonlywarning' => "WARNIN: The database haes been lockit for maintenance, sae ye'll no can hain yer edits richt nou. Ye micht wish tae cut-n-paste the text intil a text file an hain it for later.", 00593 'protectedpagewarning' => "'''WARNIN: This page haes been lockit sae that juist uisers wi administrator privileges can edit it.'''", 00594 'semiprotectedpagewarning' => "'''Warnin:''' This page haes been lockit sae that only registerit uisers can edit it.", 00595 'cascadeprotectedwarning' => "'''Warnin:''' This page haes been lockit sae that only uisers wi sysop richts can edit it, acause it is includit in the followin cascade-protectit {{PLURAL:$1|page|pages}}:", 00596 'templatesused' => '{{PLURAL:$1|Template|Templates}} used on this page:', 00597 'templatesusedpreview' => 'Templates uised in this scance ower:', 00598 'templatesusedsection' => 'Templates uised in this section:', 00599 'template-protected' => '(protectit)', 00600 'template-semiprotected' => '(semi-protectit)', 00601 'hiddencategories' => 'This page is a member of {{PLURAL:$1|1 hidden category|$1 hidden categories}}:', 00602 'nocreatetitle' => 'Page makkin limitit', 00603 'nocreatetext' => 'This site haes restrictit the ability to mak new pages. 00604 Ye can go back an eik tae an existing page, or [[Special:UserLogin|log in or mak an accoont]].', 00605 'nocreate-loggedin' => 'Ye dinnae hae the richts tae mak new pages on this wiki.', 00606 'permissionserrors' => 'Richts Errors', 00607 'permissionserrorstext' => 'Ye dinnae hae the richts tae dae that, acause o the followin {{PLURAL:$1|grund|grunds}}:', 00608 'permissionserrorstext-withaction' => 'Ye dinna hae the richts tae $2, for the follaein {{PLURAL:$1|reason|reasons}}:', 00609 'recreate-moveddeleted-warn' => "'''Warnin: Ye are makkin a page that haes been deletit.''' 00610 00611 Ye shuld check that it is guid tae keep editin this page. 00612 The deletion and flit log for this page is providit here:", 00613 'moveddeleted-notice' => 'This page haes bin deletit. 00614 The deletion and flit log fur the page are provided below fur reference.', 00615 00616 # Parser/template warnings 00617 'post-expand-template-inclusion-warning' => "'''Wairnin:''' Template include size is tae lairge. 00618 Some templates wull nae be included.", 00619 'post-expand-template-inclusion-category' => 'Pages whaur template include size is exceeded', 00620 'post-expand-template-argument-warning' => 'Tak tent: This page hauds at least the ae template argument that haes an ower muckle expansion size. 00621 Thae arguments hae been left oot.', 00622 'post-expand-template-argument-category' => 'Pages containing omitted template arguments', 00623 00624 # "Undo" feature 00625 'undo-success' => 'The edit can be undone. Please check the chynges albo tae check that this is whit ye wint tae dae, an then hain the chynges albo tae be duin undooin the edit.', 00626 'undo-failure' => 'The edit culdnae be undone acause o conflictin edits inatween.', 00627 'undo-summary' => 'Undo reveision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|Collogue]])', 00628 00629 # Account creation failure 00630 'cantcreateaccounttitle' => 'Canna mak accoont', 00631 'cantcreateaccount-text' => "Accoont makkin frae this IP address ('''$1''') haes been blockit by [[User:$3|$3]]. 00632 00633 The grund for this, given by $3 is ''$2''", 00634 00635 # History pages 00636 'viewpagelogs' => 'Leuk at logs for this page', 00637 'nohistory' => "The'r nae edit history for this page.", 00638 'currentrev' => 'Current reveision', 00639 'currentrev-asof' => 'Latest revision as of $1', 00640 'revisionasof' => 'Reveision as o $1', 00641 'revision-info' => 'Revision as o $1 by $2', 00642 'previousrevision' => '← Aulder reveision', 00643 'nextrevision' => 'Newer reveision →', 00644 'currentrevisionlink' => 'see current reveision', 00645 'cur' => 'nou', 00646 'next' => 'neist', 00647 'last' => 'hind', 00648 'page_first' => 'first', 00649 'page_last' => 'hindermaist', 00650 'histlegend' => 'Diff selection: mairk the radio boxes o the versions tae compare an press enter or the button at the bottom.<br /> Legend: (cur) = difference frae current version, (last) = difference frae foregaun version, s = smaa edit.', 00651 'history-fieldset-title' => 'Browse history', 00652 'history-show-deleted' => 'Deletit only', 00653 'histfirst' => 'Foremaist', 00654 'histlast' => 'Hindermaist', 00655 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})', 00656 'historyempty' => '(empie)', 00657 00658 # Revision feed 00659 'history-feed-title' => 'Revision history', 00660 'history-feed-description' => 'Revision history for this page on the wiki', 00661 'history-feed-item-nocomment' => '$1 at $2', 00662 'history-feed-empty' => 'The requestit page disnae exist. 00663 It micht hae been deletit frae the wiki, or the name micht hae been chynged. 00664 Try [[Special:Search|rakin on the wiki]] for new pages ye micht be interestit in.', 00665 00666 # Revision deletion 00667 'rev-deleted-comment' => '(jottin removit)', 00668 'rev-deleted-user' => '(uisername removit)', 00669 'rev-deleted-event' => '(entry removit)', 00670 'rev-deleted-text-permission' => 'This page revision haes been removit frae the public archives. 00671 There micht be parteeculars in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} deletion log].', 00672 'rev-deleted-text-view' => 'This page revision haes been removit frae the public archives. 00673 Acause yer an admeenistrator on this site, ye can leuk at it; 00674 there micht be parteeculars in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} deletion log].', 00675 'rev-delundel' => 'shaw/scug', 00676 'revisiondelete' => 'Delete/undelete revisions', 00677 'revdelete-nooldid-title' => 'Nae target revision', 00678 'revdelete-radio-set' => 'Yea', 00679 'revdelete-radio-unset' => 'Nae', 00680 'revdel-restore' => 'change visibility', 00681 'revdel-restore-deleted' => 'deletit revisions', 00682 'revdel-restore-visible' => 'visible revisions', 00683 'pagehist' => 'Page history', 00684 00685 # History merging 00686 'mergehistory-from' => 'Soorce page:', 00687 'mergehistory-reason' => 'Raeson:', 00688 00689 # Merge log 00690 'revertmerge' => 'Unmerge', 00691 00692 # Diffs 00693 'history-title' => 'Revision history of "$1"', 00694 'lineno' => 'Line $1:', 00695 'compareselectedversions' => 'Compare selectit versions', 00696 'editundo' => 'undo', 00697 'diff-multi' => '({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one user|$2 users}} nae shown)', 00698 00699 # Search results 00700 'searchresults' => 'Rake results', 00701 'searchresults-title' => 'Rake affcome for "$1"', 00702 'searchresulttext' => 'For mair information aboot rakin {{SITENAME}}, see [[{{MediaWiki:Helppage}}|Rakin {{SITENAME}}]].', 00703 'searchsubtitle' => "Ye raked for '''[[:$1]]'''", 00704 'searchsubtitleinvalid' => "Ye raked for '''$1'''", 00705 'titlematches' => 'Airticle teitle matches', 00706 'notitlematches' => 'Nae page teitle matches', 00707 'notextmatches' => 'Nae page text matches', 00708 'prevn' => 'foregaun {{PLURAL:$1|$1}}', 00709 'nextn' => 'neist {{PLURAL:$1|$1}}', 00710 'prevn-title' => 'Previous $1 {{PLURAL:$1|ootcome|ootcomes}}', 00711 'nextn-title' => 'Next $1 {{PLURAL:$1|ootcome|ootcomes}}', 00712 'shown-title' => 'Shaw $1 {{PLURAL:$1|ootcome|ootcomes}} per page', 00713 'viewprevnext' => 'View ($1 {{int:pipe-separator}} $2) ($3)', 00714 'searchmenu-exists' => "'''There is a page named \"[[:\$1]]\" oan this wiki.'''", 00715 'searchmenu-new' => "'''Mak the page \"[[:\$1]]\" on this wiki!'''", 00716 'searchhelp-url' => 'Help:Contents', 00717 'searchprofile-articles' => 'Content pages', 00718 'searchprofile-project' => 'Help and Project pages', 00719 'searchprofile-images' => 'Multimedia', 00720 'searchprofile-everything' => 'Everything', 00721 'searchprofile-advanced' => 'Advanced', 00722 'searchprofile-articles-tooltip' => 'Rake in $1', 00723 'searchprofile-project-tooltip' => 'Rake in $1', 00724 'searchprofile-images-tooltip' => 'Rake fur files', 00725 'searchprofile-everything-tooltip' => 'Rake aw of content (including collogue pages)', 00726 'searchprofile-advanced-tooltip' => 'Rake in custom namespaces', 00727 'search-result-size' => '$1 ({{PLURAL:$2|1 word|$2 words}})', 00728 'search-result-category-size' => '{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})', 00729 'search-redirect' => '(redirect $1)', 00730 'search-section' => '(section $1)', 00731 'search-suggest' => 'Did ye mean: $1', 00732 'search-interwiki-more' => '(more)', 00733 'searchrelated' => 'related', 00734 'searchall' => 'aw', 00735 'showingresults' => "Shawin ablo up tae {{PLURAL:$1|'''1''' result|'''$1''' results}} stertin wi #'''$2'''.", 00736 'showingresultsnum' => "Shawin ablo {{PLURAL:$3|'''1''' result|'''$3''' results}} stertin wi #'''$2'''.", 00737 'showingresultsheader' => "{{PLURAL:$5|Ootcome '''$1''' of '''$3'''|Ootcomes '''$1 - $2''' of '''$3'''}} for '''$4'''", 00738 'nonefound' => "'''Mynd''': unsuccessfu rakes is afttimes caused bi rakin for common words like \"hae\" an \"frae\", that isna indexed, or bi specifeein mair nor ae rake term (juist pages haudin aa the rake terms will kythe in the result).", 00739 'search-nonefound' => "Thare wur na ootcomes matching th' query.", 00740 'powersearch' => 'Rake', 00741 'powersearch-redir' => 'Leet redirects', 00742 'powersearch-field' => 'Rake for', 00743 'powersearch-toggleall' => 'Aw', 00744 'searchdisabled' => 'Rakin throu {{SITENAME}} is disabled for performance raesons. Ye can rake via Google juist nou. Mynd that thair indexes o {{SITENAME}} content micht be oot o date.', 00745 00746 # Quickbar 00747 'qbsettings-none' => 'Nane', 00748 00749 # Preferences page 00750 'mypreferences' => 'Ma preferences', 00751 'prefsnologin' => 'No loggit in', 00752 'prefsnologintext' => 'Ye maun be [[Special:UserLogin|loggit in]] tae set uiser preferences.', 00753 'changepassword' => 'Chynge password', 00754 'prefs-skin' => 'Huil', 00755 'skin-preview' => 'First Leuk', 00756 'datedefault' => 'Nae preference', 00757 'prefs-datetime' => 'Date an time', 00758 'prefs-personal' => 'Uiser data', 00759 'prefs-rc' => 'Recent chynges an shawin stubs', 00760 'prefs-watchlist' => 'Watchleet', 00761 'prefs-misc' => 'Antrin settins', 00762 'prefs-resetpass' => 'Chynge passwaird', 00763 'saveprefs' => 'Hain preferences', 00764 'prefs-editing' => 'Editin', 00765 'searchresultshead' => 'Rake result settins', 00766 'resultsperpage' => 'Hits tae shaw per page', 00767 'stub-threshold-disabled' => 'Tuckie', 00768 'recentchangescount' => 'Nummer o teitles in recent chynges', 00769 'savedprefs' => 'Yer preferences haes been hained.', 00770 'timezoneoffset' => 'Affset', 00771 'servertime' => 'Server time is nou', 00772 'guesstimezone' => 'Fill in frae brouser', 00773 'allowemail' => 'Allou email frae ither uisers', 00774 'defaultns' => 'Rake in thir namespaces bi defaut:', 00775 'default' => 'defaut', 00776 'prefs-files' => 'Files', 00777 'prefs-custom-css' => 'Custom CSS', 00778 'prefs-custom-js' => 'Custom JS', 00779 'youremail' => 'Yer email:', 00780 'username' => 'Uisername:', 00781 'uid' => 'Uiser ID:', 00782 'prefs-memberingroups' => 'Member o {{PLURAL:$1|group|groups}}:', 00783 'yourrealname' => 'Yer real name:', 00784 'yourlanguage' => 'Interface leid:', 00785 'yourvariant' => 'Leid variant', 00786 'yournick' => 'New seegnatur:', 00787 'badsig' => 'Raw signature nae guid; check HTML tags.', 00788 'badsiglength' => 'Yer nickname is ower lang; it haes tae be $1 {{PLURAL:$1|character|characters}} or less.', 00789 'email' => 'E-mail', 00790 'prefs-help-realname' => 'Rael name is optional an gin ye chuise tae provide it this will be uised tae gie ye attreibution for yer wark.', 00791 'prefs-help-email' => 'E-mail is optional, bit is needed fur password resets, shuid ye forget yer password.', 00792 'prefs-help-email-others' => "Ye kin an choose tae let others contact ye by e-mail thro' a link oan yer uiser or collogue page. 00793 Yer e-mail address insae revealed whin ither uisers contact ye.", 00794 'prefs-help-email-required' => 'Yer e-mail address is needit.', 00795 'prefs-diffs' => 'Diffs', 00796 00797 # User rights 00798 'userrights-lookup-user' => 'Manish uiser boorachs', 00799 'userrights-user-editname' => 'Enter a uisername:', 00800 'editusergroup' => 'Edit uiser boorach', 00801 'editinguser' => "Editin uiser '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])", 00802 'userrights-groupsmember' => 'Member o:', 00803 00804 # Groups 00805 'group-user' => 'Uisers', 00806 'group-bot' => 'Bots', 00807 'group-all' => '(aw)', 00808 00809 'group-user-member' => 'Uiser', 00810 'group-bot-member' => 'Bot', 00811 00812 # Rights 00813 'right-delete' => 'Delete pages', 00814 00815 # User rights log 00816 'rightslog' => 'Uiser richts log', 00817 'rightslogtext' => 'This is a log o chynges tae uiser richts.', 00818 00819 # Associated actions - in the sentence "You do not have permission to X" 00820 'action-edit' => 'edit this page', 00821 00822 # Recent changes 00823 'nchanges' => '$1 {{PLURAL:$1|chynge|chynges}}', 00824 'recentchanges' => 'Recent chynges', 00825 'recentchanges-legend' => 'Recent changes options', 00826 'recentchanges-summary' => 'Follae the maist recent chynges tae the wiki on this page.', 00827 'recentchanges-feed-description' => 'Follae the maist recent chynges tae the wiki in this feed.', 00828 'recentchanges-label-newpage' => 'This edit created a freish page', 00829 'recentchanges-label-minor' => 'This is a smaa edit', 00830 'recentchanges-label-bot' => 'This edit wis performed by a bot', 00831 'recentchanges-label-unpatrolled' => 'This edit haes nae yet bin patrolled', 00832 'rcnote' => "Below {{PLURAL:$1|is '''1''' change|are the last '''$1''' chynges}} in the last {{PLURAL:$2|day|'''$2''' days}}, as of $5, $4.", 00833 'rcnotefrom' => 'Ablo is the chynges syne <b>$2</b> (up tae <b>$1</b> shawn).', 00834 'rclistfrom' => 'Shaw new chynges stertin frae $1', 00835 'rcshowhideminor' => '$1 smaa edits', 00836 'rcshowhidebots' => '$1 bots', 00837 'rcshowhideliu' => '$1 logged-in uisers', 00838 'rcshowhideanons' => '$1 anonymous uisers', 00839 'rcshowhidepatr' => '$1 patrolled edits', 00840 'rcshowhidemine' => '$1 ma edits', 00841 'rclinks' => 'Shaw last $1 chynges in last $2 days<br />$3', 00842 'diff' => 'diff', 00843 'hist' => 'hist', 00844 'hide' => 'Hod', 00845 'show' => 'shaw', 00846 'minoreditletter' => 's', 00847 'newpageletter' => 'N', 00848 'boteditletter' => 'b', 00849 'number_of_watching_users_pageview' => '[$1 watchin {{PLURAL:$1|uiser|uisers}}]', 00850 'rc_categories_any' => 'Ony', 00851 'rc-enhanced-expand' => 'Shaw details (requires JavaScript)', 00852 'rc-enhanced-hide' => 'Hod details', 00853 00854 # Recent changes linked 00855 'recentchangeslinked' => 'Relatit chynges', 00856 'recentchangeslinked-feed' => 'Relatit chynges', 00857 'recentchangeslinked-toolbox' => 'Relatit chynges', 00858 'recentchangeslinked-title' => 'Changes related to "$1"', 00859 'recentchangeslinked-noresult' => "Na changes oan linked pages during th' given period.", 00860 'recentchangeslinked-summary' => "This is a leet o' changes made recently tae pages linked frae a specified page (or tae members o' a specified category). 00861 Pages on [[Special:Watchlist|your watchleet]] are '''bold'''.", 00862 'recentchangeslinked-page' => 'Page name:', 00863 'recentchangeslinked-to' => "Shaw changes tae pages linked tae th' given page instead", 00864 00865 # Upload 00866 'upload' => 'Uplaid file', 00867 'uploadbtn' => 'Uplaid file', 00868 'reuploaddesc' => 'Gang back tae the uplaid form.', 00869 'uploadnologin' => 'Nae loggit in', 00870 'uploadnologintext' => 'Ye maun be [[Special:UserLogin|loggit in]] til uplaid files.', 00871 'uploaderror' => 'Uplaid error', 00872 'uploadtext' => "Uise the form ablo tae uplaid new files; 00873 tae keek at or rake throu aareadies uplaidit eimages gang tae the [[Special:FileList|leet o uplaidit files]]; 00874 uplaids an deletions is recordit in the [[Special:Log|project log]]. 00875 00876 Tae pit the eimage intae a page, uise an airtin i the form 00877 '''<nowiki>[[</nowiki>{{ns:file}}:file.jpg<nowiki>]]</nowiki>''', 00878 '''<nowiki>[[</nowiki>{{ns:file}}:file.png|alt text<nowiki>]]</nowiki>''' or 00879 '''<nowiki>[[</nowiki>{{ns:media}}:file.ogg<nowiki>]]</nowiki>''' for pyntin strecht tae the file", 00880 'uploadlog' => 'uplaid log', 00881 'uploadlogpage' => 'Uplaid log', 00882 'uploadlogpagetext' => 'Ablo is a leet o the maist recent file uplaids.', 00883 'filedesc' => 'Ootline', 00884 'filestatus' => 'Copyricht status:', 00885 'filesource' => 'Soorce:', 00886 'uploadedfiles' => 'Uplaidit files', 00887 'ignorewarning' => 'Ignore warnin an hain file oniewey.', 00888 'ignorewarnings' => 'Ignore ony warnins', 00889 'illegalfilename' => 'The filename "$1" haes characters that isna alloud in page teitles. Please rename the file an gie uplaidin it anither shot.', 00890 'badfilename' => 'Eimage name haes been chynged tae "$1".', 00891 'largefileserver' => 'This file is bigger nor the server is confeigurt tae allou.', 00892 'fileexists' => "A file wi this name exists aareadies, please check <strong>[[:$1]]</strong> gin ye'r no siccar that ye want tae chynge it. 00893 [[$1|thumb]]", 00894 'fileexists-forbidden' => 'A file wi this name aareadies exists; please gang back an uplaid this file unner a new name. [[File:$1|thumb|center|$1]]', 00895 'fileexists-shared-forbidden' => 'A file wi this name aareadies exists in the shared file depose; please gang back an uplaid this file unner a new name. [[File:$1|thumb|center|$1]]', 00896 'uploadwarning' => 'Uplaid warnin', 00897 'savefile' => 'Hain file', 00898 'uploadedimage' => 'uplaidit "$1"', 00899 'uploaddisabled' => 'Sorry, uplaidin is disabled.', 00900 'uploadscripted' => 'This file hauds HTML or script code that micht be wrang interpretit bi a wab brouser.', 00901 'uploadvirus' => 'The file hauds a virus! Details: $1', 00902 'sourcefilename' => 'Soorce filename:', 00903 00904 'license' => 'Licensing:', 00905 'license-header' => 'Licensing', 00906 'nolicense' => 'Nane selected', 00907 00908 # Special:ListFiles 00909 'imgfile' => 'file', 00910 'listfiles' => 'Eimage leet', 00911 'listfiles_name' => 'Name', 00912 'listfiles_user' => 'Uiser', 00913 'listfiles_size' => 'Size', 00914 00915 # File description page 00916 'file-anchor-link' => 'Eimage', 00917 'filehist' => 'File history', 00918 'filehist-help' => "Click oan a date/time tae view th' file as it appeared at that time.", 00919 'filehist-deleteone' => 'delete', 00920 'filehist-revert' => 'revert', 00921 'filehist-current' => 'current', 00922 'filehist-datetime' => 'Date/Time', 00923 'filehist-thumb' => 'Thumbnail', 00924 'filehist-thumbtext' => 'Thumbnail for version as of $1', 00925 'filehist-user' => 'Uiser', 00926 'filehist-dimensions' => 'Dimensions', 00927 'filehist-comment' => 'Comment', 00928 'imagelinks' => 'File airtins', 00929 'linkstoimage' => 'The follaein {{PLURAL:$1|page airts|$1 pages airt}} tae this file:', 00930 'nolinkstoimage' => "The'r nae pages airts tae this eimage.", 00931 'sharedupload-desc-here' => "This file is frae $1 and may be used bi other projects. 00932 Th' description oan tis [$2 file description page] thare is shown below.", 00933 00934 # File reversion 00935 'filerevert' => 'Revert $1', 00936 'filerevert-legend' => 'Revert file', 00937 'filerevert-submit' => 'Revert', 00938 00939 # File deletion 00940 'filedelete-submit' => 'Delete', 00941 00942 # MIME search 00943 'mimetype' => 'MIME type:', 00944 'download' => 'dounlaid', 00945 00946 # Unused templates 00947 'unusedtemplates' => 'Templates that arena uised', 00948 'unusedtemplatestext' => 'This page leets aw pages in the template namespace that haena been uised in anither page. Mynd an check for ither links tae the templates afore deletin them.', 00949 'unusedtemplateswlh' => 'ither links', 00950 00951 # Random page 00952 'randompage' => 'Wale page allevolie', 00953 00954 # Statistics 00955 'statistics' => 'Statistics', 00956 'statistics-header-pages' => 'Page statistics', 00957 'statistics-header-edits' => 'Edit statistics', 00958 'statistics-header-views' => 'View statistics', 00959 'statistics-header-users' => 'Uiser statistics', 00960 'statistics-header-hooks' => 'Ither statistics', 00961 'statistics-pages' => 'Pages', 00962 00963 'disambiguationspage' => 'Template:disambig', 00964 00965 'doubleredirects' => 'Dooble reguidals', 00966 'doubleredirectstext' => 'Ilka raw hauds airtins tae the first an saicont reguidal, as weel as the first line o the saicont reguidal text, for usual giein the "rael" tairget page, that the first reguidal shuid pynt til.', 00967 00968 'brokenredirects' => 'Brucken reguidals', 00969 'brokenredirectstext' => 'The follaein reguidals airts tae pages that disna exist.', 00970 'brokenredirects-edit' => 'edit', 00971 'brokenredirects-delete' => 'delete', 00972 00973 'withoutinterwiki' => 'Pages athoot leid links', 00974 'withoutinterwiki-legend' => 'Prefix', 00975 'withoutinterwiki-submit' => 'Shaw', 00976 00977 # Miscellaneous special pages 00978 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', 00979 'ncategories' => '$1 {{PLURAL:$1|category|categories}}', 00980 'nlinks' => '$1 {{PLURAL:$1|link|links}}', 00981 'nmembers' => '$1 {{PLURAL:$1|membir|membirs}}', 00982 'nrevisions' => '$1 {{PLURAL:$1|reveision|reveisions}}', 00983 'nviews' => '$1 {{PLURAL:$1|view|views}}', 00984 'uncategorizedpages' => 'Uncategoreised pages', 00985 'uncategorizedcategories' => 'Uncategoreised categories', 00986 'unusedcategories' => 'Unuised categories', 00987 'unusedimages' => 'Unuised images', 00988 'wantedcategories' => 'Wantit categories', 00989 'wantedpages' => 'Wantit pages', 00990 'mostlinked' => 'Maist airtit-til pages', 00991 'mostlinkedcategories' => 'Maist airtit-til categories', 00992 'mostcategories' => 'Airticles wi the maist categories', 00993 'mostimages' => 'Maist uised eimages', 00994 'mostrevisions' => 'Maist revised airticles', 00995 'prefixindex' => 'All pages with prefix', 00996 'longpages' => 'Lang pages', 00997 'deadendpages' => 'Deid-end pages', 00998 'listusers' => 'Uiser leet', 00999 'usercreated' => 'Created on $1 at $2', 01000 'newpages' => 'New pages', 01001 'newpages-username' => 'Uisername:', 01002 'ancientpages' => 'Auldest pages', 01003 'move' => 'Flit', 01004 'movethispage' => 'Flit this page', 01005 'unusedimagestext' => '<p>Please mynd that ither wabsteids micht airt til an eimage wi a direct URL, an sae micht still be leetit here but be in aictive uiss.</p>', 01006 'unusedcategoriestext' => 'The follaein category pages exists, tho nae ither airticle or category maks uiss o thaim.', 01007 'notargettitle' => 'Nae target', 01008 'notargettext' => "Ye hivna specifee'd a tairget page or uiser tae perform this function on.", 01009 'pager-newer-n' => '{{PLURAL:$1|newer 1|newer $1}}', 01010 'pager-older-n' => '{{PLURAL:$1|older 1|older $1}}', 01011 01012 # Book sources 01013 'booksources' => 'Beuk sources', 01014 'booksources-search-legend' => 'Search fur book sources', 01015 'booksources-go' => 'Gang', 01016 01017 # Special:Log 01018 'specialloguserlabel' => 'Uiser:', 01019 'speciallogtitlelabel' => 'Teitle:', 01020 'log' => 'Logs', 01021 'all-logs-page' => 'Aw public logs', 01022 'alllogstext' => 'Combined display o uplaid, deletion, protection, blockin, an administrator logs. Ye can narra doon the view bi walin a log type, the uiser name, or the affectit page.', 01023 'logempty' => 'Nae matchin items in log.', 01024 01025 # Special:AllPages 01026 'allpages' => 'Aa pages', 01027 'alphaindexline' => '$1 tae $2', 01028 'nextpage' => 'Neist page ($1)', 01029 'prevpage' => 'Page afore ($1)', 01030 'allpagesfrom' => 'Shaw pages stairtin at:', 01031 'allarticles' => 'Aa airticles', 01032 'allinnamespace' => 'Aa pages ($1 namespace)', 01033 'allnotinnamespace' => 'Aa pages (nae in $1 namespace)', 01034 'allpagesprev' => 'Afore-gaun', 01035 'allpagesnext' => 'Neist', 01036 'allpagessubmit' => 'Gang', 01037 'allpagesprefix' => 'Shaw pages wi prefix:', 01038 'allpagesbadtitle' => 'The page teitle gien wis wrang or haed a cross-lied or cross-wiki prefix. It micht hae ane or twa characters that canna be uised in teitles', 01039 'allpages-bad-ns' => '{{SITENAME}} disna hae a namespace "$1".', 01040 01041 # Special:Categories 01042 'categories' => 'Categories', 01043 'categoriespagetext' => 'The follaein categories exist in the wiki. 01044 [[Special:UnusedCategories|Unused categories]] are not shown here. 01045 Also see [[Special:WantedCategories|wanted categories]].', 01046 'special-categories-sort-count' => 'sairt bi coont', 01047 'special-categories-sort-abc' => 'sairt by the alphabet', 01048 01049 # Special:DeletedContributions 01050 'sp-deletedcontributions-contribs' => 'contreibutions', 01051 01052 # Special:LinkSearch 01053 'linksearch-ns' => 'Namespace:', 01054 'linksearch-ok' => 'Rake', 01055 'linksearch-line' => '$1 is linked from $2', 01056 01057 # Special:ListUsers 01058 'listusers-submit' => 'Shaw', 01059 'listusers-blocked' => '(blockit)', 01060 01061 # Special:Log/newusers 01062 'newuserlogpage' => 'Uiser creation log', 01063 01064 # Special:ListGroupRights 01065 'listgrouprights-members' => '(leet o members)', 01066 01067 # E-mail user 01068 'mailnologin' => 'Nae send address', 01069 'mailnologintext' => 'Ye maun be [[Special:UserLogin|loggit in]] an hae a valid e-mail address in yer [[Special:Preferences|preferences]] tae send e-mail til ither uisers.', 01070 'emailuser' => 'E-mail this uiser', 01071 'noemailtitle' => 'Nae e-mail address', 01072 'noemailtext' => "This uiser haesna specifee'd a valid e-mail address, or haes chuisen no tae receive e-mail frae ither uisers.", 01073 'emailmessage' => 'Message:', 01074 01075 # Watchlist 01076 'watchlist' => 'Ma watchleet', 01077 'mywatchlist' => 'Ma watchleet', 01078 'watchlistfor2' => 'For $1 $2', 01079 'nowatchlist' => 'Ye hivna onie eitems on yer watchleet.', 01080 'watchnologin' => 'Nae loggit in', 01081 'watchnologintext' => 'Ye maun be [[Special:UserLogin|loggit in]] tae modify yer watchleet.', 01082 'addedwatchtext' => "The page \"<nowiki>\$1</nowiki>\" haes been eikit ti yer [[Special:Watchlist|watchleet]]. Futur chynges ti this page an its associate Collogue page will be leetit thare, an the page will kythe '''bauldit''' in the [[Special:RecentChanges|leet o recent chynges]] ti mak it mair eith tae pick oot. <p>Gin ye want ti remuve the page frae yer watchleet later, dab \"Stop watching\" in the sidebar.", 01083 'removedwatchtext' => 'The page "[[:$1]]" haes been remuved frae yer watchleet.', 01084 'watch' => 'Watch', 01085 'watchthispage' => 'Leuk ower this page', 01086 'unwatch' => 'Unwatch', 01087 'notanarticle' => 'No a content page', 01088 'watchnochange' => 'Nane o yer watched items were edited in the time period displayed.', 01089 'watchlist-details' => "{{PLURAL:$1|$1 page|$1 pages}} on yer watchleet, nae countin' collogue pages.", 01090 'watchlistcontains' => 'Yer watchleet contains $1 {{PLURAL:$1|page|pages}}.', 01091 'iteminvalidname' => "Trouble wi eitem '$1', invalid name...", 01092 'wlnote' => "Ablo is the lest $1 {{PLURAL:$1|chynge|chynges}} in the lest {{PLURAL:$2|hour|'''$2''' hours}}.", 01093 'wlshowlast' => 'Shaw lest $1 hours $2 days $3', 01094 'watchlist-options' => 'Watchleet options', 01095 01096 # Displayed when you click the "watch" button and it is in the process of watching 01097 'watching' => 'Watchin...', 01098 'unwatching' => 'Unwatchin...', 01099 01100 'enotif_reset' => 'Merk aa pages visitit', 01101 'changed' => 'chynged', 01102 'created' => 'creatit', 01103 'enotif_subject' => '{{SITENAME}} page $PAGETITLE haes been $CHANGEDORCREATED bi $PAGEEDITOR', 01104 'enotif_lastvisited' => 'Hae a leuk at $1 for aa chynges sin yer last visit.', 01105 01106 # Delete 01107 'deletepage' => 'Delete page', 01108 'excontent' => "content wis: '$1'", 01109 'excontentauthor' => "content wis: '$1' (an the ae contreibutor wis '[[Special:Contributions/$2|$2]]')", 01110 'exbeforeblank' => "content afore blankin wis: '$1'", 01111 'exblank' => 'page wis tuim', 01112 'delete-confirm' => 'Delete "$1"', 01113 'delete-legend' => 'Delete', 01114 'historywarning' => "Warnin: The page ye're aboot tae delete haes a history:", 01115 'confirmdeletetext' => "Ye'r aboot tae permanently delete a page or eimage alang wi aa its history frae the database. 01116 Please confirm that ye intend tae dae this, that ye unnerstaun the consequences, 01117 an that ye'r daein this in accord wi [[{{MediaWiki:Policy-url}}]].", 01118 'actioncomplete' => 'Action duin', 01119 'actionfailed' => 'Action failed', 01120 'deletedtext' => '"$1" haes been delete. See $2 for a record o recent deletions.', 01121 'dellogpage' => 'Deletion log', 01122 'dellogpagetext' => 'Ablo is a leet o the maist recent deletions.', 01123 'deletionlog' => 'deletion log', 01124 'reverted' => 'Revertit tae aulder reveision', 01125 'deletecomment' => 'Raeson:', 01126 'deletereasonotherlist' => 'Ither raeson', 01127 01128 # Rollback 01129 'rollback' => 'Row back edits', 01130 'rollback_short' => 'Rowback', 01131 'rollbacklink' => 'rowback', 01132 'rollbackfailed' => 'Rowback failed', 01133 'cantrollback' => 'Canna revert edit; last contreibutor is the ae author o this page.', 01134 'alreadyrolled' => 'Canna rowback last edit o [[$1]] bi [[User:$2|$2]] ([[User talk:$2|Talk]]); some ither bodie haes editit or rowed back the page aareadies. Last edit wis bi [[User:$3|$3]] ([[User talk:$3|Talk]]).', 01135 'editcomment' => "The edit comment wis: \"''\$1''\".", 01136 'revertpage' => 'Revertit edit o [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]), chynged back tae last version bi [[User:$1|$1]]', 01137 01138 # Protect 01139 'protectlogpage' => 'Fend log', 01140 'protectlogtext' => 'Ablo is a leet o page locks/unlocks. See the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.', 01141 'protectedarticle' => 'protectit "[[$1]]"', 01142 'unprotectedarticle' => 'unprotectit "[[$1]]"', 01143 'protect-title' => 'Protectin "$1"', 01144 'prot_1movedto2' => '[[$1]] flittit til [[$2]]', 01145 'protectcomment' => 'Raeson:', 01146 'protectexpiry' => 'Expires:', 01147 'protect-text' => "Ye can see an chynge the protection level here for the page '''$1'''.", 01148 'protect-default' => 'Allow aw uisers', 01149 'protect-level-autoconfirmed' => 'Baur new and unregistered uisers', 01150 'protect-level-sysop' => 'Juist administrators', 01151 'protect-othertime' => 'Ither time:', 01152 'protect-othertime-op' => 'ither time', 01153 'protect-expiry-options' => '2 oor:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite', 01154 01155 # Restrictions (nouns) 01156 'restriction-edit' => 'Edit', 01157 'restriction-move' => 'Flit', 01158 'restriction-create' => 'Mak', 01159 'restriction-upload' => 'Uplaid', 01160 01161 # Undelete 01162 'undelete' => 'Restore delete page', 01163 'undeletepage' => 'View an restore delete pages', 01164 'viewdeletedpage' => 'View delete pages', 01165 'undeletepagetext' => 'The follaein pages haev bin deleted but are aye in the archive an 01166 can be restored. The archive micht be redd oot noo an then.', 01167 'undeletehistory' => 'Gin ye restore the page, aa reveisions will be restored til the history. 01168 Gin a neow page wi the same name haes bin created syne the deletion, the restored 01169 reveisions will appear in the aulder history, an the current reveision o the live page winna be autaematically replaced.', 01170 'undeletehistorynoadmin' => 'This airticle haes been delete. The raeson for deletion is 01171 shawn in the summary ablo, alang wi parteeculars o the uisers that haed editit this page 01172 afore it wis delete. The actual text o thir deletit reveisions is available tae admeenistrators juist.', 01173 'undeletelink' => 'view/restore', 01174 'undeleteviewlink' => 'view', 01175 'undeletedrevisions' => '{{PLURAL:$1|1 reveision|$1 reveisions}} restored', 01176 'cannotundelete' => 'Undelete didna wirk; some ither bodie micht hae aareadies undeletit the page.', 01177 01178 # Namespace form on various pages 01179 'namespace' => 'Namespace:', 01180 'invert' => 'Invert selection', 01181 'blanknamespace' => '(Main)', 01182 01183 # Contributions 01184 'contributions' => 'Uiser contreibutions', 01185 'contributions-title' => 'Uiser contreibutions fer $1', 01186 'mycontris' => 'Ma contreibutions', 01187 'contribsub2' => 'For $1 ($2)', 01188 'nocontribs' => 'Nae chynges wis funnd matchin thae criteria.', 01189 'uctop' => ' (tap)', 01190 'month' => 'Frae month (an afore):', 01191 'year' => 'Frae year (an afore):', 01192 01193 'sp-contributions-newbies' => "Shaw contreibutions o' freish accounts ainlie", 01194 'sp-contributions-blocklog' => 'block log', 01195 'sp-contributions-uploads' => 'uploads', 01196 'sp-contributions-logs' => 'logs', 01197 'sp-contributions-talk' => 'collogue', 01198 'sp-contributions-search' => 'Rake fur contreibutions', 01199 'sp-contributions-username' => 'IP address or uisername:', 01200 'sp-contributions-toponly' => 'Ainlie shaw edits that are latest revisions', 01201 'sp-contributions-submit' => 'Rake', 01202 01203 # What links here 01204 'whatlinkshere' => 'Whit airts tae here', 01205 'whatlinkshere-title' => 'Pages that link to "$1"', 01206 'whatlinkshere-page' => 'Page:', 01207 'linkshere' => "The follaein pages airts tae '''[[:$1]]''':", 01208 'nolinkshere' => "Nae pages airt tae '''[[:$1]]'''.", 01209 'isredirect' => 'reguidal page', 01210 'istemplate' => 'transclusion', 01211 'isimage' => 'file link', 01212 'whatlinkshere-prev' => '{{PLURAL:$1|previous|previous $1}}', 01213 'whatlinkshere-next' => '{{PLURAL:$1|next|next $1}}', 01214 'whatlinkshere-links' => '← links', 01215 'whatlinkshere-hideredirs' => '$1 redirects', 01216 'whatlinkshere-hidetrans' => '$1 transclusions', 01217 'whatlinkshere-hidelinks' => '$1 links', 01218 'whatlinkshere-hideimages' => '$1 image links', 01219 'whatlinkshere-filters' => 'Filters', 01220 01221 # Block/unblock 01222 'blockip' => 'Block uiser', 01223 'blockiptext' => 'Uise the form ablo tae block write access frae a specific IP address or uisername. This shuid be duin juist tae prevent vandalism, and in accord wi [[{{MediaWiki:Policy-url}}|policy]]. Fill in a specific raeson ablo (for exemplar, citin parteicular pages that wis damaged).', 01224 'ipadressorusername' => 'IP Address or uisername', 01225 'ipbreason' => 'Raeson:', 01226 'ipbsubmit' => 'Block this uiser', 01227 'ipbother' => 'Ither time', 01228 'ipboptions' => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,indefinite:infinite', 01229 'ipbotheroption' => 'ither', 01230 'badipaddress' => 'That IP address is nae guid', 01231 'blockipsuccesssub' => 'Block succeedit', 01232 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] haes been blockit. 01233 <br />See [[Special:BlockList|IP block leet]] tae review blocks.', 01234 'ipb-unblock-addr' => 'Unblock $1', 01235 'unblockip' => 'Unblock uiser', 01236 'unblockiptext' => 'Uise the form ablo tae restore screivin richts 01237 tae an afore-blockit IP address or uisername.', 01238 'ipblocklist' => 'Blockit uisers', 01239 'anononlyblock' => 'anon. juist', 01240 'createaccountblock' => 'accoont-makkin blockit', 01241 'blocklink' => 'block', 01242 'unblocklink' => 'unblock', 01243 'change-blocklink' => 'chynge block', 01244 'contribslink' => 'contreibs', 01245 'autoblocker' => 'Autaematically blockit syne yer IP address haes been uised recently bi "[[User:$1|$1]]". The raeson gien for $1\'s block is "\'\'$2\'\'"', 01246 'blocklogpage' => 'Block log', 01247 'blocklogentry' => 'blockit [[$1]] wi an expiry time o $2 $3', 01248 'blocklogtext' => 'This is a log o uiser blockin an unblockin actions. Autaematically blockit IP addresses isna leetit. See the [[Special:BlockList|IP block leet]] for the leet o bans and blocks on the gae the nou.', 01249 'unblocklogentry' => 'unblockit $1', 01250 'block-log-flags-nocreate' => 'accoont-makkin blockit', 01251 'range_block_disabled' => 'The administrator abeility tae mak range blocks is disabled.', 01252 'proxyblockreason' => 'Yer IP address haes been blockit sith it is an open proxy. Please contact yer Internet service provider or tech support an inform them o this serious security problem.', 01253 'proxyblocksuccess' => 'Duin', 01254 'sorbsreason' => 'Yer IP address is leetit as an open proxy in the DNSBL.', 01255 'sorbs_create_account_reason' => 'Yer IP address is leetit as an open proxy in the DNSBL. Ye canna mak an accoont', 01256 01257 # Developer tools 01258 'unlockdb' => 'Lowse database', 01259 'lockdbtext' => "Lockin the database will suspend the abeility o aa uisers tae edit pages, chynge thair preferences, edit thair watchleets, an ither things requirin chynges in the database. Please confirm that this is whit ye intend tae dae, an that ye'll unlock the database whan yer maintenance is duin.", 01260 'unlockdbtext' => 'Lowsin the database will gie back the abeility for aa uisers tae edit pages, chynge their preferences, edit their watchleets, an ither things needin chynges in the database. Please confirm that this is whit ye ettle tae dae.', 01261 'lockconfirm' => 'Aye, A raellie want tae lock the database.', 01262 'unlockconfirm' => 'Aye, A raelly want tae lowse the database.', 01263 'locknoconfirm' => 'Ye didna tick the confirmation box.', 01264 'lockdbsuccesssub' => 'Database lock fine', 01265 'unlockdbsuccesssub' => 'Database lowsed', 01266 'lockdbsuccesstext' => 'The database haes been lockit. <br />Mynd an tak the lock aff efter yer maintenance is feinisht.', 01267 'unlockdbsuccesstext' => 'The database haes bin lowsed.', 01268 'databasenotlocked' => 'The database isna lockit.', 01269 01270 # Move page 01271 'move-page-legend' => 'Flit page', 01272 'movepagetext' => "Uisin the form ablo will rename a page, flittin aa its history tae the new name. 01273 The auld teitle will become a reguidal page tae the new teitle. 01274 Airtins tae the auld page teitle willna be chynged; 01275 be siccar tae check for dooble or brucken reguidals. 01276 You ar responsible for makkin siccar that airtins continues tae pynt whaur thay ar supposed tae gang. 01277 01278 Mynd that the page '''willna''' be flittit gin the'r aareadies a page at the new teitle, unless it is tuim or a reguidal and haes nae past edit history. 01279 This means that ye can rename a page back tae whaur it wis juist renamed frae gin ye mak a mistak, an ye canna owerwrite an existin page 01280 01281 '''WARNIN!''' 01282 This can be a drastic and unexpectit chynge for a popular page; 01283 please be siccar ye unnerstaun the consequences o this afore proceedin.", 01284 'movepagetalktext' => "The associate Collogue page, gin onie, will be autaematically flittit alang wi it '''unless:''' *Ye'r flittin the page across namespaces, *A collogue page that isna tuim aareadies exists unner the new name, or *Ye tak the tick oot o the box ablo. In thae cases, ye maun flit or merge the page manually later gin ye hae saicont thochts.", 01285 'movearticle' => 'Flit page:', 01286 'movenologin' => 'No loggit in', 01287 'movenologintext' => 'Ye maun be a registert uiser an [[Special:UserLogin|loggit in]] tae flit a page.', 01288 'newtitle' => 'Tae new teitle', 01289 'movepagebtn' => 'Flit page', 01290 'pagemovedsub' => 'Flittin succeedit', 01291 'articleexists' => "A page o that name aareadies exists, or the name ye'v waled isna guid. Please wale anither name.", 01292 'talkexists' => 'The page itsel wis flittit fine, but the collogue page cuidna be flittit sith ane aareadies exists at the new teitle. Please merge thaim manually.', 01293 'movedto' => 'flittit ti', 01294 'movetalk' => 'Flit "collogue" page an aa, gin it\'s applicable.', 01295 'movelogpage' => 'Flit log', 01296 'movelogpagetext' => "A leet o pages that's flitted is ablo.", 01297 'movereason' => 'Raeson:', 01298 'revertmove' => 'revert', 01299 'delete_and_move' => 'Delete an flit', 01300 'delete_and_move_text' => '==Deletion caad for== 01301 01302 The destination airticle "[[:$1]]" aareadies exists. Div ye want tae delete it for tae mak wey for the flittin?', 01303 'delete_and_move_confirm' => 'Aye, delete the page', 01304 'delete_and_move_reason' => 'Delete for tae mak wey for flittin', 01305 'selfmove' => 'Ootgaun an incomin teitles is the same; canna flit a page ower itsel.', 01306 01307 # Export 01308 'export' => 'Export pages', 01309 'exporttext' => 'Ye can export the text an editin history o a parteicular page or set o pages wappit in some XML. In the futur, this micht can be importit intae anither wiki runnin MediaWiki saftware, altho the\'r nae support for this featur in the current version. 01310 01311 Tae export airticle pages, enter the teitles in the text box ablo, ae teitle tae ilka line, an wale whither ye want the current version alang wi aa auld versions, wi the page history lines, or the current version juist, wi wittins anent the last edit. 01312 01313 In the saicont case ye can uise an airtin forbye, for exemplar [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the airticle "[[{{MediaWiki:Mainpage}}]]".', 01314 'exportcuronly' => 'Include juist the current revision, no the fou history', 01315 01316 # Namespace 8 related 01317 'allmessages' => 'Aa seestem messages', 01318 'allmessagesname' => 'Name', 01319 'allmessagesdefault' => 'Defaut text', 01320 'allmessagescurrent' => 'Text the nou', 01321 'allmessagestext' => 'This is a leet o aa seestem messages available in the MediaWiki: namespace.', 01322 'allmessagesnotsupportedDB' => "'''{{ns:special}}:AllMessages''' nae supportit acause '''\$wgUseDatabaseMessages''' is aff.", 01323 01324 # Thumbnails 01325 'thumbnail-more' => 'Eik', 01326 'filemissing' => 'File missin', 01327 'thumbnail_error' => 'Error creating thumbnail: $1', 01328 01329 # Special:Import 01330 'importtext' => 'Please export the file frae the soorce wiki uisin the Special:Export utility, hain it in yer disc an uplaid it here.', 01331 'importnotext' => 'Tuim or nae text', 01332 'importsuccess' => 'Importit fine!', 01333 'importhistoryconflict' => 'Conflictin history revision exists (micht hae importit this page afore)', 01334 'importnosources' => 'Nae transwiki import soorces haes been defined an direct history uplaids is disabled.', 01335 01336 # Tooltip help for the actions 01337 'tooltip-pt-userpage' => 'Yer uiser page', 01338 'tooltip-pt-mytalk' => 'Yer collogue page', 01339 'tooltip-pt-preferences' => 'Ma preferences', 01340 'tooltip-pt-watchlist' => "Th' leet o' pages yer monitoring fur changes", 01341 'tooltip-pt-mycontris' => 'Leet o yer contreibutions', 01342 'tooltip-pt-login' => "It's a guid idea tae log i, but ye dinna hae tae.", 01343 'tooltip-pt-logout' => 'Log oot', 01344 'tooltip-ca-talk' => "Discussion aboot th' content page", 01345 'tooltip-ca-edit' => "Ye kin edit this page. Please uise th' preview button afore saving", 01346 'tooltip-ca-addsection' => 'Start a new section', 01347 'tooltip-ca-viewsource' => 'This page is protectit. 01348 You ken view its source', 01349 'tooltip-ca-history' => "Bygane revisions o' this page", 01350 'tooltip-ca-protect' => 'Fend this page', 01351 'tooltip-ca-delete' => 'Delete this page', 01352 'tooltip-ca-move' => 'Flit this page', 01353 'tooltip-ca-watch' => 'Add this page tae yer watchleet', 01354 'tooltip-ca-unwatch' => 'Remove this page frum yer watchleet', 01355 'tooltip-search' => 'Rake {{SITENAME}}', 01356 'tooltip-search-go' => "Gang tae a page wi' this exact name if exists", 01357 'tooltip-search-fulltext' => "Search th' pages fur this text", 01358 'tooltip-p-logo' => 'Gang tae the Main Page', 01359 'tooltip-n-mainpage' => 'Gang tae the Main Page', 01360 'tooltip-n-mainpage-description' => 'Gang tae the Main Page', 01361 'tooltip-n-portal' => "Aboot th' project, whit ye kin dae, whaur tae fin' things", 01362 'tooltip-n-currentevents' => "Fin' background speirins oan current events", 01363 'tooltip-n-recentchanges' => 'The leet o recent chynges in the wiki', 01364 'tooltip-n-randompage' => 'Load a random page', 01365 'tooltip-n-help' => "Th' steid tae fin' oot", 01366 'tooltip-t-whatlinkshere' => "List o' a' wiki pages that link 'ere", 01367 'tooltip-t-recentchangeslinked' => 'Recent changes in pages linked frae this page', 01368 'tooltip-feed-atom' => 'Atom feed fur this page', 01369 'tooltip-t-contributions' => "View this uiser's contreibutions", 01370 'tooltip-t-emailuser' => 'Send an e-mail to this uiser', 01371 'tooltip-t-upload' => 'Uplaid files', 01372 'tooltip-t-specialpages' => 'Leet o byordinar pages', 01373 'tooltip-t-print' => "Printable version o' this page", 01374 'tooltip-t-permalink' => "Permanent link tae this revision o' th' page", 01375 'tooltip-ca-nstab-main' => 'Leuk at content page', 01376 'tooltip-ca-nstab-user' => 'View the uiser page', 01377 'tooltip-ca-nstab-special' => "This is a byordinar page, ye cannae edit th' page itself", 01378 'tooltip-ca-nstab-project' => 'View the project page', 01379 'tooltip-ca-nstab-image' => 'View the file page', 01380 'tooltip-ca-nstab-template' => 'View the template', 01381 'tooltip-ca-nstab-category' => "View th' category page", 01382 'tooltip-minoredit' => 'Mairk this as a smaa edit', 01383 'tooltip-save' => 'Hain yer chynges', 01384 'tooltip-preview' => 'Scance ower yer chynges, please uise this afore hainin!', 01385 'tooltip-diff' => 'Shaw the chynges that you made tae the text.', 01386 'tooltip-compareselectedversions' => 'See the differs atween the twa selectit versions o this page.', 01387 'tooltip-watch' => 'Add this page tae yer watchleet', 01388 'tooltip-rollback' => '"Rowback" reverts edit(s) tae this page o\' th\' lest contributor in yin click', 01389 'tooltip-undo' => "\"Undo\" reverts this edit 'n' opens th' edit form in preview mode. It allows adding a reason in th' summary.", 01390 'tooltip-summary' => 'Enter a short summary', 01391 01392 # Metadata 01393 'notacceptable' => 'The wiki server canna provide data in a format yer client can read.', 01394 01395 # Attribution 01396 'anonymous' => 'Nameless uiser(s) o {{SITENAME}}', 01397 'siteuser' => '{{SITENAME}} uiser $1', 01398 'othercontribs' => 'Based on wark bi $1.', 01399 'others' => 'ithers', 01400 'siteusers' => '{{SITENAME}} uiser(s) $1', 01401 'nocredits' => "The'r nae credit info available for this page.", 01402 01403 # Spam protection 01404 'spamprotectiontext' => 'The page ye wanted tae save wis blockit bi the spam filter. This is maist likely caused bi an airtin til an outby site.', 01405 'spamprotectionmatch' => 'The follaein text is whit triggered wir spam filter: $1', 01406 01407 # Patrolling 01408 'markaspatrolleddiff' => 'Merk as patrolled', 01409 'markaspatrolledtext' => 'Merk this airticle as patrolled', 01410 'markedaspatrolled' => 'Merkit as patrolled', 01411 'markedaspatrolledtext' => 'The selectit reveision haes been merkit as patrolled.', 01412 'rcpatroldisabledtext' => 'The Recent Changes Patrol feature is disabled the nou.', 01413 01414 # Image deletion 01415 'deletedrevision' => 'Deletit auld revision $1.', 01416 01417 # Browsing diffs 01418 'previousdiff' => '← Aulder edit', 01419 'nextdiff' => 'Newer edit →', 01420 01421 # Media information 01422 'mediawarning' => "'''Warnin''': This file micht haud mislushious code; bi executin it yer seestem micht be compromised.", 01423 'imagemaxsize' => 'Limit eimages on eimage description pages tae:', 01424 'file-info-size' => '$1 × $2 pixels, file size: $3, MIME type: $4', 01425 'file-nohires' => 'Na higher resolution available.', 01426 'svg-long-desc' => 'SVG file, nominally $1 × $2 pixels, file size: $3', 01427 'show-big-image' => 'Full resolution', 01428 01429 # Special:NewFiles 01430 'newimages' => 'Gallery o new files', 01431 'imagelisttext' => 'Ablo is a leet o $1 {{PLURAL:$1|eimage|eimages}} sortit $2.', 01432 'noimages' => 'Naething tae see.', 01433 'ilsubmit' => 'Rake', 01434 'bydate' => 'bi date', 01435 01436 # Bad image list 01437 'bad_image_list' => "Th' format is as follows: 01438 01439 Ainlie list items (lines starting wi' *) are considered. Th' foremaist link oan a line mist be a link tae a ill image. Ony subsequent links oan th' same line are considered tae be exceptions, i,e., pages whaur th' image kin occur inline.", 01440 01441 # Metadata 01442 'metadata' => 'Metadata', 01443 'metadata-help' => "This file contains additional speirins, likelie added frae th' digital camera or scanner used tae create or digitize it. 01444 If th' file haes bin modified frae tis original state, some details kin nae fully reflect th' modified file.", 01445 'metadata-fields' => "Image metadata fields listed in this message wull be included oan image page display whin th' metadata buird is collapsed. Others wull be hidden by default. 01446 *mak 01447 * model 01448 * datetimeoriginal 01449 * exposuretime 01450 * fnumber 01451 * isospeedratings 01452 * focallength 01453 * artist 01454 * copyricht 01455 * imagedescription 01456 * gpslatitude 01457 * gpslongitude 01458 * gpsaltitude", 01459 01460 # EXIF tags 01461 'exif-copyright' => 'Copyricht hauder', 01462 'exif-colorspace' => 'Colour space', 01463 'exif-componentsconfiguration' => 'Meanin o ilka component', 01464 'exif-compressedbitsperpixel' => 'Eimage compression mode', 01465 'exif-brightnessvalue' => 'Brichtness', 01466 01467 'exif-componentsconfiguration-0' => 'disna exist', 01468 01469 'exif-gaincontrol-0' => 'Nane', 01470 01471 'exif-contrast-1' => 'Saft', 01472 01473 # External editor support 01474 'edit-externally' => 'Edit this file uisin an external application', 01475 'edit-externally-help' => '(See the [//www.mediawiki.org/wiki/Manual:External_editors setup instructions] for mair guidance.)', 01476 01477 # 'all' in various places, this might be different for inflected languages 01478 'watchlistall2' => 'aw', 01479 'namespacesall' => 'aa', 01480 'monthsall' => 'aw', 01481 'limitall' => 'aw', 01482 01483 # E-mail address confirmation 01484 'confirmemail_noemail' => 'Ye dinna hae a valid email address set in yer [[Special:Preferences|uiser preferences]].', 01485 'confirmemail_text' => 'This wiki requires ye tae validate yer e-mail address 01486 afore uisin e-mail featurs. Activate the button ablo tae send a confirmation 01487 mail tae yer address. The mail will include an airtin containing a code; laid the 01488 airtin in yer brouser tae confirm that yer e-mail address is guid.', 01489 'confirmemail_sendfailed' => 'Cuidna send confirmation mail. Hae a leuk at the address for invalid characters. 01490 01491 Mailer returned: $1', 01492 'confirmemail_invalid' => 'Confirmation code nae guid. The code haes mibbe expired.', 01493 'confirmemail_needlogin' => 'Ye maun $1 for tae confirm yer email address.', 01494 'confirmemail_success' => 'Yer e-mail address haes been confirmed. Ye can nou log in an enjoy the wiki.', 01495 'confirmemail_loggedin' => 'Yer e-mail address haes noo been confirmed.', 01496 'confirmemail_error' => 'Something gaed agley hainin yer confirmation.', 01497 'confirmemail_body' => 'A bodie, maist likely you frae IP address $1, haes registert an 01498 accoont "$2" wi this e-mail address on {{SITENAME}}. 01499 01500 Tae confirm that you ar aucht this accoont an activate e-mail featurs 01501 on {{SITENAME}}, open this airtin in yer brouser: 01502 01503 $3 01504 01505 If this *isna* you, dinna follae the airtin. 01506 01507 $5 01508 01509 This confirmation code will end at $4.', 01510 01511 # Delete conflict 01512 'deletedwhileediting' => 'Warnin: This page haes been delete syne ye stertit editin!', 01513 'confirmrecreate' => "Uiser [[User:$1|$1]] ([[User talk:$1|collogue]]) deletit this airticle efter ye stertit editin, giein the raeson: 01514 : ''$2'' 01515 Please confirm that ye really want tae recreate this airticle.", 01516 01517 # action=purge 01518 'confirm_purge_button' => 'Aye', 01519 'confirm-purge-top' => 'Clair the cache o this page?', 01520 01521 # Multipage image navigation 01522 'imgmultigo' => 'Gang!', 01523 01524 # Table pager 01525 'table_pager_next' => 'Page aifter', 01526 'table_pager_prev' => 'Page afore', 01527 'table_pager_limit_submit' => 'Gang', 01528 'table_pager_empty' => 'Nae results', 01529 01530 # Auto-summaries 01531 'autosumm-blank' => 'Dichtin aa content frae page', 01532 'autosumm-replace' => "Replacin page wi '$1'", 01533 'autoredircomment' => 'Reguidin tae [[$1]]', 01534 01535 # Watchlist editing tools 01536 'watchlisttools-view' => 'View relevant changes', 01537 'watchlisttools-edit' => 'View an edit watchleet', 01538 'watchlisttools-raw' => 'Edit raw watchleet', 01539 01540 # Core parser functions 01541 'duplicate-defaultsort' => '\'\'\'Wairnin:\'\'\' Default sort key "$2" overrides earlier default sort key "$1".', 01542 01543 # Special:FilePath 01544 'filepath-page' => 'File:', 01545 01546 # Special:FileDuplicateSearch 01547 'fileduplicatesearch-filename' => 'Filename:', 01548 'fileduplicatesearch-submit' => 'Rake', 01549 01550 # Special:SpecialPages 01551 'specialpages' => 'Byordinar pages', 01552 'specialpages-group-users' => 'Uisers an richts', 01553 'specialpages-group-pages' => 'leet o pages', 01554 01555 # External image whitelist 01556 'external_image_whitelist' => ' #Leave this line exactly as it is<pre> 01557 #Put regular expression fragments (just the part that goes between the //) below 01558 #These will be matched with the URLs of external (hotlinked) images 01559 #Those that match will be displayed as images, otherwise only a link to the image will be shown 01560 #Lines beginning with # are treated as comments 01561 #This is case-insensitive 01562 01563 #Put all regex fragments above this line. Leave this line exactly as it is</pre>', 01564 01565 # Special:Tags 01566 'tag-filter' => '[[Special:Tags|Tag]] filter:', 01567 'tag-filter-submit' => 'Filter', 01568 'tags-edit' => 'edit', 01569 01570 # HTML forms 01571 'htmlform-selectorother-other' => 'Ither', 01572 01573 );