source: sipes/modules_contrib/views/help/views.help.ini @ 65dadeb

stableversion-3.0
Last change on this file since 65dadeb was 59029b2, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo la version del modulo views

  • Propiedad mode establecida a 100644
File size: 5.1 KB
Línea 
1[advanced help settings]
2line break = TRUE
3
4[about]
5title = "What is Views?"
6weight = -50
7
8[getting-started]
9title = "Getting started"
10weight = -40
11
12[new]
13title = "What's new in Views 3"
14weight = -30
15
16[example-users-by-role]
17title = "Create a page to list users by role"
18parent = getting-started
19weight = -20
20
21[example-recent-stories]
22title = "Create a block of recent stories"
23parent = getting-started
24weight = 0
25
26[example-user-feed]
27title = "Create an RSS feed of user posts"
28parent = getting-started
29weight = 30
30
31[example-author-block]
32title = "Create a block of author's recent blog posts"
33parent = getting-started
34weight = 40
35
36
37[example-bulk-export]
38title = "Create a module from bulk exported views"
39parent = getting-started
40weight = 50
41
42[view-add]
43title = "Add a View"
44weight = -10
45
46[view-settings]
47title = "View settings"
48weight = 0
49
50[basic-settings]
51title = "Basic settings"
52weight = 10
53
54[advanced-settings]
55title= "Advanced settings"
56weight = 20
57
58[display]
59title = "Displays"
60weight = -10
61
62[display-default]
63title = "Default display"
64parent = display
65weight = -20
66
67[display-page]
68title = "Page display"
69parent = display
70weight = -15
71
72[display-block]
73title = "Block display"
74parent = display
75weight = -10
76
77[display-attachment]
78title = "Attachment display"
79parent = display
80
81[display-feed]
82title = "Feed display"
83parent = display
84
85[style-settings]
86title = "Style settings"
87weight = 30
88
89[style]
90title = "Style"
91parent = style-settings
92weight = -20
93
94[style-grid]
95title = "Grid (output style)"
96parent = style
97weight = 0
98
99[style-list]
100title = "HTML List (output style)"
101parent = style
102weight = 10
103
104[style-table]
105title = "Table (output style)"
106parent = style
107weight = 20
108
109[style-unformatted]
110title = "Unformatted (output style)"
111parent = style
112weight = 30
113
114[style-rss]
115title = "RSS output style"
116parent = style
117weight = 50
118
119[style-row]
120title = "Row styles"
121weight = -10
122parent = style-settings
123
124[style-jump]
125title = "Jump menu output style"
126parent = style
127weight = -4
128
129[style-fields]
130title = "Fields"
131parent = style-row
132weight = -10
133
134[style-node]
135title = "Node"
136parent = style-row
137weight = 0
138
139[style-node-rss]
140title = "Node RSS item row style"
141parent = style-row
142weight = 10
143
144[style-comment-rss]
145title = "Comment RSS item row style"
146parent = style-row
147weight = 20
148
149[performance]
150title = "Performance"
151
152[performance-views-vs-displays]
153title = "Multiple Views vs Multiple Displays"
154parent = performance
155
156[analyze-theme]
157title = "Theme information"
158parent = style-settings
159weight = 30
160
161[using-theme]
162title = "Using Views templates"
163parent = analyze-theme
164weight = 40
165
166[theme-css]
167title = "Using CSS with Views"
168parent = style-settings
169weight = 20
170
171[menu]
172title = "Menu options (page display)"
173parent = display-page
174
175[path]
176title = "Path options (page display)"
177parent = display-page
178
179[exposed-form]
180title = "Exposed Form"
181weight = 45
182
183[header]
184title = "Header"
185weight = 50
186
187[footer]
188title = "Footer"
189weight = 60
190
191[empty-text]
192title = "Empty Text"
193weight = 70
194
195[field]
196title = "Fields"
197weight = 80
198
199[relationship]
200title = "Relationships"
201weight = 90
202
203[argument]
204title = "Arguments"
205weight = 100
206
207[style-summary-unformatted]
208title = "Summary Style: Unformatted (output style)"
209parent = argument
210
211[style-summary]
212title = "Summary Style: List (output style)"
213parent = argument
214
215[sort]
216title = "Sort criteria"
217weight = 110
218
219[filter]
220title = "Filters"
221weight = 120
222
223[overrides]
224title = "What are overrides?"
225parent = display
226
227[embed]
228title = "Embedding a view into other parts of your site"
229weight = 140
230
231[updating]
232title = "Updating your views from Views 1 to Views 2"
233weight = 150
234
235[updating-view3]
236title = "Updating your views from Views 2 to Views 3"
237weight = 160
238
239[misc-notes]
240title = "Known Issues and Workarounds"
241
242
243; API related
244[api]
245title = "Views' API"
246weight = 170
247
248[api-tables]
249title = "Describing tables to Views"
250weight = -100
251parent = api
252
253[api-default-views]
254title = "Using default views in your module"
255weight = -90
256parent = api
257
258[api-handlers]
259title = "How Views handlers work"
260weight = -50
261parent = api
262
263[api-handler-area]
264title = "How to write an area handler"
265weight = -40
266parent = api
267
268[api-plugins]
269title = "How Views plugins work"
270weight = -40
271parent = api
272
273[api-forms]
274title = "Outputting form elements from handlers"
275weight = -30
276parent = api
277
278[api-upgrading]
279title = "Upgrading your module Views 1 to Views 2"
280parent = api
281
282[api-example]
283title = "Integrating the Node Example module"
284parent = api
285weight = 100
286
287[alter-exposed-filter]
288title = "Altering the default value of an exposed filter"
289parent = api
290weight = 101
291
292[get-total-rows]
293title = "How to get a total number of rows for a View with a filter and no pager"]
294parent = "api"
295weight = 102
296
297;Other places to get help
298[other-help]
299title = "Other places to get help"
300weight = 200
301
302[demo-video]
303title = "Video demos for Views"
304weight = 210
305parent = other-help
306
307;More examples
308[top-pager]
309title = "Adding a pager to the top and bottom of a view"
310weight = 215
311
312[select-multple-nids-contextual-filters]
313title = "Selecting multiple nids with contextual filters (arguments)"
314weight = 216
315
316[taxonomy-page-override]
317title = "Overriding the default taxonomy pages with the Taxonomy term view"
318weight = 217
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.