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