zena 0.16.3 → 0.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. data/.gitignore +1 -0
  2. data/History.txt +11 -0
  3. data/app/controllers/nodes_controller.rb +1 -1
  4. data/app/controllers/versions_controller.rb +1 -1
  5. data/app/controllers/virtual_classes_controller.rb +29 -2
  6. data/app/models/cached_page.rb +3 -3
  7. data/app/models/document.rb +1 -20
  8. data/app/models/iformat.rb +4 -4
  9. data/app/models/image.rb +1 -1
  10. data/app/models/image_content.rb +5 -5
  11. data/app/models/node.rb +25 -0
  12. data/app/models/text_document_version.rb +11 -3
  13. data/app/models/virtual_class.rb +50 -0
  14. data/app/views/{nodes → sites}/404.html +0 -0
  15. data/app/views/templates/edit_tabs/_image.rhtml +1 -1
  16. data/app/views/versions/_list.rhtml +3 -1
  17. data/app/views/virtual_classes/_li.erb +2 -2
  18. data/app/views/virtual_classes/index.erb +9 -1
  19. data/bricks/tags/patch/node.rb +1 -1
  20. data/config/bricks.yml +1 -1
  21. data/config/gems.yml +4 -2
  22. data/db/migrate/047_change_default_link_id_to_zero.rb +1 -1
  23. data/db/migrate/20090825201159_insert_zero_link.rb +1 -1
  24. data/lib/bricks.rb +2 -2
  25. data/lib/bricks/requirements_validation.rb +13 -8
  26. data/lib/gettext_strings.rb +1 -0
  27. data/lib/tasks/zena.rake +15 -6
  28. data/lib/zena.rb +9 -3
  29. data/lib/{base_additions.rb → zena/base_additions.rb} +0 -0
  30. data/lib/{core_ext → zena/core_ext}/date_time.rb +0 -0
  31. data/lib/{core_ext → zena/core_ext}/dir.rb +0 -0
  32. data/lib/zena/core_ext/file_utils.rb +13 -0
  33. data/lib/{core_ext → zena/core_ext}/fixnum.rb +0 -0
  34. data/lib/{core_ext → zena/core_ext}/string.rb +0 -0
  35. data/lib/zena/deploy.rb +1 -1
  36. data/lib/zena/deploy/start.html +1 -1
  37. data/lib/zena/deploy/template.rb +5 -1
  38. data/lib/{fix_rails_layouts.rb → zena/fix_rails_layouts.rb} +0 -0
  39. data/lib/zena/info.rb +2 -2
  40. data/lib/zena/routes.rb +1 -1
  41. data/lib/zena/use/fixtures.rb +1 -1
  42. data/lib/zena/use/html_tags.rb +3 -3
  43. data/lib/zena/use/image_builder.rb +329 -0
  44. data/lib/zena/use/query_comment.rb +96 -0
  45. data/lib/zena/use/query_node.rb +408 -0
  46. data/lib/zena/use/query_node_finders.rb +91 -0
  47. data/lib/zena/use/rendering.rb +2 -2
  48. data/lib/{webdav_adapter.rb → zena/webdav_adapter.rb} +0 -0
  49. data/locale/de/LC_MESSAGES/zena.mo +0 -0
  50. data/locale/de/zena.po +1456 -0
  51. data/locale/en/LC_MESSAGES/zena.mo +0 -0
  52. data/locale/en/zena.po +626 -1197
  53. data/locale/fr/LC_MESSAGES/zena.mo +0 -0
  54. data/locale/fr/zena.po +895 -1221
  55. data/locale/zena.pot +527 -1027
  56. data/public/calendar/lang/calendar-de-utf8.js +128 -0
  57. data/public/calendar/menuarrow.gif +0 -0
  58. data/public/stylesheets/admin.css +2 -1
  59. data/test/custom_queries/complex.host.yml +1 -1
  60. data/test/fixtures/files/vclasses.yml +12 -0
  61. data/test/functional/virtual_classes_controller_test.rb +9 -0
  62. data/test/helpers/{node_query → query_node}/basic.yml +0 -0
  63. data/test/helpers/{node_query → query_node}/comments.yml +0 -0
  64. data/test/helpers/{node_query → query_node}/complex.yml +0 -0
  65. data/test/helpers/{node_query → query_node}/filters.yml +0 -0
  66. data/test/helpers/{node_query → query_node}/relations.yml +0 -0
  67. data/test/helpers/{node_query_test.rb → query_node_test.rb} +1 -2
  68. data/test/integration/navigation_test.rb +2 -0
  69. data/test/test_helper.rb +1 -1
  70. data/test/test_zena.rb +1 -1
  71. data/test/unit/core_ext_test.rb +3 -3
  72. data/test/unit/iformat_test.rb +3 -3
  73. data/test/unit/image_builder_test.rb +34 -34
  74. data/test/unit/node_test.rb +15 -1
  75. data/test/unit/virtual_class_test.rb +106 -0
  76. data/test/unit/zena/use/upload_test.rb +3 -3
  77. data/vendor/plugins/gettext_i18n_rails/tasks/gettext_rails_i18n.rake +3 -3
  78. data/zena.gemspec +36 -29
  79. data/zena_console.rb +33 -0
  80. metadata +30 -23
  81. data/lib/comment_query.rb +0 -92
  82. data/lib/image_builder.rb +0 -325
  83. data/lib/zena/use/node_query_finders.rb +0 -494
  84. data/vendor/bricks/20070122-172926.txt +0 -282
data/locale/zena.pot CHANGED
@@ -6,8 +6,8 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: 0.9.0\n"
10
- "POT-Creation-Date: 2008-09-26 20:39-0000\n"
9
+ "Project-Id-Version: version 0.0.1\n"
10
+ "POT-Creation-Date: 2009-12-01 17:06+0100\n"
11
11
  "PO-Revision-Date: 2007-05-13 19:08-0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,10 +16,6 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
18
 
19
- #: app/controllers/application.rb:501
20
- msgid "Please log in"
21
- msgstr ""
22
-
23
19
  #: app/controllers/comments_controller.rb:31
24
20
  msgid "Comment was successfully created."
25
21
  msgstr ""
@@ -28,43 +24,43 @@ msgstr ""
28
24
  msgid "Data entry was successfully created."
29
25
  msgstr ""
30
26
 
31
- #: app/controllers/documents_controller.rb:35
27
+ #: app/controllers/documents_controller.rb:34
32
28
  msgid "Upload failed."
33
29
  msgstr ""
34
30
 
35
- #: app/controllers/documents_controller.rb:38
31
+ #: app/controllers/documents_controller.rb:37
36
32
  msgid "Upload succeeded."
37
33
  msgstr ""
38
34
 
39
- #: app/controllers/nodes_controller.rb:197
35
+ #: app/controllers/nodes_controller.rb:210
40
36
  msgid "Backup created."
41
37
  msgstr ""
42
38
 
43
- #: app/controllers/nodes_controller.rb:199
39
+ #: app/controllers/nodes_controller.rb:212
44
40
  msgid "Could not create backup."
45
41
  msgstr ""
46
42
 
47
- #: app/controllers/nodes_controller.rb:233
43
+ #: app/controllers/nodes_controller.rb:263
48
44
  msgid "node updated"
49
45
  msgstr ""
50
46
 
51
- #: app/controllers/nodes_controller.rb:235
47
+ #: app/controllers/nodes_controller.rb:265
52
48
  msgid "could not update"
53
49
  msgstr ""
54
50
 
55
- #: app/controllers/nodes_controller.rb:275
51
+ #: app/controllers/nodes_controller.rb:316
56
52
  msgid "node not found"
57
53
  msgstr ""
58
54
 
59
- #: app/controllers/nodes_controller.rb:299
55
+ #: app/controllers/nodes_controller.rb:340
60
56
  msgid "Order updated"
61
57
  msgstr ""
62
58
 
63
- #: app/controllers/nodes_controller.rb:301
59
+ #: app/controllers/nodes_controller.rb:342
64
60
  msgid "Could not update order."
65
61
  msgstr ""
66
62
 
67
- #: app/controllers/nodes_controller.rb:318
63
+ #: app/controllers/nodes_controller.rb:359
68
64
  msgid "Could not clear order."
69
65
  msgstr ""
70
66
 
@@ -73,777 +69,324 @@ msgid "password successfully updated"
73
69
  msgstr ""
74
70
 
75
71
  #: app/controllers/preferences_controller.rb:40
76
- #: app/controllers/users_controller.rb:97
72
+ #: app/controllers/users_controller.rb:96
77
73
  msgid "information successfully updated"
78
74
  msgstr ""
79
75
 
80
- #: app/controllers/session_controller.rb:19
76
+ #: app/controllers/sessions_controller.rb:20
81
77
  msgid "Invalid login or password."
82
78
  msgstr ""
83
79
 
84
- #: app/controllers/sites_controller.rb:63
80
+ #: app/controllers/sites_controller.rb:51
85
81
  msgid "Cache cleared."
86
82
  msgstr ""
87
83
 
88
- #: app/controllers/users_controller.rb:99
84
+ #: app/controllers/users_controller.rb:98
89
85
  msgid "could not update user"
90
86
  msgstr ""
91
87
 
92
- #: app/controllers/versions_controller.rb:52
88
+ #: app/controllers/versions_controller.rb:60
93
89
  msgid "Version changed back to redaction."
94
90
  msgstr ""
95
91
 
96
- #: app/controllers/versions_controller.rb:54
92
+ #: app/controllers/versions_controller.rb:62
97
93
  msgid "Could not change version back to redaction."
98
94
  msgstr ""
99
95
 
100
- #: app/controllers/versions_controller.rb:59
96
+ #: app/controllers/versions_controller.rb:67
101
97
  msgid "Could not edit version."
102
98
  msgstr ""
103
99
 
104
- #: app/controllers/versions_controller.rb:138
100
+ #: app/controllers/versions_controller.rb:183
105
101
  msgid "Redaction proposed for publication."
106
102
  msgstr ""
107
103
 
108
- #: app/controllers/versions_controller.rb:140
104
+ #: app/controllers/versions_controller.rb:185
109
105
  msgid "Could not propose redaction."
110
106
  msgstr ""
111
107
 
112
- #: app/controllers/versions_controller.rb:147
108
+ #: app/controllers/versions_controller.rb:192
113
109
  msgid "Proposition refused."
114
110
  msgstr ""
115
111
 
116
- #: app/controllers/versions_controller.rb:150
112
+ #: app/controllers/versions_controller.rb:195
117
113
  msgid "Could not refuse proposition."
118
114
  msgstr ""
119
115
 
