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

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.9 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)",
25help: "om",
26save: "gem",
27load: "hent",
28line_abbr: "Ln",
29char_abbr: "Ch",
30position: "Position",
31total: "Total",
32close_popup: "luk popup",
33shortcuts: "Genveje",
34add_tab: "tilf&oslash;j tabulation til tekst",
35remove_tab: "fjern tabulation fra tekst",
36about_notice: "Husk: syntax highlight funktionen b&oslash;r kun bruge til sm&aring; tekster",
37toggle: "Sl&aring; editor til / fra",
38accesskey: "Accesskey",
39tab: "Tab",
40shift: "Skift",
41ctrl: "Ctrl",
42esc: "Esc",
43processing: "Processing...",
44fullscreen: "fullscreen",
45syntax_selection: "--Syntax--",
46syntax_css: "CSS",
47syntax_html: "HTML",
48syntax_js: "Javascript",
49syntax_php: "Php",
50syntax_python: "Python",
51syntax_vb: "Visual Basic",
52syntax_xml: "Xml",
53syntax_c: "C",
54syntax_cpp: "CPP",
55syntax_basic: "Basic",
56syntax_pas: "Pascal",
57syntax_brainfuck: "Brainfuck",
58syntax_sql: "SQL",
59syntax_ruby: "Ruby",
60syntax_robotstxt: "Robots txt",
61syntax_tsql: "T-SQL",
62syntax_perl: "Perl",
63syntax_coldfusion: "Coldfusion",
64close_tab: "Close file"
65};
Note: See TracBrowser for help on using the repository browser.