source: sipei/modules/views/help/views.help.ini @ ffa4103

drupal-6.x
Last change on this file since ffa4103 was ffa4103, checked in by Luis Peña <lpena@…>, 12 años ago

Cambiando el nombre de modulos a modules

  • Propiedad mode establecida a 100755
File size: 3.2 KB
Línea 
1; $Id: views.help.ini,v 1.18.2.2 2009/11/30 19:37:05 merlinofchaos Exp $
2[advanced help settings]
3line break = TRUE
4
5[about]
6title = "What is Views?"
7weight = -40
8
9[getting-started]
10title = "Getting started"
11weight = -45
12
13[example-users-by-role]
14title = "Create a page to list users by role"
15parent = getting-started
16weight = -10
17
18[example-recent-stories]
19title = "Create a block of recent stories"
20parent = getting-started
21weight = 0
22
23[example-user-feed]
24title = "Create an RSS feed of user posts"
25parent = getting-started
26weight = 30
27
28[example-author-block]
29title = "Create a block of author's recent blog posts"
30parent = getting-started
31weight = 40
32
33[view-type]
34title = "View types"
35
36[display]
37title = "Displays"
38weight = -30
39
40[display-default]
41title = "Default display"
42parent = display
43weight = -20
44
45[display-page]
46title = "Page display"
47parent = display
48weight = -15
49
50[display-block]
51title = "Block display"
52parent = display
53weight = -10
54
55[display-attachment]
56title = "Attachment display"
57parent = display
58
59[display-feed]
60title = "Feed display"
61parent = display
62
63[argument]
64title = "Arguments"
65parent = about
66
67[field]
68title = "Fields"
69parent = about
70
71[sort]
72title = "Sorts"
73parent = about
74
75[filter]
76title = "Filters"
77parent = about
78
79[relationship]
80title = "Relationships"
81parent = about
82
83[style]
84title = "Output styles (View styles)"
85weight = -20
86
87[style-row]
88title = "View row styles"
89parent = style
90weight = 10
91
92[style-list]
93title = "List output style"
94parent = style
95
96[style-unformatted]
97title = "Unformatted output style"
98parent = style
99weight = -6
100
101[style-table]
102title = "Table output style"
103parent = style
104weight = -5
105
106[style-grid]
107title = "Grid output style"
108parent = style
109weight = -5
110
111[style-rss]
112title = "RSS output style"
113parent = style
114weight = -5
115
116[style-fields]
117title = "Fields row style"
118parent = style-row
119
120[style-node]
121title = "Node row style"
122parent = style-row
123
124[style-node-rss]
125title = "Node RSS item row style"
126parent = style-row
127
128[style-comment-rss]
129title = "Comment RSS item row style"
130parent = style-row
131
132[style-summary-unformatted]
133title = "Unformatted summary style"
134parent = "style"
135weight = 10
136
137[style-summary]
138title = "List summary style"
139parent = "style"
140weight = 10
141
142[menu]
143title = "Menu options (page display)"
144
145[path]
146title = "Path options (page display)"
147
148[analyze-theme]
149title = "Theme information"
150
151[using-theme]
152title = "Using Views templates"
153parent = analyze-theme
154
155[theme-css]
156title = "Using CSS with Views"
157parent = analyze-theme
158
159[overrides]
160title = "What are overrides?"
161
162[embed]
163title = "Embedding a view into other parts of your site"
164
165[new]
166title = "What's new in Views 2"
167weight = -42
168
169[updating]
170title = "Updating your views from Views 1 to Views 2"
171
172; API related
173[api]
174title = "Views' API"
175weight = 100
176
177[api-tables]
178title = "Describing tables to Views"
179weight = -100
180parent = api
181
182[api-default-views]
183title = "Using default views in your module"
184weight = -90
185parent = api
186
187[api-handlers]
188title = "How Views handlers work"
189weight = -50
190parent = api
191
192[api-plugins]
193title = "How Views plugins work"
194weight = -40
195parent = api
196
197[api-upgrading]
198title = "Upgrading your module Views 1 to Views 2"
199parent = api
200
201[api-example]
202title = "Integrating the Node Example module"
203parent = api
204weight = 100
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.