120
- #: app/helpers/application_helper.rb:221 app/views/users/_form.rhtml:17
121
- #: app/views/users/preferences.html.erb:13
122
- msgid "login"
123
- msgstr ""
124
-
125
- #: app/helpers/application_helper.rb:235
126
- msgid "long_time"
127
- msgstr ""
128
-
129
- #: app/helpers/application_helper.rb:240
130
- msgid "short_time"
131
- msgstr ""
132
-
133
- #: app/helpers/application_helper.rb:245
134
- msgid "full_date"
135
- msgstr ""
136
-
137
- #: app/helpers/application_helper.rb:250
138
- msgid "long_date"
139
- msgstr ""
140
-
141
- #: app/helpers/application_helper.rb:255
142
- msgid "short_date"
143
- msgstr ""
144
-
145
- #: app/helpers/application_helper.rb:667 lib/gettext_strings.rb:73
146
- msgid "%{type} node"
147
- msgstr ""
148
-
149
- #: app/helpers/application_helper.rb:679 lib/gettext_strings.rb:72
150
- msgid "%{ext} document"
151
- msgstr ""
152
-
153
- #: app/helpers/application_helper.rb:683
154
- msgid "%{ext} node"
155
- msgstr ""
156
-
157
- #: app/helpers/application_helper.rb:759 app/helpers/application_helper.rb:775
158
- msgid "week_start_day"
159
- msgstr ""
160
-
161
- #: app/helpers/application_helper.rb:979 lib/gettext_strings.rb:46
162
- msgid "img_private"
163
- msgstr ""
164
-
165
- #: app/helpers/application_helper.rb:981 lib/gettext_strings.rb:45
166
- msgid "img_public"
167
- msgstr ""
168
-
169
- #: app/helpers/application_helper.rb:1020
170
- msgid "btn_edit"
171
- msgstr ""
172
-
173
- #: app/helpers/application_helper.rb:1025
174
- msgid "btn_drive"
175
- msgstr ""
176
-
177
- #: app/helpers/application_helper.rb:1056
178
- #: app/helpers/application_helper.rb:1068
179
- msgid "btn_view"
180
- msgstr ""
181
-
182
- #: app/helpers/application_helper.rb:1071
183
- msgid "img_open"
184
- msgstr ""
185
-
186
- #: app/helpers/application_helper.rb:1071
187
- msgid "btn_title_close_discussion"
188
- msgstr ""
189
-
190
- #: app/helpers/application_helper.rb:1073
191
- msgid "img_closed"
192
- msgstr ""
193
-
194
- #: app/helpers/application_helper.rb:1073
195
- msgid "btn_title_open_discussion"
196
- msgstr ""
197
-
198
- #: app/helpers/application_helper.rb:1076 app/views/comments/_li.rhtml:3
199
- msgid "btn_remove"
200
- msgstr ""
201
-
202
- #: app/helpers/application_helper.rb:1076
203
- msgid "btn_title_destroy_discussion"
204
- msgstr ""
205
-
206
- #: app/helpers/application_helper.rb:1188
207
- msgid "my home"
208
- msgstr ""
209
-
210
- #: app/helpers/application_helper.rb:1191
211
- #: app/views/users/preferences.html.erb:1
212
- msgid "preferences"
213
- msgstr ""
214
-
215
- #: app/helpers/application_helper.rb:1194 app/views/comments/index.rhtml:1
216
- msgid "manage comments"
217
- msgstr ""
218
-
219
- #: app/helpers/application_helper.rb:1197 app/views/users/index.rhtml:1
220
- msgid "manage users"
221
- msgstr ""
222
-
223
- #: app/helpers/application_helper.rb:1200 app/views/groups/index.rhtml:1
224
- msgid "manage groups"
225
- msgstr ""
226
-
227
- #: app/helpers/application_helper.rb:1203 app/views/relations/index.erb:1
228
- msgid "manage relations"
229
- msgstr ""
230
-
231
- #: app/helpers/application_helper.rb:1206 app/views/iformats/index.rhtml:1
232
- #: app/views/virtual_classes/index.erb:1
233
- msgid "manage classes"
234
- msgstr ""
235
-
236
- #: app/helpers/application_helper.rb:1209
237
- msgid "image formats"
238
- msgstr ""
239
-
240
- #: app/helpers/application_helper.rb:1212 app/views/sites/index.erb:1
241
- msgid "manage sites"
242
- msgstr ""
243
-
244
- #: app/helpers/application_helper.rb:1216
245
- msgid "turn dev off"
246
- msgstr ""
247
-
248
- #: app/helpers/application_helper.rb:1218
249
- msgid "turn dev on"
250
- msgstr ""
251
-
252
- #: app/models/access_hits.rb:-
253
- msgid "access hit"
254
- msgstr ""
255
-
256
- #: app/models/access_hits.rb:-
257
- msgid "accesshit"
258
- msgstr ""
259
-
260
- #: app/models/access_hits.rb:- app/models/cache.rb:-
261
- #: app/models/cached_page.rb:- app/models/comment.rb:-
262
- #: app/models/contact_content.rb:- app/models/data_entry.rb:-
263
- #: app/models/discussion.rb:- app/models/document_content.rb:-
264
- #: app/models/group.rb:- app/models/iformat.rb:- app/models/node.rb:-
265
- #: app/models/participation.rb:- app/models/relation.rb:-
266
- #: app/models/template_content.rb:- app/models/version.rb:-
267
- #: app/models/virtual_class.rb:-
268
- msgid "Site"
269
- msgstr ""
270
-
271
- #: app/models/access_hits.rb:- app/models/cached_page.rb:-
272
- #: app/models/discussion.rb:- app/models/template_content.rb:-
273
- #: app/models/version.rb:-
274
- msgid "Node"
275
- msgstr ""
276
-
277
- #: app/models/access_hits.rb:-
278
- msgid "Remote host"
279
- msgstr ""
280
-
281
- #: app/models/access_hits.rb:-
282
- msgid "Request time"
283
- msgstr ""
284
-
285
- #: app/models/access_hits.rb:-
286
- msgid "Request duration"
287
- msgstr ""
288
-
289
- #: app/models/access_hits.rb:- app/models/comment.rb:- app/models/link.rb:-
290
- #: app/models/participation.rb:- app/models/version.rb:-
291
- msgid "Status"
292
- msgstr ""
293
-
294
- #: app/models/access_hits.rb:-
295
- msgid "Bytes sent"
296
- msgstr ""
297
-
298
- #: app/models/access_hits.rb:-
299
- msgid "Request method"
300
- msgstr ""
301
-
302
- #: app/models/access_hits.rb:-
303
- msgid "Request uri"
304
- msgstr ""
305
-
306
- #: app/models/access_hits.rb:-
307
- msgid "Referer"
308
- msgstr ""
309
-
310
- #: app/models/access_hits.rb:-
311
- msgid "Agent"
312
- msgstr ""
313
-
314
- #: app/models/access_hits.rb:-
315
- msgid "Request line"
316
- msgstr ""
317
-
318
- #: app/models/access_hits.rb:- app/models/template_content.rb:-
319
- msgid "Mode"
320
- msgstr ""
321
-
322
- #: app/models/access_hits.rb:- app/models/template_content.rb:-
323
- msgid "Format"
324
- msgstr ""
325
-
326
- #: app/models/access_hits.rb:- app/models/discussion.rb:-
327
- #: app/models/participation.rb:- app/models/version.rb:-
328
- msgid "Lang"
329
- msgstr ""
330
-
331
- #: app/models/cache.rb:-
332
- msgid "cach"
333
- msgstr ""
334
-
335
- #: app/models/cache.rb:-
336
- msgid "cache"
337
- msgstr ""
338
-
339
- #: app/models/cache.rb:- app/models/comment.rb:-
340
- #: app/models/contact_content.rb:- app/models/data_entry.rb:-
341
- #: app/models/discussion.rb:- app/models/group.rb:- app/models/iformat.rb:-
342
- #: app/models/node.rb:- app/models/user.rb:- app/models/version.rb:-
343
- msgid "Updated at"
344
- msgstr ""
345
-
346
- #: app/models/cache.rb:-
347
- msgid "Visitor"
348
- msgstr ""
349
-
350
- #: app/models/cache.rb:-
351
- msgid "Visitor groups"
352
- msgstr ""
353
-
354
- #: app/models/cache.rb:- app/models/node.rb:- app/models/virtual_class.rb:-
355
- msgid "Kpath"
356
- msgstr ""
357
-
358
- #: app/models/cache.rb:-
359
- msgid "Context"
360
- msgstr ""
361
-
362
- #: app/models/cache.rb:- app/models/version.rb:-
363
- msgid "Content"
364
- msgstr ""
365
-
366
- #: app/models/cached_page.rb:-
367
- msgid "cached page"
368
- msgstr ""
369
-
370
- #: app/models/cached_page.rb:-
371
- msgid "Path"
372
- msgstr ""
373
-
374
- #: app/models/cached_page.rb:-
375
- msgid "Expire after"
376
- msgstr ""
377
-
378
- #: app/models/cached_page.rb:- app/models/comment.rb:-
379
- #: app/models/contact_content.rb:- app/models/data_entry.rb:-
380
- #: app/models/discussion.rb:- app/models/group.rb:- app/models/iformat.rb:-
381
- #: app/models/node.rb:- app/models/user.rb:- app/models/version.rb:-
382
- msgid "Created at"
383
- msgstr ""
384
-
385
- #: app/models/comment.rb:- app/views/links/_form.rhtml:35
386
- #: app/views/templates/edit_tabs/_title.rhtml:16
387
- msgid "comment"
388
- msgstr ""
389
-
390
- #: app/models/comment.rb:-
391
- msgid "Discussion"
392
- msgstr ""
393
-
394
- #: app/models/comment.rb:-
395
- msgid "Reply to"
396
- msgstr ""
397
-
398
- #: app/models/comment.rb:- app/models/data_entry.rb:- app/models/node.rb:-
399
- #: app/models/participation.rb:- app/models/version.rb:-
400
- msgid "User"
401
- msgstr ""
402
-
403
- #: app/models/comment.rb:- app/models/version.rb:-
404
- msgid "Title"
405
- msgstr ""
406
-
407
- #: app/models/comment.rb:- app/models/data_entry.rb:- app/models/version.rb:-
408
- msgid "Text"
409
- msgstr ""
410
-
411
- #: app/models/comment.rb:-
412
- msgid "Author name"
413
- msgstr ""
414
-
415
- #: app/models/comment.rb:-
416
- msgid "Ip"
417
- msgstr ""
418
-
419
- #: app/models/comment.rb:80
116
+ #: app/models/comment.rb:86
420
117
  msgid "re: "
421
118
  msgstr ""
422
119
 
423
- #: app/models/contact_content.rb:-
424
- msgid "contact content"
425
- msgstr ""
426
-
427
- #: app/models/contact_content.rb:- app/models/document_content.rb:-
428
- msgid "Version"
429
- msgstr ""
430
-
431
- #: app/models/contact_content.rb:- app/models/user.rb:-
432
- msgid "First name"
433
- msgstr ""
434
-
435
- #: app/models/contact_content.rb:- app/models/document_content.rb:-
436
- #: app/models/group.rb:- app/models/iformat.rb:- app/models/node.rb:-
437
- #: app/models/site.rb:- app/models/user.rb:- app/models/virtual_class.rb:-
438
- msgid "Name"
439
- msgstr ""
440
-
441
- #: app/models/contact_content.rb:-
442
- msgid "Address"
443
- msgstr ""
444
-
445
- #: app/models/contact_content.rb:- app/models/node.rb:-
446
- msgid "Zip"
447
- msgstr ""
448
-
449
- #: app/models/contact_content.rb:-
450
- msgid "City"
451
- msgstr ""
452
-
453
- #: app/models/contact_content.rb:-
454
- msgid "Telephone"
455
- msgstr ""
456
-
457
- #: app/models/contact_content.rb:-
458
- msgid "Mobile"
459
- msgstr ""
460
-
461
- #: app/models/contact_content.rb:- app/models/user.rb:-
462
- msgid "Email"
463
- msgstr ""
464
-
465
- #: app/models/contact_content.rb:-
466
- msgid "Birthday"
467
- msgstr ""
468
-
469
- #: app/models/contact_content.rb:-
470
- msgid "Country"
471
- msgstr ""
472
-
473
- #: app/models/data_entry.rb:-
474
- msgid "data entry"
475
- msgstr ""
476
-
477
- #: app/models/data_entry.rb:-
478
- msgid "Date"
479
- msgstr ""
480
-
481
- #: app/models/data_entry.rb:-
482
- msgid "Value a"
483
- msgstr ""
484
-
485
- #: app/models/data_entry.rb:-
486
- msgid "Node a"
487
- msgstr ""
488
-
489
- #: app/models/data_entry.rb:-
490
- msgid "Node b"
491
- msgstr ""
492
-
493
- #: app/models/data_entry.rb:-
494
- msgid "Node c"
495
- msgstr ""
496
-
497
- #: app/models/data_entry.rb:-
498
- msgid "Node d"
499
- msgstr ""
500
-
501
- #: app/models/data_entry.rb:-
502
- msgid "Value b"
503
- msgstr ""
504
-
505
- #: app/models/data_entry.rb:35 app/models/node.rb:657
506
- #: app/views/data_entries/_li.html.erb:2
120
+ #: app/models/data_entry.rb:44 app/views/data_entries/_li.html.erb:2
121
+ #: lib/zena/use/dates.rb:145
507
122
  msgid "datetime"
