* @package MediaWiki
[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\".\n<p>",
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>\n",
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 <a href=\"" .
428 "{{localurle:Special:Userlogin}}\">logged in</a>
429 to set user preferences.",
430 "prefslogintext" => "You are logged in as \"$1\".
431 Your internal ID number is $2.",
432 "prefsreset" => "Preferences have been reset from storage.",
433 "qbsettings" => "Quickbar settings",
434 "changepassword" => "Change password",
435 "skin" => "Skin",
436 "math" => "Rendering math",
437 "math_failure" => "Failed to parse",
438 "math_unknown_error" => "unknown error",
439 "math_unknown_function" => "unknown function ",
440 "math_lexing_error" => "lexing error",
441 "math_syntax_error" => "syntax error",
442 "saveprefs" => "Save preferences",
443 "resetprefs" => "Reset preferences",
444 "oldpassword" => "Old password",
445 "newpassword" => "New password",
446 "retypenew" => "Retype new password",
447 "textboxsize" => "Editing",
448 "rows" => "Rows",
449 "columns" => "Columns",
450 "searchresultshead" => "Search result settings",
451 "resultsperpage" => "Hits to show per page",
452 "contextlines" => "Lines to show per hit",
453 "contextchars" => "Characters of context per line",
454 "stubthreshold" => "Threshold for stub display",
455 "recentchangescount" => "Number of titles in recent changes",
456 "savedprefs" => "Your preferences have been saved.",
457 "timezonetext" => "Enter number of hours your local time differs
458 from server time (UTC).",
459 "localtime" => "Local time",
460 "timezoneoffset" => "Offset",
461 "emailflag" => "Disable e-mail from other users",
462
463 # Recent changes
464 #
465 "changes" => "changes",
466 "recentchanges" => "Recent changes",
467 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
468 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
469 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
470 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
471 (especially [[wikipedia:Naming conventions|naming conventions]],
472 [[wikipedia:Neutral point of view|neutral point of view]]),
473 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
474
475 If you want to see Wikipedia succeed, it's very important that you don't add
476 material restricted by others' [[wikipedia:Copyrights|copyrights]].
477 The legal liability could really hurt the project, so please don't do it.
478 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
479 "rcloaderr" => "Loading recent changes",
480 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
481 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
482 "rclistfrom" => "Show new changes starting from $1",
483 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
484 "rclinks" => "Show last $1 changes in last $2 days.",
485 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
486 "diff" => "diff",
487 "hist" => "hist",
488 "hide" => "hide",
489 "show" => "show",
490 "tableform" => "table",
491 "listform" => "list",
492 "nchanges" => "$1 changes",
493 "minoreditletter" => "M",
494 "newpageletter" => "N",
495
496 # Upload
497 #
498 "upload" => "Upload file",
499 "uploadbtn" => "Upload file",
500 "uploadlink" => "Upload images",
501 "reupload" => "Re-upload",
502 "reuploaddesc" => "Return to the upload form.",
503 "uploadnologin" => "Not logged in",
504 "uploadnologintext" => "You must be <a href=\"" .
505 "{{localurle:Special:Userlogin}}\">logged in</a>
506 to upload files.",
507 "uploadfile" => "Upload file",
508 "uploaderror" => "Upload error",
509 "uploadlog" => "upload log",
510 "uploadlogpage" => "Upload_log",
511 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
512 All times shown are server time (UTC).
513 <ul>
514 </ul>
515 ",
516 "filename" => "Filename",
517 "filedesc" => "Summary",
518 "affirmation" => "I affirm that the copyright holder of this file
519 agrees to license it under the terms of the $1.",
520 "copyrightpage" => "Wikipedia:Copyrights",
521 "copyrightpagename" => "Wikipedia copyright",
522 "uploadedfiles" => "Uploaded files",
523 "noaffirmation" => "You must affirm that your upload does not violate
524 any copyrights.",
525 "ignorewarning" => "Ignore warning and save file anyway.",
526 "minlength" => "Image names must be at least three letters.",
527 "badfilename" => "Image name has been changed to \"$1\".",
528 "badfiletype" => "\".$1\" is not a recommended image file format.",
529 "largefile" => "It is recommended that images not exceed 100k in size.",
530 "successfulupload" => "Successful upload",
531 "fileuploaded" => "File \"$1\" uploaded successfully.
532 Please follow this link: ($2) to the description page and fill
533 in information about the file, such as where it came from, when it was
534 created and by whom, and anything else you may know about it.",
535 "uploadwarning" => "Upload warning",
536 "savefile" => "Save file",
537 "uploadedimage" => "uploaded \"[[$1]]\"",
538
539 # Image list
540 #
541 "imagelist" => "Image list",
542 "imagelisttext" => "Below is a list of $1 images sorted $2.",
543 "getimagelist" => "fetching image list",
544 "ilshowmatch" => "Show all images with names matching",
545 "ilsubmit" => "Search",
546 "showlast" => "Show last $1 images sorted $2.",
547 "byname" => "by name",
548 "bydate" => "by date",
549 "bysize" => "by size",
550 "imgdelete" => "del",
551 "imgdesc" => "desc",
552 "imglegend" => "Legend: (desc) = show/edit image description.",
553 "imghistory" => "Image history",
554 "revertimg" => "rev",
555 "deleteimg" => "del",
556 "deleteimgcompletely" => "del",
557 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
558 this old version, (rev) = revert to this old version.
559 <br /><i>Click on date to see image uploaded on that date</i>.",
560 "imagelinks" => "Image links",
561 "linkstoimage" => "The following pages link to this image:",
562 "nolinkstoimage" => "There are no pages that link to this image.",
563
564 # Statistics
565 #
566 "statistics" => "Statistics",
567 "sitestats" => "Site statistics",
568 "userstats" => "User statistics",
569 "sitestatstext" => "There are <b>$1</b> total pages in the database.
570 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
571 pages, redirects, and others that probably don't qualify as articles.
572 Excluding those, there are <b>$2</b> pages that are probably legitimate
573 articles.<p>
574 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
575 since the software was upgraded (July 20, 2002).
576 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
577 "userstatstext" => "There are <b>$1</b> registered users.
578 <b>$2</b> of these are administrators (see $3).",
579
580 # Maintenance Page
581 #
582 "maintenance" => "Maintenance page",
583 "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 ;-)",
584 "maintenancebacklink" => "Back to Maintenance Page",
585 "disambiguations" => "Disambiguation pages",
586 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
587 "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.",
588 "doubleredirects" => "Double Redirects",
589 "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.",
590 "brokenredirects" => "Broken Redirects",
591 "brokenredirectstext" => "The following redirects link to a non-existing article.",
592 "selflinks" => "Pages with Self Links",
593 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
594 "mispeelings" => "Pages with misspellings",
595 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
596 "mispeelingspage" => "List of common misspellings",
597 "missinglanguagelinks" => "Missing Language Links",
598 "missinglanguagelinksbutton" => "Find missing language links for",
599 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
600
601
602 # Miscellaneous special pages
603 #
604 "orphans" => "Orphaned pages",
605 "lonelypages" => "Orphaned pages",
606 "unusedimages" => "Unused images",
607 "popularpages" => "Popular pages",
608 "nviews" => "$1 views",
609 "wantedpages" => "Wanted pages",
610 "nlinks" => "$1 links",
611 "allpages" => "All pages",
612 "randompage" => "Random page",
613 "shortpages" => "Short pages",
614 "longpages" => "Long pages",
615 "listusers" => "User list",
616 "specialpages" => "Special pages",
617 "spheading" => "Special pages",
618 "sysopspheading" => "Special pages for sysop use",
619 "developerspheading" => "Special pages for developer use",
620 "protectpage" => "Protect page",
621 "recentchangeslinked" => "Related changes",
622 "rclsub" => "(to pages linked from \"$1\")",
623 "debug" => "Debug",
624 "newpages" => "New pages",
625 "movethispage" => "Move this page",
626 "unusedimagestext" => "<p>Please note that other web sites
627 such as the international Wikipedias may link to an image with
628 a direct URL, and so may still be listed here despite being
629 in active use.",
630 "booksources" => "Book sources",
631 "booksourcetext" => "Below is a list of links to other sites that
632 sell new and used books, and may also have further information
633 about books you are looking for.
634 Wikipedia is not affiliated with any of these businesses, and
635 this list should not be construed as an endorsement.",
636
637 # Email this user
638 #
639 "mailnologin" => "No send address",
640 "mailnologintext" => "You must be <a href=\"" .
641 "{{localurle:Special:Userlogin}}\">logged in</a>
642 and have a valid e-mail address in your <a href=\"" .
643 "{{localurle:Special:Preferences}}\">preferences</a>
644 to send e-mail to other users.",
645 "emailuser" => "E-mail this user",
646 "emailpage" => "E-mail user",
647 "emailpagetext" => "If this user has entered a valid e-mail address in
648 his or her user preferences, the form below will send a single message.
649 The e-mail address you entered in your user preferences will appear
650 as the \"From\" address of the mail, so the recipient will be able
651 to reply.",
652 "noemailtitle" => "No e-mail address",
653 "noemailtext" => "This user has not specified a valid e-mail address,
654 or has chosen not to receive e-mail from other users.",
655 "emailfrom" => "From",
656 "emailto" => "To",
657 "emailsubject" => "Subject",
658 "emailmessage" => "Message",
659 "emailsend" => "Send",
660 "emailsent" => "E-mail sent",
661 "emailsenttext" => "Your e-mail message has been sent.",
662
663 # Watchlist
664 #
665 "watchlist" => "My watchlist",
666 "watchlistsub" => "(for user \"$1\")",
667 "nowatchlist" => "You have no items on your watchlist.",
668 "watchnologin" => "Not logged in",
669 "watchnologintext" => "You must be <a href=\"" .
670 "{{localurle:Special:Userlogin}}\">logged in</a>
671 to modify your watchlist.",
672 "addedwatch" => "Added to watchlist",
673 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
674 "{{localurle:Special:Watchlist}}\">watchlist</a>.
675 Future changes to this page and its associated Talk page will be listed there,
676 and the page will appear <b>bolded</b> in the <a href=\"" .
677 "{{localurle:Special:Recentchanges}}\">list of recent changes</a> to
678 make it easier to pick out.</p>
679
680 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
681 "removedwatch" => "Removed from watchlist",
682 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
683 "watchthispage" => "Watch this page",
684 "unwatchthispage" => "Stop watching",
685 "notanarticle" => "Not an article",
686
687 # Delete/protect/revert
688 #
689 "deletepage" => "Delete page",
690 "confirm" => "Confirm",
691 "confirmdelete" => "Confirm delete",
692 "deletesub" => "(Deleting \"$1\")",
693 "confirmdeletetext" => "You are about to permanently delete a page
694 or image along with all of its history from the database.
695 Please confirm that you intend to do this, that you understand the
696 consequences, and that you are doing this in accordance with
697 [[Wikipedia:Policy]].",
698 "actioncomplete" => "Action complete",
699 "deletedtext" => "\"$1\" has been deleted.
700 See $2 for a record of recent deletions.",
701 "deletedarticle" => "deleted \"$1\"",
702 "dellogpage" => "Deletion_log",
703 "dellogpagetext" => "Below is a list of the most recent deletions.
704 All times shown are server time (UTC).
705 <ul>
706 </ul>
707 ",
708 "deletionlog" => "deletion log",
709 "reverted" => "Reverted to earlier revision",
710 "deletecomment" => "Reason for deletion",
711 "imagereverted" => "Revert to earlier version was successful.",
712 "rollback" => "Roll back edits",
713 "rollbacklink" => "rollback",
714 "cantrollback" => "Can't revert edit; last contributor is only author of this article.",
715 "revertpage" => "Reverted to last edit by $1",
716
717 # Undelete
718 "undelete" => "Restore deleted page",
719 "undeletepage" => "View and restore deleted pages",
720 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
721 can be restored. The archive may be periodically cleaned out.",
722 "undeletearticle" => "Restore deleted article",
723 "undeleterevisions" => "$1 revisions archived",
724 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
725 If a new page with the same name has been created since the deletion, the restored
726 revisions will appear in the prior history, and the current revision of the live page
727 will not be automatically replaced.",
728 "undeleterevision" => "Deleted revision as of $1",
729 "undeletebtn" => "Restore!",
730 "undeletedarticle" => "restored \"$1\"",
731 "undeletedtext" => "The article [[$1]] has been successfully restored.
732 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
733
734 # Contributions
735 #
736 "contributions" => "User contributions",
737 "mycontris" => "My contributions",
738 "contribsub" => "For $1",
739 "nocontribs" => "No changes were found matching these criteria.",
740 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
741 "uclinks" => "View the last $1 changes; view the last $2 days.",
742 "uctop" => " (top)" ,
743
744 # What links here
745 #
746 "whatlinkshere" => "What links here",
747 "notargettitle" => "No target",
748 "notargettext" => "You have not specified a target page or user
749 to perform this function on.",
750 "linklistsub" => "(List of links)",
751 "linkshere" => "The following pages link to here:",
752 "nolinkshere" => "No pages link to here.",
753 "isredirect" => "redirect page",
754
755 # Block/unblock IP
756 #
757 "blockip" => "Block IP address",
758 "blockiptext" => "Use the form below to block write access
759 from a specific IP address.
760 This should be done only only to prevent vandalism, and in
761 accordance with [[Wikipedia:Policy|Wikipedia policy]].
762 Fill in a specific reason below (for example, citing particular
763 pages that were vandalized).",
764 "ipaddress" => "IP Address",
765 "ipbreason" => "Reason",
766 "ipbsubmit" => "Block this address",
767 "badipaddress" => "The IP address is badly formed.",
768 "noblockreason" => "You must supply a reason for the block.",
769 "blockipsuccesssub" => "Block succeeded",
770 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
771 <br />See [[Special:Ipblocklist|IP block list]] to review blocks.",
772 "unblockip" => "Unblock IP address",
773 "unblockiptext" => "Use the form below to restore write access
774 to a previously blocked IP address.",
775 "ipusubmit" => "Unblock this address",
776 "ipusuccess" => "IP address \"$1\" unblocked",
777 "ipblocklist" => "List of blocked IP addresses",
778 "blocklistline" => "$1, $2 blocked $3",
779 "blocklink" => "block",
780 "unblocklink" => "unblock",
781 "contribslink" => "contribs",
782
783 # Developer tools
784 #
785 "lockdb" => "Lock database",
786 "unlockdb" => "Unlock database",
787 "lockdbtext" => "Locking the database will suspend the ability of all
788 users to edit pages, change their preferences, edit their watchlists, and
789 other things requiring changes in the database.
790 Please confirm that this is what you intend to do, and that you will
791 unlock the database when your maintenance is done.",
792 "unlockdbtext" => "Unlocking the database will restore the ability of all
793 users to edit pages, change their preferences, edit their watchlists, and
794 other things requiring changes in the database.
795 Please confirm that this is what you intend to do.",
796 "lockconfirm" => "Yes, I really want to lock the database.",
797 "unlockconfirm" => "Yes, I really want to unlock the database.",
798 "lockbtn" => "Lock database",
799 "unlockbtn" => "Unlock database",
800 "locknoconfirm" => "You did not check the confirmation box.",
801 "lockdbsuccesssub" => "Database lock succeeded",
802 "unlockdbsuccesssub" => "Database lock removed",
803 "lockdbsuccesstext" => "The Wikipedia database has been locked.
804 <br />Remember to remove the lock after your maintenance is complete.",
805 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
806
807 # SQL query
808 #
809 "asksql" => "SQL query",
810 "asksqltext" => "Use the form below to make a direct query of the
811 Wikipedia database.
812 Use single quotes ('like this') to delimit string literals.
813 This can often add considerable load to the server, so please use
814 this function sparingly.",
815 "sqlquery" => "Enter query",
816 "querybtn" => "Submit query",
817 "selectonly" => "Queries other than \"SELECT\" are restricted to
818 Wikipedia developers.",
819 "querysuccessful" => "Query successful",
820
821 # Move page
822 #
823 "movepage" => "Move page",
824 "movepagetext" => "Using the form below will rename a page, moving all
825 of its history to the new name.
826 The old title will become a redirect page to the new title.
827 Links to the old page title will not be changed; be sure to
828 [[Special:Maintenance|check]] for double or broken redirects.
829 You are responsible for making sure that links continue to
830 point where they are supposed to go.
831
832 Note that the page will '''not''' be moved if there is already
833 a page at the new title, unless it is empty or a redirect and has no
834 past edit history. This means that you can rename a page back to where
835 it was just renamed from if you make a mistake, and you cannot overwrite
836 an existing page.
837
838 <b>WARNING!</b>
839 This can be a drastic and unexpected change for a popular page;
840 please be sure you understand the consequences of this before
841 proceeding.",
842 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
843 *You are moving the page across namespaces,
844 *A non-empty talk page already exists under the new name, or
845 *You uncheck the box below.
846
847 In those cases, you will have to move or merge the page manually if desired.",
848 "movearticle" => "Move page",
849 "movenologin" => "Not logged in",
850 "movenologintext" => "You must be a registered user and <a href=\"" .
851 "{{localurle:Special:Userlogin}}\">logged in</a>
852 to move a page.",
853 "newtitle" => "To new title",
854 "movepagebtn" => "Move page",
855 "pagemovedsub" => "Move succeeded",
856 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
857 "articleexists" => "A page of that name already exists, or the
858 name you have chosen is not valid.
859 Please choose another name.",
860 "talkexists" => "The page itself was moved successfully, but the
861 talk page could not be moved because one already exists at the new
862 title. Please merge them manually.",
863 "movedto" => "moved to",
864 "movetalk" => "Move \"talk\" page as well, if applicable.",
865 "talkpagemoved" => "The corresponding talk page was also moved.",
866 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
867 # Math
868 'mw_math_png' => "Vždy vytvor PNG",
869 'mw_math_simple' => "Na jednoduché použi HTML, inak PNG",
870 'mw_math_html' => "Ak sa dá, použi HTML, inak PNG",
871 'mw_math_source' => "Ponechaj TeX (pre textové prehliadače)",
872 'mw_math_modern' => "Odporúčame pre moderné prehliadače",
873 'mw_math_mathml' => 'MathML',
874
875 );
876
877 class LanguageSk extends LanguageUtf8 {
878
879 function getNamespaces() {
880 global $wgNamespaceNamesSk;
881 return $wgNamespaceNamesSk;
882 }
883
884 function getNsText( $index ) {
885 global $wgNamespaceNamesSk;
886 return $wgNamespaceNamesSk[$index];
887 }
888
889 function getNsIndex( $text ) {
890 global $wgNamespaceNamesSk;
891
892 foreach ( $wgNamespaceNamesSk as $i => $n ) {
893 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
894 }
895 if( 0 == strcasecmp( "Special", $text ) ) return -1;
896 if( 0 == strcasecmp( "Wikipedia", $text ) ) return 4;
897 return false;
898 }
899
900 function getQuickbarSettings() {
901 global $wgQuickbarSettingsSk;
902 return $wgQuickbarSettingsSk;
903 }
904
905 function getSkinNames() {
906 global $wgSkinNamesSk;
907 return $wgSkinNamesSk;
908 }
909
910 function getValidSpecialPages()
911 {
912 global $wgValidSpecialPagesSk;
913 return $wgValidSpecialPagesSk;
914 }
915
916 function getSysopSpecialPages()
917 {
918 global $wgSysopSpecialPagesSk;
919 return $wgSysopSpecialPagesSk;
920 }
921
922 function getDeveloperSpecialPages()
923 {
924 global $wgDeveloperSpecialPagesSk;
925 return $wgDeveloperSpecialPagesSk;
926 }
927
928 function getMessage( $key )
929 {
930 global $wgAllMessagesSk;
931 if($wgAllMessagesSk[$key])
932 return $wgAllMessagesSk[$key];
933 return Language::getMessage( $key );
934 }
935
936 function fallback8bitEncoding() {
937 return "iso-8859-2"; #?
938 }
939
940 }
941 ?>