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