PluginProbe
Wp-Insert / 1.7.2
Wp-Insert v1.7.2
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / editarea / langs / dk.js

dk.js in Wp-Insert 1.7.2, at editarea/langs/dk.js

49 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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&aring; 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&aring; til linie",
19 go_to_line_prompt: "gå til linienummer:",
20 undo: "fortryd",
21 redo: "gentag",
22 change_smooth_selection: "sl&aring; display funktioner til/fra (smartere display men mere CPU kr&aelig;vende)",
23 highlight: "sl&aring; 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&oslash;j tabulation til tekst",
36 remove_tab: "fjern tabulation fra tekst",
37 about_notice: "Husk: syntax highlight funktionen b&oslash;r kun bruge til sm&aring; tekster",
38 toggle: "Sl&aring; 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