508
123
  msgstr ""
509
124
 
510
- #: app/models/discussion.rb:-
511
- msgid "discussion"
512
- msgstr ""
513
-
514
- #: app/models/discussion.rb:-
515
- msgid "Inside"
516
- msgstr ""
517
-
518
- #: app/models/discussion.rb:-
519
- msgid "Open"
520
- msgstr ""
521
-
522
- #: app/models/document_content.rb:-
523
- msgid "document content"
524
- msgstr ""
525
-
526
- #: app/models/document_content.rb:- app/models/node.rb:-
527
- #: app/models/version.rb:-
528
- msgid "Type"
529
- msgstr ""
530
-
531
- #: app/models/document_content.rb:-
532
- msgid "Content type"
533
- msgstr ""
534
-
535
- #: app/models/document_content.rb:-
536
- msgid "Ext"
537
- msgstr ""
538
-
539
- #: app/models/document_content.rb:- app/models/iformat.rb:-
540
- msgid "Size"
541
- msgstr ""
542
-
543
- #: app/models/document_content.rb:- app/models/iformat.rb:-
544
- msgid "Width"
545
- msgstr ""
546
-
547
- #: app/models/document_content.rb:- app/models/iformat.rb:-
548
- msgid "Height"
125
+ #: app/views/data_entries/index.html.erb:1
126
+ #: app/views/data_entries/show.html.erb:1
127
+ msgid "data entries"
549
128
  msgstr ""
550
129
 
551
- #: app/models/group.rb:- app/views/groups/edit.html.erb:1
552
- #: app/views/groups/show.html.erb:1
130
+ #: app/views/groups/edit.html.erb:1 app/views/groups/show.html.erb:1
553
131
  msgid "group"
554
132
  msgstr ""
555
133
 
556
- #: app/models/iformat.rb:- app/views/iformats/edit.html.erb:1
557
- #: app/views/iformats/show.html.erb:1
134
+ #: app/views/iformats/edit.html.erb:1 app/views/iformats/show.html.erb:1
558
135
  msgid "iformat"
559
136
  msgstr ""
560
137
 
561
- #: app/models/iformat.rb:-
562
- msgid "Gravity"
563
- msgstr ""
564
-
565
- #: app/models/link.rb:-
566
- msgid "link"
567
- msgstr ""
568
-
569
- #: app/models/link.rb:-
570
- msgid "Source"
571
- msgstr ""
572
-
573
- #: app/models/link.rb:-
574
- msgid "Target"
575
- msgstr ""
576
-
577
- #: app/models/link.rb:-
578
- msgid "Relation"
579
- msgstr ""
580
-
581
- #: app/models/link.rb:- app/models/version.rb:-
582
- msgid "Comment"
583
- msgstr ""
584
-
585
- #: app/models/node.rb:-
586
- msgid "node"
587
- msgstr ""
588
-
589
- #: app/models/node.rb:-
590
- msgid "Event at"
591
- msgstr ""
592
-
593
- #: app/models/node.rb:-
594
- msgid "Section"
595
- msgstr ""
596
-
597
- #: app/models/node.rb:-
598
- msgid "Parent"
599
- msgstr ""
600
-
601
- #: app/models/node.rb:-
602
- msgid "Skin"
603
- msgstr ""
604
-
605
- #: app/models/node.rb:-
606
- msgid "Inherit"
607
- msgstr ""
608
-
609
- #: app/models/node.rb:-
610
- msgid "Rgroup"
611
- msgstr ""
612
-
613
- #: app/models/node.rb:-
614
- msgid "Wgroup"
615
- msgstr ""
616
-
617
- #: app/models/node.rb:-
618
- msgid "Pgroup"
619
- msgstr ""
620
-
621
- #: app/models/node.rb:- app/models/version.rb:-
622
- msgid "Publish from"
623
- msgstr ""
624
-
625
- #: app/models/node.rb:-
626
- msgid "Max status"
627
- msgstr ""
628
-
629
- #: app/models/node.rb:-
630
- msgid "Log at"
631
- msgstr ""
632
-
633
- #: app/models/node.rb:-
634
- msgid "Ref lang"
138
+ #: app/views/relations/_add.erb:2 lib/gettext_strings.rb:36
139
+ msgid "btn_relation_add"
635
140
  msgstr ""
636
141
 
637
- #: app/models/node.rb:-
638
- msgid "Alias"
142
+ #: app/views/relations/_form.erb:3 app/views/relations/_form.erb:5
143
+ #: app/views/sites/_form.erb:3 app/views/sites/_form.erb:5
144
+ #: app/views/virtual_classes/_form.erb:3 app/views/virtual_classes/_form.erb:5
145
+ #: app/views/comments/_form.rhtml:8 app/views/comments/_form.rhtml:10
146
+ #: app/views/comments/_form.rhtml:12 app/views/discussions/_form.rhtml:8
147
+ #: app/views/groups/_form.rhtml:3 app/views/groups/_form.rhtml:5
148
+ #: app/views/iformats/_form.rhtml:3 app/views/iformats/_form.rhtml:5
149
+ #: app/views/links/_form.rhtml:12 app/views/links/_form.rhtml:14
150
+ #: app/views/nodes/_import_results.rhtml:3 app/views/nodes/_results.rhtml:7
151
+ #: app/views/users/_form.rhtml:3 app/views/users/_form.rhtml:5
152
+ msgid "btn_x"
639
153
  msgstr ""
640
154
 
641
- #: app/models/node.rb:-
642
- msgid "Fullpath"
155
+ #: app/views/relations/_form.erb:16
156
+ msgid "source"
643
157
  msgstr ""
644
158
 
645
- #: app/models/node.rb:-
646
- msgid "Custom base"
159
+ #: app/views/relations/_form.erb:16
160
+ msgid "target"
647
161
  msgstr ""
648
162
 
649
- #: app/models/node.rb:-
650
- msgid "Basepath"
163
+ #: app/views/relations/_form.erb:17
164
+ msgid "kpath"
651
165
  msgstr ""
652
166
 
653
- #: app/models/node.rb:-
654
- msgid "Project"
167
+ #: app/views/relations/_form.erb:21
168
+ msgid "role"
655
169
  msgstr ""
656
170
 
657
- #: app/models/node.rb:-
658
- msgid "Position"
171
+ #: app/views/relations/_form.erb:25 app/views/virtual_classes/_form.erb:17
172
+ msgid "icon"
659
173
  msgstr ""
660
174
 
661
- #: app/models/node.rb:-
662
- msgid "Vclass"
175
+ #: app/views/relations/_form.erb:29 app/views/iformats/_form.rhtml:17
176
+ msgid "type"
663
177
  msgstr ""
664
178
 
665
- #: app/models/node.rb:-
666
- msgid "Custom a"
179
+ #: app/views/relations/_form.erb:30 app/views/relations/_form.erb:32
180
+ #: app/views/relations/_li.erb:2 app/views/relations/_li.erb:12
181
+ #: lib/gettext_strings.rb:29
182
+ msgid "relation_img"
667
183
  msgstr ""
668
184
 
669
- #: app/models/node.rb:-
670
- msgid "Custom b"
185
+ #: app/views/relations/_form.erb:31 app/views/relations/_form.erb:33
186
+ #: app/views/relations/_li.erb:2 app/views/relations/_li.erb:12
187
+ #: lib/gettext_strings.rb:30
188
+ msgid "relations_img"
671
189
  msgstr ""
672
190
 
673
- #: app/models/participation.rb:-
674
- msgid "participation"
191
+ #: app/views/relations/_form.erb:35 app/views/sites/_form.erb:34
192
+ #: app/views/users/preferences.html.erb:19
193
+ #: app/views/users/preferences.html.erb:35
194
+ #: app/views/virtual_classes/_form.erb:22 app/views/comments/_form.rhtml:23
195
+ #: app/views/groups/_form.rhtml:35 app/views/iformats/_form.rhtml:22
196
+ #: app/views/nodes/_edit_attribute.rhtml:15
197
+ #: app/views/templates/document_create_tabs/_file.rhtml:3
198
+ #: app/views/templates/document_create_tabs/_import.rhtml:2
199
+ #: app/views/templates/document_create_tabs/_template.rhtml:3
200
+ #: app/views/templates/document_create_tabs/_text_doc.rhtml:3
201
+ #: app/views/users/_form.rhtml:46 app/views/versions/edit.rhtml:16
202
+ msgid "validate"
675
203
  msgstr ""
676
204
 
677
- #: app/models/participation.rb:-
678
- msgid "Contact"
205
+ #: app/views/relations/_form.erb:39
206
+ msgid "Are you sure you want to destroy this relation ?"
679
207
  msgstr ""
680
208
 
681
- #: app/models/relation.rb:-
682
- msgid "relation"
209
+ #: app/views/relations/_form.erb:40
210
+ msgid "destroy relation (with all links)"
683
211
  msgstr ""
684
212
 
685
- #: app/models/relation.rb:-
686
- msgid "Source role"
213
+ #: app/views/relations/_form.erb:40 app/views/virtual_classes/_form.erb:27
214
+ #: app/views/groups/_form.rhtml:41 app/views/iformats/_form.rhtml:27
215
+ msgid "destroy"
687
216
  msgstr ""
688
217
 
689
- #: app/models/relation.rb:-
690
- msgid "Source kpath"
218
+ #: app/views/relations/edit.erb:1
219
+ msgid "edit relation"
691
220
  msgstr ""
692
221
 
693
- #: app/models/relation.rb:-
694
- msgid "Source unique"
222
+ #: app/views/relations/index.erb:1 lib/zena/use/html_tags.rb:416
223
+ msgid "manage relations"
695
224
  msgstr ""
696
225
 
697
- #: app/models/relation.rb:-
698
- msgid "Source icon"
226
+ #: app/views/relations/new.erb:1
227
+ msgid "new relation"
699
228
  msgstr ""
700
229
 
701
- #: app/models/relation.rb:-
702
- msgid "Target role"
230
+ #: app/views/sites/_form.erb:16
231
+ msgid "host"
703
232
  msgstr ""
704
233
 
705
- #: app/models/relation.rb:-
706
- msgid "Target kpath"
234
+ #: app/views/sites/_form.erb:20
235
+ msgid "redit_time"
707
236
  msgstr ""
708
237
 
709
- #: app/models/relation.rb:-
710
- msgid "Target unique"
238
+ #: app/views/sites/_form.erb:21 lib/gettext_strings.rb:34
239
+ msgid "public group"
711
240
  msgstr ""
712
241
 
713
- #: app/models/relation.rb:-
714
- msgid "Target icon"
242
+ #: app/views/sites/_form.erb:22 lib/gettext_strings.rb:35
243
+ msgid "site group"
715
244
  msgstr ""
716
245
 
717
- #: app/models/site.rb:-
718
- msgid "site"
246
+ #: app/views/sites/_form.erb:23 lib/gettext_strings.rb:33
247
+ msgid "options"
719
248
  msgstr ""
720
249
 
721
- #: app/models/site.rb:-
722
- msgid "Host"
250
+ #: app/views/sites/_form.erb:30 app/views/sites/_form.erb:31
251
+ msgid "clear cache"
723
252
  msgstr ""
724
253
 
725
- #: app/models/site.rb:-
726
- msgid "Root"
254
+ #: app/views/sites/_form.erb:31
255
+ msgid ""
256
+ "Are you sure you want destroy all cache (site may be slow during first "
257
+ "reloads) ?"
727
258
  msgstr ""
728
259
 
729
- #: app/models/site.rb:-
730
- msgid "Su"
260
+ #: app/views/sites/_li.erb:2 lib/gettext_strings.rb:31
261
+ msgid "site_img"
731
262
  msgstr ""
732
263
 
733
- #: app/models/site.rb:-
734
- msgid "Anon"
264
+ #: app/views/sites/edit.erb:1
265
+ msgid "edit site"
735
266
  msgstr ""
736
267
 
