source: trunk/plugins/LocalFilesEditor/editarea/langs/dk.js @ 5160

Last change on this file since 5160 was 5160, checked in by patdenice, 14 years ago

Editor
Update editarea to 0.8.2.
Remove CSS tab.
Fix jQuery path.

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