Code formatting; clean up redundant method declarations.
[lhc/web/wiklou.git] / languages / LanguageIs.php
1 <?php
2 #--------------------------------------------------------------------------
3 # Language-specific text
4 #--------------------------------------------------------------------------
5
6 # NOTE: To turn off "Current Events" in the sidebar,
7 # set "currentevents" => "-"
8
9 # The names of the namespaces can be set here, but the numbers
10 # are magical, so don't change or move them! The Namespace class
11 # encapsulates some of the magic-ness.
12 #
13
14 # Most of this was written by is:Notandi:Ævar Arnfjörð Bjarmason,
15 # See:
16 # http://is.wikipedia.org/wiki/Wikipedia:%C3%9E%C3%BD%C3%B0ing_%C3%A1_MediaWiki_hugb%C3%BAna%C3%B0inum
17 # for the Icelandic translation collabaration page.
18
19 require_once( "LanguageUtf8.php" );
20
21 if($wgMetaNamespace === FALSE)
22 $wgMetaNamespace = str_replace( " ", "_", $wgSitename );
23
24 /* private */ $wgNamespaceNamesIs = array(
25 NS_MEDIA => 'Miðlar',
26 NS_SPECIAL => 'Kerfissíða', # Special
27 NS_MAIN => '',
28 NS_TALK => 'Spjall', # Talk
29 NS_USER => 'Notandi',
30 NS_USER_TALK => 'Notandaspjall',
31 NS_PROJECT => $wgMetaNamespace,
32 NS_PROJECT_TALK => $wgMetaNamespace . 'spjall',
33 NS_IMAGE => 'Mynd',
34 NS_IMAGE_TALK => 'Myndaspjall',
35 NS_MEDIAWIKI => 'Kerfisskilaboð',
36 NS_MEDIAWIKI_TALK => 'Kerfisskilaboðaspjall',
37 NS_TEMPLATE => 'Snið',
38 NS_TEMPLATE_TALK => 'Sniðaspjall',
39 NS_HELP => 'Hjálp',
40 NS_HELP_TALK => 'Hjálparspjall',
41 NS_CATEGORY => 'Flokkur',
42 NS_CATEGORY_TALK => 'Flokkaspjall'
43 ) + $wgNamespaceNamesEn;
44
45 /* private */ $wgDefaultUserOptionsIs = array(
46 'date' => 2,
47 # The Icelandic Wikipedia wishes to use PNG rendering by default.
48 'math' => 0,
49 ) + $wgDefaultUserOptionsEn;
50
51 # Note to translators:
52 # Please include the English words as synonyms. This allows people
53 # from other wikis to contribute more easily.
54 #
55 /* private */ $wgMagicWordsIs = array(
56 # ID CASE SYNONYMS
57 MAG_REDIRECT => array( 0, '#redirect', '#tilvísun' ),
58 MAG_NOTOC => array( 0, '__NOTOC__' ),
59 MAG_FORCETOC => array( 0, '__FORCETOC__' ),
60 MAG_TOC => array( 0, '__TOC__' ),
61 MAG_NOEDITSECTION => array( 0, '__NOEDITSECTION__' ),
62 MAG_START => array( 0, '__START__' ),
63 MAG_CURRENTMONTH => array( 1, 'CURRENTMONTH', 'MÁNUÐUR'),
64 MAG_CURRENTMONTHNAME => array( 1, 'CURRENTMONTHNAME', 'MÁNÐARNAFN' ),
65 MAG_CURRENTDAY => array( 1, 'CURRENTDAY', 'DAGUR' ),
66 MAG_CURRENTDAYNAME => array( 1, 'CURRENTDAYNAME', 'DAGANAFN' ),
67 MAG_CURRENTYEAR => array( 1, 'CURRENTYEAR', 'ÁR' ),
68 MAG_CURRENTTIME => array( 1, 'CURRENTTIME', 'KLUKKAN' ),
69 MAG_NUMBEROFARTICLES => array( 1, 'NUMBEROFARTICLES', 'GREINATAL' ),
70 MAG_CURRENTMONTHNAMEGEN => array( 1, 'CURRENTMONTHNAMEGEN' ),
71 MAG_PAGENAME => array( 1, 'PAGENAME', 'SÍÐA' ),
72 MAG_NAMESPACE => array( 1, 'NAMESPACE', 'NAFNRÝMI' ),
73 MAG_MSG => array( 0, 'MSG:', 'SKILABOÐ:' ),
74 MAG_SUBST => array( 0, 'SUBST:', 'INNSETJA:' ),
75 MAG_MSGNW => array( 0, 'MSGNW:' ),
76 MAG_END => array( 0, '__END__' ),
77 MAG_IMG_THUMBNAIL => array( 1, 'thumbnail', 'thumb', 'smámynd', 'örmynd' ),
78 MAG_IMG_RIGHT => array( 1, 'right', 'hægri' ),
79 MAG_IMG_LEFT => array( 1, 'left', 'vinstri' ),
80 MAG_IMG_NONE => array( 1, 'none' ),
81 MAG_IMG_WIDTH => array( 1, '$1px' ),
82 MAG_IMG_CENTER => array( 1, 'center', 'centre', 'miðja', 'miðju' ),
83 MAG_IMG_FRAMED => array( 1, 'framed', 'enframed', 'frame', 'römmuð', 'innrömmuð', 'rammi' ),
84 MAG_INT => array( 0, 'INT:' ),
85 MAG_SITENAME => array( 1, 'SITENAME' ),
86 MAG_NS => array( 0, 'NS:', 'NR:' ),
87 MAG_LOCALURL => array( 0, 'LOCALURL:', 'SLÓÐ:' ),
88 MAG_LOCALURLE => array( 0, 'LOCALURLE:' ),
89 MAG_SERVER => array( 0, 'SERVER', 'NETÞJÓNN', 'LÉN' )
90 );
91
92
93 /* private */ $wgQuickbarSettingsIs = array(
94 "Sleppa", "Fast vinstra megin", "Fast hægra megin", "Fljótandi til vinstri"
95 );
96
97 /* private */ $wgSkinNamesIs = array(
98 "Venjulegt", "Gamaldags", "Kölnarblátt", "Paddington", "Montparnasse"
99 );
100
101 /* private */ $wgDateFormatsIs = array(
102 "Alveg sama",
103 "Janúar 15, 2001",
104 "15 janúar 2001",
105 "2001 janúar 15",
106 "2001-01-15"
107 );
108
109 /* private */ $wgBookstoreListIs = array(
110 "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
111 "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
112 "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
113 "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
114 );
115
116
117
118 # All special pages have to be listed here: a description of ""
119 # will make them not show up on the "Special Pages" page, which
120 # is the right thing for some of them (such as the "targeted" ones).
121 #
122 /* private */ $wgValidSpecialPagesIs = array(
123 "Userlogin" => "Innskráning",
124 "Userlogout" => "Útskrá",
125 "Preferences" => "Stilla notendaviðmót",
126 "Watchlist" => "Eftirlitslistinn minn",
127 "Recentchanges" => "Nýlega uppfærðar síður",
128 "Upload" => "Hlaða inn myndum",
129 "Imagelist" => "Myndalisti",
130 "Listusers" => "Skráðir notendur",
131 "Statistics" => "Notkunartölur",
132 "Randompage" => "Velja grein af handahófi",
133
134 "Lonelypages" => "Munaðarlausar greinar",
135 "Unusedimages" => "Munaðarlausar myndir",
136 "Popularpages" => "Vinsælar greinar",
137 "Wantedpages" => "Eftirlýstar greinar",
138 "Shortpages" => "Stuttar greinar",
139 "Longpages" => "Langar greinar",
140 "Newpages" => "Nýlegar greinar",
141 "Ancientpages" => "Elstu greinarnar",
142 "Deadendpages" => "Endastöðvar",
143 # "Intl" => "Tenglar í síður á erlendum málum",
144 "Allpages" => "Allar síður eftir titli",
145
146 "Ipblocklist" => "Bannaðir notendur/IP tölur",
147 "Maintenance" => "Viðhaldssíða",
148 "Specialpages" => "Sérstakar síður",
149 "Contributions" => "Framlög",
150 "Emailuser" => "Senda notanda tölvupóst",
151 "Whatlinkshere" => "Hvað vísar hingað",
152 "Recentchangeslinked" => "",
153 "Movepage" => "Færa síðu",
154 "Booksources" => "Bókabúðir",
155 # "Categories" => "Síðuflokkar",
156 "Export" => "XML útgáfa af síðu",
157 );
158
159 /* private */ $wgSysopSpecialPagesIs = array(
160 "Blockip" => "Banna notanda/IP tölu",
161 "Asksql" => "Leita í gagnagrunni",
162 "Undelete" => "Endurbyggja síður sem hefur verið eytt"
163 );
164
165 /* private */ $wgDeveloperSpecialPagesIs = array(
166 "Lockdb" => "Gera gagnagrunninn óskrifanlegan (read-only)",
167 "Unlockdb" => "Gera gagnagrunninn skrifanlegan aftur",
168 "Debug" => "Aflúsunarupplýsingar"
169 );
170
171 #-------------------------------------------------------------------
172 # Default messages
173 #-------------------------------------------------------------------
174 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
175 # hyphen (-). If you need more characters, you may be able to change
176 # the regex in MagicWord::initRegex
177 $wgAllMessagesIs = array(
178 'special_version_prefix' => '',
179 'special_version_postfix' => '',
180 # User Toggles
181
182 "tog-hover" => "Sýna hjálpartexta á wiki hlekkjum",
183 "tog-underline" => "Undirstrika hlekki",
184 "tog-highlightbroken" => "Sýna brotna hlekki <a href=\"\" class=\"new\">svona</a> (annars: svona<a href=\"\" class=\"internal\">?</a>).",
185 "tog-justify" => "Jafna málsgreinar",
186 "tog-hideminor" => "Fela minniháttar breytingar",
187 "tog-usenewrc" => "Endurbætt nýjar tengingar (ekki fyrir alla vafra)",
188 "tog-numberheadings" => "Númera fyrirsagnir sjálfkrafa",
189 "tog-editondblclick" => "Breyta síðu ef tvísmellt er á hlekkinn (JavaScript)",
190 "tog-editsection"=>"Leyfa breytingar á hluta síðna með [edit] hlekkjum",
191 "tog-editsectiononrightclick"=>"Leyfa breytingar á hluta síðna með því að hægrismella á titla (JavaScript)",
192 "tog-showtoc"=>"Sýna efnisyfirlit",
193 "tog-rememberpassword" => "Muna lykilorð",
194 "tog-editwidth" => "Innsláttarsvæði hefur fulla breidd",
195 "tog-watchdefault" => "Bæta síðum sem þú breytir við eftirlitslista",
196 "tog-minordefault" => "Láta breytingar vera sjálfgefnar sem minniháttar",
197 "tog-previewontop" => "Setja prufuhnapp fyrir framan breytingahnapp",
198 "tog-nocache" => "Slökkva á flýtivistun síðna",
199
200 # Dates
201
202 'sunday' => 'sunnudagur',
203 'monday' => 'mánudagur',
204 'tuesday' => 'þriðjudagur',
205 'wednesday' => 'miðvikudagur',
206 'thursday' => 'fimmtudagur',
207 'friday' => 'föstudagur',
208 'saturday' => 'laugardagur',
209 'january' => 'janúar',
210 'february' => 'febrúar',
211 'march' => 'mars',
212 'april' => 'apríl',
213 'may_long' => 'maí',
214 'june' => 'júní',
215 'july' => 'júlí',
216 'august' => 'ágúst',
217 'september' => 'september',
218 'october' => 'október',
219 'november' => 'nóvember',
220 'december' => 'desember',
221 'jan' => 'jan',
222 'feb' => 'feb',
223 'mar' => 'mar',
224 'apr' => 'apr',
225 'may' => 'maí',
226 'jun' => 'jún',
227 'jul' => 'júl',
228 'aug' => 'ágú',
229 'sep' => 'sep',
230 'oct' => 'okt',
231 'nov' => 'nóv',
232 'dec' => 'des',
233
234 #'1movedto2' => "$1 moved to $2",
235 #'1movedto2_redir' => "$1 moved to $2 over redirect",
236 #'Monobook.css' => "/* edit this file to customize the monobook skin for the entire site */",
237 'Monobook.js' => "/* tooltips and access keys */
238 ta = new Object();
239 ta['pt-userpage'] = new Array('.','Notendasíðan mín');
240 ta['pt-anonuserpage'] = new Array('.','Notendasíðan fyrir IP töluna þína');
241 ta['pt-mytalk'] = new Array('n','Spallsíðan mín');
242 ta['pt-anontalk'] = new Array('n','Spjallsíðan fyrir þessa IP tölu');
243 ta['pt-preferences'] = new Array('','Almennar stillingar');
244 ta['pt-watchlist'] = new Array('l','Vaktlistinn.');
245 ta['pt-mycontris'] = new Array('y','Listi yfir framlög þín');
246 ta['pt-login'] = new Array('o','Þú ert hvattur/hvött til að innskrá þig, það er hinsvegar ekki nauðsynlegt.');
247 ta['pt-anonlogin'] = new Array('o','Þú ert hvattur/hvött til að innskrá þig, það er hinsvegar ekki nauðsynlegt.');
248 ta['pt-logout'] = new Array('o','Útskráning');
249 ta['ca-talk'] = new Array('t','Spallsíða þessarar síðu');
250 ta['ca-edit'] = new Array('e','Þú getur breytt síðu þessari, vinsamlegast notaðu Forsýn hnappin áður en þú vistar');
251 ta['ca-addsection'] = new Array('+','Viðbótarumræða.');
252 ta['ca-viewsource'] = new Array('e','Síða þessi er vernduð, þú getur skoðað wikikóða hennar.');
253 ta['ca-history'] = new Array('h','Eldri útgáfur af síðunni.');
254 ta['ca-protect'] = new Array('=','Vernda þessa síðu');
255 ta['ca-delete'] = new Array('d','Eyða þessari síðu');
256 ta['ca-undelete'] = new Array('d','Endurvekja breytingar á síðu þessari fyrir en henni var eitt');
257 ta['ca-move'] = new Array('m','Færa þessa síðu');
258 ta['ca-nomove'] = new Array('','Þér er óheimild að færa þessa síðu');
259 ta['ca-watch'] = new Array('w','Bæta þessari síðu við á vaktlistann');
260 ta['ca-unwatch'] = new Array('w','Fjarlægja þessa síðu af vaktlistanum');
261 ta['search'] = new Array('f','Leit');
262 ta['p-logo'] = new Array('','Forsíða');
263 ta['n-mainpage'] = new Array('z','Forsíða Wikipedia');
264 ta['n-portal'] = new Array('','Um verkefnið, hvernig er hægt að hjálpa og hvar á að byrja');
265 ta['n-currentevents'] = new Array('','Líðandi atburðir');
266 ta['n-recentchanges'] = new Array('r','Listi yfir nýlegar breytingar.');
267 ta['n-randompage'] = new Array('x','Handahófsvalin síða');
268 ta['n-help'] = new Array('','Efnisyfirlit yfir hjálparsíður.');
269 ta['n-sitesupport'] = new Array('','Fjárframlagssíða Wikimedia');
270 ta['t-whatlinkshere'] = new Array('j','Ítengilisti');
271 ta['t-recentchangeslinked'] = new Array('k','Nýlegar breitingar á ítengdum síðum');
272 ta['feed-rss'] = new Array('','RSS fyrir þessa síðu');
273 ta['feed-atom'] = new Array('','Atom fyrir þessa síðu');
274 ta['t-contributions'] = new Array('','Sýna framlagslista þessa notanda');
275 ta['t-emailuser'] = new Array('','Senda notanda þessum póst');
276 ta['t-upload'] = new Array('u','Innhlaða myndum eða margmiðlunarskrám');
277 ta['t-specialpages'] = new Array('q','Listi yfir kerfissíður');
278 ta['ca-nstab-main'] = new Array('c','Sýna síðuna');
279 ta['ca-nstab-user'] = new Array('c','Sýna notendasíðuna');
280 ta['ca-nstab-media'] = new Array('c','Sýna margmiðlunarsíðuna');
281 ta['ca-nstab-special'] = new Array('','Þetta er kerfissíða, þér er óhæft að breyta henni.');
282 ta['ca-nstab-wp'] = new Array('a','Sýna verkefnasíðuna');
283 ta['ca-nstab-image'] = new Array('c','Sýna myndasíðuna');
284 ta['ca-nstab-mediawiki'] = new Array('c','Sýna kerfisskilaboðin');
285 ta['ca-nstab-template'] = new Array('c','View the template');
286 ta['ca-nstab-help'] = new Array('c','Sýna hjálparsíðuna');
287 ta['ca-nstab-category'] = new Array('c','Sýna efnisflokkasíðuna');",
288 'about' => "Um",
289 'aboutpage' => "Wikipedia:Um",
290 'aboutsite' => "Um Wikipedia",
291 #'accesskey-compareselectedversions' => "v",
292 #'accesskey-minoredit' => "i",
293 #'accesskey-preview' => "p",
294 #'accesskey-save' => "s",
295 #'accesskey-search' => "f",
296 'accmailtext' => "Lykilorðið fyrir '$1' hefur verið sent á $2.",
297 'accmailtitle' => "Leyniorð sent.",
298 #'acct_creation_throttle_hit' => "Sorry, you have already created $1 accounts. You can't make any more.",
299 #'actioncomplete' => "Action complete",
300 'addedwatch' => "Bætt á vaktlistann",
301 'addedwatchtext' => "Síðunni \"$1\" hefur verið bætt á [[Special:Watchlist|Vaktlistann]] þinn.
302 Frekari breytingar á henni eða spallsíðu hennar munu verða sýndar þar.
303 Þar að auki verður síða þessi '''feitletruð''' á [[Special:Recentchanges|Nýlegum breytingum]]
304 svo auðveldara sé að sjá hana þar meðal fjöldans.
305
306 <p>Til að fjarlægja síðu þessa af vaktlistanum þarft þú að ýta á tengilinn er merktur er \"afvakta\".",
307 #'addsection' => "+",
308 'administrators' => "Wikipedia:Stjórnendur",
309 'affirmation' => "Ég staðfesti að rétthafi þessa efnis veitir leyfi
310 fyrir notkun þess undir $1. Eða að efni þetta er í
311 almannaeign.",
312 'all' => "allt",
313 'allmessages' => "Allar kerfismeldingar",
314 'allmessagestext' => "Þetta er listi yfir allar meldingar kerfisins í MediaWiki: nafnarýminu.",
315 'allpages' => "Allar síður",
316 #'alphaindexline' => "$1 to $2",
317 'alreadyloggedin' => "<font color=red><b>Notandinn $1 er þegar innskráður!</b></font><br />",
318 'alreadyrolled' => "Cannot rollback last edit of [[$1]]
319 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.
320
321 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
322 'ancientpages' => "Elstu síður",
323 #'and' => "and",
324 #'anontalk' => "Talk for this IP",
325 #'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.'' ",
326 #'anonymous' => "Anonymous user(s) of Wikipedia",
327 #'article' => "Content page",
328 'articleexists' => "Annaðhvort er þegar til síða undir þessum titli,
329 eða sá titill sem þú hefur valið er ekki gildur.
330 Vinsamlegast veldu annan titil.",
331 #'articlepage' => "View content page",
332 'asksql' => "Gagnagrunnsfyrirspurn",
333 #'autoblocker' => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".",
334 #'badarticleerror' => "This action cannot be performed on this page.",
335 #'badfilename' => "Image name has been changed to \"$1\".",
336 #'badfiletype' => "\".$1\" is not a recommended image file format.",
337 #'badipaddress' => "Invalid IP address",
338 #'badquery' => "Badly formed search query",
339 #'blanknamespace' => "(Main)",
340 'blockedtext' => "Your user name or IP address has been blocked by $1.
341 The reason given is this:<br />''$2''<p>You may contact $1 or one of the other
342 [[Wikipedia:Administrators|administrators]] to discuss the block.
343
344 Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].
345
346 Your IP address is $3. Please include this address in any queries you make.
347 ",
348 #'blockedtitle' => "User is blocked",
349 'blockip' => "Banna notanda",
350 #'blockipsuccesssub' => "Block succeeded",
351 #'blocklink' => "block",
352 #'blocklistline' => "$1, $2 blocked $3 (expires $4)",
353 #'blocklogentry' => "blocked \"$1\" with an expiry time of $2",
354 #'blocklogpage' => "Block_log",
355 'blocklogtext' => "This is a log of user blocking and unblocking actions. Automatically
356 blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for
357 the list of currently operational bans and blocks.",
358 'bold_sample' => "Feitletraður texti",
359 'bold_tip' => "Feitletraður texti",
360 #'booksources' => "Book sources",
361 'booksourcetext' => "Below is a list of links to other sites that
362 sell new and used books, and may also have further information
363 about books you are looking for.Wikipedia is not affiliated with any of these businesses, and
364 this list should not be construed as an endorsement.",
365 #'brokenredirects' => "Broken Redirects",
366 #'brokenredirectstext' => "The following redirects link to a non-existing pages.",
367 #'bugreports' => "Bug reports",
368 'bugreportspage' => "Wikipedia:Bug_reports",
369 #'bureaucratlog' => "Bureaucrat_log",
370 #'bureaucratlogentry' => "Rights for user \"$1\" set \"$2\"",
371 #'bureaucrattext' => "The action you have requested can only be performed by sysops with \"bureaucrat\" status.",
372 #'bureaucrattitle' => "Bureaucrat access required",
373 'bydate' => "eftir dagsetningu",
374 'byname' => "eftir nafni",
375 'bysize' => "eftir stærð",
376 #'cachederror' => "The following is a cached copy of the requested page, and may not be up to date.",
377 'cancel' => "Hætta við",
378 #'cannotdelete' => "Could not delete the page or image specified. (It may have already been deleted by someone else.)",
379 #'cantrollback' => "Cannot revert edit; last contributor is only author of this page.",
380 'categories' => "Efnisflokkar",
381 'category' => "flokkur",
382 'category_header' => "Greinar í flokknum \"$1\"",
383 #'categoryarticlecount' => "There are $1 articles in this category.",
384 'changepassword' => "Breyta lykilorði",
385 'changes' => "Breytingar",
386 #'clearyourcache' => "'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''Reload'' (or ''Ctrl-R''), '''IE / Opera:''' ''Ctrl-F5'', '''Safari:''' ''Cmd-R'', '''Konqueror''' ''Ctrl-R''.",
387 #'columns' => "Columns",
388 #'commentedit' => " (comment)",
389 #'compareselectedversions' => "Compare selected versions",
390 'confirm' => "Staðfesta",
391 'confirmcheck' => "Eyða.",
392 'confirmdelete' => "Staðfesting á eyðingu",
393 'confirmdeletetext' => "Þú ert um það bil að eyða síðu eða mynd ásamt
394 breytingaskrá hennar úr gagnagrunninum.
395 Vinsamlegast staðfestu hér bæði að þetta sé vilji þinn
396 og að þú skiljir afleiðingarnar. Þar að auki að þetta
397 sé í samræmi við [[Wikipedia:Policy|almenna stefnu]].",
398 #'confirmprotect' => "Confirm protection",
399 #'confirmprotecttext' => "Do you really want to protect this page?",
400 #'confirmunprotect' => "Confirm unprotection",
401 #'confirmunprotecttext' => "Do you really want to unprotect this page?",
402 #'contextchars' => "Characters of context per line",
403 #'contextlines' => "Lines to show per hit",
404 #'contribslink' => "contribs",
405 #'contribsub' => "For $1",
406 'contributions' => "Framlög notanda",
407 #'copyright' => "Content is available under $1.",
408 'copyrightpage' => "Wikipedia:Höfundarréttur",
409 'copyrightpagename' => "Höfundarréttarreglum Wikipedia",
410 'copyrightwarning' => "Please note that all contributions to Wikipedia are
411 considered to be released under the GNU Free Documentation License
412 (see $1 for details).
413 If you don't want your writing to be edited mercilessly and redistributed
414 at will, then don't submit it here.<br />
415 You are also promising us that you wrote this yourself, or copied it from a
416 public domain or similar free resource.
417 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
418 #'couldntremove' => "Couldn't remove item '$1'...",
419 #'createaccount' => "Create new account",
420 #'createaccountmail' => "by email",
421 #'creditspage' => "Page credits",
422 'cur' => "nú",
423 'currentevents' => "Líðandi stund",
424 #'currentrev' => "Current revision",
425 'databaseerror' => "Gagnagrunnsvilla",
426 #'dateformat' => "Date format",
427 #'deadendpages' => "Dead-end pages",
428 'debug' => "Aflúsa",
429 #'defaultns' => "Search in these namespaces by default:",
430 'defemailsubject' => "Wikipedia e-mail",
431 'delete' => "Eyða",
432 'deletecomment' => "Ástæða",
433 #'deletedarticle' => "deleted \"$1\"",
434 'deletedtext' => "\"$1\" hefur verið eytt. Sjá lista yfir nýlegar eyðingar á $2.",
435 'deleteimg' => "eyða",
436 #'deletepage' => "Delete page",
437 'deletesub' => "(Eyði: \"$1\")",
438 'deletethispage' => "Eyða þessari síðu",
439 #'deletionlog' => "deletion log",
440 #'dellogpage' => "Deletion_log",
441 #'developerspheading' => "For developer use only",
442 #'developertitle' => "Developer access required",
443 #'diff' => "diff",
444 #'difference' => "(Difference between revisions)",
445 #'disambiguations' => "Disambiguation pages",
446 'disambiguationspage' => "Wikipedia:Links_to_disambiguating_pages",
447 #'disambiguationstext' => "The following pages 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.",
448 'disclaimerpage' => "Wikipedia:General_disclaimer",
449 #'disclaimers' => "Disclaimers",
450 #'doubleredirects' => "Double Redirects",
451 #'editcomment' => "The edit comment was: \"<i>$1</i>\".",
452 #'editconflict' => "Edit conflict: $1",
453 #'editcurrent' => "Edit the current version of this page",
454 'edithelp' => "Breytingarhjálp",
455 'edithelppage' => "Help:Editing",
456 #'editing' => "Editing $1",
457 #'editsection' => "edit",
458 'editthispage' => "Breyta þessari síðu",
459 #'emailflag' => "Disable e-mail from other users",
460 'emailforlost' => "Fields marked with a star (*) are optional. Storing an email address enables people to contact you through the website without you having to reveal your
461 email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.",
462 #'emailfrom' => "From",
463 #'emailmessage' => "Message",
464 #'emailpage' => "E-mail user",
465 #'emailsend' => "Send",
466 #'emailsent' => "E-mail sent",
467 #'emailsenttext' => "Your e-mail message has been sent.",
468 #'emailsubject' => "Subject",
469 #'emailto' => "To",
470 #'emailuser' => "E-mail this user",
471 'error' => "Villa",
472 'errorpagetitle' => "Villa",
473 #'exbeforeblank' => "content before blanking was:",
474 #'exblank' => "page was empty",
475 #'excontent' => "content was:",
476 #'export' => "Export pages",
477 #'exportcuronly' => "Include only the current revision, not the full history",
478 'extlink_sample' => "http://www.example.com titill tengils",
479 'extlink_tip' => "Ytri tengill (muna að setja http:// á undan)",
480 #'faq' => "FAQ",
481 'faqpage' => "Wikipedia:FAQ",
482 'feedlinks' => "Nippan:",
483 #'filecopyerror' => "Could not copy file \"$1\" to \"$2\".",
484 #'filedeleteerror' => "Could not delete file \"$1\".",
485 'filedesc' => "Lýsing",
486 #'fileexists' => "A file with this name exists already, please check $1 if you are not sure if you want to change it.",
487 'filename' => "Skráarnafn",
488 #'filenotfound' => "Could not find file \"$1\".",
489 #'filerenameerror' => "Could not rename file \"$1\" to \"$2\".",
490 #'filesource' => "Source",
491 #'filestatus' => "Copyright status",
492 'fileuploaded' => "File \"$1\" uploaded successfully.
493 Please follow this link: $2 to the description page and fill
494 in information about the file, such as where it came from, when it was
495 created and by whom, and anything else you may know about it.",
496 #'formerror' => "Error: could not submit form",
497 'tagline' => "Úr Wikipedia, frjálsu alfræðiorðabókinni",
498 'fundraising_notice' => "Ef þú vilt styðja wikipedia getur þú gert það í verki með að <a href=\"http://wikimediafoundation.org/fundraising\">láta fé af hendi rakna</a>. Verið er að safna fyrir <a href=\"http://meta.wikimedia.org/wiki/What_we_use_the_money_for\">ýmsum hlutum</a>.",
499 #'getimagelist' => "fetching image list",
500 'go' => "Áfram",
501 'googlesearch' => "
502 <!-- SiteSearch Google -->
503 <FORM method=GET action=\"http://www.google.com/search\">
504 <TABLE bgcolor=\"#FFFFFF\"><tr><td>
505 <A HREF=\"http://www.google.com/\">
506 <IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"
507 border=\"0\" ALT=\"Google\"></A>
508 </td>
509 <td>
510 <INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">
511 <INPUT type=submit name=btnG VALUE=\"Google Search\">
512 <font size=-1>
513 <input type=hidden name=domains value=\"http://is.wikipedia.org\"><br /><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"http://is.wikipedia.org\" checked> http://is.wikipedia.org <br />
514 <input type='hidden' name='ie' value='$2'>
515 <input type='hidden' name='oe' value='$2'>
516 </font>
517 </td></tr></TABLE>
518 </FORM>
519 <!-- SiteSearch Google -->",
520 #'guesstimezone' => "Fill in from browser",
521 #'headline_sample' => "Headline text",
522 #'headline_tip' => "Level 2 headline",
523 'help' => "Hjálp",
524 'helppage' => "Hjálp:Efnisyfirlit",
525 'hide' => "Fela",
526 'hidetoc' => "fela",
527 #'hist' => "hist",
528 'history' => "Forsaga síðu",
529 #'history_copyright' => "-",
530 'history_short' => "Breytingaskrá",
531 #'historywarning' => "Warning: The page you are about to delete has a history: ",
532 'hr_tip' => "Lárétt lína (notist sparlega)",
533 #'ignorewarning' => "Ignore warning and save file anyway.",
534 'ilshowmatch' => "Sýna allar myndir með nöfn sem passa við",
535 'ilsubmit' => "Leita",
536 'image_sample' => "Sýnishorn.jpeg",
537 'image_tip' => "Setja inn mynd",
538 'imagelinks' => "Myndatenglar",
539 'imagelist' => "Skráalisti",
540 'imagelisttext' => "Hér fyrir neðan er $1 skrám raðað $2.",
541 #'imagepage' => "View image page",
542 #'imagereverted' => "Revert to earlier version was successful.",
543 'imgdelete' => "eyða",
544 'imgdesc' => "lýsing",
545 'imghistory' => "Breytingaskrá myndar",
546 'imglegend' => "Skýringar: (lýsing) = sýna og/eða breyta lýsingu skráar.",
547 #'import' => "Import pages",
548 #'importfailed' => "Import failed: $1",
549 #'importhistoryconflict' => "Conflicting history revision exists (may have imported this page before)",
550 #'importnotext' => "Empty or no text",
551 #'importsuccess' => "Import succeeded!",
552 #'importtext' => "Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.",
553 #'info_short' => "Information",
554 #'infobox' => "Click a button to get an example text",
555 #'infobox_alert' => "Please enter the text you want to be formatted.\n It will be shown in the infobox for copy and pasting.\nExample:\n$1\nwill become:\n$2",
556 #'infosubtitle' => "Information for page",
557 #'internalerror' => "Internal error",
558 #'intl' => "Interlanguage links",
559 'ipaddress' => "IP Tala/notendanafn",
560 #'ipb_expiry_invalid' => "Expiry time invalid.",
561 'ipbexpiry' => "Rennur út eftir",
562 'ipblocklist' => "Bannaðar notendur og IP tölur",
563 'ipbreason' => "Ástæða",
564 'ipbsubmit' => "Banna notanda",
565 #'ipusubmit' => "Unblock this address",
566 #'ipusuccess' => "\"$1\" unblocked",
567 #'isbn' => "ISBN",
568 #'isredirect' => "redirect page",
569 'italic_sample' => "Skáletraður texti",
570 'italic_tip' => "Skáletraður texti",
571 #'iteminvalidname' => "Problem with item '$1', invalid name...",
572 #'largefile' => "It is recommended that images not exceed 100k in size.",
573 #'last' => "last",
574 'lastmodified' => "Þessari síðu var síðast breytt $1.",
575 #'lastmodifiedby' => "This page was last modified $1 by $2.",
576 #'lineno' => "Line $1:",
577 'link_sample' => "Titill tengils",
578 'link_tip' => "Innri tengill",
579 #'linklistsub' => "(List of links)",
580 #'linkshere' => "The following pages link to here:",
581 'linkstoimage' => "Eftirfarandi síður tengjast í mynd þessa:",
582 'linktrail' => "/^([a-z]+)(.*)\$/sD",
583 'listadmins' => "Stjórnendalisti",
584 #'listform' => "list",
585 'listusers' => "Notendalisti",
586 #'loadhist' => "Loading page history",
587 #'loadingrev' => "loading revision for diff",
588 #'localtime' => "Local time display",
589 #'lockbtn' => "Lock database",
590 #'lockconfirm' => "Yes, I really want to lock the database.",
591 #'lockdb' => "Lock database",
592 #'lockdbsuccesssub' => "Database lock succeeded",
593 #'lockdbsuccesstext' => "The database has been locked. <br />Remember to remove the lock after your maintenance is complete.",
594 #'lockdbtext' => "Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database. Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.",
595 #'locknoconfirm' => "You did not check the confirmation box.",
596 #'login' => "Log in",
597 #'loginend' => "&nbsp;",
598 'loginerror' => "Innskráningarvilla",
599 #'loginpagetitle' => "User login",
600 #'loginproblem' => "<b>There has been a problem with your login.</b><br />Try again!",
601 'loginprompt' => "You must have cookies enabled to log in to Wikipedia.",
602 #'loginreqtext' => "You must [[special:Userlogin|login]] to view other pages.",
603 #'loginreqtitle' => "Login Required",
604 'loginsuccess' => "You are now logged in to Wikipedia as \"$1\".",
605 #'loginsuccesstitle' => "Login successful",
606 'logout' => "Útskráning",
607 'logouttext' => "You are now logged out.
608 You can continue to use Wikipedia anonymously, or you can log in
609 again as the same or as a different user. Note that some pages may
610 continue to be displayed as if you were still logged in, until you clear
611 your browser cache
612 ",
613 #'logouttitle' => "User logout",
614 'lonelypages' => "Munaðarlausar síður",
615 'longpages' => "Langar síður",
616 #'longpagewarning' => "WARNING: This page is $1 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections.",
617 #'mailerror' => "Error sending mail: $1",
618 #'mailmypassword' => "Mail me a new password",
619 #'mailnologin' => "No send address",
620 'mailnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>
621 and have a valid e-mail address in your <a href=\"/wiki/Special:Preferences\">preferences</a>
622 to send e-mail to other users.",
623 'mainpage' => "Forsíða",
624 #'mainpagedocfooter' => "Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.",
625 #'mainpagetext' => "Wiki software successfully installed.",
626 'maintenance' => "Viðhaldssíða",
627 #'maintenancebacklink' => "Back to Maintenance Page",
628 #'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 ;-)",
629 #'makesysop' => "Make a user into a sysop",
630 #'makesysopfail' => "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
631 #'makesysopname' => "Name of the user:",
632 #'makesysopok' => "<b>User \"$1\" is now a sysop</b>",
633 #'makesysopsubmit' => "Make this user into a sysop",
634 'makesysoptext' => "This form is used by bureaucrats to turn ordinary users into administrators.
635 Type the name of the user in the box and press the button to make the user an administrator",
636 #'makesysoptitle' => "Make a user into a sysop",
637 #'matchtotals' => "The query \"$1\" matched $2 page titles and the text of $3 pages.",
638 #'math' => "Rendering math",
639 #'math_bad_output' => "Can't write to or create math output directory",
640 #'math_bad_tmpdir' => "Can't write to or create math temp directory",
641 #'math_failure' => "Failed to parse",
642 #'math_image_error' => "PNG conversion failed; check for correct installation of latex, dvips, gs, and convert",
643 #'math_lexing_error' => "lexing error",
644 #'math_notexvc' => "Missing texvc executable; please see math/README to configure.",
645 'math_sample' => "Formúla setjist hér",
646 #'math_syntax_error' => "syntax error",
647 'math_tip' => "Stærðfræðiformúla (LaTeX)",
648 #'math_unknown_error' => "unknown error",
649 #'math_unknown_function' => "unknown function ",
650 'media_sample' => "Sýnishorn.ogg",
651 'media_tip' => "Tengill í margmiðlunarskrá",
652 #'minlength' => "Image names must be at least three letters.",
653 'minoredit' => "Minniháttar breyting",
654 #'minoreditletter' => "M",
655 #'mispeelings' => "Pages with misspellings",
656 #'mispeelingspage' => "List of common misspellings",
657 #'mispeelingstext' => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
658 #'missingarticle' => "The database did not find the text of a page that it should have found, named \"$1\". <p>This is usually caused by following an outdated diff or history link to a page that has been deleted. <p>If this is not the case, you may have found a bug in the software. Please report this to an administrator, making note of the URL.",
659 #'missingimage' => "<b>Missing image</b><br /><i>$1</i> ",
660 #'missinglanguagelinks' => "Missing Language Links",
661 #'missinglanguagelinksbutton' => "Find missing language links for",
662 #'missinglanguagelinkstext' => "These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
663 #'moredotdotdot' => "More...",
664 'move' => "Færa",
665 'movearticle' => "Færa",
666 #'movedto' => "moved to",
667 #'movenologin' => "Not logged in",
668 'movenologintext' => "You must be a registered user and <a href=\"/wiki/Special:Userlogin\">logged in</a>
669 to move a page.",
670 #'movepage' => "Move page",
671 #'movepagebtn' => "Move page",
672 #'movepagetalktext' => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
673 # *You are moving the page across namespaces,
674 # *A non-empty talk page already exists under the new name, or
675 # *You uncheck the box below.
676 #
677 # In those cases, you will have to move or merge the page manually if desired.",
678 #'movepagetext' => "Using the form below will rename a page, moving all
679 # of its history to the new name.
680 # The old title will become a redirect page to the new title.
681 # Links to the old page title will not be changed; be sure to
682 # [[Special:Maintenance|check]] for double or broken redirects.
683 # You are responsible for making sure that links continue to
684 # point where they are supposed to go.
685 #
686 # Note that the page will '''not''' be moved if there is already
687 # a page at the new title, unless it is empty or a redirect and has no
688 # past edit history. This means that you can rename a page back to where
689 # it was just renamed from if you make a mistake, and you cannot overwrite
690 # an existing page.
691 #
692 # <b>WARNING!</b>
693 # This can be a drastic and unexpected change for a popular page;
694 # please be sure you understand the consequences of this before
695 # proceeding.",
696 #'movetalk' => "Move \"talk\" page as well, if applicable.",
697 'movethispage' => "Færa þessa síðu",
698 'mycontris' => "Framlög",
699 'mypage' => "Mín síða",
700 'mytalk' => "Spjall",
701 'navigation' => "Flakk",
702 #'nbytes' => "$1 bytes",
703 #'nchanges' => "$1 changes",
704 #'newarticle' => "(New)",
705 'newarticletext' => "You've followed a link to a page that doesn't exist yet.
706 To create the page, start typing in the box below
707 (see the [[Wikipedia:Help|help page]] for more info).
708 If you are here by mistake, just click your browser's '''back''' button.",
709 #'newmessages' => "You have $1.",
710 #'newmessageslink' => "new messages",
711 #'newpage' => "New page",
712 #'newpageletter' => "N",
713 'newpages' => "Nýjar síður",
714 'newpassword' => "Nýja lykilorðið",
715 #'newtitle' => "To new title",
716 #'newusersonly' => " (new users only)",
717 'newwindow' => "(í nýjum glugga)",
718 #'next' => "next",
719 #'nextn' => "next $1",
720 #'nextpage' => "Next page ($1)",
721 #'nlinks' => "$1 links",
722 #'noaffirmation' => "You must affirm that your upload does not violate any copyrights.",
723 #'noarticletext' => "(There is currently no text in this page)",
724 #'noblockreason' => "You must supply a reason for the block.",
725 #'noconnect' => "Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br /> $1",
726 #'nocontribs' => "No changes were found matching these criteria.",
727 'nocookieslogin' => "Wikipedia uses cookies to log in users. You have cookies disabled. Please enable them and try again.",
728 'nocookiesnew' => "The user account was created, but you are not logged in. Wikipedia uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.",
729 #'nocreativecommons' => "Creative Commons RDF metadata disabled for this server.",
730 #'nocredits' => "There is no credits info available for this page.",
731 #'nodb' => "Could not select database $1",
732 #'nodublincore' => "Dublin Core RDF metadata disabled for this server.",
733 #'noemail' => "There is no e-mail address recorded for user \"$1\".",
734 #'noemailtext' => "This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.",
735 #'noemailtitle' => "No e-mail address",
736 #'nogomatch' => "No page with this exact title exists, trying full text search.",
737 #'nohistory' => "There is no edit history for this page.",
738 #'nolinkshere' => "No pages link to here.",
739 #'nolinkstoimage' => "There are no pages that link to this image.",
740 #'noname' => "You have not specified a valid user name.",
741 #'nonefound' => "<strong>Note</strong>: unsuccessful searches are often caused by searching for common words like \"have\" and \"from\", which are not indexed, or by specifying more than one search term (only pages containing all of the search terms will appear in the result).",
742 #'nospecialpagetext' => "You have requested a special page that is not recognized by the wiki.",
743 #'nosuchaction' => "No such action",
744 #'nosuchactiontext' => "The action specified by the URL is not recognized by the wiki",
745 #'nosuchspecialpage' => "No such special page",
746 #'nosuchuser' => "There is no user by the name \"$1\". Check your spelling, or use the form below to create a new user account.",
747 #'notacceptable' => "The wiki server can't provide data in a format your client can read.",
748 #'notanarticle' => "Not a content page",
749 #'notargettext' => "You have not specified a target page or user to perform this function on.",
750 #'notargettitle' => "No target",
751 #'note' => "<strong>Note:</strong> ",
752 #'notextmatches' => "No page text matches",
753 #'notitlematches' => "No page title matches",
754 #'notloggedin' => "Not logged in",
755 'nowatchlist' => "Vaktlistinn er tómur.",
756 #'nowiki_sample' => "Insert non-formatted text here",
757 #'nowiki_tip' => "Ignore wiki formatting",
758 'nstab-category' => "Efnisflokkur",
759 'nstab-help' => "Hjálp",
760 'nstab-image' => "Mynd",
761 'nstab-main' => "Grein",
762 #'nstab-media' => "Media",
763 'nstab-mediawiki' => "Skilaboð",
764 #'nstab-special' => "Special",
765 'nstab-template' => "Forsnið",
766 #'nstab-user' => "User page",
767 'nstab-wp' => "Um",
768 #'numauthors' => "Number of distinct authors (article): ",
769 #'numedits' => "Number of edits (article): ",
770 #'numtalkauthors' => "Number of distinct authors (discussion page): ",
771 #'numtalkedits' => "Number of edits (discussion page): ",
772 #'numwatchers' => "Number of watchers: ",
773 #'nviews' => "$1 views",
774 #'ok' => "OK",
775 'oldpassword' => "Gamla lykilorðið",
776 #'orig' => "orig",
777 #'orphans' => "Orphaned pages",
778 #'othercontribs' => "Based on work by $1.",
779 #'otherlanguages' => "Other languages",
780 #'others' => "others",
781 #'pagemovedsub' => "Move succeeded",
782 #'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
783 'pagetitle' => "$1 - Wikipedia",
784 'passwordremindertext' => "Someone (probably you, from IP address $1)
785 requested that we send you a new Wikipedia login password.
786 The password for user \"$2\" is now \"$3\".
787 You should log in and change your password now.",
788 'passwordremindertitle' => "Password reminder from Wikipedia",
789 #'passwordsent' => "A new password has been sent to the e-mail address registered for \"$1\". Please log in again after you receive it.",
790 #'perfcached' => "The following data is cached and may not be completely up to date:",
791 #'perfdisabled' => "Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.",
792 #'perfdisabledsub' => "Here's a saved copy from $1:",
793 'personaltools' => "Tenglar",
794 #'popularpages' => "Popular pages",
795 'portal' => "Samfélagsgátt",
796 'portal-url' => "Wikipedia:Samfélagsgátt",
797 #'postcomment' => "Post a comment",
798 'poweredby' => "Wikipedia is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.",
799 #'powersearch' => "Search",
800 #'powersearchtext' => "
801 # Search in namespaces :<br />
802 # $1<br />
803 # $2 List redirects &nbsp; Search for $3 $9",
804 'preferences' => "Stillingar",
805 'prefs-help-userdata' => "* <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br/>
806 * <strong>Email</strong> (optional): Enables people to contact you through the website without you having to reveal your
807 email address to them, and it can be used to send you a new password if you forget it.",
808 #'prefs-misc' => "Misc settings",
809 'prefs-personal' => "Notendaupplýsingar",
810 #'prefs-rc' => "Recent changes and stub display",
811 'prefslogintext' => "You are logged in as \"$1\".
812 Your internal ID number is $2.
813
814 See [[Wikipedia:User preferences help]] for help deciphering the options.",
815 #'prefsnologin' => "Not logged in",
816 'prefsnologintext' => "You must be <a href=\"/wiki/Special:Userlogin\">logged in</a>
817 to set user preferences.",
818 #'prefsreset' => "Preferences have been reset from storage.",
819 #'preview' => "Preview",
820 #'previewconflict' => "This preview reflects the text in the upper text editing area as it will appear if you choose to save.",
821 #'previewnote' => "Remember that this is only a preview, and has not yet been saved!",
822 #'prevn' => "previous $1",
823 'printableversion' => "Prentvæn útgáfa",
824 'printsubtitle' => "(From http://is.wikipedia.org)",
825 'protect' => "Vernda",
826 #'protectcomment' => "Reason for protecting",
827 #'protectedarticle' => "protected $1",
828 #'protectedpage' => "Protected page",
829 'protectedpagewarning' => "WARNING: This page has been locked so that only
830 users with sysop privileges can edit it. Be sure you are following the
831 <a href='/w/wiki.phtml/Wikipedia:Protected_page_guidelines'>protected page
832 guidelines</a>.",
833 'protectedtext' => "This page has been locked to prevent editing; there are
834 a number of reasons why this may be so, please see
835 [[Wikipedia:Protected page]].
836
837 You can view and copy the source of this page:",
838 #'protectlogpage' => "Protection_log",
839 'protectlogtext' => "Below is a list of page locks/unlocks.
840 See [[Wikipedia:Protected page]] for more information.",
841 'protectpage' => "Vernda síðu",
842 #'protectreason' => "(give a reason)",
843 #'protectsub' => "(Protecting \"$1\")",
844 #'protectthispage' => "Protect this page",
845 #'proxyblocker' => "Proxy blocker",
846 #'proxyblockreason' => "Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.",
847 #'proxyblocksuccess' => "Done. ",
848 #'qbbrowse' => "Browse",
849 'qbedit' => "Breyta",
850 #'qbfind' => "Find",
851 #'qbmyoptions' => "My pages",
852 #'qbpageinfo' => "Context",
853 #'qbpageoptions' => "This page",
854 'qbsettings' => "Valblaðsstillingar",
855 #'qbsettingsnote' => "This preference only works in the 'Standard' and the 'CologneBlue' skin.",
856 #'qbspecialpages' => "Special pages",
857 #'querybtn' => "Submit query",
858 #'querysuccessful' => "Query successful",
859 'randompage' => "Handahófsvalin síða",
860 #'range_block_disabled' => "The sysop ability to create range blocks is disabled.",
861 #'rchide' => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
862 'rclinks' => "Sýna síðustu $1 breytingar síðustu $2 daga<br />$3",
863 'rclistfrom' => "Sýna breytingar frá og með $1",
864 #'rcliu' => "; $1 edits from logged in users",
865 #'rcloaderr' => "Loading recent changes",
866 #'rclsub' => "(to pages linked from \"$1\")",
867 'rcnote' => "Að neðan eru síðustu <strong>$1</strong> breytingar síðustu <strong>$2</strong> daga.",
868 #'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
869 #'readonly' => "Database locked",
870 #'readonlytext' => "The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal. The administrator who locked it offered this explanation: <p>$1",
871 #'readonlywarning' => "WARNING: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to cut-n-paste the text into a text file and save it for later.",
872 'recentchanges' => "Nýlegar breytingar",
873 #'recentchangescount' => "Number of titles in recent changes",
874 'recentchangeslinked' => "Skyldar breytingar",
875 #'recentchangestext' => "Track the most recent changes to the wiki on this page.",
876 #'redirectedfrom' => "(Redirected from $1)",
877 'remembermypassword' => "Muna lykilorðið milli heimsókna.",
878 'removechecked' => "Fjarlægja merktar síður af vaktlistanum",
879 'removedwatch' => "Fjarlægt af vaktlistanum",
880 'removedwatchtext' => "Síðan \"$1\" hefur verið fjarlægð af vaktlistanum.",
881 'removingchecked' => "Fjarlægi umbeðnar síðu(r) af vaktlistanum...",
882 #'resetprefs' => "Reset preferences",
883 #'restorelink' => "$1 deleted edits",
884 #'resultsperpage' => "Hits to show per page",
885 #'retrievedfrom' => "Retrieved from \"$1\"",
886 'returnto' => "Tilbaka: $1.",
887 'retypenew' => "Endurtaktu nýja lykilorðið",
888 #'reupload' => "Re-upload",
889 #'reuploaddesc' => "Return to the upload form.",
890 #'reverted' => "Reverted to earlier revision",
891 #'revertimg' => "rev",
892 #'revertpage' => "Reverted edit of $2, changed back to last version by $1",
893 #'revhistory' => "Revision history",
894 #'revisionasof' => "Revision as of $1",
895 #'revnotfound' => "Revision not found",
896 #'revnotfoundtext' => "The old revision of the page you asked for could not be found. Please check the URL you used to access this page. ",
897 #'rfcurl' => "http://www.faqs.org/rfcs/rfc$1.html",
898 #'rights' => "Rights:",
899 #'rollback' => "Roll back edits",
900 #'rollback_short' => "Rollback",
901 #'rollbackfailed' => "Rollback failed",
902 #'rollbacklink' => "rollback",
903 #'rows' => "Rows",
904 'savearticle' => "Vista",
905 'savedprefs' => "Stillingarnar þínar hafa verið vistaðar.",
906 #'savefile' => "Save file",
907 #'saveprefs' => "Save preferences",
908 'search' => "Leit",
909 #'searchdisabled' => "<p>Sorry! Full text search has been disabled temporarily, for performance reasons. In the meantime, you can use the Google search below, which may be out of date.</p>",
910 #'searchquery' => "For query \"$1\"",
911 #'searchresults' => "Search results",
912 #'searchresultshead' => "Search result settings",
913 'searchresulttext' => "For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].",
914 #'sectionedit' => " (section)",
915 #'selectnewerversionfordiff' => "Select a newer version for comparison",
916 #'selectolderversionfordiff' => "Select an older version for comparison",
917 #'selectonly' => "Only read-only queries are allowed.",
918 #'selflinks' => "Pages with Self Links",
919 #'selflinkstext' => "The following pages contain a link to themselves, which they should not.",
920 #'seriousxhtmlerrors' => "There were serious xhtml markup errors detected by tidy.",
921 #'servertime' => "Server time is now",
922 #'set_rights_fail' => "<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>",
923 #'set_user_rights' => "Set user rights",
924 #'setbureaucratflag' => "Set bureaucrat flag",
925 'shortpages' => "Stuttar síður",
926 'show' => "Sýna",
927 'showhideminor' => "$1 minniháttar breytingar | $2 breytingar eftir vélmenni | $3 breytingar eftir notendur",
928 #'showingresults' => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
929 #'showingresultsnum' => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
930 'showlast' => "Sýna síðustu $1 skrár raðaðar $2.",
931 'showpreview' => "Forsýn",
932 #'showtoc' => "show",
933 #'sig_tip' => "Your signature with timestamp",
934 #'sitestats' => "Site statistics",
935 'sitestatstext' => "There are '''$1''' total pages in the database.
936 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
937 pages, redirects, and others that probably don't qualify as content pages.
938 Excluding those, there are '''$2''' pages that are probably legitimate
939 content pages.
940
941 There have been a total of '''$3''' page views, and '''$4''' page edits
942 since the wiki was setup.
943 That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
944 'sitesubtitle' => "Frjálsa alfræðiorðabókin",
945 'sitesupport' => "Framlög",
946 'sitetitle' => "Wikipedia",
947 #'siteuser' => "Wikipedia user $1",
948 #'siteusers' => "Wikipedia user(s) $1",
949 'skin' => "Þema",
950 'spamprotectiontext' => "The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.
951
952 You might want to check the following regular expression for patterns that are currently blocked:",
953 #'spamprotectiontitle' => "Spam protection filter",
954 #'specialpage' => "Special Page",
955 'specialpages' => "Sérstakar síður",
956 #'spheading' => "Special pages for all users",
957 #'sqlislogged' => "Please note that all queries are logged.",
958 #'sqlquery' => "Enter query",
959 'statistics' => "Tölfræði",
960 #'storedversion' => "Stored version",
961 #'stubthreshold' => "Threshold for stub display",
962 'subcategories' => "Undirflokkar",
963 #'subcategorycount' => "There are $1 subcategories to this category.",
964 #'subject' => "Subject/headline",
965 #'subjectpage' => "View subject",
966 #'successfulupload' => "Successful upload",
967 'summary' => "Breytingar",
968 'sysopspheading' => "Aðeins fyrir stjórnendur",
969 #'sysoptext' => "The action you have requested can only be performed by users with \"sysop\" status. See $1.",
970 #'sysoptitle' => "Sysop access required",
971 #'tableform' => "table",
972 'talk' => "Umræða",
973 #'talkexists' => "The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.",
974 'talkpage' => "Ræða um þessa síðu",
975 #'talkpagemoved' => "The corresponding talk page was also moved.",
976 'talkpagenotmoved' => "Samsvarandi spjallsíða var <strong>ekki</strong> færð.",
977 #'talkpagetext' => "<!-- MediaWiki:talkpagetext -->",
978 'textboxsize' => "Textbox dimensions",
979 #'textmatches' => "Page text matches",
980 #'thisisdeleted' => "View or restore $1?",
981 #'thumbnail-more' => "Enlarge",
982 'timezonelegend' => "Tímabelti",
983 #'timezoneoffset' => "Offset",
984 #'timezonetext' => "Enter number of hours your local time differs from server time (UTC).",
985 #'titlematches' => "Article title matches",
986 'toc' => "Efnisyfirlit",
987 'toolbox' => "Verkfæri",
988 #'tooltip-compareselectedversions' => "See the differences between the two selected versions of this page. [alt-v]",
989 #'tooltip-minoredit' => "Mark this as a minor edit [alt-i]",
990 #'tooltip-preview' => "Preview your changes, please use this before saving! [alt-p]",
991 #'tooltip-save' => "Save your changes [alt-s]",
992 #'tooltip-search' => "Search this wiki [alt-f]",
993 #'uclinks' => "View the last $1 changes; view the last $2 days.",
994 #'ucnote' => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
995 #'uctop' => " (top)",
996 #'unblockip' => "Unblock user",
997 #'unblockiptext' => "Use the form below to restore write access to a previously blocked IP address or username.",
998 #'unblocklink' => "unblock",
999 #'unblocklogentry' => "unblocked \"$1\"",
1000 #'undelete' => "Restore deleted page",
1001 #'undelete_short' => "Undelete $1 edits",
1002 #'undeletearticle' => "Restore deleted page",
1003 #'undeletebtn' => "Restore!",
1004 #'undeletedarticle' => "restored \"$1\"",
1005 'undeletedtext' => "[[$1]] has been successfully restored.
1006 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
1007 #'undeletehistory' => "If you restore the page, all revisions will be restored to the history. If a new page with the same name has been created since the deletion, the restored revisions will appear in the prior history, and the current revision of the live page will not be automatically replaced.",
1008 #'undeletepage' => "View and restore deleted pages",
1009 #'undeletepagetext' => "The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out.",
1010 #'undeleterevision' => "Deleted revision as of $1",
1011 #'undeleterevisions' => "$1 revisions archived",
1012 #'unexpected' => "Unexpected value: \"$1\"=\"$2\".",
1013 #'unlockbtn' => "Unlock database",
1014 #'unlockconfirm' => "Yes, I really want to unlock the database.",
1015 #'unlockdb' => "Unlock database",
1016 #'unlockdbsuccesssub' => "Database lock removed",
1017 #'unlockdbsuccesstext' => "The database has been unlocked.",
1018 #'unlockdbtext' => "Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database. Please confirm that this is what you intend to do.",
1019 'unprotect' => "Afvernda",
1020 #'unprotectcomment' => "Reason for unprotecting",
1021 #'unprotectedarticle' => "unprotected $1",
1022 #'unprotectsub' => "(Unprotecting \"$1\")",
1023 #'unprotectthispage' => "Unprotect this page",
1024 'unusedimages' => "Ónotaðar skrár",
1025 #'unusedimagestext' => "<p>Please note that other web sites may link to an image with a direct URL, and so may still be listed here despite being in active use.",
1026 'unwatch' => "Afvakta",
1027 #'unwatchthispage' => "Stop watching",
1028 #'updated' => "(Updated)",
1029 'upload' => "Hlaða inn skrá",
1030 #'uploadbtn' => "Upload file",
1031 #'uploaddisabled' => "Sorry, uploading is disabled.",
1032 #'uploadedfiles' => "Uploaded files",
1033 #'uploadedimage' => "uploaded \"$1\"",
1034 #'uploaderror' => "Upload error",
1035 'uploadfile' => "Hlaða inn mynd, hljóðskrá, skjali o.s.f.",
1036 #'uploadlink' => "Upload images",
1037 #'uploadlog' => "upload log",
1038 #'uploadlogpage' => "Upload_log",
1039 #'uploadlogpagetext' => "Below is a list of the most recent file uploads. All times shown are server time (UTC). <ul> </ul> ",
1040 'uploadnologin' => "Óinnskráð(ur)",
1041 'uploadnologintext' => "You must be <a href=\"/wiki/Special:Userlogin\">logged in</a>
1042 to upload files.",
1043 #'uploadwarning' => "Upload warning",
1044 #'usenewcategorypage' => "1
1045 #
1046 #Set first character to \"0\" to disable the new category page layout.",
1047 #'user_rights_set' => "<b>User rights for \"$1\" updated</b>",
1048 #'usercssjsyoucanpreview' => "<strong>Tip:</strong> Use the 'Show preview' button to test your new css/js before saving.",
1049 #'usercsspreview' => "'''Remember that you are only previewing your user css, it has not yet been saved!'''",
1050 #'userexists' => "The user name you entered is already in use. Please choose a different name.",
1051 #'userjspreview' => "'''Remember that you are only testing/previewing your user javascript, it has not yet been saved!'''",
1052 'userlogin' => "Innskrá",
1053 'userlogout' => "Útskrá",
1054 #'usermailererror' => "Mail object returned error: ",
1055 #'userpage' => "View user page",
1056 #'userstats' => "User statistics",
1057 #'userstatstext' => "There are '''$1''' registered users. '''$2''' of these are administrators (see $3).",
1058 'version' => "Útgáfa",
1059 #'viewcount' => "This page has been accessed $1 times.",
1060 #'viewprevnext' => "View ($1) ($2) ($3).",
1061 #'viewsource' => "View source",
1062 'viewtalkpage' => "Skoða umræðu",
1063 'wantedpages' => "Eftirsóttar síður",
1064 'watch' => "Vakta",
1065 'watchdetails' => "($1 síður vaktaðar fyrir utan spjallsíður;
1066 $2 samtals breyttar síður frá síðasta cutoff;
1067 $3...
1068 <a href='$4'>sýna og breyta heildarlistanum</a>.)",
1069 'watcheditlist' => "Þetta er listi yfir þínar vöktuðu síður raðað í
1070 stafrófsröð. Merktu við þær síður sem þú vilt fjarlægja
1071 af vaktlistanum og ýttu á 'fjarlægja merktar' takkan
1072 neðst á skjánum.",
1073 'watchlist' => "Vaktlisti",
1074 'watchlistcontains' => "Á vaktlistanum eru $1 síður.",
1075 'watchlistsub' => "(fyrir notandan \"$1\")",
1076 'watchmethod-list' => "leita að breytingum í vöktuðum síðum",
1077 'watchmethod-recent' => "kanna hvort nýlegar breytingar innihalda vaktaðar síður",
1078 'watchnochange' => "Engri síðu á vaktlistanum þínum hefur verið breytt á tilgreindu tímabili.",
1079 'watchnologin' => "Óinnskráð(ur)",
1080 'watchnologintext' => "Þú verður að vera [[Special:Userlogin|skráður inn]] til að geta breytt vaktlistanum.",
1081 'watchthis' => "Vakta",
1082 'watchthispage' => "Vakta þessa síðu",
1083 'welcomecreation' => "<h2>Welcome, $1!</h2><p>Your account has been created.
1084 Don't forget to change your Wikipedia preferences.",
1085 'whatlinkshere' => "Hvað tengist hingað",
1086 #'whitelistacctext' => "To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.",
1087 'whitelistacctitle' => "Þér er óheimilt að skrá þig sem notanda.",
1088 'whitelistedittext' => "Þú verður að [[Special:Userlogin|skrá þig inn]] til að geta breytt síðum.",
1089 'whitelistedittitle' => "Þú verður að skrá þig inn til að geta breytt síðum.",
1090 'whitelistreadtext' => "Þú verður að [[Special:Userlogin|skrá þig inn]] til að lesa síður.",
1091 'whitelistreadtitle' => "Notandi verður að skrá sig inn til að geta lesið.",
1092 'wikipediapage' => "Sýna verkefnissíðu",
1093 'wikititlesuffix' => "Wikipedia, frjálsa alfræðiorðabókin",
1094 'wlnote' => "Að neðan eru síðustu <b>$1</b> breytingar síðustu <b>$2</b> klukkutíma.",
1095 'wlsaved' => "Þetta er vistuð útgáfa af vaktlistanum þínum.",
1096 'wlshowlast' => "Sýna síðustu $1 klukkutíma, $2 daga, $3",
1097 #'wrong_wfQuery_params' => "Incorrect parameters to wfQuery()<br /> Function: $1<br /> Query: $2 ",
1098 'wrongpassword' => "Uppgefið lykilorð er rangt. Vinsamlegast reyndu aftur.",
1099 #'yourdiff' => "Differences",
1100 'youremail' => "Tölvupóstfangið þitt*",
1101 'yourname' => "Notendanafn",
1102 'yournick' => "Gælunafnið þitt (fyrir undirskriftir)",
1103 'yourpassword' => "Lykilorð",
1104 'yourpasswordagain' => "Lykilorð (aftur)",
1105 'yourrealname' => "Fullt nafn þitt*",
1106 #'yourtext' => "Your text",
1107 # Math
1108 'mw_math_png' => "Alltaf birta PNG mynd",
1109 'mw_math_simple' => "HTML fyrir einfaldar jöfnur annars PNG",
1110 'mw_math_html' => "HTML ef hægt er, annars PNG",
1111 'mw_math_source' => "Sýna TeX jöfnu (fyrir textavafra)",
1112 'mw_math_modern' => "Mælt með fyrir nýja vafra",
1113 'mw_math_mathml' => 'MathML',
1114 );
1115
1116
1117 #--------------------------------------------------------------------------
1118 # Internationalisation code
1119 #--------------------------------------------------------------------------
1120
1121 class LanguageIs extends LanguageUtf8 {
1122
1123 function getDefaultUserOptions () {
1124 global $wgDefaultUserOptionsIs;
1125 return $wgDefaultUserOptionsIs;
1126 }
1127
1128 function getBookstoreList () {
1129 global $wgBookstoreListIs;
1130 return $wgBookstoreListIs;
1131 }
1132
1133 function getNamespaces() {
1134 global $wgNamespaceNamesIs;
1135 return $wgNamespaceNamesIs;
1136 }
1137
1138 function getNsText( $index ) {
1139 global $wgNamespaceNamesIs;
1140 return $wgNamespaceNamesIs[$index];
1141 }
1142
1143 function getNsIndex( $text ) {
1144 global $wgNamespaceNamesIs;
1145
1146 foreach ( $wgNamespaceNamesIs as $i => $n ) {
1147 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1148 }
1149 return false;
1150 }
1151
1152 function getQuickbarSettings() {
1153 global $wgQuickbarSettingsIs;
1154 return $wgQuickbarSettingsIs;
1155 }
1156
1157 function getSkinNames() {
1158 global $wgSkinNamesIs;
1159 return $wgSkinNamesIs;
1160 }
1161
1162 function getDateFormats() {
1163 global $wgDateFormatsIs;
1164 return $wgDateFormatsIs;
1165 }
1166
1167 function getValidSpecialPages() {
1168 global $wgValidSpecialPagesIs;
1169 return $wgValidSpecialPagesIs;
1170 }
1171
1172 function getSysopSpecialPages() {
1173 global $wgSysopSpecialPagesIs;
1174 return $wgSysopSpecialPagesIs;
1175 }
1176
1177 function getDeveloperSpecialPages() {
1178 global $wgDeveloperSpecialPagesIs;
1179 return $wgDeveloperSpecialPagesIs;
1180 }
1181
1182 function getMessage( $key ) {
1183 global $wgAllMessagesIs;
1184 if( isset( $wgAllMessagesIs[$key] ) ) {
1185 return $wgAllMessagesIs[$key];
1186 } else {
1187 return Language::getMessage( $key );
1188 }
1189 }
1190
1191 function getAllMessages() {
1192 global $wgAllMessagesIs;
1193 return $wgAllMessagesIs;
1194 }
1195
1196 function getMagicWords() {
1197 global $wgMagicWordsIs;
1198 return $wgMagicWordsIs;
1199 }
1200 }
1201
1202 ?>