737
- #: app/models/site.rb:-
738
- msgid "Public group"
268
+ #: app/views/sites/index.erb:1 lib/zena/use/html_tags.rb:425
269
+ msgid "manage sites"
739
270
  msgstr ""
740
271
 
741
- #: app/models/site.rb:-
742
- msgid "Site group"
272
+ #: app/views/users/preferences.html.erb:1 lib/zena/use/html_tags.rb:404
273
+ msgid "preferences"
743
274
  msgstr ""
744
275
 
745
- #: app/models/site.rb:-
746
- msgid "Authentication"
276
+ #: app/views/users/preferences.html.erb:6
277
+ msgid "change personal information"
747
278
  msgstr ""
748
279
 
749
- #: app/models/site.rb:-
750
- msgid "Allow private"
280
+ #: app/views/users/preferences.html.erb:7
281
+ #: app/views/users/preferences.html.erb:27 app/views/documents/_crop.rhtml:1
282
+ #: app/views/users/_form.rhtml:20
283
+ msgid "cancel"
751
284
  msgstr ""
752
285
 
753
- #: app/models/site.rb:-
754
- msgid "Languages"
286
+ #: app/views/users/preferences.html.erb:13 app/views/users/_form.rhtml:17
287
+ #: lib/zena/use/html_tags.rb:375
288
+ msgid "login"
755
289
  msgstr ""
756
290
 
757
- #: app/models/site.rb:-
758
- msgid "Default lang"
291
+ #: app/views/users/preferences.html.erb:14 app/views/users/_form.rhtml:26
292
+ msgid "first name"
759
293
  msgstr ""
760
294
 
761
- #: app/models/site.rb:-
762
- msgid "Http auth"
295
+ #: app/views/users/preferences.html.erb:15
296
+ #: app/views/virtual_classes/_form.erb:16 app/views/groups/_form.rhtml:18
297
+ #: app/views/iformats/_form.rhtml:16 app/views/nodes/_parent.rhtml:8
298
+ #: app/views/templates/document_create_tabs/_template.rhtml:7
299
+ #: app/views/templates/document_create_tabs/_text_doc.rhtml:8
300
+ #: app/views/users/_form.rhtml:27 lib/gettext_strings.rb:159
301
+ msgid "name"
763
302
  msgstr ""
764
303
 
765
- #: app/models/site.rb:-
766
- msgid "Auto publish"
304
+ #: app/views/users/preferences.html.erb:16
305
+ #: app/views/templates/edit_tabs/_title.rhtml:12
306
+ #: app/views/users/_form.rhtml:28
307
+ msgid "language"
767
308
  msgstr ""
768
309
 
769
- #: app/models/site.rb:-
770
- msgid "Redit time"
310
+ #: app/views/users/preferences.html.erb:17 app/views/users/_form.rhtml:29
311
+ msgid "time zone"
771
312
  msgstr ""
772
313
 
773
- #: app/models/site.rb:-
774
- msgid "Formats updated at"
314
+ #: app/views/users/preferences.html.erb:18 app/views/users/_form.rhtml:31
315
+ #: lib/gettext_strings.rb:166
316
+ msgid "email"
775
317
  msgstr ""
776
318
 
777
- #: app/models/template_content.rb:-
778
- msgid "template content"
319
+ #: app/views/users/preferences.html.erb:26 app/views/users/_form.rhtml:19
320
+ msgid "change password"
779
321
  msgstr ""
780
322
 
781
- #: app/models/template_content.rb:-
782
- msgid "Skin name"
323
+ #: app/views/users/preferences.html.erb:32
324
+ msgid "old password"
783
325
  msgstr ""
784
326
 
785
- #: app/models/template_content.rb:-
786
- msgid "Tkpath"
327
+ #: app/views/users/preferences.html.erb:33
328
+ msgid "new password"
787
329
  msgstr ""
788
330
 
789
- #: app/models/template_content.rb:-
790
- msgid "Klass"
331
+ #: app/views/users/preferences.html.erb:34
332
+ msgid "retype new password"
791
333
  msgstr ""
792
334
 
793
- #: app/models/user.rb:- lib/gettext_strings.rb:66
794
- msgid "user"
335
+ #: app/views/virtual_classes/_add.erb:2 lib/gettext_strings.rb:39
336
+ msgid "btn_virtual_class_add"
795
337
  msgstr ""
796
338
 
797
- #: app/models/user.rb:-
798
- msgid "Login"
339
+ #: app/views/virtual_classes/_form.erb:18
340
+ msgid "superclass"
799
341
  msgstr ""
800
342
 
801
- #: app/models/user.rb:-
802
- msgid "Password"
343
+ #: app/views/virtual_classes/_form.erb:19
344
+ msgid "create group"
803
345
  msgstr ""
804
346
 
805
- #: app/models/user.rb:-
806
- msgid "Time zone"
347
+ #: app/views/virtual_classes/_form.erb:20
348
+ msgid "auto create discussion"
807
349
  msgstr ""
808
350
 
809
- #: app/models/version.rb:-
810
- msgid "version"
351
+ #: app/views/virtual_classes/_form.erb:21
352
+ msgid "dyn_keys"
811
353
  msgstr ""
812
354
 
813
- #: app/models/version.rb:-
814
- msgid "Summary"
355
+ #: app/views/virtual_classes/_form.erb:26
356
+ msgid "Are you sure you want to destroy this virtual class ?"
815
357
  msgstr ""
816
358
 
817
- #: app/models/version.rb:-
818
- msgid "Number"
359
+ #: app/views/virtual_classes/_form.erb:27
360
+ msgid "destroy virtual class"
819
361
  msgstr ""
820
362
 
821
- #: app/models/virtual_class.rb:-
822
- msgid "virtual class"
363
+ #: app/views/virtual_classes/_li.erb:2 lib/gettext_strings.rb:38
364
+ msgid "virtual_class_error_img"
823
365
  msgstr ""
824
366
 
825
- #: app/models/virtual_class.rb:-
826
- msgid "Real class"
367
+ #: app/views/virtual_classes/_li.erb:2 lib/gettext_strings.rb:37
368
+ msgid "virtual_class_img"
827
369
  msgstr ""
828
370
 
829
- #: app/models/virtual_class.rb:-
830
- msgid "Icon"
371
+ #: app/views/virtual_classes/_li.erb:8
372
+ msgid "auto discussion"
831
373
  msgstr ""
832
374
 
833
- #: app/models/virtual_class.rb:-
834
- msgid "Create group"
375
+ #: app/views/virtual_classes/index.erb:1 app/views/iformats/index.rhtml:1
376
+ #: lib/zena/use/html_tags.rb:419
377
+ msgid "manage classes"
835
378
  msgstr ""
836
379
 
837
- #: app/models/virtual_class.rb:-
838
- msgid "Auto create discussion"
380
+ #: app/views/virtual_classes/index.erb:10
381
+ msgid "import"
839
382
  msgstr ""
840
383
 
841
- #: app/models/virtual_class.rb:-
842
- msgid "Dyn keys"
384
+ #: app/views/virtual_classes/new.erb:1
385
+ msgid "new class"
843
386
  msgstr ""
844
387
 
845
- #: app/views/comments/_add.rhtml:2 lib/gettext_strings.rb:25
846
- #: lib/parser/lib/rules/zena.rb:1202
388
+ #: app/views/comments/_add.rhtml:2 lib/gettext_strings.rb:24
389
+ #: lib/zafu/action.rb:128
847
390
  msgid "btn_add_comment"
848
391
  msgstr ""
849
392
 
@@ -856,41 +399,18 @@ msgid ""
856
399
  "Are you sure you want to permanently remove the content of this rubbish bin ?"
857
400
  msgstr ""
858
401
 
859
- #: app/views/comments/_form.rhtml:8 app/views/comments/_form.rhtml:10
860
- #: app/views/comments/_form.rhtml:12 app/views/discussions/_form.rhtml:8
861
- #: app/views/groups/_form.rhtml:3 app/views/groups/_form.rhtml:5
862
- #: app/views/iformats/_form.rhtml:3 app/views/iformats/_form.rhtml:5
863
- #: app/views/links/_form.rhtml:12 app/views/links/_form.rhtml:14
864
- #: app/views/nodes/_results.rhtml:7 app/views/nodes/import.rhtml:11
865
- #: app/views/users/_form.rhtml:3 app/views/users/_form.rhtml:5
866
- #: app/views/relations/_form.erb:3 app/views/relations/_form.erb:5
867
- #: app/views/sites/_form.erb:3 app/views/sites/_form.erb:5
868
- #: app/views/virtual_classes/_form.erb:3 app/views/virtual_classes/_form.erb:5
869
- msgid "btn_x"
870
- msgstr ""
871
-
872
402
  #: app/views/comments/_form.rhtml:14
873
403
  msgid "author"
874
404
  msgstr ""
875
405
 
876
406
  #: app/views/comments/_form.rhtml:15
877
- #: app/views/templates/document_create_tabs/_file.rhtml:13
407
+ #: app/views/templates/document_create_tabs/_file.rhtml:7
878
408
  #: app/views/templates/edit_tabs/_title.rhtml:1
879
409
  msgid "title"
880
410
  msgstr ""
881
411
 
882
- #: app/views/comments/_form.rhtml:23 app/views/groups/_form.rhtml:35
883
- #: app/views/iformats/_form.rhtml:21 app/views/nodes/_edit_attribute.rhtml:10
884
- #: app/views/templates/document_create_tabs/_file.rhtml:8
885
- #: app/views/templates/document_create_tabs/_import.rhtml:2
886
- #: app/views/templates/document_create_tabs/_template.rhtml:3
887
- #: app/views/templates/document_create_tabs/_text_doc.rhtml:3
888
- #: app/views/users/_form.rhtml:46 app/views/versions/edit.rhtml:14
889
- #: app/views/relations/_form.erb:35 app/views/sites/_form.erb:34
890
- #: app/views/users/preferences.html.erb:19
891
- #: app/views/users/preferences.html.erb:35
892
- #: app/views/virtual_classes/_form.erb:22
893
- msgid "validate"
412
+ #: app/views/comments/_li.rhtml:3 lib/zena/use/html_tags.rb:581
413
+ msgid "btn_remove"
894
414
  msgstr ""
895
415
 
896
416
  #: app/views/comments/_li.rhtml:4
@@ -901,12 +421,8 @@ msgstr ""
901
421
  msgid "comments closed"
902
422
  msgstr ""
903
423
 
904
- #: app/views/comments/index.rhtml:8
905
- msgid "Previous page"
906
- msgstr ""
907
-
908
- #: app/views/comments/index.rhtml:9
909
- msgid "Next page"
424
+ #: app/views/comments/index.rhtml:1 lib/zena/use/html_tags.rb:407
425
+ msgid "manage comments"
910
426
  msgstr ""
911
427
 
912
428
  #: app/views/discussions/_add.rhtml:2
@@ -929,12 +445,6 @@ msgstr ""
929
445
  msgid "comment(s)"
930
446
  msgstr ""
931
447
 
932
- #: app/views/documents/_crop.rhtml:1 app/views/users/_form.rhtml:20
933
- #: app/views/users/preferences.html.erb:7
934
- #: app/views/users/preferences.html.erb:27
935
- msgid "cancel"
936
- msgstr ""
937
-
938
448
  #: app/views/documents/_crop.rhtml:4
939
449
  msgid "convert"
940
450
  msgstr ""
@@ -944,7 +454,7 @@ msgid "max size"
944
454
  msgstr ""
945
455
 
946
456
  #: app/views/documents/_crop.rhtml:9
947
- #: app/views/templates/edit_tabs/_image.rhtml:13
457
+ #: app/views/templates/edit_tabs/_image.rhtml:11
948
458
  msgid "original"
949
459
  msgstr ""
950
460
 
@@ -964,15 +474,6 @@ msgstr ""
964
474
  msgid "btn_group_add"
965
475
  msgstr ""
966
476
 
