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