Fix namespaces
[lhc/web/wiklou.git] / languages / LanguageSk.php
1 <?
2
3 include_once("LanguageUtf8.php");
4
5 # Tu môžete meniť názvy "namespaces" (no proste, rôznych častí encyklopédie),
6 # ale čísla nechajte tak, ako sú! Program to tak vyžaduje...
7 #
8 /* private */ $wgNamespaceNamesSk = array(
9 -2 => "Media",
10 -1 => "Špeciálne",
11 0 => "",
12 1 => "Komentár",
13 2 => "Redaktor",
14 3 => "Komentár_k_redaktorovi",
15 4 => "Wikipédia",
16 5 => "Komentár_k_Wikipédii",
17 6 => "Obrázok",
18 7 => "Komentár_k_obrázku",
19 8 => "MediaWiki",
20 9 => "Komentár_k_MediaWiki"
21 );
22
23 /* private */ $wgQuickbarSettingsSk = array(
24 "None", "Fixed left", "Fixed right", "Floating left"
25 );
26
27 /* private */ $wgSkinNamesSk = array(
28 "Standard", "Nostalgia", "Cologne Blue"
29 );
30
31 /* private */ $wgMathNamesSk = array(
32 "Vždy vytvor PNG",
33 "Na jednoduché použi HTML, inak PNG",
34 "Ak sa dá, použi HTML, inak PNG",
35 "Ponechaj TeX (pre textové prehliadače)",
36 "Odporúčame pre moderné prehliadače"
37 );
38
39 /* private */ $wgUserTogglesSk = array(
40 "hover" => "Zobrazuj text nad linkami do wiki",
41 "underline" => "Podčiarkuj linky",
42 "highlightbroken" => "Neexistujúce linky zobrazuj červenou.",
43 "justify" => "Zarovnávaj odstavce",
44 "hideminor" => "V posledných úpravách neukazuj drobné úpravy",
45 "usenewrc" => "Špeciálne zobrazenie posledných úprav (vyžaduje JavaScript)",
46 "numberheadings" => "Automaticky čísluj odstavce",
47 "rememberpassword" => "Pamätaj si heslo aj nabudúce",
48 "editwidth" => "Maximálna šírka editovacieho okna",
49 "editondblclick" => "Edituj stránky po dvojkliku (JavaScript)",
50 "watchdefault" => "Upozorňuj na nové a novu upravené stránky",
51 "minordefault" => "Označ všetky zmeny ako drobné",
52 "previewontop" => "Zobrazuj ukážku pred editovacím oknom, a nie až za ním"
53
54 );
55
56 /* private */ $wgWeekdayNamesSk = array(
57 "Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok",
58 "Piatok", "Sobota"
59 );
60
61 /* private */ $wgMonthNamesSk = array(
62 "Január", "Február", "Marec", "Apríl", "Máj", "Jún",
63 "Júl", "August", "September", "Október", "November",
64 "December"
65 );
66
67 /* private */ $wgMonthAbbreviationsSk = array(
68 "Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug",
69 "Sep", "Okt", "Nov", "Dec"
70 );
71
72 # All special pages have to be listed here: a description of ""
73 # will make them not show up on the "Special Pages" page, which
74 # is the right thing for some of them (such as the "targeted" ones).
75 #
76 /* private */ $wgValidSpecialPagesSk = array(
77 "Userlogin" => "",
78 "Userlogout" => "",
79 "Preferences" => "Užívateľské nastavenia",
80 "Watchlist" => "Sledované stránky",
81 "Recentchanges" => "Ostatné úpravy",
82 "Upload" => "Ulož obrázky",
83 "Imagelist" => "Zoznam obrázkov",
84 "Listusers" => "Registrovaní užívatelia",
85 "Statistics" => "Štatistika",
86 "Randompage" => "Náhodný článok",
87
88 "Lonelypages" => "Nezaradené články",
89 "Unusedimages" => "Nezaradené obrázky",
90 "Popularpages" => "Obľúbené články",
91 "Wantedpages" => "Najčítanejšie články",
92 "Shortpages" => "Krátke články",
93 "Longpages" => "Dlhé články",
94 "Newpages" => "Nové články",
95 # "Intl" => "Interlanguage Links",
96 "Allpages" => "Všetky články podľa nadpisu",
97
98 "Ipblocklist" => "Zablokované IP adresy",
99 "Maintenance" => "Údržba",
100 "Specialpages" => "",
101 "Contributions" => "",
102 "Emailuser" => "",
103 "Whatlinkshere" => "",
104 "Recentchangeslinked" => "",
105 "Movepage" => "",
106 "Booksources" => "Eksterné stránky s knihami",
107 # "Categories" => "Page categories",
108 "Export" => "Export XML",
109 );
110
111 /* private */ $wgSysopSpecialPagesSk = array(
112 "Blockip" => "Zablokuj IP adresu",
113 "Asksql" => "Dotaz do databázy",
114 "Undelete" => "Zobraz a obnov vymazané stránky"
115 );
116
117 /* private */ $wgDeveloperSpecialPagesSk = array(
118 "Lockdb" => "Zamkni databázu na zápis",
119 "Unlockdb" => "Odomkni databázu na zápis",
120 "Debug" => "Informácie na odlaďovanie"
121 );
122
123 /* private */ $wgAllMessagesSk = array(
124
125 # Bits of text used by many pages:
126 #
127 "linktrail" => "/^([a-z]+)(.*)\$/sD",
128 "mainpage" => "Hlavná stránka",
129 "about" => "Úvod",
130 "aboutwikipedia" => "O Wikipédii",
131 "aboutpage" => "Wikipédia:Úvod",
132 "help" => "Pomoc",
133 "helppage" => "Wikipédia:Pomoc",
134 "wikititlesuffix" => "Wikipédia",
135 "bugreports" => "Známe_chyby",
136 "bugreportspage" => "Wikipédia:Známe_chyby",
137 "faq" => "FAQ",
138 "faqpage" => "Wikipédia:FAQ",
139 "edithelp" => "Informácie pre redaktorov",
140 "edithelppage" => "Wikipédia:Ako_editovať_stránku",
141 "cancel" => "Storno",
142 "qbfind" => "Nájdi",
143 "qbbrowse" => "Listuj",
144 "qbedit" => "Edituj",
145 "qbpageoptions" => "Možnosti stránky",
146 "qbpageinfo" => "Informácie o stránke",
147 "qbmyoptions" => "Moje nastavenia",
148 "mypage" => "Moja stránka",
149 "mytalk" => "Moje komentáre",
150 "currentevents" => "Aktuality",
151 "errorpagetitle" => "Chyba",
152 "returnto" => "Späť na $1.",
153 "fromwikipedia" => "Z Wikipédie, slobodnej encyklopédie.",
154 "whatlinkshere" => "Sem ukazujú stránky",
155 "help" => "Pomoc",
156 "search" => "Hľadaj",
157 "go" => "Choď",
158 "history" => "Staršie verzie",
159 "printableversion" => "Veria na tlač",
160 "editthispage" => "Edituj stránku",
161 "deletethispage" => "Vymaž stránku",
162 "protectthispage" => "Zamkni stránku",
163 "unprotectthispage" => "Odomkni stránku",
164 "newpage" => "Nová stránka",
165 "talkpage" => "Komentuj stránku",
166 "articlepage" => "Zobraz článok",
167 "subjectpage" => "Zobraz tému", # For compatibility
168 "userpage" => "Zobraz užívateľovu stránku",
169 "wikipediapage" => "Zobraz metastránku",
170 "imagepage" => "Zobraz stránku s obrázkom",
171 "viewtalkpage" => "Zobraz komentáre",
172 "otherlanguages" => "Iné jazyky",
173 "redirectedfrom" => "(Presmerované z $1)",
174 "lastmodified" => "Posledné úpravy $1.",
175 "viewcount" => "Táto stránka bola zobrazená $1-krát.",
176 "gnunote" => "Celý text je dostupný pod podmienkami <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a>.",
177 "printsubtitle" => "(Zdroj: http://www.wikipedia.org)",
178 "protectedpage" => "Zamknutá stránka",
179 "administrators" => "Wikipédia:Správcovia",
180 "sysoptitle" => "Potrebné oprávnenie: sysop",
181 "sysoptext" => "Požadovanú akciu môžu vykonať iba užívatelia s oprávnením \"sysop\".
182 Viď $1.",
183 "developertitle" => "Potrebné oprávnenie: vývojár",
184 "developertext" => "Požadovanú akciu môžu vykonať iba užívatelia s oprávnením \"developer\".
185 Viď $1.",
186 "nbytes" => "$1 bajtov",
187 "go" => "Choď",
188 "ok" => "OK",
189 "sitetitle" => "Wikipédia",
190 "sitesubtitle" => "The Free Encyclopedia",
191 "retrievedfrom" => "Zdroj: \"$1\"",
192 "newmessages" => "Máš $1.",
193 "newmessageslink" => "nových správ",
194
195
196 # Main script and global functions
197 #
198 "nosuchaction" => "Neznáma akcia",
199 "nosuchactiontext" => "Softvér Wikipédie nepozná akciu, ktorú vyžadujete URL",
200 "nosuchspecialpage" => "Neznáma špeciálna stránka",
201 "nospecialpagetext" => "Softvér Wikipédie nepozná takúto špeciálnu stránku.",
202
203 # General errors
204 #
205 "error" => "Chyba",
206 "databaseerror" => "Chyba v databáze",
207 "dberrortext" => "Nastala syntaktická chyba v dotaze do databázy.
208 Znamená to chybnú dotaz (viď $5),
209 alebo chybu v softvéri.
210 Posledný pokus o dotaz bol:
211 <blockquote><tt>$1</tt></blockquote>
212 z funkcie \"<tt>$2</tt>\".
213 MySQL vrátil chybu \"<tt>$3: $4</tt>\".",
214 "noconnect" => "Neviem sa pripojiť k databáze na $1",
215 "nodb" => "Neviem otvoriť databázu $1",
216 "readonly" => "Databáza je zamknutá",
217 "enterlockreason" => "Zadajte dôvod zamknutia vrátane odhadu, kedy očakávate odomknutie",
218 "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.
219 Správca, ktorý nariadil uazmknutie, uvádza tento dôvod:
220 <p>$1",
221 "missingarticle" => "Databáza nenašla text stránky, ktorú by mala nájsť, menovite \"$1\".
222 Toto najskôr nie je chyba v databáze, ale v softvéri.
223 Prosím ohláste túto chybu správcovi, uveďte aj linku (URL).",
224 "internalerror" => "Vnútorná chyba",
225 "filecopyerror" => "Neviem skopírovať súbor \"$1\" na \"$2\".",
226 "filerenameerror" => "Neviem premenovať súbor \"$1\" na \"$2\".",
227 "filedeleteerror" => "Neviem vymazať súbor \"$1\".",
228 "filenotfound" => "Neviem nájsť súbor \"$1\".",
229 "unexpected" => "Nečakaná hodnota: \"$1\"=\"$2\".",
230 "formerror" => "Chyba: neviem odoslať formulár",
231 "badarticleerror" => "Na tejto stránke túto akciu vykonať nemožno.",
232 "cannotdelete" => "Neviem vymazať danú stránku alebo obrázok. (Možno to už vymazal niekto iný.)",
233 "badtitle" => "Zlý nadpis",
234 "badtitletext" => "Požadovaný nadpis bol neplatný, nezadaný, alebo nesprávne linkovaný.",
235 "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.",
236
237 # Login and logout pages
238 #
239 "logouttitle" => "Odhlásiť užívateľa",
240 "logouttext" => "Práve ste sa odhlásili.
241 Môžete naďalej používať Wikipédiu anonymne,
242 alebo sa môžete opäť prihlásiť pod rovnakým alebo odlišným užívateľským menom.\n",
243
244 "welcomecreation" => "<h2>Vitaj, $1!</h2><p>Vaše konto je vytvorené.
245 Nezabudnite si nastaviť užívateľské nastavenia.",
246
247 "loginpagetitle" => "Prihlásiť užívateľa",
248 "yourname" => "Vaše užívateľské meno",
249 "yourpassword" => "Vaše heslo",
250 "yourpasswordagain" => "Zopakujte heslo",
251 "newusersonly" => " (iba noví užívatelia)",
252 "remembermypassword" => "Pamätať si heslo aj po vypnutí počítača.",
253 "loginproblem" => "<b>Nastal problém pri prihlasovaní.</b><br>Skúste znova!",
254 "alreadyloggedin" => "<font color=red><b>Užívateľ $1, vy už ste prihlásený!</b></font><br>\n",
255
256 "login" => "Log in",
257 "userlogin" => "Log in",
258 "logout" => "Log out",
259 "userlogout" => "Log out",
260 "createaccount" => "Create new account",
261 "badretype" => "The passwords you entered do not match.",
262 "userexists" => "The user name you entered is already in use. Please choosea different name.",
263 "youremail" => "Your e-mail",
264 "yournick" => "Your nickname (for signatures)",
265 "emailforlost" => "If you forget your password, you can have a new one mailed to your e-mail address.",
266 "loginerror" => "Login error",
267 "noname" => "You have not specified a valid user name.",
268 "loginsuccesstitle" => "Login successful",
269 "loginsuccess" => "You are now logged in to Wikipedia as \"$1\".",
270 "nosuchuser" => "There is no user by the name \"$1\".
271 Check your spelling, or use the form below to create a new user account.",
272 "wrongpassword" => "The password you entered is incorrect. Please try again.",
273 "mailmypassword" => "Mail me a new password",
274 "passwordremindertitle" => "Password reminder from Wikipedia",
275 "passwordremindertext" => "Someone (probably you, from IP address $1)
276 requested that we send you a new Wikipedia login password.
277 The password for user \"$2\" is now \"$3\".
278 You should log in and change your password now.",
279 "noemail" => "There is no e-mail address recorded for user \"$1\".",
280 "passwordsent" => "A new password has been sent to the e-mail address
281 registered for \"$1\".
282 Please log in again after you receive it.",
283
284 # Edit pages
285 #
286 "summary" => "Summary",
287 "minoredit" => "This is a minor edit",
288 "watchthis" => "Watch this article",
289 "savearticle" => "Save page",
290 "preview" => "Preview",
291 "showpreview" => "Show preview",
292 "blockedtitle" => "User is blocked",
293 "blockedtext" => "Your user name or IP address has been blocked by $1.
294 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
295 [[Wikipedia:administrators|administrators]] to discuss the block.",
296 "newarticle" => "(New)",
297 "newarticletext" =>
298 "You've followed a link to a page that doesn't exist yet.
299 To create the page, start typing in the box below
300 (see the [[Wikipedia:Help|help page]] for more info).
301 If you are here by mistake, just click your browser's '''back''' button.",
302 "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.'' ",
303 "noarticletext" => "(There is currently no text in this page)",
304 "updated" => "(Updated)",
305 "note" => "<strong>Note:</strong> ",
306 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
307 "previewconflict" => "This preview reflects the text in the upper
308 text editing area as it will appear if you choose to save.",
309 "editing" => "Editing $1",
310 "editconflict" => "Edit conflict: $1",
311 "explainconflict" => "Someone else has changed this page since you
312 started editing it.
313 The upper text area contains the page text as it currently exists.
314 Your changes are shown in the lower text area.
315 You will have to merge your changes into the existing text.
316 <b>Only</b> the text in the upper text area will be saved when you
317 press \"Save page\".\n<p>",
318 "yourtext" => "Your text",
319 "storedversion" => "Stored version",
320 "editingold" => "<strong>WARNING: You are editing an out-of-date
321 revision of this page.
322 If you save it, any changes made since this revision will be lost.</strong>\n",
323 "yourdiff" => "Differences",
324 "copyrightwarning" => "Please note that all contributions to Wikipedia are
325 considered to be released under the GNU Free Documentation License
326 (see $1 for details).
327 If you don't want your writing to be edited mercilessly and redistributed
328 at will, then don't submit it here.<br>
329 You are also promising us that you wrote this yourself, or copied it from a
330 public domain or similar free resource.
331 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
332 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
333 browsers may have problems editing pages approaching or longer than 32kb.
334 Please consider breaking the page into smaller sections.",
335
336 # History pages
337 #
338 "revhistory" => "Revision history",
339 "nohistory" => "There is no edit history for this page.",
340 "revnotfound" => "Revision not found",
341 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
342 Please check the URL you used to access this page.\n",
343 "loadhist" => "Loading page history",
344 "currentrev" => "Current revision",
345 "revisionasof" => "Revision as of $1",
346 "cur" => "cur",
347 "next" => "next",
348 "last" => "last",
349 "orig" => "orig",
350 "histlegend" => "Legend: (cur) = difference with current version,
351 (last) = difference with preceding version, M = minor edit",
352
353 # Diffs
354 #
355 "difference" => "(Difference between revisions)",
356 "loadingrev" => "loading revision for diff",
357 "lineno" => "Line $1:",
358 "editcurrent" => "Edit the current version of this page",
359
360 # Search results
361 #
362 "searchresults" => "Search results",
363 "searchhelppage" => "Wikipedia:Searching",
364 "searchingwikipedia" => "Searching Wikipedia",
365 "searchresulttext" => "For more information about searching Wikipedia, see $1.",
366 "searchquery" => "For query \"$1\"",
367 "badquery" => "Badly formed search query",
368 "badquerytext" => "We could not process your query.
369 This is probably because you have attempted to search for a
370 word fewer than three letters long, which is not yet supported.
371 It could also be that you have mistyped the expression, for
372 example \"fish and and scales\".
373 Please try another query.",
374 "matchtotals" => "The query \"$1\" matched $2 article titles
375 and the text of $3 articles.",
376 "nogomatch" => "No page with this exact title exists, trying full text search. ",
377 "titlematches" => "Article title matches",
378 "notitlematches" => "No article title matches",
379 "textmatches" => "Article text matches",
380 "notextmatches" => "No article text matches",
381 "prevn" => "previous $1",
382 "nextn" => "next $1",
383 "viewprevnext" => "View ($1) ($2) ($3).",
384 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
385 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
386 often caused by searching for common words like \"have\" and \"from\",
387 which are not indexed, or by specifying more than one search term (only pages
388 containing all of the search terms will appear in the result).",
389 "powersearch" => "Search",
390 "powersearchtext" => "
391 Search in namespaces :<br>
392 $1<br>
393 $2 List redirects &nbsp; Search for $3 $9",
394
395
396 # Preferences page
397 #
398 "preferences" => "Preferences",
399 "prefsnologin" => "Not logged in",
400 "prefsnologintext" => "You must be <a href=\"" .
401 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
402 to set user preferences.",
403 "prefslogintext" => "You are logged in as \"$1\".
404 Your internal ID number is $2.",
405 "prefsreset" => "Preferences have been reset from storage.",
406 "qbsettings" => "Quickbar settings",
407 "changepassword" => "Change password",
408 "skin" => "Skin",
409 "math" => "Rendering math",
410 "math_failure" => "Failed to parse",
411 "math_unknown_error" => "unknown error",
412 "math_unknown_function" => "unknown function ",
413 "math_lexing_error" => "lexing error",
414 "math_syntax_error" => "syntax error",
415 "saveprefs" => "Save preferences",
416 "resetprefs" => "Reset preferences",
417 "oldpassword" => "Old password",
418 "newpassword" => "New password",
419 "retypenew" => "Retype new password",
420 "textboxsize" => "Textbox dimensions",
421 "rows" => "Rows",
422 "columns" => "Columns",
423 "searchresultshead" => "Search result settings",
424 "resultsperpage" => "Hits to show per page",
425 "contextlines" => "Lines to show per hit",
426 "contextchars" => "Characters of context per line",
427 "stubthreshold" => "Threshold for stub display",
428 "recentchangescount" => "Number of titles in recent changes",
429 "savedprefs" => "Your preferences have been saved.",
430 "timezonetext" => "Enter number of hours your local time differs
431 from server time (UTC).",
432 "localtime" => "Local time",
433 "timezoneoffset" => "Offset",
434 "emailflag" => "Disable e-mail from other users",
435
436 # Recent changes
437 #
438 "changes" => "changes",
439 "recentchanges" => "Recent changes",
440 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
441 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
442 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
443 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
444 (especially [[wikipedia:Naming conventions|naming conventions]],
445 [[wikipedia:Neutral point of view|neutral point of view]]),
446 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
447
448 If you want to see Wikipedia succeed, it's very important that you don't add
449 material restricted by others' [[wikipedia:Copyrights|copyrights]].
450 The legal liability could really hurt the project, so please don't do it.
451 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
452 "rcloaderr" => "Loading recent changes",
453 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
454 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
455 "rclistfrom" => "Show new changes starting from $1",
456 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
457 "rclinks" => "Show last $1 changes in last $2 days.",
458 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
459 "diff" => "diff",
460 "hist" => "hist",
461 "hide" => "hide",
462 "show" => "show",
463 "tableform" => "table",
464 "listform" => "list",
465 "nchanges" => "$1 changes",
466 "minoreditletter" => "M",
467 "newpageletter" => "N",
468
469 # Upload
470 #
471 "upload" => "Upload file",
472 "uploadbtn" => "Upload file",
473 "uploadlink" => "Upload images",
474 "reupload" => "Re-upload",
475 "reuploaddesc" => "Return to the upload form.",
476 "uploadnologin" => "Not logged in",
477 "uploadnologintext" => "You must be <a href=\"" .
478 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
479 to upload files.",
480 "uploadfile" => "Upload file",
481 "uploaderror" => "Upload error",
482 "uploadtext" => "<strong>STOP!</strong> Before you upload here,
483 make sure to read and follow Wikipedia's <a href=\"" .
484 wfLocalUrlE( "Wikipedia:Image_use_policy" ) . "\">image use policy</a>.
485 <p>To view or search previously uploaded images,
486 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
487 "\">list of uploaded images</a>.
488 Uploads and deletions are logged on the <a href=\"" .
489 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">upload log</a>.
490 <p>Use the form below to upload new image files for use in
491 illustrating your articles.
492 On most browsers, you will see a \"Browse...\" button, which will
493 bring up your operating system's standard file open dialog.
494 Choosing a file will fill the name of that file into the text
495 field next to the button.
496 You must also check the box affirming that you are not
497 violating any copyrights by uploading the file.
498 Press the \"Upload\" button to finish the upload.
499 This may take some time if you have a slow internet connection.
500 <p>The preferred formats are JPEG for photographic images, PNG
501 for drawings and other iconic images, and OGG for sounds.
502 Please name your files descriptively to avoid confusion.
503 To include the image in an article, use a link in the form
504 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
505 or <b>[[media:file.ogg]]</b> for sounds.
506 <p>Please note that as with Wikipedia pages, others may edit or
507 delete your uploads if they think it serves the encyclopedia, and
508 you may be blocked from uploading if you abuse the system.",
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 "all" => "all",
548 "byname" => "by name",
549 "bydate" => "by date",
550 "bysize" => "by size",
551 "imgdelete" => "del",
552 "imgdesc" => "desc",
553 "imglegend" => "Legend: (desc) = show/edit image description.",
554 "imghistory" => "Image history",
555 "revertimg" => "rev",
556 "deleteimg" => "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 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
642 and have a valid e-mail address in your <a href=\"" .
643 wfLocalUrl( "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 wfLocalUrl( "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 wfLocalUrl( "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 wfLocalUrl( "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 "confirmcheck" => "Yes, I really want to delete this.",
699 "actioncomplete" => "Action complete",
700 "deletedtext" => "\"$1\" has been deleted.
701 See $2 for a record of recent deletions.",
702 "deletedarticle" => "deleted \"$1\"",
703 "dellogpage" => "Deletion_log",
704 "dellogpagetext" => "Below is a list of the most recent deletions.
705 All times shown are server time (UTC).
706 <ul>
707 </ul>
708 ",
709 "deletionlog" => "deletion log",
710 "reverted" => "Reverted to earlier revision",
711 "deletecomment" => "Reason for deletion",
712 "imagereverted" => "Revert to earlier version was successful.",
713 "rollback" => "Roll back edits",
714 "rollbacklink" => "rollback",
715 "cantrollback" => "Can't revert edit; last contributor is only author of this article.",
716 "revertpage" => "Reverted to last edit by $1",
717
718 # Undelete
719 "undelete" => "Restore deleted page",
720 "undeletepage" => "View and restore deleted pages",
721 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
722 can be restored. The archive may be periodically cleaned out.",
723 "undeletearticle" => "Restore deleted article",
724 "undeleterevisions" => "$1 revisions archived",
725 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
726 If a new page with the same name has been created since the deletion, the restored
727 revisions will appear in the prior history, and the current revision of the live page
728 will not be automatically replaced.",
729 "undeleterevision" => "Deleted revision as of $1",
730 "undeletebtn" => "Restore!",
731 "undeletedarticle" => "restored \"$1\"",
732 "undeletedtext" => "The article [[$1]] has been successfully restored.
733 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
734
735 # Contributions
736 #
737 "contributions" => "User contributions",
738 "mycontris" => "My contributions",
739 "contribsub" => "For $1",
740 "nocontribs" => "No changes were found matching these criteria.",
741 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
742 "uclinks" => "View the last $1 changes; view the last $2 days.",
743 "uctop" => " (top)" ,
744
745 # What links here
746 #
747 "whatlinkshere" => "What links here",
748 "notargettitle" => "No target",
749 "notargettext" => "You have not specified a target page or user
750 to perform this function on.",
751 "linklistsub" => "(List of links)",
752 "linkshere" => "The following pages link to here:",
753 "nolinkshere" => "No pages link to here.",
754 "isredirect" => "redirect page",
755
756 # Block/unblock IP
757 #
758 "blockip" => "Block IP address",
759 "blockiptext" => "Use the form below to block write access
760 from a specific IP address.
761 This should be done only only to prevent vandalism, and in
762 accordance with [[Wikipedia:Policy|Wikipedia policy]].
763 Fill in a specific reason below (for example, citing particular
764 pages that were vandalized).",
765 "ipaddress" => "IP Address",
766 "ipbreason" => "Reason",
767 "ipbsubmit" => "Block this address",
768 "badipaddress" => "The IP address is badly formed.",
769 "noblockreason" => "You must supply a reason for the block.",
770 "blockipsuccesssub" => "Block succeeded",
771 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
772 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
773 "unblockip" => "Unblock IP address",
774 "unblockiptext" => "Use the form below to restore write access
775 to a previously blocked IP address.",
776 "ipusubmit" => "Unblock this address",
777 "ipusuccess" => "IP address \"$1\" unblocked",
778 "ipblocklist" => "List of blocked IP addresses",
779 "blocklistline" => "$1, $2 blocked $3",
780 "blocklink" => "block",
781 "unblocklink" => "unblock",
782 "contribslink" => "contribs",
783
784 # Developer tools
785 #
786 "lockdb" => "Lock database",
787 "unlockdb" => "Unlock database",
788 "lockdbtext" => "Locking the database will suspend the ability of all
789 users to edit pages, change their preferences, edit their watchlists, and
790 other things requiring changes in the database.
791 Please confirm that this is what you intend to do, and that you will
792 unlock the database when your maintenance is done.",
793 "unlockdbtext" => "Unlocking the database will restore the ability of all
794 users to edit pages, change their preferences, edit their watchlists, and
795 other things requiring changes in the database.
796 Please confirm that this is what you intend to do.",
797 "lockconfirm" => "Yes, I really want to lock the database.",
798 "unlockconfirm" => "Yes, I really want to unlock the database.",
799 "lockbtn" => "Lock database",
800 "unlockbtn" => "Unlock database",
801 "locknoconfirm" => "You did not check the confirmation box.",
802 "lockdbsuccesssub" => "Database lock succeeded",
803 "unlockdbsuccesssub" => "Database lock removed",
804 "lockdbsuccesstext" => "The Wikipedia database has been locked.
805 <br>Remember to remove the lock after your maintenance is complete.",
806 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
807
808 # SQL query
809 #
810 "asksql" => "SQL query",
811 "asksqltext" => "Use the form below to make a direct query of the
812 Wikipedia database.
813 Use single quotes ('like this') to delimit string literals.
814 This can often add considerable load to the server, so please use
815 this function sparingly.",
816 "sqlquery" => "Enter query",
817 "querybtn" => "Submit query",
818 "selectonly" => "Queries other than \"SELECT\" are restricted to
819 Wikipedia developers.",
820 "querysuccessful" => "Query successful",
821
822 # Move page
823 #
824 "movepage" => "Move page",
825 "movepagetext" => "Using the form below will rename a page, moving all
826 of its history to the new name.
827 The old title will become a redirect page to the new title.
828 Links to the old page title will not be changed; be sure to
829 [[Special:Maintenance|check]] for double or broken redirects.
830 You are responsible for making sure that links continue to
831 point where they are supposed to go.
832
833 Note that the page will '''not''' be moved if there is already
834 a page at the new title, unless it is empty or a redirect and has no
835 past edit history. This means that you can rename a page back to where
836 it was just renamed from if you make a mistake, and you cannot overwrite
837 an existing page.
838
839 <b>WARNING!</b>
840 This can be a drastic and unexpected change for a popular page;
841 please be sure you understand the consequences of this before
842 proceeding.",
843 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
844 *You are moving the page across namespaces,
845 *A non-empty talk page already exists under the new name, or
846 *You uncheck the box below.
847
848 In those cases, you will have to move or merge the page manually if desired.",
849 "movearticle" => "Move page",
850 "movenologin" => "Not logged in",
851 "movenologintext" => "You must be a registered user and <a href=\"" .
852 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
853 to move a page.",
854 "newtitle" => "To new title",
855 "movepagebtn" => "Move page",
856 "pagemovedsub" => "Move succeeded",
857 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
858 "articleexists" => "A page of that name already exists, or the
859 name you have chosen is not valid.
860 Please choose another name.",
861 "talkexists" => "The page itself was moved successfully, but the
862 talk page could not be moved because one already exists at the new
863 title. Please merge them manually.",
864 "movedto" => "moved to",
865 "movetalk" => "Move \"talk\" page as well, if applicable.",
866 "talkpagemoved" => "The corresponding talk page was also moved.",
867 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
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 getMathNames() {
905 global $wgMathNamesSk;
906 return $wgMathNamesSk;
907 }
908
909 function getUserToggles() {
910 global $wgUserTogglesSk;
911 return $wgUserTogglesSk;
912 }
913
914 function getMonthName( $key )
915 {
916 global $wgMonthNamesSk;
917 return $wgMonthNamesSk[$key-1];
918 }
919
920 function getMonthAbbreviation( $key )
921 {
922 global $wgMonthAbbreviationsSk;
923 return $wgMonthAbbreviationsSk[$key-1];
924 }
925
926 function getWeekdayName( $key )
927 {
928 global $wgWeekdayNamesSk;
929 return $wgWeekdayNamesSk[$key-1];
930 }
931
932 function getValidSpecialPages()
933 {
934 global $wgValidSpecialPagesSk;
935 return $wgValidSpecialPagesSk;
936 }
937
938 function getSysopSpecialPages()
939 {
940 global $wgSysopSpecialPagesSk;
941 return $wgSysopSpecialPagesSk;
942 }
943
944 function getDeveloperSpecialPages()
945 {
946 global $wgDeveloperSpecialPagesSk;
947 return $wgDeveloperSpecialPagesSk;
948 }
949
950 function getMessage( $key )
951 {
952 global $wgAllMessagesSk;
953 if($wgAllMessagesSk[$key])
954 return $wgAllMessagesSk[$key];
955 return Language::getMessage( $key );
956 }
957
958 function fallback8bitEncoding() {
959 return "iso-8859-2"; #?
960 }
961
962 }
963 ?>