967
- #: app/views/groups/_form.rhtml:18 app/views/iformats/_form.rhtml:16
968
- #: app/views/nodes/_parent.rhtml:7
969
- #: app/views/templates/document_create_tabs/_template.rhtml:7
970
- #: app/views/templates/document_create_tabs/_text_doc.rhtml:8
971
- #: app/views/users/_form.rhtml:27 app/views/users/preferences.html.erb:15
972
- #: app/views/virtual_classes/_form.erb:16 lib/gettext_strings.rb:152
973
- msgid "name"
974
- msgstr ""
975
-
976
477
  #: app/views/groups/_form.rhtml:19
977
478
  msgid "users"
978
479
  msgstr ""
@@ -989,31 +490,14 @@ msgstr ""
989
490
  msgid "destroy group"
990
491
  msgstr ""
991
492
 
992
- #: app/views/groups/_form.rhtml:41 app/views/iformats/_form.rhtml:26
993
- #: app/views/relations/_form.erb:40 app/views/virtual_classes/_form.erb:27
994
- msgid "destroy"
995
- msgstr ""
996
-
997
- #: app/views/groups/index.rhtml:4 app/views/users/index.rhtml:5
998
- #: app/views/relations/index.erb:5 app/views/sites/index.erb:5
999
- #: app/views/virtual_classes/index.erb:5 lib/gettext_strings.rb:63
1000
- msgid "img_next_page"
1001
- msgstr ""
1002
-
1003
- #: app/views/groups/index.rhtml:5 app/views/users/index.rhtml:6
1004
- #: app/views/relations/index.erb:6 app/views/sites/index.erb:6
1005
- #: app/views/virtual_classes/index.erb:6 lib/gettext_strings.rb:62
1006
- msgid "img_prev_page"
493
+ #: app/views/groups/index.rhtml:1 lib/zena/use/html_tags.rb:413
494
+ msgid "manage groups"
1007
495
  msgstr ""
1008
496
 
1009
497
  #: app/views/iformats/_add.rhtml:2
1010
498
  msgid "btn_iformat_add"
1011
499
  msgstr ""
1012
500
 
1013
- #: app/views/iformats/_form.rhtml:17 app/views/relations/_form.erb:29
1014
- msgid "type"
1015
- msgstr ""
1016
-
1017
501
  #: app/views/iformats/_form.rhtml:18
1018
502
  msgid "width"
1019
503
  msgstr ""
@@ -1026,11 +510,15 @@ msgstr ""
1026
510
  msgid "gravity"
1027
511
  msgstr ""
1028
512
 
1029
- #: app/views/iformats/_form.rhtml:25
1030
- msgid "Are you sure you want to destroy this image format ?"
513
+ #: app/views/iformats/_form.rhtml:21
514
+ msgid "popup"
1031
515
  msgstr ""
1032
516
 
1033
517
  #: app/views/iformats/_form.rhtml:26
518
+ msgid "Are you sure you want to destroy this image format ?"
519
+ msgstr ""
520
+
521
+ #: app/views/iformats/_form.rhtml:27
1034
522
  msgid "destroy image format"
1035
523
  msgstr ""
1036
524
 
@@ -1050,11 +538,16 @@ msgstr ""
1050
538
  msgid "btn_add_link"
1051
539
  msgstr ""
1052
540
 
1053
- #: app/views/links/_form.rhtml:34 app/views/users/_form.rhtml:25
541
+ #: app/views/links/_form.rhtml:29 app/views/users/_form.rhtml:25
1054
542
  msgid "status"
1055
543
  msgstr ""
1056
544
 
1057
- #: app/views/links/_form.rhtml:36
545
+ #: app/views/links/_form.rhtml:30
546
+ #: app/views/templates/edit_tabs/_title.rhtml:26
547
+ msgid "comment"
548
+ msgstr ""
549
+
550
+ #: app/views/links/_form.rhtml:31
1058
551
  msgid "set"
1059
552
  msgstr ""
1060
553
 
@@ -1062,15 +555,17 @@ msgstr ""
1062
555
  msgid "img_link"
1063
556
  msgstr "<img src='/images/tag_blue.png' alt='link'/>"
1064
557
 
1065
- #: app/views/links/_li.rhtml:6 lib/parser/lib/rules/zena.rb:1311
558
+ #: app/views/links/_li.rhtml:6 lib/zafu/action.rb:239
1066
559
  msgid "btn_tiny_del"
1067
560
  msgstr ""
1068
561
 
1069
- #: app/views/nodes/_dates.rhtml:6 app/views/templates/edit_tabs/_title.rhtml:8
562
+ #: app/views/nodes/_dates.rhtml:6
563
+ #: app/views/templates/edit_tabs/_title.rhtml:18
1070
564
  msgid "event date"
1071
565
  msgstr ""
1072
566
 
1073
567
  #: app/views/nodes/_dates.rhtml:7
568
+ #: app/views/templates/edit_tabs/_title.rhtml:16
1074
569
  msgid "log date"
1075
570
  msgstr ""
1076
571
 
@@ -1082,13 +577,12 @@ msgstr ""
1082
577
  msgid "custom b"
1083
578
  msgstr ""
1084
579
 
1085
- #: app/views/nodes/_dates.rhtml:10 app/views/nodes/_groups.rhtml:23
1086
- #: app/views/nodes/_parent.rhtml:11
1087
- #: app/views/templates/edit_tabs/_image.rhtml:2
580
+ #: app/views/nodes/_dates.rhtml:10 app/views/nodes/_groups.rhtml:19
581
+ #: app/views/nodes/_parent.rhtml:12 lib/zena/use/upload.rb:167
1088
582
  msgid "change"
1089
583
  msgstr ""
1090
584
 
1091
- #: app/views/nodes/_groups.rhtml:3 app/views/nodes/_groups.rhtml:7
585
+ #: app/views/nodes/_groups.rhtml:3
1092
586
  msgid "inherit"
1093
587
  msgstr ""
1094
588
 
@@ -1096,41 +590,53 @@ msgstr ""
1096
590
  msgid "custom"
1097
591
  msgstr ""
1098
592
 
1099
- #: app/views/nodes/_groups.rhtml:4 app/views/nodes/_groups.rhtml:7
1100
- msgid "private"
1101
- msgstr ""
1102
-
1103
- #: app/views/nodes/_groups.rhtml:18
593
+ #: app/views/nodes/_groups.rhtml:14
1104
594
  #: app/views/templates/document_create_tabs/_template.rhtml:13
1105
595
  #: app/views/templates/edit_tabs/_template.rhtml:4
1106
596
  msgid "mode"
1107
597
  msgstr ""
1108
598
 
1109
- #: app/views/nodes/_groups.rhtml:19
599
+ #: app/views/nodes/_groups.rhtml:15
1110
600
  msgid "publishers"
1111
601
  msgstr ""
1112
602
 
1113
- #: app/views/nodes/_groups.rhtml:20
603
+ #: app/views/nodes/_groups.rhtml:16
1114
604
  msgid "writers"
1115
605
  msgstr ""
1116
606
 
1117
- #: app/views/nodes/_groups.rhtml:21
607
+ #: app/views/nodes/_groups.rhtml:17
1118
608
  msgid "readers"
1119
609
  msgstr ""
1120
610
 
1121
- #: app/views/nodes/_groups.rhtml:22
611
+ #: app/views/nodes/_groups.rhtml:18
1122
612
  msgid "skin"
1123
613
  msgstr ""
1124
614
 
1125
- #: app/views/nodes/_groups.rhtml:26
615
+ #: app/views/nodes/_groups.rhtml:22
1126
616
  msgid "rights cannot be changed"
1127
617
  msgstr ""
1128
618
 
619
+ #: app/views/nodes/_import_results.rhtml:2
620
+ msgid "import result"
621
+ msgstr ""
622
+
623
+ #: app/views/nodes/_import_results.rhtml:11
624
+ msgid "same"
625
+ msgstr ""
626
+
627
+ #: app/views/nodes/_import_results.rhtml:14
628
+ msgid "%{count} versions"
629
+ msgstr ""
630
+
1129
631
  #: app/views/nodes/_parent.rhtml:6
1130
632
  msgid "parent"
1131
633
  msgstr ""
1132
634
 
1133
- #: app/views/nodes/_parent.rhtml:9
635
+ #: app/views/nodes/_parent.rhtml:7
636
+ msgid "class"
637
+ msgstr ""
638
+
639
+ #: app/views/nodes/_parent.rhtml:10
1134
640
  msgid "custom base url"
1135
641
  msgstr ""
1136
642
 
@@ -1142,31 +648,14 @@ msgstr ""
1142
648
  msgid "'%{search_string}' not found"
1143
649
  msgstr ""
1144
650
 
1145
- #: app/views/nodes/import.rhtml:10
1146
- msgid "import result"
1147
- msgstr ""
1148
-
1149
- #: app/views/nodes/import.rhtml:19
1150
- msgid "same"
1151
- msgstr ""
1152
-
1153
- #: app/views/nodes/import.rhtml:22
1154
- msgid "%{count} versions"
1155
- msgstr ""
1156
-
1157
651
  #: app/views/search/_form.rhtml:7
1158
652
  msgid "search field"
1159
653
  msgstr ""
1160
654
 
1161
655
  #: app/views/templates/document_create_tabs/_file.rhtml:10
1162
- #: app/views/templates/document_create_tabs/_import.rhtml:4
1163
- msgid "file"
1164
- msgstr ""
1165
-
1166
- #: app/views/templates/document_create_tabs/_file.rhtml:16
1167
656
  #: app/views/templates/document_create_tabs/_template.rhtml:19
1168
657
  #: app/views/templates/document_create_tabs/_text_doc.rhtml:11
1169
- #: app/views/templates/edit_tabs/_title.rhtml:13
658
+ #: app/views/templates/edit_tabs/_title.rhtml:23
1170
659
  msgid "summary"
1171
660
  msgstr ""
1172
661
 
@@ -1174,16 +663,25 @@ msgstr ""
1174
663
  msgid "class of first element"
1175
664
  msgstr ""
1176
665
 
1177
- #: app/views/templates/document_create_tabs/_template.rhtml:10
1178
- #: app/views/templates/edit_tabs/_template.rhtml:1
1179
- msgid "format"
666
+ #: app/views/templates/document_create_tabs/_import.rhtml:11
667
+ msgid "publish nodes"
1180
668
  msgstr ""
1181
669
 
1182
- #: app/views/templates/document_create_tabs/_template.rhtml:16
670
+ #: app/views/templates/document_create_tabs/_import.rhtml:12
671
+ #: app/views/versions/edit.rhtml:22
672
+ msgid "pub"
673
+ msgstr ""
674
+
675
+ #: app/views/templates/document_create_tabs/_template.rhtml:10
1183
676
  #: app/views/templates/edit_tabs/_template.rhtml:7
1184
677
  msgid "class scope"
1185
678
  msgstr ""
1186
679
 
680
+ #: app/views/templates/document_create_tabs/_template.rhtml:16
681
+ #: app/views/templates/edit_tabs/_template.rhtml:1
682
+ msgid "format"
683
+ msgstr ""
684
+
1187
685
  #: app/views/templates/document_create_tabs/_text_doc.rhtml:5
1188
686
  #: app/views/templates/edit_tabs/_document.rhtml:3
1189
687
  #: app/views/templates/edit_tabs/_textdocument.rhtml:9
@@ -1202,28 +700,19 @@ msgstr ""
1202
700
  msgid "discussions"
1203
701
  msgstr ""
1204
702
 
1205
- #: app/views/templates/edit_tabs/_document.rhtml:1
1206
- #: app/views/templates/edit_tabs/_image.rhtml:1
1207
- msgid "document file"
1208
- msgstr ""
1209
-
1210
- #: app/views/templates/edit_tabs/_document.rhtml:2
1211
- msgid "change document"
1212
- msgstr ""
1213
-
1214
703
  #: app/views/templates/edit_tabs/_help.rhtml:6
1215
704
  msgid "help not found"
1216
705
  msgstr ""
1217
706
 
