alecpl
2008-09-20 c17dc6aa31aaa6e7f61bd25993be55354e428996
commit | author | age
ae8237 1 tinyMCE.addI18n({is:{
T 2 common:{
3 edit_confirm:"Viltu nota WYSIWYG ritil fyrir \u00FEetta textasv\u00E6\u00F0i?",
4 apply:"Sta\u00F0festa",
5 insert:"Setja inn",
6 update:"Uppf\u00E6ra",
7 cancel:"H\u00E6tta vi\u00F0",
8 close:"Loka",
9 browse:"Gramsa",
10 class_name:"Klasi",
11 not_set:"-- Ekki skilgreint --",
12 clipboard_msg:"Afrita/Klippa/L\u00EDma er ekki a\u00F0gengilegt \u00ED Mozilla og Firefox eins og er.\nViltu f\u00E1 n\u00E1nari uppl\u00FDsingar?",
13 clipboard_no_support:"Ekki stutt \u00ED \u00FE\u00EDnum vefsko\u00F0ara, nota\u00F0ur fl\u00FDtilykla \u00ED sta\u00F0inn.",
14 popup_blocked:"Afsaki\u00F0, uppsprettuv\u00F6rnin \u00FE\u00EDn (popup blocker) hefur blokka\u00F0 glugga sem er hluti af ritlinum. \u00DE\u00FA ver\u00F0ur a\u00F0 sl\u00F6kkva \u00E1 uppsprettuv\u00F6rn til a\u00F0 geta nota\u00F0 \u00FEennan ritil.",
15 invalid_data:"Villa: Vitlaus gildi slegin inn, \u00FEau eru merkt me\u00F0 rau\u00F0u.",
16 more_colors:"Fleiri litir"
17 },
18 contextmenu:{
19 align:"J\u00F6fnun",
20 left:"Vinstri",
21 center:"Mi\u00F0ja",
22 right:"H\u00E6gri",
23 full:"Full"
24 },
25 insertdatetime:{
26 date_fmt:"%Y-%m-%d",
27 time_fmt:"%H:%M:%S",
28 insertdate_desc:"Setja inn dagsetningu",
29 inserttime_desc:"Setja inn t\u00EDmasetningu",
30 months_long:"Jan\u00FAar,Febr\u00FAar,Mars,Apr\u00EDl,Ma\u00ED,J\u00FAn\u00ED,J\u00FAl\u00ED,\u00C1g\u00FAst,September,Okt\u00F3ber,N\u00F3vember,Desember",
31 months_short:"Jan,Feb,Mar,Apr,Ma\u00ED,J\u00FAn,J\u00FAl,\u00C1gs,Sep,Okt,N\u00F3v,Des",
32 day_long:"Sunnudagur,M\u00E1nudagur,\u00DEri\u00F0judagur,Mi\u00F0vikudagur,Fimmtudagur,F\u00F6studagur,Laugardagur,Sunnudagur",
33 day_short:"Sun,M\u00E1n,\u00DEri,Mi\u00F0,Fim,F\u00F6s,Lau,Sun"
34 },
35 print:{
36 print_desc:"Prenta"
37 },
38 preview:{
39 preview_desc:"Forsko\u00F0a"
40 },
41 directionality:{
42 ltr_desc:"Fr\u00E1 vinstri til h\u00E6gri",
43 rtl_desc:"Fr\u00E1 h\u00E6gri til vinstri"
44 },
45 layer:{
46 insertlayer_desc:"Setja inn n\u00FDtt lag",
47 forward_desc:"F\u00E6ra framfyrir",
48 backward_desc:"F\u00E6ra afturfyrir",
49 absolute_desc:"Taka af/setja \u00E1 absolute positioning",
50 content:"N\u00FDtt lag..."
51 },
52 save:{
53 save_desc:"Vista",
54 cancel_desc:"H\u00E6tta vi\u00F0 allar breytingar"
55 },
56 nonbreaking:{
57 nonbreaking_desc:"Setja inn bil staf"
58 },
59 iespell:{
60 iespell_desc:"Lesa yfir",
61 download:"ieSpell fannst ekki. Viltu setja \u00FEa\u00F0 inn n\u00FAna?"
62 },
63 advhr:{
64 advhr_desc:"Horizontal rule"
65 },
66 emotions:{
67 emotions_desc:"Broskarlar"
68 },
69 searchreplace:{
70 search_desc:"Finna",
71 replace_desc:"Finna/Skipta \u00FAt"
72 },
73 advimage:{
74 image_desc:"Setja inn/breyta mynd"
75 },
76 advlink:{
77 link_desc:"Insert/edit link"
78 },
79 xhtmlxtras:{
80 cite_desc:"Citation",
81 abbr_desc:"Abbreviation",
82 acronym_desc:"Acronym",
83 del_desc:"Deletion",
84 ins_desc:"Insertion",
85 attribs_desc:"Insert/Edit Attributes"
86 },
87 style:{
88 desc:"Edit CSS Style"
89 },
90 paste:{
91 paste_text_desc:"Paste as Plain Text",
92 paste_word_desc:"Paste from Word",
93 selectall_desc:"Select All"
94 },
95 paste_dlg:{
96 text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
97 text_linebreaks:"Keep linebreaks",
98 word_title:"Use CTRL+V on your keyboard to paste the text into the window."
99 },
100 table:{
101 desc:"Inserts a new table",
102 row_before_desc:"Insert row before",
103 row_after_desc:"Insert row after",
104 delete_row_desc:"Delete row",
105 col_before_desc:"Insert column before",
106 col_after_desc:"Insert column after",
107 delete_col_desc:"Remove column",
108 split_cells_desc:"Split merged table cells",
109 merge_cells_desc:"Merge table cells",
110 row_desc:"Table row properties",
111 cell_desc:"Table cell properties",
112 props_desc:"Table properties",
113 paste_row_before_desc:"Paste table row before",
114 paste_row_after_desc:"Paste table row after",
115 cut_row_desc:"Cut table row",
116 copy_row_desc:"Copy table row",
117 del:"Delete table",
118 row:"Row",
119 col:"Column",
120 cell:"Cell"
121 },
122 autosave:{
123 unload_msg:"The changes you made will be lost if you navigate away from this page."
124 },
125 fullscreen:{
126 desc:"Toggle fullscreen mode"
127 },
128 media:{
129 desc:"Insert / edit embedded media",
130 edit:"Edit embedded media"
131 },
132 fullpage:{
133 desc:"Document properties"
134 },
135 template:{
136 desc:"Insert predefined template content"
137 },
138 visualchars:{
139 desc:"Visual control characters on/off."
140 },
141 spellchecker:{
142 desc:"Toggle spellchecker",
143 menu:"Spellchecker settings",
144 ignore_word:"Ignore word",
145 ignore_words:"Ignore all",
146 langs:"Languages",
147 wait:"Please wait...",
148 sug:"Suggestions",
149 no_sug:"No suggestions",
150 no_mpell:"No misspellings found."
151 },
152 pagebreak:{
153 desc:"Insert page break."
154 }}});