| 1 |
editAreaLoader.lang["dk"]={ |
| 2 |
new_document: "nyt tomt dokument", |
| 3 |
search_button: "søg og erstat", |
| 4 |
search_command: "find næste / åben søgefelt", |
| 5 |
search: "søg", |
| 6 |
replace: "erstat", |
| 7 |
replace_command: "erstat / åben søgefelt", |
| 8 |
find_next: "find næste", |
| 9 |
replace_all: "erstat alle", |
| 10 |
reg_exp: "regular expressions", |
| 11 |
match_case: "forskel på store/små bogstaver<br />", |
| 12 |
not_found: "not found.", |
| 13 |
occurrence_replaced: "occurences replaced.", |
| 14 |
search_field_empty: "Search field empty", |
| 15 |
restart_search_at_begin: "End of area reached. Restart at begin.", |
| 16 |
move_popup: "flyt søgepopup", |
| 17 |
font_size: "--Skriftstørrelse--", |
| 18 |
go_to_line: "gå til linie", |
| 19 |
go_to_line_prompt: "gå til linienummer:", |
| 20 |
undo: "fortryd", |
| 21 |
redo: "gentag", |
| 22 |
change_smooth_selection: "slå display funktioner til/fra (smartere display men mere CPU krævende)", |
| 23 |
highlight: "slå syntax highlight til/fra", |
| 24 |
reset_highlight: "nulstil highlight (hvis den er desynkroniseret fra teksten)", |
| 25 |
word_wrap: "toggle word wrapping mode", |
| 26 |
help: "om", |
| 27 |
save: "gem", |
| 28 |
load: "hent", |
| 29 |
line_abbr: "Ln", |
| 30 |
char_abbr: "Ch", |
| 31 |
position: "Position", |
| 32 |
total: "Total", |
| 33 |
close_popup: "luk popup", |
| 34 |
shortcuts: "Genveje", |
| 35 |
add_tab: "tilføj tabulation til tekst", |
| 36 |
remove_tab: "fjern tabulation fra tekst", |
| 37 |
about_notice: "Husk: syntax highlight funktionen bør kun bruge til små tekster", |
| 38 |
toggle: "Slå editor til / fra", |
| 39 |
accesskey: "Accesskey", |
| 40 |
tab: "Tab", |
| 41 |
shift: "Skift", |
| 42 |
ctrl: "Ctrl", |
| 43 |
esc: "Esc", |
| 44 |
processing: "Processing...", |
| 45 |
fullscreen: "fullscreen", |
| 46 |
syntax_selection: "--Syntax--", |
| 47 |
close_tab: "Close file" |
| 48 |
}; |
| 49 |
|