1218
- #: app/views/templates/edit_tabs/_image.rhtml:8
707
+ #: app/views/templates/edit_tabs/_image.rhtml:6
1219
708
  msgid "image"
1220
709
  msgstr ""
1221
710
 
1222
- #: app/views/templates/edit_tabs/_image.rhtml:12
711
+ #: app/views/templates/edit_tabs/_image.rhtml:10
1223
712
  msgid "crop/resize"
1224
713
  msgstr ""
1225
714
 
1226
- #: app/views/templates/edit_tabs/_image.rhtml:14
715
+ #: app/views/templates/edit_tabs/_image.rhtml:12
1227
716
  msgid "size"
1228
717
  msgstr ""
1229
718
 
@@ -1252,12 +741,11 @@ msgstr ""
1252
741
  msgid "parse"
1253
742
  msgstr ""
1254
743
 
1255
- #: app/views/templates/edit_tabs/_title.rhtml:4 app/views/users/_form.rhtml:28
1256
- #: app/views/users/preferences.html.erb:16
1257
- msgid "language"
744
+ #: app/views/templates/edit_tabs/_title.rhtml:9
745
+ msgid "tags"
1258
746
  msgstr ""
1259
747
 
1260
- #: app/views/templates/edit_tabs/_title.rhtml:11
748
+ #: app/views/templates/edit_tabs/_title.rhtml:21
1261
749
  msgid "publication date"
1262
750
  msgstr ""
1263
751
 
@@ -1265,263 +753,107 @@ msgstr ""
1265
753
  msgid "btn_user_add"
1266
754
  msgstr ""
1267
755
 
1268
- #: app/views/users/_form.rhtml:19 app/views/users/preferences.html.erb:26
1269
- msgid "change password"
1270
- msgstr ""
1271
-
1272
756
  #: app/views/users/_form.rhtml:20 app/views/users/_form.rhtml:22
1273
757
  msgid "password"
1274
758
  msgstr ""
1275
759
 
1276
- #: app/views/users/_form.rhtml:26 app/views/users/preferences.html.erb:14
1277
- msgid "first name"
1278
- msgstr ""
1279
-
1280
- #: app/views/users/_form.rhtml:29 app/views/users/preferences.html.erb:17
1281
- msgid "time zone"
1282
- msgstr ""
1283
-
1284
- #: app/views/users/_form.rhtml:31 app/views/users/preferences.html.erb:18
1285
- #: lib/gettext_strings.rb:159
1286
- msgid "email"
1287
- msgstr ""
1288
-
1289
- #: app/views/users/_form.rhtml:34
1290
- msgid "groups"
1291
- msgstr ""
1292
-
1293
- #: app/views/versions/_list.rhtml:5
1294
- msgid "btn_diff"
1295
- msgstr ""
1296
-
1297
- #: app/views/versions/_list.rhtml:6
1298
- msgid "select version numbers and view differences"
1299
- msgstr ""
1300
-
1301
- #: app/views/versions/edit.rhtml:15
1302
- msgid "save"
1303
- msgstr ""
1304
-
1305
- #: app/views/versions/edit.rhtml:19
1306
- msgid "btn_add_document"
1307
- msgstr ""
1308
-
1309
- #: app/views/versions/edit.rhtml:20
1310
- msgid "publish"
1311
- msgstr ""
1312
-
1313
- #: app/views/data_entries/index.html.erb:1
1314
- #: app/views/data_entries/show.html.erb:1
1315
- msgid "data entries"
1316
- msgstr ""
1317
-
1318
- #: app/views/relations/_add.erb:2 lib/gettext_strings.rb:37
1319
- msgid "btn_relation_add"
1320
- msgstr ""
1321
-
1322
- #: app/views/relations/_form.erb:16
1323
- msgid "source"
1324
- msgstr ""
1325
-
1326
- #: app/views/relations/_form.erb:16
1327
- msgid "target"
1328
- msgstr ""
1329
-
1330
- #: app/views/relations/_form.erb:17
1331
- msgid "kpath"
1332
- msgstr ""
1333
-
1334
- #: app/views/relations/_form.erb:21
1335
- msgid "role"
1336
- msgstr ""
1337
-
1338
- #: app/views/relations/_form.erb:25 app/views/virtual_classes/_form.erb:17
1339
- msgid "icon"
1340
- msgstr ""
1341
-
1342
- #: app/views/relations/_form.erb:30 app/views/relations/_form.erb:32
1343
- #: app/views/relations/_li.erb:2 app/views/relations/_li.erb:12
1344
- #: lib/gettext_strings.rb:30
1345
- msgid "relation_img"
1346
- msgstr ""
1347
-
1348
- #: app/views/relations/_form.erb:31 app/views/relations/_form.erb:33
1349
- #: app/views/relations/_li.erb:2 app/views/relations/_li.erb:12
1350
- #: lib/gettext_strings.rb:31
1351
- msgid "relations_img"
1352
- msgstr ""
1353
-
1354
- #: app/views/relations/_form.erb:39
1355
- msgid "Are you sure you want to destroy this relation ?"
1356
- msgstr ""
1357
-
1358
- #: app/views/relations/_form.erb:40
1359
- msgid "destroy relation (with all links)"
1360
- msgstr ""
1361
-
1362
- #: app/views/sites/_form.erb:16
1363
- msgid "host"
1364
- msgstr ""
1365
-
1366
- #: app/views/sites/_form.erb:20
1367
- msgid "redit_time"
1368
- msgstr ""
1369
-
1370
- #: app/views/sites/_form.erb:21 lib/gettext_strings.rb:35
1371
- msgid "public group"
1372
- msgstr ""
1373
-
1374
- #: app/views/sites/_form.erb:22 lib/gettext_strings.rb:36
1375
- msgid "site group"
1376
- msgstr ""
1377
-
1378
- #: app/views/sites/_form.erb:23 lib/gettext_strings.rb:34
1379
- msgid "options"
1380
- msgstr ""
1381
-
1382
- #: app/views/sites/_form.erb:30 app/views/sites/_form.erb:31
1383
- msgid "clear cache"
1384
- msgstr ""
1385
-
1386
- #: app/views/sites/_form.erb:31
1387
- msgid ""
1388
- "Are you sure you want destroy all cache (site may be slow during first "
1389
- "reloads) ?"
1390
- msgstr ""
1391
-
1392
- #: app/views/sites/_li.erb:2 lib/gettext_strings.rb:32
1393
- msgid "site_img"
1394
- msgstr ""
1395
-
1396
- #: app/views/users/preferences.html.erb:6
1397
- msgid "change personal information"
1398
- msgstr ""
1399
-
1400
- #: app/views/users/preferences.html.erb:32
1401
- msgid "old password"
1402
- msgstr ""
1403
-
1404
- #: app/views/users/preferences.html.erb:33
1405
- msgid "new password"
1406
- msgstr ""
1407
-
1408
- #: app/views/users/preferences.html.erb:34
1409
- msgid "retype new password"
1410
- msgstr ""
1411
-
1412
- #: app/views/virtual_classes/_add.erb:2 lib/gettext_strings.rb:39
1413
- msgid "btn_virtual_class_add"
1414
- msgstr ""
1415
-
1416
- #: app/views/virtual_classes/_form.erb:18
1417
- msgid "superclass"
1418
- msgstr ""
1419
-
1420
- #: app/views/virtual_classes/_form.erb:19
1421
- msgid "create group"
1422
- msgstr ""
1423
-
1424
- #: app/views/virtual_classes/_form.erb:20
1425
- msgid "auto create discussion"
1426
- msgstr ""
1427
-
1428
- #: app/views/virtual_classes/_form.erb:21
1429
- msgid "dyn_keys"
760
+ #: app/views/users/_form.rhtml:34
761
+ msgid "groups"
1430
762
  msgstr ""
1431
763
 
1432
- #: app/views/virtual_classes/_form.erb:26
1433
- msgid "Are you sure you want to destroy this virtual class ?"
764
+ #: app/views/users/index.rhtml:1 lib/zena/use/html_tags.rb:410
765
+ msgid "manage users"
1434
766
  msgstr ""
1435
767
 
1436
- #: app/views/virtual_classes/_form.erb:27
1437
- msgid "destroy virtual class"
768
+ #: app/views/versions/_list.rhtml:2
769
+ msgid "This node contains sub-nodes: it cannot be destroyed."
1438
770
  msgstr ""
1439
771
 
1440
- #: app/views/virtual_classes/_li.erb:2 lib/gettext_strings.rb:38
1441
- msgid "virtual_class_img"
772
+ #: app/views/versions/edit.rhtml:19
773
+ msgid "save"
1442
774
  msgstr ""
1443
775
 
1444
- #: app/views/virtual_classes/_li.erb:8
1445
- msgid "auto discussion"
776
+ #: app/views/versions/edit.rhtml:21
777
+ msgid "btn_add_document"
1446
778
  msgstr ""
1447
779
 
1448
- #: app/views/nodes/clear_order.rjs:5
1449
- msgid "Order cleared."
780
+ #: app/views/versions/edit.rhtml:22
781
+ msgid "bak"
1450
782
  msgstr ""
1451
783
 
1452
- #: lib/gettext_strings.rb:5
784
+ #: lib/gettext_strings.rb:4
1453
785
  msgid "help_tab"
1454
786
  msgstr ""
1455
787
 
1456
- #: lib/gettext_strings.rb:7
788
+ #: lib/gettext_strings.rb:6
1457
789
  msgid "drive_tab"
1458
790
  msgstr ""
1459
791
 
1460
- #: lib/gettext_strings.rb:8
792
+ #: lib/gettext_strings.rb:7
1461
793
  msgid "links_tab"
1462
794
  msgstr ""
1463
795
 
1464
- #: lib/gettext_strings.rb:10
796
+ #: lib/gettext_strings.rb:9
1465
797
  msgid "text_tab"
1466
798
  msgstr ""
1467
799
 
1468
- #: lib/gettext_strings.rb:11
800
+ #: lib/gettext_strings.rb:10
1469
801
  msgid "title_tab"
1470
802
  msgstr ""
1471
803
 
1472
- #: lib/gettext_strings.rb:12
804
+ #: lib/gettext_strings.rb:11
1473
805
  msgid "import_tab"
1474
806
  msgstr ""
1475
807
 
1476
- #: lib/gettext_strings.rb:13
808
+ #: lib/gettext_strings.rb:12
1477
809
  msgid "textdocument_tab"
1478
810
  msgstr ""
1479
811
 
1480
- #: lib/gettext_strings.rb:14
812
+ #: lib/gettext_strings.rb:13
1481
813
  msgid "image_tab"
1482
814
  msgstr ""
1483
815
 
1484
- #: lib/gettext_strings.rb:15
816
+ #: lib/gettext_strings.rb:14
1485
817
  msgid "document_tab"
1486
818
  msgstr ""
1487
819
 
1488
- #: lib/gettext_strings.rb:16
820
+ #: lib/gettext_strings.rb:15
1489
821
  msgid "contact_tab"
1490
822
  msgstr ""
1491
823
 
1492
- #: lib/gettext_strings.rb:18
824
+ #: lib/gettext_strings.rb:17
1493
825
  msgid "file_tab"
1494
826
  msgstr ""
1495
827
 
1496
- #: lib/gettext_strings.rb:19
828
+ #: lib/gettext_strings.rb:18
1497
829
  msgid "template_tab"
1498
830
  msgstr ""
1499
831
 
1500
- #: lib/gettext_strings.rb:20
832
+ #: lib/gettext_strings.rb:19
1501
833
  msgid "text_doc_tab"
1502
834
  msgstr ""
1503
835
 
1504
- #: lib/gettext_strings.rb:21
836
+ #: lib/gettext_strings.rb:20
1505
837
  msgid "custom_tab"
1506
838
  msgstr ""
1507
839
 
1508
- #: lib/gettext_strings.rb:23
840
+ #: lib/gettext_strings.rb:22
1509
841
  msgid "btn_add_doc"
1510
842
  msgstr ""
1511
843
 
