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