File: 02help.rb

package info (click to toggle)
hiki 0.8.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,796 kB
  • ctags: 1,736
  • sloc: ruby: 20,269; lisp: 926; sh: 269; makefile: 12
file content (111 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
def help_heading_label
   'Überschrift'
end

def help_list_label
   'Liste'
end

def help_numbered_label
   'Aufzählung'
end

def help_link_label
   'Link'
end

def help_url_label
   'URL'
end

def help_emphasized_label
   'Kursiv'
end

def help_strongly_label
   'Fett'
end

def help_struckout_label
   'Durchgestrichen'
end

def help_definition_label
   'Definition'
end

def help_table_label
   'Tabelle'
end

def help_cell_label
   'Zelle'
end

def help_headingcell_label
   'Überschrift'
end

def help_rows_label
   'Reihen'
end

def help_columns_label
   'Spalten'
end

def help_horizontal_label
   'Horizontal'
end

def help_multiplelines_label
   'mehrere Zeilen'
end

def help_preformatted_label
   'Vor-Formatiert'
end

def help_cancel_label
   'Beenden'
end

def help_quotation_label
   'Zitat'
end

def help_comment_label
   'Kommentar'
end

def help_math_label
   'Mathe'
end

def help_display_label
   'display'
end

def help_inline_label
   'inline'
end

def help_plugin_label
   'Plugin'
end

def help_br_label
   'Zeilenumbruch'
end

def help_toc_label
   'Inhaltsverzeichnis'
end

def help_tochere_label
   'hier'
end

def help_recent_label
   'Letzte Änderungen'
end