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