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