* moved link setup to separate functions
[mediawiki.git] / languages / LanguageSk.php
bloba792c251181ebd333b185e86c124fe5d34ca2676
1 <?php
3 include_once("LanguageUtf8.php");
5 # Tu môžete meniť názvy "namespaces" (no proste, rôznych častí encyklopédie),
6 # ale čísla nechajte tak, ako sú! Program to tak vyžaduje...
8 /* private */ $wgNamespaceNamesSk = array(
9 -2 => "Media",
10 -1 => "Špeciálne",
11 0 => "",
12 1 => "Komentár",
13 2 => "Redaktor",
14 3 => "Komentár_k_redaktorovi",
15 4 => "Wikipédia",
16 5 => "Komentár_k_Wikipédii",
17 6 => "Obrázok",
18 7 => "Komentár_k_obrázku",
19 8 => "MediaWiki",
20 9 => "Komentár_k_MediaWiki",
21 10 => "Template",
22 11 => "Template_talk"
26 /* private */ $wgQuickbarSettingsSk = array(
27 "None", "Fixed left", "Fixed right", "Floating left"
30 /* private */ $wgSkinNamesSk = array(
31 "Standard", "Nostalgia", "Cologne Blue"
34 /* private */ $wgMathNamesSk = array(
35 "Vždy vytvor PNG",
36 "Na jednoduché použi HTML, inak PNG",
37 "Ak sa dá, použi HTML, inak PNG",
38 "Ponechaj TeX (pre textové prehliadače)",
39 "Odporúčame pre moderné prehliadače"
42 /* private */ $wgUserTogglesSk = array(
43 "hover" => "Zobrazuj text nad linkami do wiki",
44 "underline" => "Podčiarkuj linky",
45 "highlightbroken" => "Neexistujúce linky zobrazuj červenou.",
46 "justify" => "Zarovnávaj odstavce",
47 "hideminor" => "V posledných úpravách neukazuj drobné úpravy",
48 "usenewrc" => "Špeciálne zobrazenie posledných úprav (vyžaduje JavaScript)",
49 "numberheadings" => "Automaticky čísluj odstavce",
50 "showtoolbar" => "Show edit toolbar",
51 "rememberpassword" => "Pamätaj si heslo aj nabudúce",
52 "editwidth" => "Maximálna šírka editovacieho okna",
53 "editondblclick" => "Edituj stránky po dvojkliku (JavaScript)",
54 "watchdefault" => "Upozorňuj na nové a novu upravené stránky",
55 "minordefault" => "Označ všetky zmeny ako drobné",
56 "previewontop" => "Zobrazuj ukážku pred editovacím oknom, a nie až za ním"
60 /* private */ $wgWeekdayNamesSk = array(
61 "Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok",
62 "Piatok", "Sobota"
65 /* private */ $wgMonthNamesSk = array(
66 "Január", "Február", "Marec", "Apríl", "Máj", "Jún",
67 "Júl", "August", "September", "Október", "November",
68 "December"
71 /* private */ $wgMonthAbbreviationsSk = array(
72 "Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug",
73 "Sep", "Okt", "Nov", "Dec"
76 # All special pages have to be listed here: a description of ""
77 # will make them not show up on the "Special Pages" page, which
78 # is the right thing for some of them (such as the "targeted" ones).
80 /* private */ $wgValidSpecialPagesSk = array(
81 "Userlogin" => "",
82 "Userlogout" => "",
83 "Preferences" => "Užívateľské nastavenia",
84 "Watchlist" => "Sledované stránky",
85 "Recentchanges" => "Ostatné úpravy",
86 "Upload" => "Ulož obrázky",
87 "Imagelist" => "Zoznam obrázkov",
88 "Listusers" => "Registrovaní užívatelia",
89 "Statistics" => "Štatistika",
90 "Randompage" => "Náhodný článok",
92 "Lonelypages" => "Nezaradené články",
93 "Unusedimages" => "Nezaradené obrázky",
94 "Popularpages" => "Obľúbené články",
95 "Wantedpages" => "Najčítanejšie články",
96 "Shortpages" => "Krátke články",
97 "Longpages" => "Dlhé články",
98 "Newpages" => "Nové články",
99 # "Intl" => "Interlanguage Links",
100 "Allpages" => "Všetky články podľa nadpisu",
102 "Ipblocklist" => "Zablokované IP adresy",
103 "Maintenance" => "Údržba",
104 "Specialpages" => "",
105 "Contributions" => "",
106 "Emailuser" => "",
107 "Whatlinkshere" => "",
108 "Recentchangeslinked" => "",
109 "Movepage" => "",
110 "Booksources" => "Eksterné stránky s knihami",
111 # "Categories" => "Page categories",
112 "Export" => "Export XML",
113 "Version" => "Version",
116 /* private */ $wgSysopSpecialPagesSk = array(
117 "Blockip" => "Zablokuj IP adresu",
118 "Asksql" => "Dotaz do databázy",
119 "Undelete" => "Zobraz a obnov vymazané stránky"
122 /* private */ $wgDeveloperSpecialPagesSk = array(
123 "Lockdb" => "Zamkni databázu na zápis",
124 "Unlockdb" => "Odomkni databázu na zápis",
127 /* private */ $wgAllMessagesSk = array(
129 # Bits of text used by many pages:
131 "linktrail" => "/^([a-z]+)(.*)\$/sD",
132 "mainpage" => "Hlavná stránka",
133 "about" => "Úvod",
134 "aboutwikipedia" => "O Wikipédii",
135 "aboutpage" => "Wikipédia:Úvod",
136 "help" => "Pomoc",
137 "helppage" => "Wikipédia:Pomoc",
138 "wikititlesuffix" => "Wikipédia",
139 "bugreports" => "Známe_chyby",
140 "bugreportspage" => "Wikipédia:Známe_chyby",
141 "faq" => "FAQ",
142 "faqpage" => "Wikipédia:FAQ",
143 "edithelp" => "Informácie pre redaktorov",
144 "edithelppage" => "Wikipédia:Ako_editovať_stránku",
145 "cancel" => "Storno",
146 "qbfind" => "Nájdi",
147 "qbbrowse" => "Listuj",
148 "qbedit" => "Edituj",
149 "qbpageoptions" => "Možnosti stránky",
150 "qbpageinfo" => "Informácie o stránke",
151 "qbmyoptions" => "Moje nastavenia",
152 "mypage" => "Moja stránka",
153 "mytalk" => "Moje komentáre",
154 "currentevents" => "Aktuality",
155 "errorpagetitle" => "Chyba",
156 "returnto" => "Späť na $1.",
157 "fromwikipedia" => "Z Wikipédie, slobodnej encyklopédie.",
158 "whatlinkshere" => "Sem ukazujú stránky",
159 "help" => "Pomoc",
160 "search" => "Hľadaj",
161 "go" => "Choď",
162 "history" => "Staršie verzie",
163 "printableversion" => "Veria na tlač",
164 "editthispage" => "Edituj stránku",
165 "deletethispage" => "Vymaž stránku",
166 "protectthispage" => "Zamkni stránku",
167 "unprotectthispage" => "Odomkni stránku",
168 "newpage" => "Nová stránka",
169 "talkpage" => "Komentuj stránku",
170 "articlepage" => "Zobraz článok",
171 "subjectpage" => "Zobraz tému", # For compatibility
172 "userpage" => "Zobraz užívateľovu stránku",
173 "wikipediapage" => "Zobraz metastránku",
174 "imagepage" => "Zobraz stránku s obrázkom",
175 "viewtalkpage" => "Zobraz komentáre",
176 "otherlanguages" => "Iné jazyky",
177 "redirectedfrom" => "(Presmerované z $1)",
178 "lastmodified" => "Posledné úpravy $1.",
179 "viewcount" => "Táto stránka bola zobrazená $1-krát.",
180 "gnunote" => "Celý text je dostupný pod podmienkami <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a>.",
181 "printsubtitle" => "(Zdroj: http://www.wikipedia.org)",
182 "protectedpage" => "Zamknutá stránka",
183 "administrators" => "Wikipédia:Správcovia",
184 "sysoptitle" => "Potrebné oprávnenie: sysop",
185 "sysoptext" => "Požadovanú akciu môžu vykonať iba užívatelia s oprávnením \"sysop\".
186 Viď $1.",
187 "developertitle" => "Potrebné oprávnenie: vývojár",
188 "developertext" => "Požadovanú akciu môžu vykonať iba užívatelia s oprávnením \"developer\".
189 Viď $1.",
190 "nbytes" => "$1 bajtov",
191 "go" => "Choď",
192 "ok" => "OK",
193 "sitetitle" => "Wikipédia",
194 "sitesubtitle" => "The Free Encyclopedia",
195 "retrievedfrom" => "Zdroj: \"$1\"",
196 "newmessages" => "Máš $1.",
197 "newmessageslink" => "nových správ",
200 # Main script and global functions
202 "nosuchaction" => "Neznáma akcia",
203 "nosuchactiontext" => "Softvér Wikipédie nepozná akciu, ktorú vyžadujete URL",
204 "nosuchspecialpage" => "Neznáma špeciálna stránka",
205 "nospecialpagetext" => "Softvér Wikipédie nepozná takúto špeciálnu stránku.",
207 # General errors
209 "error" => "Chyba",
210 "databaseerror" => "Chyba v databáze",
211 "dberrortext" => "Nastala syntaktická chyba v dotaze do databázy.
212 Znamená to chybnú dotaz (viď $5),
213 alebo chybu v softvéri.
214 Posledný pokus o dotaz bol:
215 <blockquote><tt>$1</tt></blockquote>
216 z funkcie \"<tt>$2</tt>\".
217 MySQL vrátil chybu \"<tt>$3: $4</tt>\".",
218 "noconnect" => "Neviem sa pripojiť k databáze na $1",
219 "nodb" => "Neviem otvoriť databázu $1",
220 "readonly" => "Databáza je zamknutá",
221 "enterlockreason" => "Zadajte dôvod zamknutia vrátane odhadu, kedy očakávate odomknutie",
222 "readonlytext" => "Databáza Wikipédie je momentálne zamknutá, nové články a úpravy sú zablokované, pravdepodobne kvôli údržbe databázy. Po skončení tejto údržby bude Wikipédia opäť fungovať normálne.
223 Správca, ktorý nariadil uazmknutie, uvádza tento dôvod:
224 <p>$1",
225 "missingarticle" => "Databáza nenašla text stránky, ktorú by mala nájsť, menovite \"$1\".
226 Toto najskôr nie je chyba v databáze, ale v softvéri.
227 Prosím ohláste túto chybu správcovi, uveďte aj linku (URL).",
228 "internalerror" => "Vnútorná chyba",
229 "filecopyerror" => "Neviem skopírovať súbor \"$1\" na \"$2\".",
230 "filerenameerror" => "Neviem premenovať súbor \"$1\" na \"$2\".",
231 "filedeleteerror" => "Neviem vymazať súbor \"$1\".",
232 "filenotfound" => "Neviem nájsť súbor \"$1\".",
233 "unexpected" => "Nečakaná hodnota: \"$1\"=\"$2\".",
234 "formerror" => "Chyba: neviem odoslať formulár",
235 "badarticleerror" => "Na tejto stránke túto akciu vykonať nemožno.",
236 "cannotdelete" => "Neviem vymazať danú stránku alebo obrázok. (Možno to už vymazal niekto iný.)",
237 "badtitle" => "Zlý nadpis",
238 "badtitletext" => "Požadovaný nadpis bol neplatný, nezadaný, alebo nesprávne linkovaný.",
239 "perfdisabled" => "Prepáčte! Táto funkcia je počas špičky dočasne vypnutá kvôli veľkej záťaži; prosím vráťte sa medzi 02:00 a 14:00 UTC.",
241 # Login and logout pages
243 "logouttitle" => "Odhlásiť užívateľa",
244 "logouttext" => "Práve ste sa odhlásili.
245 Môžete naďalej používať Wikipédiu anonymne,
246 alebo sa môžete opäť prihlásiť pod rovnakým alebo odlišným užívateľským menom.\n",
248 "welcomecreation" => "<h2>Vitaj, $1!</h2><p>Vaše konto je vytvorené.
249 Nezabudnite si nastaviť užívateľské nastavenia.",
251 "loginpagetitle" => "Prihlásiť užívateľa",
252 "yourname" => "Vaše užívateľské meno",
253 "yourpassword" => "Vaše heslo",
254 "yourpasswordagain" => "Zopakujte heslo",
255 "newusersonly" => " (iba noví užívatelia)",
256 "remembermypassword" => "Pamätať si heslo aj po vypnutí počítača.",
257 "loginproblem" => "<b>Nastal problém pri prihlasovaní.</b><br>Skúste znova!",
258 "alreadyloggedin" => "<font color=red><b>Užívateľ $1, vy už ste prihlásený!</b></font><br>\n",
260 "login" => "Log in",
261 "userlogin" => "Log in",
262 "logout" => "Log out",
263 "userlogout" => "Log out",
264 "createaccount" => "Create new account",
265 "badretype" => "The passwords you entered do not match.",
266 "userexists" => "The user name you entered is already in use. Please choosea different name.",
267 "youremail" => "Your e-mail",
268 "yournick" => "Your nickname (for signatures)",
269 "emailforlost" => "If you forget your password, you can have a new one mailed to your e-mail address.",
270 "loginerror" => "Login error",
271 "noname" => "You have not specified a valid user name.",
272 "loginsuccesstitle" => "Login successful",
273 "loginsuccess" => "You are now logged in to Wikipedia as \"$1\".",
274 "nosuchuser" => "There is no user by the name \"$1\".
275 Check your spelling, or use the form below to create a new user account.",
276 "wrongpassword" => "The password you entered is incorrect. Please try again.",
277 "mailmypassword" => "Mail me a new password",
278 "passwordremindertitle" => "Password reminder from Wikipedia",
279 "passwordremindertext" => "Someone (probably you, from IP address $1)
280 requested that we send you a new Wikipedia login password.
281 The password for user \"$2\" is now \"$3\".
282 You should log in and change your password now.",
283 "noemail" => "There is no e-mail address recorded for user \"$1\".",
284 "passwordsent" => "A new password has been sent to the e-mail address
285 registered for \"$1\".
286 Please log in again after you receive it.",
288 # Edit pages
290 "summary" => "Summary",
291 "minoredit" => "This is a minor edit",
292 "watchthis" => "Watch this article",
293 "savearticle" => "Save page",
294 "preview" => "Preview",
295 "showpreview" => "Show preview",
296 "blockedtitle" => "User is blocked",
297 "blockedtext" => "Your user name or IP address has been blocked by $1.
298 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
299 [[Wikipedia:administrators|administrators]] to discuss the block.",
300 "newarticle" => "(New)",
301 "newarticletext" =>
302 "You've followed a link to a page that doesn't exist yet.
303 To create the page, start typing in the box below
304 (see the [[Wikipedia:Help|help page]] for more info).
305 If you are here by mistake, just click your browser's '''back''' button.",
306 "anontalkpagetext" => "---- ''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ",
307 "noarticletext" => "(There is currently no text in this page)",
308 "updated" => "(Updated)",
309 "note" => "<strong>Note:</strong> ",
310 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
311 "previewconflict" => "This preview reflects the text in the upper
312 text editing area as it will appear if you choose to save.",
313 "editing" => "Editing $1",
314 "editconflict" => "Edit conflict: $1",
315 "explainconflict" => "Someone else has changed this page since you
316 started editing it.
317 The upper text area contains the page text as it currently exists.
318 Your changes are shown in the lower text area.
319 You will have to merge your changes into the existing text.
320 <b>Only</b> the text in the upper text area will be saved when you
321 press \"Save page\".\n<p>",
322 "yourtext" => "Your text",
323 "storedversion" => "Stored version",
324 "editingold" => "<strong>WARNING: You are editing an out-of-date
325 revision of this page.
326 If you save it, any changes made since this revision will be lost.</strong>\n",
327 "yourdiff" => "Differences",
328 "copyrightwarning" => "Please note that all contributions to Wikipedia are
329 considered to be released under the GNU Free Documentation License
330 (see $1 for details).
331 If you don't want your writing to be edited mercilessly and redistributed
332 at will, then don't submit it here.<br>
333 You are also promising us that you wrote this yourself, or copied it from a
334 public domain or similar free resource.
335 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
336 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
337 browsers may have problems editing pages approaching or longer than 32kb.
338 Please consider breaking the page into smaller sections.",
340 # History pages
342 "revhistory" => "Revision history",
343 "nohistory" => "There is no edit history for this page.",
344 "revnotfound" => "Revision not found",
345 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
346 Please check the URL you used to access this page.\n",
347 "loadhist" => "Loading page history",
348 "currentrev" => "Current revision",
349 "revisionasof" => "Revision as of $1",
350 "cur" => "cur",
351 "next" => "next",
352 "last" => "last",
353 "orig" => "orig",
354 "histlegend" => "Legend: (cur) = difference with current version,
355 (last) = difference with preceding version, M = minor edit",
357 # Diffs
359 "difference" => "(Difference between revisions)",
360 "loadingrev" => "loading revision for diff",
361 "lineno" => "Line $1:",
362 "editcurrent" => "Edit the current version of this page",
364 # Search results
366 "searchresults" => "Search results",
367 "searchhelppage" => "Wikipedia:Searching",
368 "searchingwikipedia" => "Searching Wikipedia",
369 "searchresulttext" => "For more information about searching Wikipedia, see $1.",
370 "searchquery" => "For query \"$1\"",
371 "badquery" => "Badly formed search query",
372 "badquerytext" => "We could not process your query.
373 This is probably because you have attempted to search for a
374 word fewer than three letters long, which is not yet supported.
375 It could also be that you have mistyped the expression, for
376 example \"fish and and scales\".
377 Please try another query.",
378 "matchtotals" => "The query \"$1\" matched $2 article titles
379 and the text of $3 articles.",
380 "nogomatch" => "No page with this exact title exists, trying full text search. ",
381 "titlematches" => "Article title matches",
382 "notitlematches" => "No article title matches",
383 "textmatches" => "Article text matches",
384 "notextmatches" => "No article text matches",
385 "prevn" => "previous $1",
386 "nextn" => "next $1",
387 "viewprevnext" => "View ($1) ($2) ($3).",
388 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
389 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
390 often caused by searching for common words like \"have\" and \"from\",
391 which are not indexed, or by specifying more than one search term (only pages
392 containing all of the search terms will appear in the result).",
393 "powersearch" => "Search",
394 "powersearchtext" => "
395 Search in namespaces :<br>
396 $1<br>
397 $2 List redirects &nbsp; Search for $3 $9",
400 # Preferences page
402 "preferences" => "Preferences",
403 "prefsnologin" => "Not logged in",
404 "prefsnologintext" => "You must be <a href=\"" .
405 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
406 to set user preferences.",
407 "prefslogintext" => "You are logged in as \"$1\".
408 Your internal ID number is $2.",
409 "prefsreset" => "Preferences have been reset from storage.",
410 "qbsettings" => "Quickbar settings",
411 "changepassword" => "Change password",
412 "skin" => "Skin",
413 "math" => "Rendering math",
414 "math_failure" => "Failed to parse",
415 "math_unknown_error" => "unknown error",
416 "math_unknown_function" => "unknown function ",
417 "math_lexing_error" => "lexing error",
418 "math_syntax_error" => "syntax error",
419 "saveprefs" => "Save preferences",
420 "resetprefs" => "Reset preferences",
421 "oldpassword" => "Old password",
422 "newpassword" => "New password",
423 "retypenew" => "Retype new password",
424 "textboxsize" => "Textbox dimensions",
425 "rows" => "Rows",
426 "columns" => "Columns",
427 "searchresultshead" => "Search result settings",
428 "resultsperpage" => "Hits to show per page",
429 "contextlines" => "Lines to show per hit",
430 "contextchars" => "Characters of context per line",
431 "stubthreshold" => "Threshold for stub display",
432 "recentchangescount" => "Number of titles in recent changes",
433 "savedprefs" => "Your preferences have been saved.",
434 "timezonetext" => "Enter number of hours your local time differs
435 from server time (UTC).",
436 "localtime" => "Local time",
437 "timezoneoffset" => "Offset",
438 "emailflag" => "Disable e-mail from other users",
440 # Recent changes
442 "changes" => "changes",
443 "recentchanges" => "Recent changes",
444 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
445 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
446 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
447 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
448 (especially [[wikipedia:Naming conventions|naming conventions]],
449 [[wikipedia:Neutral point of view|neutral point of view]]),
450 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
452 If you want to see Wikipedia succeed, it's very important that you don't add
453 material restricted by others' [[wikipedia:Copyrights|copyrights]].
454 The legal liability could really hurt the project, so please don't do it.
455 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
456 "rcloaderr" => "Loading recent changes",
457 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
458 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
459 "rclistfrom" => "Show new changes starting from $1",
460 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
461 "rclinks" => "Show last $1 changes in last $2 days.",
462 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
463 "diff" => "diff",
464 "hist" => "hist",
465 "hide" => "hide",
466 "show" => "show",
467 "tableform" => "table",
468 "listform" => "list",
469 "nchanges" => "$1 changes",
470 "minoreditletter" => "M",
471 "newpageletter" => "N",
473 # Upload
475 "upload" => "Upload file",
476 "uploadbtn" => "Upload file",
477 "uploadlink" => "Upload images",
478 "reupload" => "Re-upload",
479 "reuploaddesc" => "Return to the upload form.",
480 "uploadnologin" => "Not logged in",
481 "uploadnologintext" => "You must be <a href=\"" .
482 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
483 to upload files.",
484 "uploadfile" => "Upload file",
485 "uploaderror" => "Upload error",
486 "uploadtext" => "<strong>STOP!</strong> Before you upload here,
487 make sure to read and follow Wikipedia's <a href=\"" .
488 wfLocalUrlE( "Wikipedia:Image_use_policy" ) . "\">image use policy</a>.
489 <p>To view or search previously uploaded images,
490 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
491 "\">list of uploaded images</a>.
492 Uploads and deletions are logged on the <a href=\"" .
493 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">upload log</a>.
494 <p>Use the form below to upload new image files for use in
495 illustrating your articles.
496 On most browsers, you will see a \"Browse...\" button, which will
497 bring up your operating system's standard file open dialog.
498 Choosing a file will fill the name of that file into the text
499 field next to the button.
500 You must also check the box affirming that you are not
501 violating any copyrights by uploading the file.
502 Press the \"Upload\" button to finish the upload.
503 This may take some time if you have a slow internet connection.
504 <p>The preferred formats are JPEG for photographic images, PNG
505 for drawings and other iconic images, and OGG for sounds.
506 Please name your files descriptively to avoid confusion.
507 To include the image in an article, use a link in the form
508 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
509 or <b>[[media:file.ogg]]</b> for sounds.
510 <p>Please note that as with Wikipedia pages, others may edit or
511 delete your uploads if they think it serves the encyclopedia, and
512 you may be blocked from uploading if you abuse the system.",
513 "uploadlog" => "upload log",
514 "uploadlogpage" => "Upload_log",
515 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
516 All times shown are server time (UTC).
517 <ul>
518 </ul>
520 "filename" => "Filename",
521 "filedesc" => "Summary",
522 "affirmation" => "I affirm that the copyright holder of this file
523 agrees to license it under the terms of the $1.",
524 "copyrightpage" => "Wikipedia:Copyrights",
525 "copyrightpagename" => "Wikipedia copyright",
526 "uploadedfiles" => "Uploaded files",
527 "noaffirmation" => "You must affirm that your upload does not violate
528 any copyrights.",
529 "ignorewarning" => "Ignore warning and save file anyway.",
530 "minlength" => "Image names must be at least three letters.",
531 "badfilename" => "Image name has been changed to \"$1\".",
532 "badfiletype" => "\".$1\" is not a recommended image file format.",
533 "largefile" => "It is recommended that images not exceed 100k in size.",
534 "successfulupload" => "Successful upload",
535 "fileuploaded" => "File \"$1\" uploaded successfully.
536 Please follow this link: ($2) to the description page and fill
537 in information about the file, such as where it came from, when it was
538 created and by whom, and anything else you may know about it.",
539 "uploadwarning" => "Upload warning",
540 "savefile" => "Save file",
541 "uploadedimage" => "uploaded \"$1\"",
543 # Image list
545 "imagelist" => "Image list",
546 "imagelisttext" => "Below is a list of $1 images sorted $2.",
547 "getimagelist" => "fetching image list",
548 "ilshowmatch" => "Show all images with names matching",
549 "ilsubmit" => "Search",
550 "showlast" => "Show last $1 images sorted $2.",
551 "all" => "all",
552 "byname" => "by name",
553 "bydate" => "by date",
554 "bysize" => "by size",
555 "imgdelete" => "del",
556 "imgdesc" => "desc",
557 "imglegend" => "Legend: (desc) = show/edit image description.",
558 "imghistory" => "Image history",
559 "revertimg" => "rev",
560 "deleteimg" => "del",
561 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
562 this old version, (rev) = revert to this old version.
563 <br><i>Click on date to see image uploaded on that date</i>.",
564 "imagelinks" => "Image links",
565 "linkstoimage" => "The following pages link to this image:",
566 "nolinkstoimage" => "There are no pages that link to this image.",
568 # Statistics
570 "statistics" => "Statistics",
571 "sitestats" => "Site statistics",
572 "userstats" => "User statistics",
573 "sitestatstext" => "There are <b>$1</b> total pages in the database.
574 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
575 pages, redirects, and others that probably don't qualify as articles.
576 Excluding those, there are <b>$2</b> pages that are probably legitimate
577 articles.<p>
578 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
579 since the software was upgraded (July 20, 2002).
580 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
581 "userstatstext" => "There are <b>$1</b> registered users.
582 <b>$2</b> of these are administrators (see $3).",
584 # Maintenance Page
586 "maintenance" => "Maintenance page",
587 "maintnancepagetext" => "This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)",
588 "maintenancebacklink" => "Back to Maintenance Page",
589 "disambiguations" => "Disambiguation pages",
590 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
591 "disambiguationstext" => "The following articles link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br>A page is treated as dismbiguation if it is linked from $1.<br>Links from other namespaces are <i>not</i> listed here.",
592 "doubleredirects" => "Double Redirects",
593 "doubleredirectstext" => "<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br>\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" taget article, which the first redirect should point to.",
594 "brokenredirects" => "Broken Redirects",
595 "brokenredirectstext" => "The following redirects link to a non-existing article.",
596 "selflinks" => "Pages with Self Links",
597 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
598 "mispeelings" => "Pages with misspellings",
599 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
600 "mispeelingspage" => "List of common misspellings",
601 "missinglanguagelinks" => "Missing Language Links",
602 "missinglanguagelinksbutton" => "Find missing language links for",
603 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
606 # Miscellaneous special pages
608 "orphans" => "Orphaned pages",
609 "lonelypages" => "Orphaned pages",
610 "unusedimages" => "Unused images",
611 "popularpages" => "Popular pages",
612 "nviews" => "$1 views",
613 "wantedpages" => "Wanted pages",
614 "nlinks" => "$1 links",
615 "allpages" => "All pages",
616 "randompage" => "Random page",
617 "shortpages" => "Short pages",
618 "longpages" => "Long pages",
619 "listusers" => "User list",
620 "specialpages" => "Special pages",
621 "spheading" => "Special pages",
622 "sysopspheading" => "Special pages for sysop use",
623 "developerspheading" => "Special pages for developer use",
624 "protectpage" => "Protect page",
625 "recentchangeslinked" => "Related changes",
626 "rclsub" => "(to pages linked from \"$1\")",
627 "debug" => "Debug",
628 "newpages" => "New pages",
629 "movethispage" => "Move this page",
630 "unusedimagestext" => "<p>Please note that other web sites
631 such as the international Wikipedias may link to an image with
632 a direct URL, and so may still be listed here despite being
633 in active use.",
634 "booksources" => "Book sources",
635 "booksourcetext" => "Below is a list of links to other sites that
636 sell new and used books, and may also have further information
637 about books you are looking for.
638 Wikipedia is not affiliated with any of these businesses, and
639 this list should not be construed as an endorsement.",
641 # Email this user
643 "mailnologin" => "No send address",
644 "mailnologintext" => "You must be <a href=\"" .
645 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
646 and have a valid e-mail address in your <a href=\"" .
647 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
648 to send e-mail to other users.",
649 "emailuser" => "E-mail this user",
650 "emailpage" => "E-mail user",
651 "emailpagetext" => "If this user has entered a valid e-mail address in
652 his or her user preferences, the form below will send a single message.
653 The e-mail address you entered in your user preferences will appear
654 as the \"From\" address of the mail, so the recipient will be able
655 to reply.",
656 "noemailtitle" => "No e-mail address",
657 "noemailtext" => "This user has not specified a valid e-mail address,
658 or has chosen not to receive e-mail from other users.",
659 "emailfrom" => "From",
660 "emailto" => "To",
661 "emailsubject" => "Subject",
662 "emailmessage" => "Message",
663 "emailsend" => "Send",
664 "emailsent" => "E-mail sent",
665 "emailsenttext" => "Your e-mail message has been sent.",
667 # Watchlist
669 "watchlist" => "My watchlist",
670 "watchlistsub" => "(for user \"$1\")",
671 "nowatchlist" => "You have no items on your watchlist.",
672 "watchnologin" => "Not logged in",
673 "watchnologintext" => "You must be <a href=\"" .
674 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
675 to modify your watchlist.",
676 "addedwatch" => "Added to watchlist",
677 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
678 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
679 Future changes to this page and its associated Talk page will be listed there,
680 and the page will appear <b>bolded</b> in the <a href=\"" .
681 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
682 make it easier to pick out.</p>
684 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
685 "removedwatch" => "Removed from watchlist",
686 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
687 "watchthispage" => "Watch this page",
688 "unwatchthispage" => "Stop watching",
689 "notanarticle" => "Not an article",
691 # Delete/protect/revert
693 "deletepage" => "Delete page",
694 "confirm" => "Confirm",
695 "confirmdelete" => "Confirm delete",
696 "deletesub" => "(Deleting \"$1\")",
697 "confirmdeletetext" => "You are about to permanently delete a page
698 or image along with all of its history from the database.
699 Please confirm that you intend to do this, that you understand the
700 consequences, and that you are doing this in accordance with
701 [[Wikipedia:Policy]].",
702 "confirmcheck" => "Yes, I really want to delete this.",
703 "actioncomplete" => "Action complete",
704 "deletedtext" => "\"$1\" has been deleted.
705 See $2 for a record of recent deletions.",
706 "deletedarticle" => "deleted \"$1\"",
707 "dellogpage" => "Deletion_log",
708 "dellogpagetext" => "Below is a list of the most recent deletions.
709 All times shown are server time (UTC).
710 <ul>
711 </ul>
713 "deletionlog" => "deletion log",
714 "reverted" => "Reverted to earlier revision",
715 "deletecomment" => "Reason for deletion",
716 "imagereverted" => "Revert to earlier version was successful.",
717 "rollback" => "Roll back edits",
718 "rollbacklink" => "rollback",
719 "cantrollback" => "Can't revert edit; last contributor is only author of this article.",
720 "revertpage" => "Reverted to last edit by $1",
722 # Undelete
723 "undelete" => "Restore deleted page",
724 "undeletepage" => "View and restore deleted pages",
725 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
726 can be restored. The archive may be periodically cleaned out.",
727 "undeletearticle" => "Restore deleted article",
728 "undeleterevisions" => "$1 revisions archived",
729 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
730 If a new page with the same name has been created since the deletion, the restored
731 revisions will appear in the prior history, and the current revision of the live page
732 will not be automatically replaced.",
733 "undeleterevision" => "Deleted revision as of $1",
734 "undeletebtn" => "Restore!",
735 "undeletedarticle" => "restored \"$1\"",
736 "undeletedtext" => "The article [[$1]] has been successfully restored.
737 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
739 # Contributions
741 "contributions" => "User contributions",
742 "mycontris" => "My contributions",
743 "contribsub" => "For $1",
744 "nocontribs" => "No changes were found matching these criteria.",
745 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
746 "uclinks" => "View the last $1 changes; view the last $2 days.",
747 "uctop" => " (top)" ,
749 # What links here
751 "whatlinkshere" => "What links here",
752 "notargettitle" => "No target",
753 "notargettext" => "You have not specified a target page or user
754 to perform this function on.",
755 "linklistsub" => "(List of links)",
756 "linkshere" => "The following pages link to here:",
757 "nolinkshere" => "No pages link to here.",
758 "isredirect" => "redirect page",
760 # Block/unblock IP
762 "blockip" => "Block IP address",
763 "blockiptext" => "Use the form below to block write access
764 from a specific IP address.
765 This should be done only only to prevent vandalism, and in
766 accordance with [[Wikipedia:Policy|Wikipedia policy]].
767 Fill in a specific reason below (for example, citing particular
768 pages that were vandalized).",
769 "ipaddress" => "IP Address",
770 "ipbreason" => "Reason",
771 "ipbsubmit" => "Block this address",
772 "badipaddress" => "The IP address is badly formed.",
773 "noblockreason" => "You must supply a reason for the block.",
774 "blockipsuccesssub" => "Block succeeded",
775 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
776 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
777 "unblockip" => "Unblock IP address",
778 "unblockiptext" => "Use the form below to restore write access
779 to a previously blocked IP address.",
780 "ipusubmit" => "Unblock this address",
781 "ipusuccess" => "IP address \"$1\" unblocked",
782 "ipblocklist" => "List of blocked IP addresses",
783 "blocklistline" => "$1, $2 blocked $3",
784 "blocklink" => "block",
785 "unblocklink" => "unblock",
786 "contribslink" => "contribs",
788 # Developer tools
790 "lockdb" => "Lock database",
791 "unlockdb" => "Unlock database",
792 "lockdbtext" => "Locking the database will suspend the ability of all
793 users to edit pages, change their preferences, edit their watchlists, and
794 other things requiring changes in the database.
795 Please confirm that this is what you intend to do, and that you will
796 unlock the database when your maintenance is done.",
797 "unlockdbtext" => "Unlocking the database will restore the ability of all
798 users to edit pages, change their preferences, edit their watchlists, and
799 other things requiring changes in the database.
800 Please confirm that this is what you intend to do.",
801 "lockconfirm" => "Yes, I really want to lock the database.",
802 "unlockconfirm" => "Yes, I really want to unlock the database.",
803 "lockbtn" => "Lock database",
804 "unlockbtn" => "Unlock database",
805 "locknoconfirm" => "You did not check the confirmation box.",
806 "lockdbsuccesssub" => "Database lock succeeded",
807 "unlockdbsuccesssub" => "Database lock removed",
808 "lockdbsuccesstext" => "The Wikipedia database has been locked.
809 <br>Remember to remove the lock after your maintenance is complete.",
810 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
812 # SQL query
814 "asksql" => "SQL query",
815 "asksqltext" => "Use the form below to make a direct query of the
816 Wikipedia database.
817 Use single quotes ('like this') to delimit string literals.
818 This can often add considerable load to the server, so please use
819 this function sparingly.",
820 "sqlquery" => "Enter query",
821 "querybtn" => "Submit query",
822 "selectonly" => "Queries other than \"SELECT\" are restricted to
823 Wikipedia developers.",
824 "querysuccessful" => "Query successful",
826 # Move page
828 "movepage" => "Move page",
829 "movepagetext" => "Using the form below will rename a page, moving all
830 of its history to the new name.
831 The old title will become a redirect page to the new title.
832 Links to the old page title will not be changed; be sure to
833 [[Special:Maintenance|check]] for double or broken redirects.
834 You are responsible for making sure that links continue to
835 point where they are supposed to go.
837 Note that the page will '''not''' be moved if there is already
838 a page at the new title, unless it is empty or a redirect and has no
839 past edit history. This means that you can rename a page back to where
840 it was just renamed from if you make a mistake, and you cannot overwrite
841 an existing page.
843 <b>WARNING!</b>
844 This can be a drastic and unexpected change for a popular page;
845 please be sure you understand the consequences of this before
846 proceeding.",
847 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
848 *You are moving the page across namespaces,
849 *A non-empty talk page already exists under the new name, or
850 *You uncheck the box below.
852 In those cases, you will have to move or merge the page manually if desired.",
853 "movearticle" => "Move page",
854 "movenologin" => "Not logged in",
855 "movenologintext" => "You must be a registered user and <a href=\"" .
856 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
857 to move a page.",
858 "newtitle" => "To new title",
859 "movepagebtn" => "Move page",
860 "pagemovedsub" => "Move succeeded",
861 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
862 "articleexists" => "A page of that name already exists, or the
863 name you have chosen is not valid.
864 Please choose another name.",
865 "talkexists" => "The page itself was moved successfully, but the
866 talk page could not be moved because one already exists at the new
867 title. Please merge them manually.",
868 "movedto" => "moved to",
869 "movetalk" => "Move \"talk\" page as well, if applicable.",
870 "talkpagemoved" => "The corresponding talk page was also moved.",
871 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
875 class LanguageSk extends LanguageUtf8 {
877 function getNamespaces() {
878 global $wgNamespaceNamesSk;
879 return $wgNamespaceNamesSk;
882 function getNsText( $index ) {
883 global $wgNamespaceNamesSk;
884 return $wgNamespaceNamesSk[$index];
887 function getNsIndex( $text ) {
888 global $wgNamespaceNamesSk;
890 foreach ( $wgNamespaceNamesSk as $i => $n ) {
891 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
893 if( 0 == strcasecmp( "Special", $text ) ) return -1;
894 if( 0 == strcasecmp( "Wikipedia", $text ) ) return 4;
895 return false;
898 function getQuickbarSettings() {
899 global $wgQuickbarSettingsSk;
900 return $wgQuickbarSettingsSk;
903 function getSkinNames() {
904 global $wgSkinNamesSk;
905 return $wgSkinNamesSk;
908 function getMathNames() {
909 global $wgMathNamesSk;
910 return $wgMathNamesSk;
913 function getUserToggles() {
914 global $wgUserTogglesSk;
915 return $wgUserTogglesSk;
918 function getMonthName( $key )
920 global $wgMonthNamesSk;
921 return $wgMonthNamesSk[$key-1];
924 function getMonthAbbreviation( $key )
926 global $wgMonthAbbreviationsSk;
927 return $wgMonthAbbreviationsSk[$key-1];
930 function getWeekdayName( $key )
932 global $wgWeekdayNamesSk;
933 return $wgWeekdayNamesSk[$key-1];
936 function getValidSpecialPages()
938 global $wgValidSpecialPagesSk;
939 return $wgValidSpecialPagesSk;
942 function getSysopSpecialPages()
944 global $wgSysopSpecialPagesSk;
945 return $wgSysopSpecialPagesSk;
948 function getDeveloperSpecialPages()
950 global $wgDeveloperSpecialPagesSk;
951 return $wgDeveloperSpecialPagesSk;
954 function getMessage( $key )
956 global $wgAllMessagesSk;
957 if($wgAllMessagesSk[$key])
958 return $wgAllMessagesSk[$key];
959 return Language::getMessage( $key );
962 function fallback8bitEncoding() {
963 return "iso-8859-2"; #?