~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/common/edit_area/langs/dk.js

  • Committer: William Grant
  • Date: 2008-07-07 01:45:11 UTC
  • mfrom: (unknown (missing))
  • Revision ID: wgrant@ugrad.unimelb.edu.au-20080707014511-xyy43p6y8jiqrsh9
Merge killall-editarea branch. We now use CodePress instead, which is
somewhat less slothful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
help: "om",
26
 
save: "gem",
27
 
load: "hent",
28
 
line_abbr: "Ln",
29
 
char_abbr: "Ch",
30
 
position: "Position",
31
 
total: "Total",
32
 
close_popup: "luk popup",
33
 
shortcuts: "Genveje",
34
 
add_tab: "tilf&oslash;j tabulation til tekst",
35
 
remove_tab: "fjern tabulation fra tekst",
36
 
about_notice: "Husk: syntax highlight funktionen b&oslash;r kun bruge til sm&aring; tekster",
37
 
toggle: "Sl&aring; editor til / fra",
38
 
accesskey: "Accesskey",
39
 
tab: "Tab",
40
 
shift: "Skift",
41
 
ctrl: "Ctrl",
42
 
esc: "Esc",
43
 
processing: "Processing...",
44
 
fullscreen: "fullscreen",
45
 
syntax_selection: "--Syntax--",
46
 
syntax_css: "CSS",
47
 
syntax_html: "HTML",
48
 
syntax_js: "Javascript",
49
 
syntax_php: "Php",
50
 
syntax_python: "Python",
51
 
syntax_vb: "Visual Basic",
52
 
syntax_xml: "Xml",
53
 
syntax_c: "C",
54
 
syntax_cpp: "CPP",
55
 
syntax_basic: "Basic",
56
 
syntax_pas: "Pascal",
57
 
syntax_brainfuck: "Brainfuck",
58
 
syntax_sql: "SQL",
59
 
close_tab: "Close file"
60
 
};