1512
- #: lib/gettext_strings.rb:24 lib/parser/lib/rules/zena.rb:1202
844
+ #: lib/gettext_strings.rb:23 lib/zafu/action.rb:128
1513
845
  msgid "btn_add"
1514
846
  msgstr ""
1515
847
 
1516
- #: lib/gettext_strings.rb:26
848
+ #: lib/gettext_strings.rb:25
1517
849
  msgid "btn_title_edit"
1518
850
  msgstr ""
1519
851
 
1520
- #: lib/gettext_strings.rb:27
852
+ #: lib/gettext_strings.rb:26
1521
853
  msgid "btn_title_drive"
1522
854
  msgstr ""
1523
855
 
1524
- #: lib/gettext_strings.rb:33
856
+ #: lib/gettext_strings.rb:32
1525
857
  msgid "btn_site_add"
1526
858
  msgstr ""
1527
859
 
@@ -1537,6 +869,14 @@ msgstr ""
1537
869
  msgid "modified by"
1538
870
  msgstr ""
1539
871
 
872
+ #: lib/gettext_strings.rb:45 lib/zena/use/html_tags.rb:322
873
+ msgid "img_public"
874
+ msgstr ""
875
+
876
+ #: lib/gettext_strings.rb:46
877
+ msgid "img_private"
878
+ msgstr ""
879
+
1540
880
  #: lib/gettext_strings.rb:47
1541
881
  msgid "img_custom_inherit"
1542
882
  msgstr ""
@@ -1585,10 +925,22 @@ msgstr ""
1585
925
  msgid "closed"
1586
926
  msgstr ""
1587
927
 
928
+ #: lib/gettext_strings.rb:62 lib/zena/use/i18n.rb:227
929
+ msgid "img_prev_page"
930
+ msgstr ""
931
+
932
+ #: lib/gettext_strings.rb:63 lib/zena/use/i18n.rb:227
933
+ msgid "img_next_page"
934
+ msgstr ""
935
+
1588
936
  #: lib/gettext_strings.rb:65
1589
937
  msgid "admin"
1590
938
  msgstr ""
1591
939
 
940
+ #: lib/gettext_strings.rb:66
941
+ msgid "user"
942
+ msgstr ""
943
+
1592
944
  #: lib/gettext_strings.rb:67
1593
945
  msgid "commentator"
1594
946
  msgstr ""
@@ -1605,6 +957,14 @@ msgstr ""
1605
957
  msgid "deleted"
1606
958
  msgstr ""
1607
959
 
960
+ #: lib/gettext_strings.rb:72 lib/zena/use/html_tags.rb:150
961
+ msgid "%{ext} document"
962
+ msgstr ""
963
+
964
+ #: lib/gettext_strings.rb:73 lib/zena/use/html_tags.rb:138
965
+ msgid "%{type} node"
966
+ msgstr ""
967
+
1608
968
  #: lib/gettext_strings.rb:75
1609
969
  msgid "no result found"
1610
970
  msgstr ""
@@ -1649,295 +1009,435 @@ msgstr ""
1649
1009
  msgid "status_65"
1650
1010
  msgstr ""
1651
1011
 
1652
- #: lib/gettext_strings.rb:89
1012
+ #: lib/gettext_strings.rb:88
1653
1013
  msgid "status_70"
1654
1014
  msgstr ""
1655
1015
 
1656
- #: lib/gettext_strings.rb:90
1016
+ #: lib/gettext_strings.rb:89
1657
1017
  msgid "status_20"
1658
1018
  msgstr ""
1659
1019
 
1660
- #: lib/gettext_strings.rb:91
1020
+ #: lib/gettext_strings.rb:90
1661
1021
  msgid "status_10"
1662
1022
  msgstr ""
1663
1023
 
1664
- #: lib/gettext_strings.rb:92
1024
+ #: lib/gettext_strings.rb:91
1665
1025
  msgid "status_0"
1666
1026
  msgstr ""
1667
1027
 
1668
- #: lib/gettext_strings.rb:92
1028
+ #: lib/gettext_strings.rb:93
1669
1029
  msgid "status_50_img"
1670
1030
  msgstr ""
1671
1031
 
1672
- #: lib/gettext_strings.rb:93
1032
+ #: lib/gettext_strings.rb:94
1673
1033
  msgid "status_60_img"
1674
1034
  msgstr ""
1675
1035
 
1676
- #: lib/gettext_strings.rb:94
1036
+ #: lib/gettext_strings.rb:95
1677
1037
  msgid "status_65_img"
1678
1038
  msgstr ""
1679
1039
 
1680
- #: lib/gettext_strings.rb:95
1040
+ #: lib/gettext_strings.rb:96
1681
1041
  msgid "status_70_img"
1682
1042
  msgstr ""
1683
1043
 
1684
- #: lib/gettext_strings.rb:96
1044
+ #: lib/gettext_strings.rb:97
1685
1045
  msgid "status_20_img"
1686
1046
  msgstr ""
1687
1047
 
1688
- #: lib/gettext_strings.rb:97
1048
+ #: lib/gettext_strings.rb:98
1689
1049
  msgid "status_10_img"
1690
1050
  msgstr ""
1691
1051
 
1692
- #: lib/gettext_strings.rb:98
1052
+ #: lib/gettext_strings.rb:99
1693
1053
  msgid "status_0_img"
1694
1054
  msgstr ""
1695
1055
 
1696
- #: lib/gettext_strings.rb:94
1056
+ #: lib/gettext_strings.rb:101
1697
1057
  msgid "en"
1698
1058
  msgstr ""
1699
1059
 
1700
- #: lib/gettext_strings.rb:95
1060
+ #: lib/gettext_strings.rb:102
1701
1061
  msgid "fr"
1702
1062
  msgstr ""
1703
1063
 
1704
- #: lib/gettext_strings.rb:96
1064
+ #: lib/gettext_strings.rb:103
1705
1065
  msgid "de"
1706
1066
  msgstr ""
1707
1067
 
1708
- #: lib/gettext_strings.rb:97
1068
+ #: lib/gettext_strings.rb:104
1709
1069
  msgid "Monday"
1710
1070
  msgstr ""
1711
1071
 
1712
- #: lib/gettext_strings.rb:98
1072
+ #: lib/gettext_strings.rb:105
1713
1073
  msgid "Tuesday"
1714
1074
  msgstr ""
1715
1075
 
1716
- #: lib/gettext_strings.rb:99
1076
+ #: lib/gettext_strings.rb:106
1717
1077
  msgid "Wednesday"
1718
1078
  msgstr ""
1719
1079
 
1720
- #: lib/gettext_strings.rb:100
1080
+ #: lib/gettext_strings.rb:107
1721
1081
  msgid "Thursday"
1722
1082
  msgstr ""
1723
1083
 
1724
- #: lib/gettext_strings.rb:101
1084
+ #: lib/gettext_strings.rb:108
1725
1085
  msgid "Friday"
1726
1086
  msgstr ""
1727
1087
 
1728
- #: lib/gettext_strings.rb:102
1088
+ #: lib/gettext_strings.rb:109
1729
1089
  msgid "Saturday"
1730
1090
  msgstr ""
1731
1091
 
1732
- #: lib/gettext_strings.rb:103
1092
+ #: lib/gettext_strings.rb:110
1733
1093
  msgid "Sunday"
1734
1094
  msgstr ""
1735
1095
 
1736
- #: lib/gettext_strings.rb:105
1096
+ #: lib/gettext_strings.rb:112
1737
1097
  msgid "news_date"
1738
1098
  msgstr ""
1739
1099
 
1740
- #: lib/gettext_strings.rb:107
1100
+ #: lib/gettext_strings.rb:114
1741
1101
  msgid "Mon"
1742
1102
  msgstr ""
1743
1103
 
1744
- #: lib/gettext_strings.rb:108
1104
+ #: lib/gettext_strings.rb:115
1745
1105
  msgid "Tue"
1746
1106
  msgstr ""
1747
1107
 
1748
- #: lib/gettext_strings.rb:109
1108
+ #: lib/gettext_strings.rb:116
1749
1109
  msgid "Wed"
1750
1110
  msgstr ""
1751
1111
 
1752
- #: lib/gettext_strings.rb:110
1112
+ #: lib/gettext_strings.rb:117
1753
1113
  msgid "Thu"
1754
1114
  msgstr ""
1755
1115
 
1756
- #: lib/gettext_strings.rb:111
1116
+ #: lib/gettext_strings.rb:118
1757
1117
  msgid "Fri"
1758
1118
  msgstr ""
1759
1119
 
1760
- #: lib/gettext_strings.rb:112
1120
+ #: lib/gettext_strings.rb:119
1761
1121
  msgid "Sat"
1762
1122
  msgstr ""
1763
1123
 
1764
- #: lib/gettext_strings.rb:113
1124
+ #: lib/gettext_strings.rb:120
1765
1125
  msgid "Sun"
1766
1126
  msgstr ""
1767
1127
 
1768
- #: lib/gettext_strings.rb:115
1128
+ #: lib/gettext_strings.rb:122
1769
1129
  msgid "January"
1770
1130
  msgstr ""
1771
1131
 
1772
- #: lib/gettext_strings.rb:116
1132
+ #: lib/gettext_strings.rb:123
1773
1133
  msgid "February"
1774
1134
  msgstr ""
1775
1135
 
1776
- #: lib/gettext_strings.rb:117
1136
+ #: lib/gettext_strings.rb:124
1777
1137
  msgid "March"
1778
1138
  msgstr ""
1779
1139
 
1780
- #: lib/gettext_strings.rb:118
1140
+ #: lib/gettext_strings.rb:125
1781
1141
  msgid "April"
1782
1142
  msgstr ""
1783
1143
 
1784
- #: lib/gettext_strings.rb:119 lib/gettext_strings.rb:132
1144
+ #: lib/gettext_strings.rb:126 lib/gettext_strings.rb:139
1785
1145
  msgid "May"
1786
1146
  msgstr ""
1787
1147
 
1788
- #: lib/gettext_strings.rb:120
1148
+ #: lib/gettext_strings.rb:127
1789
1149
  msgid "June"
1790
1150
  msgstr ""
1791
1151
 
1792
- #: lib/gettext_strings.rb:121
1152
+ #: lib/gettext_strings.rb:128
1793
1153
  msgid "July"
1794
1154
  msgstr ""
1795
1155
 
1796
- #: lib/gettext_strings.rb:122
1156
+ #: lib/gettext_strings.rb:129
1797
1157
  msgid "August"
1798
1158
  msgstr ""
1799
1159
 
1800
- #: lib/gettext_strings.rb:123
1160
+ #: lib/gettext_strings.rb:130
1801
1161
  msgid "September"
1802
1162
  msgstr ""
1803
1163
 
1804
- #: lib/gettext_strings.rb:124
1164
+ #: lib/gettext_strings.rb:131
1805
1165
  msgid "October"
1806
1166
  msgstr ""
1807
1167
 
1808
- #: lib/gettext_strings.rb:125
1168
+ #: lib/gettext_strings.rb:132
1809
1169
  msgid "November"
1810
1170
  msgstr ""
1811
1171
 
1812
- #: lib/gettext_strings.rb:126
1172
+ #: lib/gettext_strings.rb:133
1813
1173
  msgid "December"
1814
1174
  msgstr ""
1815
1175
 
1816
- #: lib/gettext_strings.rb:128
1176
+ #: lib/gettext_strings.rb:135
1817
1177
  msgid "Jan"
1818
1178
  msgstr ""
1819
1179
 
1820
- #: lib/gettext_strings.rb:129
1180
+ #: lib/gettext_strings.rb:136
1821
1181
  msgid "Feb"
1822
1182
  msgstr ""
1823
1183
 
1824
- #: lib/gettext_strings.rb:130
1184
+ #: lib/gettext_strings.rb:137
1825
1185
  msgid "Mar"
1826
1186
  msgstr ""
1827
1187
 
1828
- #: lib/gettext_strings.rb:131
1188
+ #: lib/gettext_strings.rb:138
1829
1189
  msgid "Apr"
1830
1190
  msgstr ""
