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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-15 06:17:23 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:233
Added a shaky implementation of EditArea as the text editor.
Installed the EditArea files in media/common.
FileBrowser app includes EditArea.
editor.js calls the appropriate methods to set up an EditArea and the Save
button saves its contents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
editAreaLoader.lang["de"]={
 
2
new_document: "Neues Dokument",
 
3
search_button: "Suchen und Ersetzen",
 
4
search_command: "Weitersuchen / öffne Suchfeld",
 
5
search: "Suchen",
 
6
replace: "Ersetzen",
 
7
replace_command: "Ersetzen / öffne Suchfeld",
 
8
find_next: "Weitersuchen",
 
9
replace_all: "Ersetze alle Treffer",
 
10
reg_exp: "reguläre Ausdrücke",
 
11
match_case: "passt auf den Begriff<br />",
 
12
not_found: "Nicht gefunden.",
 
13
occurrence_replaced: "Die Vorkommen wurden ersetzt.",
 
14
search_field_empty: "Leeres Suchfeld",
 
15
restart_search_at_begin: "Ende des zu durchsuchenden Bereiches erreicht. Es wird die Suche von Anfang an fortgesetzt.", //find a shorter translation
 
16
move_popup: "Suchfenster bewegen",
 
17
font_size: "--Schriftgr&ouml;&szlig;e--",
 
18
go_to_line: "Gehe zu Zeile",
 
19
go_to_line_prompt: "Gehe zu Zeilennummmer:",
 
20
undo: "R&uuml;ckg&auml;ngig",
 
21
redo: "Wiederherstellen",
 
22
change_smooth_selection: "Aktiviere/Deaktiviere einige Features (weniger Bildschirmnutzung aber mehr CPU-Belastung)",
 
23
highlight: "Syntax Highlighting an- und ausschalten",
 
24
reset_highlight: "Highlighting zur&uuml;cksetzen (falls mit Text nicht konform)",
 
25
help: "Info",
 
26
save: "Speichern",
 
27
load: "&Ouml;ffnen",
 
28
line_abbr: "Ln",
 
29
char_abbr: "Ch",
 
30
position: "Position",
 
31
total: "Gesamt",
 
32
close_popup: "Popup schlie&szlig;en",
 
33
shortcuts: "Shortcuts",
 
34
add_tab: "Tab zum Text hinzuf&uuml;gen",
 
35
remove_tab: "Tab aus Text entfernen",
 
36
about_notice: "Bemerkung: Syntax Highlighting ist nur f&uuml;r kurze Texte",
 
37
toggle: "Editor an- und ausschalten",
 
38
accesskey: "Accesskey",
 
39
tab: "Tab",
 
40
shift: "Shift",
 
41
ctrl: "Ctrl",
 
42
esc: "Esc",
 
43
processing: "In Bearbeitung...",
 
44
fullscreen: "Full-Screen",
 
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
};