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