1831
1191
 
1832
- #: lib/gettext_strings.rb:133
1192
+ #: lib/gettext_strings.rb:140
1833
1193
  msgid "Jun"
1834
1194
  msgstr ""
1835
1195
 
1836
- #: lib/gettext_strings.rb:134
1196
+ #: lib/gettext_strings.rb:141
1837
1197
  msgid "Jul"
1838
1198
  msgstr ""
1839
1199
 
1840
- #: lib/gettext_strings.rb:135
1200
+ #: lib/gettext_strings.rb:142
1841
1201
  msgid "Aug"
1842
1202
  msgstr ""
1843
1203
 
1844
- #: lib/gettext_strings.rb:136
1204
+ #: lib/gettext_strings.rb:143
1845
1205
  msgid "Sep"
1846
1206
  msgstr ""
1847
1207
 
1848
- #: lib/gettext_strings.rb:137
1208
+ #: lib/gettext_strings.rb:144
1849
1209
  msgid "Oct"
1850
1210
  msgstr ""
1851
1211
 
1852
- #: lib/gettext_strings.rb:138
1212
+ #: lib/gettext_strings.rb:145
1853
1213
  msgid "Nov"
1854
1214
  msgstr ""
1855
1215
 
1856
- #: lib/gettext_strings.rb:139
1216
+ #: lib/gettext_strings.rb:146
1857
1217
  msgid "Dec"
1858
1218
  msgstr ""
1859
1219
 
1860
- #: lib/gettext_strings.rb:141
1220
+ #: lib/gettext_strings.rb:148
1861
1221
  msgid "User name:"
1862
1222
  msgstr ""
1863
1223
 
1864
- #: lib/gettext_strings.rb:142
1224
+ #: lib/gettext_strings.rb:149
1865
1225
  msgid "Password:"
1866
1226
  msgstr ""
1867
1227
 
1868
- #: lib/gettext_strings.rb:145
1228
+ #: lib/gettext_strings.rb:152
1869
1229
  msgid "you are editing the original"
1870
1230
  msgstr ""
1871
1231
 
1872
- #: lib/gettext_strings.rb:146
1232
+ #: lib/gettext_strings.rb:153
1873
1233
  msgid "redaction saved"
1874
1234
  msgstr ""
1875
1235
 
1876
- #: lib/gettext_strings.rb:149
1236
+ #: lib/gettext_strings.rb:156
1877
1237
  msgid "rebuild"
1878
1238
  msgstr ""
1879
1239
 
1880
- #: lib/gettext_strings.rb:151
1240
+ #: lib/gettext_strings.rb:158
1881
1241
  msgid "first_name"
1882
1242
  msgstr ""
1883
1243
 
1884
- #: lib/gettext_strings.rb:153
1244
+ #: lib/gettext_strings.rb:160
1885
1245
  msgid "address"
1886
1246
  msgstr ""
1887
1247
 
1888
- #: lib/gettext_strings.rb:154
1248
+ #: lib/gettext_strings.rb:161
1889
1249
  msgid "zip"
1890
1250
  msgstr ""
1891
1251
 
1892
- #: lib/gettext_strings.rb:155
1252
+ #: lib/gettext_strings.rb:162
1893
1253
  msgid "city"
1894
1254
  msgstr ""
1895
1255
 
1896
- #: lib/gettext_strings.rb:156
1256
+ #: lib/gettext_strings.rb:163
1897
1257
  msgid "country"
1898
1258
  msgstr ""
1899
1259
 
1900
- #: lib/gettext_strings.rb:157
1260
+ #: lib/gettext_strings.rb:164
1901
1261
  msgid "telephone"
1902
1262
  msgstr ""
1903
1263
 
1904
- #: lib/gettext_strings.rb:158
1264
+ #: lib/gettext_strings.rb:165
1905
1265
  msgid "mobile"
1906
1266
  msgstr ""
1907
1267
 
1908
- #: lib/gettext_strings.rb:160
1268
+ #: lib/gettext_strings.rb:167
1909
1269
  msgid "birthday"
1910
1270
  msgstr ""
1911
1271
 
1912
- #: lib/parser/lib/rules/zazen.rb:135
1913
- msgid "[gallery]"
1914
- msgstr ""
1915
-
1916
- #: lib/parser/lib/rules/zazen.rb:150
1917
- msgid "[documents]"
1272
+ #: lib/zafu/action.rb:45 lib/zafu/display.rb:220 lib/zafu/support/links.rb:301
1273
+ msgid "edit"
1918
1274
  msgstr ""
1919
1275
 
1920
- #: lib/parser/lib/rules/zena.rb:428 lib/parser/lib/rules/zena.rb:820
1921
- #: lib/parser/lib/rules/zena.rb:2897
1922
- msgid "edit"
1276
+ #: lib/zafu/display.rb:473
1277
+ msgid "%{skin}, design by %{name}"
1923
1278
  msgstr ""
1924
1279
 
1925
- #: lib/parser/lib/rules/zena.rb:1700
1280
+ #: lib/zafu/display.rb:489
1926
1281
  msgid "riding zena"
1927
1282
  msgstr ""
1928
1283
 
1929
- #: lib/parser/lib/rules/zena.rb:1702
1284
+ #: lib/zafu/display.rb:491
1930
1285
  msgid "in peace with zena"
1931
1286
  msgstr ""
1932
1287
 
1933
- #: lib/parser/lib/rules/zena.rb:1704
1288
+ #: lib/zafu/display.rb:493
1934
1289
  msgid "a zen garden"
1935
1290
  msgstr ""
1936
1291
 
1937
- #: lib/parser/lib/rules/zena.rb:1706
1292
+ #: lib/zafu/display.rb:495
1938
1293
  msgid "made with zena"
1939
1294
  msgstr ""
1940
1295
 
1941
- #: lib/parser/lib/rules/zena.rb:1722
1942
- msgid "%{skin}, design by %{name}"
1296
+ #: lib/zena/parser/zazen_rules.rb:98
1297
+ msgid "[gallery]"
1298
+ msgstr ""
1299
+
1300
+ #: lib/zena/parser/zazen_rules.rb:113
1301
+ msgid "[documents]"
1302
+ msgstr ""
1303
+
1304
+ #: lib/zena/use/authentification.rb:34
1305
+ msgid "Please log in"
1306
+ msgstr ""
1307
+
1308
+ #: lib/zena/use/calendar.rb:12 lib/zena/use/calendar.rb:28
1309
+ msgid "week_start_day"
1310
+ msgstr ""
1311
+
1312
+ #: lib/zena/use/calendar.rb:109
1313
+ msgid "free"
1314
+ msgstr ""
1315
+
1316
+ #: lib/zena/use/calendar.rb:120
1317
+ msgid "Delete relation '%{role}' between '%{source}' and '%{target}' ?"
1318
+ msgstr ""
1319
+
1320
+ #: lib/zena/use/dates.rb:46 lib/zena/use/dates.rb:127 lib/zena/use/i18n.rb:45
1321
+ #: lib/zena/use/i18n.rb:121
1322
+ msgid "long_date"
1323
+ msgstr ""
1324
+
1325
+ #: lib/zena/use/dates.rb:55 lib/zena/use/i18n.rb:54
1326
+ msgid "%{d} days ago"
1327
+ msgstr ""
1328
+
1329
+ #: lib/zena/use/dates.rb:58 lib/zena/use/i18n.rb:57
1330
+ msgid "yesterday"
1331
+ msgstr ""
1332
+
1333
+ #: lib/zena/use/dates.rb:61 lib/zena/use/i18n.rb:60
1334
+ msgid "%{h} hours ago"
1335
+ msgstr ""
1336
+
1337
+ #: lib/zena/use/dates.rb:63 lib/zena/use/i18n.rb:62
1338
+ msgid "1 hour ago"
1339
+ msgstr ""
1340
+
1341
+ #: lib/zena/use/dates.rb:66 lib/zena/use/i18n.rb:65
1342
+ msgid "%{m} minutes ago"
1343
+ msgstr ""
1344
+
1345
+ #: lib/zena/use/dates.rb:68 lib/zena/use/i18n.rb:67
1346
+ msgid "1 minute ago"
1347
+ msgstr ""
1348
+
1349
+ #: lib/zena/use/dates.rb:70 lib/zena/use/i18n.rb:69
1350
+ msgid "in 1 minute"
1351
+ msgstr ""
1352
+
1353
+ #: lib/zena/use/dates.rb:72 lib/zena/use/i18n.rb:71
1354
+ msgid "in %{m} minutes"
1355
+ msgstr ""
1356
+
1357
+ #: lib/zena/use/dates.rb:74 lib/zena/use/i18n.rb:73
1358
+ msgid "in 1 hour"
1359
+ msgstr ""
1360
+
1361
+ #: lib/zena/use/dates.rb:76 lib/zena/use/i18n.rb:75
1362
+ msgid "in %{h} hours"
1363
+ msgstr ""
1364
+
1365
+ #: lib/zena/use/dates.rb:78 lib/zena/use/i18n.rb:77
1366
+ msgid "tomorrow"
1367
+ msgstr ""
1368
+
1369
+ #: lib/zena/use/dates.rb:80 lib/zena/use/i18n.rb:79
1370
+ msgid "in %{d} days"
1371
+ msgstr ""
1372
+
1373
+ #: lib/zena/use/dates.rb:112 lib/zena/use/i18n.rb:106
1374
+ msgid "long_time"
1375
+ msgstr ""
1376
+
1377
+ #: lib/zena/use/dates.rb:117 lib/zena/use/i18n.rb:111
1378
+ msgid "short_time"
1379
+ msgstr ""
1380
+
1381
+ #: lib/zena/use/dates.rb:122 lib/zena/use/i18n.rb:116
1382
+ msgid "full_date"
1383
+ msgstr ""
1384
+
1385
+ #: lib/zena/use/dates.rb:132 lib/zena/use/i18n.rb:126
1386
+ msgid "short_date"
1387
+ msgstr ""
1388
+
1389
+ #: lib/zena/use/grid.rb:67 lib/zena/use/grid.rb:95
1390
+ msgid "could not save value (bad attribute)"
1391
+ msgstr ""
1392
+
1393
+ #: lib/zena/use/html_tags.rb:154
1394
+ msgid "%{ext} node"
1395
+ msgstr ""
1396
+
1397
+ #: lib/zena/use/html_tags.rb:401
1398
+ msgid "my home"
1399
+ msgstr ""
1400
+
1401
+ #: lib/zena/use/html_tags.rb:422
1402
+ msgid "image formats"
1403
+ msgstr ""
1404
+
1405
+ #: lib/zena/use/html_tags.rb:429
1406
+ msgid "turn dev off"
1407
+ msgstr ""
1408
+
1409
+ #: lib/zena/use/html_tags.rb:431
1410
+ msgid "turn dev on"
1411
+ msgstr ""
1412
+
1413
+ #: lib/zena/use/html_tags.rb:517
1414
+ msgid "btn_edit"
1415
+ msgstr ""
1416
+
1417
+ #: lib/zena/use/html_tags.rb:522
1418
+ msgid "btn_drive"
1419
+ msgstr ""
1420
+
1421
+ #: lib/zena/use/html_tags.rb:573
1422
+ msgid "btn_view"
1423
+ msgstr ""
1424
+
1425
+ #: lib/zena/use/html_tags.rb:576
1426
+ msgid "img_open"
1427
+ msgstr ""
1428
+
1429
+ #: lib/zena/use/html_tags.rb:576
1430
+ msgid "btn_title_close_discussion"
1431
+ msgstr ""
1432
+
1433
+ #: lib/zena/use/html_tags.rb:578
1434
+ msgid "img_closed"
1435
+ msgstr ""
1436
+
1437
+ #: lib/zena/use/html_tags.rb:578
1438
+ msgid "btn_title_open_discussion"
1439
+ msgstr ""
1440
+
1441
+ #: lib/zena/use/html_tags.rb:581
1442
+ msgid "btn_title_destroy_discussion"
1943
1443
  msgstr ""