zena 0.16.3 → 0.16.4

Sign up to get free protection for your applications and to get access to all the features.
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
Binary file
data/locale/en/zena.po CHANGED
@@ -1,7 +1,7 @@
1
1
  msgid ""
2
2
  msgstr ""
3
- "Project-Id-Version: 0.9.0\n"
4
- "POT-Creation-Date: 2008-09-26 20:39-0000\n"
3
+ "Project-Id-Version: version 0.0.1\n"
4
+ "POT-Creation-Date: 2009-12-01 17:06+0100\n"
5
5
  "PO-Revision-Date: 2009-10-17 21:34+0100\n"
6
6
  "Last-Translator: Gaspard Bucher <gaspard@teti.ch>\n"
7
7
  "Language-Team: en <gaspard@teti.ch>\n"
@@ -13,10 +13,6 @@ msgstr ""
13
13
  "X-Poedit-Bookmarks: -1,-1,-1,219,-1,-1,-1,-1,-1,-1\n"
14
14
  "X-Poedit-Basepath: /Users/gaspard/svk/zena\n"
15
15
 
16
- #: app/controllers/application.rb:501
17
- msgid "Please log in"
18
- msgstr "Please log in."
19
-
20
16
  #: app/controllers/comments_controller.rb:31
21
17
  #, fuzzy
22
18
  msgid "Comment was successfully created."
@@ -27,43 +23,43 @@ msgstr "Informations successfully updated."
27
23
  msgid "Data entry was successfully created."
28
24
  msgstr "Informations successfully updated."
29
25
 
30
- #: app/controllers/documents_controller.rb:35
26
+ #: app/controllers/documents_controller.rb:34
31
27
  msgid "Upload failed."
32
28
  msgstr ""
33
29
 
34
- #: app/controllers/documents_controller.rb:38
30
+ #: app/controllers/documents_controller.rb:37
35
31
  msgid "Upload succeeded."
36
32
  msgstr ""
37
33
 
38
- #: app/controllers/nodes_controller.rb:197
34
+ #: app/controllers/nodes_controller.rb:210
39
35
  msgid "Backup created."
40
36
  msgstr ""
41
37
 
42
- #: app/controllers/nodes_controller.rb:199
38
+ #: app/controllers/nodes_controller.rb:212
43
39
  msgid "Could not create backup."
44
40
  msgstr ""
45
41
 
46
- #: app/controllers/nodes_controller.rb:233
42
+ #: app/controllers/nodes_controller.rb:263
47
43
  msgid "node updated"
48
44
  msgstr "Node successfully updated."
49
45
 
50
- #: app/controllers/nodes_controller.rb:235
46
+ #: app/controllers/nodes_controller.rb:265
51
47
  msgid "could not update"
52
48
  msgstr "The node could not be updated."
53
49
 
54
- #: app/controllers/nodes_controller.rb:275
50
+ #: app/controllers/nodes_controller.rb:316
55
51
  msgid "node not found"
56
52
  msgstr "Node not found."
57
53
 
58
- #: app/controllers/nodes_controller.rb:299
54
+ #: app/controllers/nodes_controller.rb:340
59
55
  msgid "Order updated"
60
56
  msgstr "Order updated."
61
57
 
62
- #: app/controllers/nodes_controller.rb:301
58
+ #: app/controllers/nodes_controller.rb:342
63
59
  msgid "Could not update order."
64
60
  msgstr ""
65
61
 
66
- #: app/controllers/nodes_controller.rb:318
62
+ #: app/controllers/nodes_controller.rb:359
67
63
  #, fuzzy
68
64
  msgid "Could not clear order."
69
65
  msgstr "User could not be updated."
@@ -73,856 +69,337 @@ msgid "password successfully updated"
73
69
  msgstr "Le mot de passe a été modifié avec succès."
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 "Informations successfully updated."
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 "Invalid login or password."
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 "User could not be updated."
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
121
- #: app/views/users/_form.rhtml:17
122
- #: app/views/users/preferences.html.erb:13
123
- msgid "login"
124
- msgstr ""
125
-
126
- #: app/helpers/application_helper.rb:235
127
- msgid "long_time"
128
- msgstr "%H:%M:%S"
129
-
130
- #: app/helpers/application_helper.rb:240
131
- msgid "short_time"
132
- msgstr "%H:%M"
133
-
134
- #: app/helpers/application_helper.rb:245
135
- msgid "full_date"
136
- msgstr "%A, %B %d %Y"
137
-
138
- #: app/helpers/application_helper.rb:250
139
- msgid "long_date"
140
- msgstr "%Y-%m-%d"
141
-
142
- #: app/helpers/application_helper.rb:255
143
- msgid "short_date"
144
- msgstr "%m.%d"
145
-
146
- #: app/helpers/application_helper.rb:667
147
- #: lib/gettext_strings.rb:73
148
- msgid "%{type} node"
149
- msgstr ""
150
-
151
- #: app/helpers/application_helper.rb:679
152
- #: lib/gettext_strings.rb:72
153
- msgid "%{ext} document"
154
- msgstr ""
155
-
156
- #: app/helpers/application_helper.rb:683
157
- msgid "%{ext} node"
158
- msgstr ""
159
-
160
- #: app/helpers/application_helper.rb:759
161
- #: app/helpers/application_helper.rb:775
162
- msgid "week_start_day"
163
- msgstr "0"
164
-
165
- #: app/helpers/application_helper.rb:979
166
- #: lib/gettext_strings.rb:46
167
- msgid "img_private"
168
- msgstr "<img src='/images/lock.png' alt='private'/>"
169
-
170
- #: app/helpers/application_helper.rb:981
171
- #: lib/gettext_strings.rb:45
172
- msgid "img_public"
173
- msgstr "<img src='/images/user_pub.png' alt='public'/>"
174
-
175
- #: app/helpers/application_helper.rb:1020
176
- msgid "btn_edit"
177
- msgstr "<img src='/images/page_edit.png' alt='edit'/>"
178
-
179
- #: app/helpers/application_helper.rb:1025
180
- msgid "btn_drive"
181
- msgstr "<img src='/images/wrench.png' alt='drive'/>"
182
-
183
- #: app/helpers/application_helper.rb:1056
184
- #: app/helpers/application_helper.rb:1068
185
- msgid "btn_view"
186
- msgstr "<img src='/images/eye.png' alt='view'/>"
187
-
188
- #: app/helpers/application_helper.rb:1071
189
- msgid "img_open"
190
- msgstr "<img src='/images/lock_open.png' alt='open'/>"
191
-
192
- #: app/helpers/application_helper.rb:1071
193
- msgid "btn_title_close_discussion"
194
- msgstr "Close the discussion (disable comments)."
195
-
196
- #: app/helpers/application_helper.rb:1073
197
- msgid "img_closed"
198
- msgstr "<img src='/images/lock.png' alt='closed'/>"
199
-
200
- #: app/helpers/application_helper.rb:1073
201
- msgid "btn_title_open_discussion"
202
- msgstr "Open the edition window to edit the node"
203
-
204
- #: app/helpers/application_helper.rb:1076
205
- #: app/views/comments/_li.rhtml:3
206
- msgid "btn_remove"
207
- msgstr "<img src='/images/delete.png' alt='delete'/>"
208
-
209
- #: app/helpers/application_helper.rb:1076
210
- msgid "btn_title_destroy_discussion"
211
- msgstr "Delete the discussion (with all comments)."
212
-
213
- #: app/helpers/application_helper.rb:1188
214
- msgid "my home"
215
- msgstr "management"
216
-
217
- #: app/helpers/application_helper.rb:1191
218
- #: app/views/users/preferences.html.erb:1
219
- msgid "preferences"
220
- msgstr ""
221
-
222
- #: app/helpers/application_helper.rb:1194
223
- #: app/views/comments/index.rhtml:1
224
- msgid "manage comments"
225
- msgstr ""
226
-
227
- #: app/helpers/application_helper.rb:1197
228
- #: app/views/users/index.rhtml:1
229
- msgid "manage users"
230
- msgstr ""
231
-
232
- #: app/helpers/application_helper.rb:1200
233
- #: app/views/groups/index.rhtml:1
234
- msgid "manage groups"
235
- msgstr ""
236
-
237
- #: app/helpers/application_helper.rb:1203
238
- #: app/views/relations/index.erb:1
239
- msgid "manage relations"
240
- msgstr ""
241
-
242
- #: app/helpers/application_helper.rb:1206
243
- #: app/views/iformats/index.rhtml:1
244
- #: app/views/virtual_classes/index.erb:1
245
- msgid "manage classes"
246
- msgstr ""
247
-
248
- #: app/helpers/application_helper.rb:1209
249
- msgid "image formats"
250
- msgstr ""
251
-
252
- #: app/helpers/application_helper.rb:1212
253
- #: app/views/sites/index.erb:1
254
- msgid "manage sites"
255
- msgstr ""
256
-
257
- #: app/helpers/application_helper.rb:1216
258
- msgid "turn dev off"
259
- msgstr "<img src='/images/bug.png'/> turn dev off"
260
-
261
- #: app/helpers/application_helper.rb:1218
262
- msgid "turn dev on"
263
- msgstr ""
264
-
265
- #: app/models/access_hits.rb:-
266
- msgid "access hit"
267
- msgstr ""
268
-
269
- #: app/models/access_hits.rb:-
270
- msgid "accesshit"
271
- msgstr ""
272
-
273
- #: app/models/access_hits.rb:-
274
- #: app/models/cache.rb:-
275
- #: app/models/cached_page.rb:-
276
- #: app/models/comment.rb:-
277
- #: app/models/contact_content.rb:-
278
- #: app/models/data_entry.rb:-
279
- #: app/models/discussion.rb:-
280
- #: app/models/document_content.rb:-
281
- #: app/models/group.rb:-
282
- #: app/models/iformat.rb:-
283
- #: app/models/node.rb:-
284
- #: app/models/participation.rb:-
285
- #: app/models/relation.rb:-
286
- #: app/models/template_content.rb:-
287
- #: app/models/version.rb:-
288
- #: app/models/virtual_class.rb:-
289
- msgid "Site"
290
- msgstr ""
291
-
292
- #: app/models/access_hits.rb:-
293
- #: app/models/cached_page.rb:-
294
- #: app/models/discussion.rb:-
295
- #: app/models/template_content.rb:-
296
- #: app/models/version.rb:-
297
- msgid "Node"
298
- msgstr ""
299
-
300
- #: app/models/access_hits.rb:-
301
- msgid "Remote host"
302
- msgstr ""
303
-
304
- #: app/models/access_hits.rb:-
305
- msgid "Request time"
306
- msgstr ""
307
-
308
- #: app/models/access_hits.rb:-
309
- msgid "Request duration"
310
- msgstr ""
311
-
312
- #: app/models/access_hits.rb:-
313
- #: app/models/comment.rb:-
314
- #: app/models/link.rb:-
315
- #: app/models/participation.rb:-
316
- #: app/models/version.rb:-
317
- msgid "Status"
318
- msgstr ""
319
-
320
- #: app/models/access_hits.rb:-
321
- msgid "Bytes sent"
322
- msgstr ""
323
-
324
- #: app/models/access_hits.rb:-
325
- msgid "Request method"
326
- msgstr ""
327
-
328
- #: app/models/access_hits.rb:-
329
- msgid "Request uri"
330
- msgstr ""
331
-
332
- #: app/models/access_hits.rb:-
333
- msgid "Referer"
334
- msgstr ""
335
-
336
- #: app/models/access_hits.rb:-
337
- msgid "Agent"
338
- msgstr ""
339
-
340
- #: app/models/access_hits.rb:-
341
- msgid "Request line"
342
- msgstr ""
343
-
344
- #: app/models/access_hits.rb:-
345
- #: app/models/template_content.rb:-
346
- msgid "Mode"
347
- msgstr ""
348
-
349
- #: app/models/access_hits.rb:-
350
- #: app/models/template_content.rb:-
351
- msgid "Format"
352
- msgstr ""
353
-
354
- #: app/models/access_hits.rb:-
355
- #: app/models/discussion.rb:-
356
- #: app/models/participation.rb:-
357
- #: app/models/version.rb:-
358
- msgid "Lang"
359
- msgstr ""
360
-
361
- #: app/models/cache.rb:-
362
- msgid "cach"
363
- msgstr ""
364
-
365
- #: app/models/cache.rb:-
366
- msgid "cache"
367
- msgstr ""
368
-
369
- #: app/models/cache.rb:-
370
- #: app/models/comment.rb:-
371
- #: app/models/contact_content.rb:-
372
- #: app/models/data_entry.rb:-
373
- #: app/models/discussion.rb:-
374
- #: app/models/group.rb:-
375
- #: app/models/iformat.rb:-
376
- #: app/models/node.rb:-
377
- #: app/models/user.rb:-
378
- #: app/models/version.rb:-
379
- msgid "Updated at"
380
- msgstr ""
381
-
382
- #: app/models/cache.rb:-
383
- msgid "Visitor"
384
- msgstr ""
385
-
386
- #: app/models/cache.rb:-
387
- msgid "Visitor groups"
388
- msgstr ""
389
-
390
- #: app/models/cache.rb:-
391
- #: app/models/node.rb:-
392
- #: app/models/virtual_class.rb:-
393
- msgid "Kpath"
394
- msgstr ""
395
-
396
- #: app/models/cache.rb:-
397
- msgid "Context"
398
- msgstr ""
399
-
400
- #: app/models/cache.rb:-
401
- #: app/models/version.rb:-
402
- msgid "Content"
403
- msgstr ""
404
-
405
- #: app/models/cached_page.rb:-
406
- msgid "cached page"
407
- msgstr ""
408
-
409
- #: app/models/cached_page.rb:-
410
- msgid "Path"
411
- msgstr ""
412
-
413
- #: app/models/cached_page.rb:-
414
- msgid "Expire after"
415
- msgstr ""
416
-
417
- #: app/models/cached_page.rb:-
418
- #: app/models/comment.rb:-
419
- #: app/models/contact_content.rb:-
420
- #: app/models/data_entry.rb:-
421
- #: app/models/discussion.rb:-
422
- #: app/models/group.rb:-
423
- #: app/models/iformat.rb:-
424
- #: app/models/node.rb:-
425
- #: app/models/user.rb:-
426
- #: app/models/version.rb:-
427
- msgid "Created at"
428
- msgstr ""
429
-
430
- #: app/models/comment.rb:-
431
- #: app/views/links/_form.rhtml:35
432
- #: app/views/templates/edit_tabs/_title.rhtml:16
433
- msgid "comment"
434
- msgstr ""
435
-
436
- #: app/models/comment.rb:-
437
- #, fuzzy
438
- msgid "Discussion"
439
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
440
-
441
- #: app/models/comment.rb:-
442
- msgid "Reply to"
443
- msgstr ""
444
-
445
- #: app/models/comment.rb:-
446
- #: app/models/data_entry.rb:-
447
- #: app/models/node.rb:-
448
- #: app/models/participation.rb:-
449
- #: app/models/version.rb:-
450
- msgid "User"
451
- msgstr ""
452
-
453
- #: app/models/comment.rb:-
454
- #: app/models/version.rb:-
455
- msgid "Title"
456
- msgstr ""
457
-
458
- #: app/models/comment.rb:-
459
- #: app/models/data_entry.rb:-
460
- #: app/models/version.rb:-
461
- msgid "Text"
462
- msgstr ""
463
-
464
- #: app/models/comment.rb:-
465
- msgid "Author name"
466
- msgstr ""
467
-
468
- #: app/models/comment.rb:-
469
- msgid "Ip"
470
- msgstr ""
471
-
472
- #: app/models/comment.rb:80
116
+ #: app/models/comment.rb:86
473
117
  msgid "re: "
474
118
  msgstr ""
475
119
 
476
- #: app/models/contact_content.rb:-
477
- msgid "contact content"
478
- msgstr ""
479
-
480
- #: app/models/contact_content.rb:-
481
- #: app/models/document_content.rb:-
482
- msgid "Version"
483
- msgstr ""
484
-
485
- #: app/models/contact_content.rb:-
486
- #: app/models/user.rb:-
487
- msgid "First name"
488
- msgstr ""
489
-
490
- #: app/models/contact_content.rb:-
491
- #: app/models/document_content.rb:-
492
- #: app/models/group.rb:-
493
- #: app/models/iformat.rb:-
494
- #: app/models/node.rb:-
495
- #: app/models/site.rb:-
496
- #: app/models/user.rb:-
497
- #: app/models/virtual_class.rb:-
498
- msgid "Name"
499
- msgstr ""
500
-
501
- #: app/models/contact_content.rb:-
502
- msgid "Address"
503
- msgstr ""
504
-
505
- #: app/models/contact_content.rb:-
506
- #: app/models/node.rb:-
507
- msgid "Zip"
508
- msgstr ""
509
-
510
- #: app/models/contact_content.rb:-
511
- msgid "City"
512
- msgstr ""
513
-
514
- #: app/models/contact_content.rb:-
515
- msgid "Telephone"
516
- msgstr ""
517
-
518
- #: app/models/contact_content.rb:-
519
- msgid "Mobile"
520
- msgstr ""
521
-
522
- #: app/models/contact_content.rb:-
523
- #: app/models/user.rb:-
524
- msgid "Email"
525
- msgstr ""
526
-
527
- #: app/models/contact_content.rb:-
528
- msgid "Birthday"
529
- msgstr ""
530
-
531
- #: app/models/contact_content.rb:-
532
- msgid "Country"
533
- msgstr ""
534
-
535
- #: app/models/data_entry.rb:-
536
- msgid "data entry"
537
- msgstr ""
538
-
539
- #: app/models/data_entry.rb:-
540
- msgid "Date"
541
- msgstr ""
542
-
543
- #: app/models/data_entry.rb:-
544
- msgid "Value a"
545
- msgstr ""
546
-
547
- #: app/models/data_entry.rb:-
548
- msgid "Node a"
549
- msgstr ""
550
-
551
- #: app/models/data_entry.rb:-
552
- msgid "Node b"
553
- msgstr ""
554
-
555
- #: app/models/data_entry.rb:-
556
- msgid "Node c"
557
- msgstr ""
558
-
559
- #: app/models/data_entry.rb:-
560
- msgid "Node d"
561
- msgstr ""
562
-
563
- #: app/models/data_entry.rb:-
564
- msgid "Value b"
565
- msgstr ""
566
-
567
- #: app/models/data_entry.rb:35
568
- #: app/models/node.rb:657
569
- #: 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
570
122
  msgid "datetime"
571
123
  msgstr "%Y-%m-%d %H:%M"
572
124
 
573
- #: app/models/discussion.rb:-
574
- msgid "discussion"
575
- msgstr ""
576
-
577
- #: app/models/discussion.rb:-
578
- msgid "Inside"
579
- msgstr ""
580
-
581
- #: app/models/discussion.rb:-
582
- msgid "Open"
583
- msgstr ""
584
-
585
- #: app/models/document_content.rb:-
586
- msgid "document content"
587
- msgstr ""
588
-
589
- #: app/models/document_content.rb:-
590
- #: app/models/node.rb:-
591
- #: app/models/version.rb:-
592
- msgid "Type"
593
- msgstr ""
594
-
595
- #: app/models/document_content.rb:-
596
- msgid "Content type"
597
- msgstr ""
598
-
599
- #: app/models/document_content.rb:-
600
- msgid "Ext"
601
- msgstr ""
602
-
603
- #: app/models/document_content.rb:-
604
- #: app/models/iformat.rb:-
605
- msgid "Size"
606
- msgstr ""
607
-
608
- #: app/models/document_content.rb:-
609
- #: app/models/iformat.rb:-
610
- msgid "Width"
611
- msgstr ""
612
-
613
- #: app/models/document_content.rb:-
614
- #: app/models/iformat.rb:-
615
- msgid "Height"
616
- msgstr ""
125
+ #: app/views/data_entries/index.html.erb:1
126
+ #: app/views/data_entries/show.html.erb:1
127
+ #, fuzzy
128
+ msgid "data entries"
129
+ msgstr "%Y-%m-%d %H:%M"
617
130
 
618
- #: app/models/group.rb:-
619
- #: app/views/groups/edit.html.erb:1
620
- #: app/views/groups/show.html.erb:1
131
+ #: app/views/groups/edit.html.erb:1 app/views/groups/show.html.erb:1
621
132
  msgid "group"
622
133
  msgstr ""
623
134
 
624
- #: app/models/iformat.rb:-
625
- #: app/views/iformats/edit.html.erb:1
626
- #: app/views/iformats/show.html.erb:1
135
+ #: app/views/iformats/edit.html.erb:1 app/views/iformats/show.html.erb:1
627
136
  msgid "iformat"
628
137
  msgstr ""
629
138
 
630
- #: app/models/iformat.rb:-
631
- msgid "Gravity"
632
- msgstr ""
633
-
634
- #: app/models/link.rb:-
635
- msgid "link"
636
- msgstr ""
637
-
638
- #: app/models/link.rb:-
639
- msgid "Source"
640
- msgstr ""
641
-
642
- #: app/models/link.rb:-
643
- msgid "Target"
644
- msgstr ""
645
-
646
- #: app/models/link.rb:-
647
- msgid "Relation"
648
- msgstr ""
649
-
650
- #: app/models/link.rb:-
651
- #: app/models/version.rb:-
652
- msgid "Comment"
653
- msgstr ""
654
-
655
- #: app/models/node.rb:-
656
- msgid "node"
657
- msgstr ""
658
-
659
- #: app/models/node.rb:-
660
- msgid "Event at"
661
- msgstr ""
662
-
663
- #: app/models/node.rb:-
664
- msgid "Section"
665
- msgstr ""
666
-
667
- #: app/models/node.rb:-
668
- msgid "Parent"
669
- msgstr ""
139
+ #: app/views/relations/_add.erb:2 lib/gettext_strings.rb:36
140
+ msgid "btn_relation_add"
141
+ msgstr "<img src='/images/link_add.png' alt='add a role'/>"
670
142
 
671
- #: app/models/node.rb:-
672
- msgid "Skin"
673
- msgstr ""
143
+ #: app/views/relations/_form.erb:3 app/views/relations/_form.erb:5
144
+ #: app/views/sites/_form.erb:3 app/views/sites/_form.erb:5
145
+ #: app/views/virtual_classes/_form.erb:3 app/views/virtual_classes/_form.erb:5
146
+ #: app/views/comments/_form.rhtml:8 app/views/comments/_form.rhtml:10
147
+ #: app/views/comments/_form.rhtml:12 app/views/discussions/_form.rhtml:8
148
+ #: app/views/groups/_form.rhtml:3 app/views/groups/_form.rhtml:5
149
+ #: app/views/iformats/_form.rhtml:3 app/views/iformats/_form.rhtml:5
150
+ #: app/views/links/_form.rhtml:12 app/views/links/_form.rhtml:14
151
+ #: app/views/nodes/_import_results.rhtml:3 app/views/nodes/_results.rhtml:7
152
+ #: app/views/users/_form.rhtml:3 app/views/users/_form.rhtml:5
153
+ msgid "btn_x"
154
+ msgstr "<img src='/images/cross.png' alt='cancel'/>"
674
155
 
675
- #: app/models/node.rb:-
676
- msgid "Inherit"
156
+ #: app/views/relations/_form.erb:16
157
+ msgid "source"
677
158
  msgstr ""
678
159
 
679
- #: app/models/node.rb:-
680
- msgid "Rgroup"
681
- msgstr ""
160
+ #: app/views/relations/_form.erb:16
161
+ #, fuzzy
162
+ msgid "target"
163
+ msgstr "tags"
682
164
 
683
- #: app/models/node.rb:-
684
- msgid "Wgroup"
165
+ #: app/views/relations/_form.erb:17
166
+ msgid "kpath"
685
167
  msgstr ""
686
168
 
687
- #: app/models/node.rb:-
688
- msgid "Pgroup"
169
+ #: app/views/relations/_form.erb:21
170
+ msgid "role"
689
171
  msgstr ""
690
172
 
691
- #: app/models/node.rb:-
692
- #: app/models/version.rb:-
693
- msgid "Publish from"
694
- msgstr ""
173
+ #: app/views/relations/_form.erb:25 app/views/virtual_classes/_form.erb:17
174
+ msgid "icon"
175
+ msgstr "icon"
695
176
 
696
- #: app/models/node.rb:-
697
- msgid "Max status"
177
+ #: app/views/relations/_form.erb:29 app/views/iformats/_form.rhtml:17
178
+ msgid "type"
698
179
  msgstr ""
699
180
 
700
- #: app/models/node.rb:-
701
- msgid "Log at"
702
- msgstr ""
181
+ #: app/views/relations/_form.erb:30 app/views/relations/_form.erb:32
182
+ #: app/views/relations/_li.erb:2 app/views/relations/_li.erb:12
183
+ #: lib/gettext_strings.rb:29
184
+ msgid "relation_img"
185
+ msgstr "<img src='/images/target.png' alt='role'/>"
703
186
 
704
- #: app/models/node.rb:-
705
- msgid "Ref lang"
706
- msgstr ""
187
+ #: app/views/relations/_form.erb:31 app/views/relations/_form.erb:33
188
+ #: app/views/relations/_li.erb:2 app/views/relations/_li.erb:12
189
+ #: lib/gettext_strings.rb:30
190
+ msgid "relations_img"
191
+ msgstr "<img src='/images/collection.png' alt='collection'/>"
707
192
 
708
- #: app/models/node.rb:-
709
- msgid "Alias"
710
- msgstr ""
193
+ #: app/views/relations/_form.erb:35 app/views/sites/_form.erb:34
194
+ #: app/views/users/preferences.html.erb:19
195
+ #: app/views/users/preferences.html.erb:35
196
+ #: app/views/virtual_classes/_form.erb:22 app/views/comments/_form.rhtml:23
197
+ #: app/views/groups/_form.rhtml:35 app/views/iformats/_form.rhtml:22
198
+ #: app/views/nodes/_edit_attribute.rhtml:15
199
+ #: app/views/templates/document_create_tabs/_file.rhtml:3
200
+ #: app/views/templates/document_create_tabs/_import.rhtml:2
201
+ #: app/views/templates/document_create_tabs/_template.rhtml:3
202
+ #: app/views/templates/document_create_tabs/_text_doc.rhtml:3
203
+ #: app/views/users/_form.rhtml:46 app/views/versions/edit.rhtml:16
204
+ msgid "validate"
205
+ msgstr " validate "
711
206
 
712
- #: app/models/node.rb:-
713
- msgid "Fullpath"
207
+ #: app/views/relations/_form.erb:39
208
+ msgid "Are you sure you want to destroy this relation ?"
714
209
  msgstr ""
715
210
 
716
- #: app/models/node.rb:-
717
- msgid "Custom base"
211
+ #: app/views/relations/_form.erb:40
212
+ msgid "destroy relation (with all links)"
718
213
  msgstr ""
719
214
 
720
- #: app/models/node.rb:-
721
- msgid "Basepath"
722
- msgstr ""
215
+ #: app/views/relations/_form.erb:40 app/views/virtual_classes/_form.erb:27
216
+ #: app/views/groups/_form.rhtml:41 app/views/iformats/_form.rhtml:27
217
+ #, fuzzy
218
+ msgid "destroy"
219
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
723
220
 
724
- #: app/models/node.rb:-
725
- msgid "Project"
726
- msgstr ""
221
+ #: app/views/relations/edit.erb:1
222
+ #, fuzzy
223
+ msgid "edit relation"
224
+ msgstr "<img src='/images/target.png' alt='role'/>"
727
225
 
728
- #: app/models/node.rb:-
729
- msgid "Position"
226
+ #: app/views/relations/index.erb:1 lib/zena/use/html_tags.rb:416
227
+ msgid "manage relations"
730
228
  msgstr ""
731
229
 
732
- #: app/models/node.rb:-
733
- msgid "Vclass"
734
- msgstr ""
230
+ #: app/views/relations/new.erb:1
231
+ #, fuzzy
232
+ msgid "new relation"
233
+ msgstr "<img src='/images/target.png' alt='role'/>"
735
234
 
736
- #: app/models/node.rb:-
737
- msgid "Custom a"
235
+ #: app/views/sites/_form.erb:16
236
+ msgid "host"
738
237
  msgstr ""
739
238
 
740
- #: app/models/node.rb:-
741
- msgid "Custom b"
742
- msgstr ""
239
+ #: app/views/sites/_form.erb:20
240
+ #, fuzzy
241
+ msgid "redit_time"
242
+ msgstr "%H:%M"
743
243
 
744
- #: app/models/participation.rb:-
745
- msgid "participation"
244
+ #: app/views/sites/_form.erb:21 lib/gettext_strings.rb:34
245
+ msgid "public group"
746
246
  msgstr ""
747
247
 
748
- #: app/models/participation.rb:-
248
+ #: app/views/sites/_form.erb:22 lib/gettext_strings.rb:35
749
249
  #, fuzzy
750
- msgid "Contact"
751
- msgstr "<img src='/images/lock_open.png' alt='open'/>"
250
+ msgid "site group"
251
+ msgstr "<img src='/images/group.png' alt='group'/>"
752
252
 
753
- #: app/models/relation.rb:-
754
- msgid "relation"
253
+ #: app/views/sites/_form.erb:23 lib/gettext_strings.rb:33
254
+ msgid "options"
755
255
  msgstr ""
756
256
 
757
- #: app/models/relation.rb:-
758
- msgid "Source role"
257
+ #: app/views/sites/_form.erb:30 app/views/sites/_form.erb:31
258
+ msgid "clear cache"
759
259
  msgstr ""
760
260
 
761
- #: app/models/relation.rb:-
762
- msgid "Source kpath"
261
+ #: app/views/sites/_form.erb:31
262
+ msgid ""
263
+ "Are you sure you want destroy all cache (site may be slow during first "
264
+ "reloads) ?"
763
265
  msgstr ""
764
266
 
765
- #: app/models/relation.rb:-
766
- msgid "Source unique"
767
- msgstr ""
267
+ #: app/views/sites/_li.erb:2 lib/gettext_strings.rb:31
268
+ msgid "site_img"
269
+ msgstr "<img src='/images/world.png' alt='site'/>"
768
270
 
769
- #: app/models/relation.rb:-
770
- msgid "Source icon"
771
- msgstr ""
271
+ #: app/views/sites/edit.erb:1
272
+ #, fuzzy
273
+ msgid "edit site"
274
+ msgstr "%Y-%m-%d %H:%M"
772
275
 
773
- #: app/models/relation.rb:-
774
- msgid "Target role"
276
+ #: app/views/sites/index.erb:1 lib/zena/use/html_tags.rb:425
277
+ msgid "manage sites"
775
278
  msgstr ""
776
279
 
777
- #: app/models/relation.rb:-
778
- msgid "Target kpath"
280
+ #: app/views/users/preferences.html.erb:1 lib/zena/use/html_tags.rb:404
281
+ msgid "preferences"
779
282
  msgstr ""
780
283
 
781
- #: app/models/relation.rb:-
782
- msgid "Target unique"
284
+ #: app/views/users/preferences.html.erb:6
285
+ msgid "change personal information"
783
286
  msgstr ""
784
287
 
785
- #: app/models/relation.rb:-
786
- msgid "Target icon"
288
+ #: app/views/users/preferences.html.erb:7
289
+ #: app/views/users/preferences.html.erb:27 app/views/documents/_crop.rhtml:1
290
+ #: app/views/users/_form.rhtml:20
291
+ msgid "cancel"
787
292
  msgstr ""
788
293
 
789
- #: app/models/site.rb:-
790
- msgid "site"
294
+ #: app/views/users/preferences.html.erb:13 app/views/users/_form.rhtml:17
295
+ #: lib/zena/use/html_tags.rb:375
296
+ msgid "login"
791
297
  msgstr ""
792
298
 
793
- #: app/models/site.rb:-
794
- msgid "Host"
299
+ #: app/views/users/preferences.html.erb:14 app/views/users/_form.rhtml:26
300
+ msgid "first name"
795
301
  msgstr ""
796
302
 
797
- #: app/models/site.rb:-
798
- msgid "Root"
303
+ #: app/views/users/preferences.html.erb:15
304
+ #: app/views/virtual_classes/_form.erb:16 app/views/groups/_form.rhtml:18
305
+ #: app/views/iformats/_form.rhtml:16 app/views/nodes/_parent.rhtml:8
306
+ #: app/views/templates/document_create_tabs/_template.rhtml:7
307
+ #: app/views/templates/document_create_tabs/_text_doc.rhtml:8
308
+ #: app/views/users/_form.rhtml:27 lib/gettext_strings.rb:159
309
+ msgid "name"
799
310
  msgstr ""
800
311
 
801
- #: app/models/site.rb:-
802
- msgid "Su"
312
+ #: app/views/users/preferences.html.erb:16
313
+ #: app/views/templates/edit_tabs/_title.rhtml:12
314
+ #: app/views/users/_form.rhtml:28
315
+ msgid "language"
803
316
  msgstr ""
804
317
 
805
- #: app/models/site.rb:-
806
- msgid "Anon"
318
+ #: app/views/users/preferences.html.erb:17 app/views/users/_form.rhtml:29
319
+ msgid "time zone"
807
320
  msgstr ""
808
321
 
809
- #: app/models/site.rb:-
810
- msgid "Public group"
322
+ #: app/views/users/preferences.html.erb:18 app/views/users/_form.rhtml:31
323
+ #: lib/gettext_strings.rb:166
324
+ msgid "email"
811
325
  msgstr ""
812
326
 
813
- #: app/models/site.rb:-
814
- msgid "Site group"
327
+ #: app/views/users/preferences.html.erb:26 app/views/users/_form.rhtml:19
328
+ msgid "change password"
815
329
  msgstr ""
816
330
 
817
- #: app/models/site.rb:-
818
- msgid "Authentication"
331
+ #: app/views/users/preferences.html.erb:32
332
+ msgid "old password"
819
333
  msgstr ""
820
334
 
821
- #: app/models/site.rb:-
822
- msgid "Allow private"
335
+ #: app/views/users/preferences.html.erb:33
336
+ msgid "new password"
823
337
  msgstr ""
824
338
 
825
- #: app/models/site.rb:-
826
- msgid "Languages"
339
+ #: app/views/users/preferences.html.erb:34
340
+ msgid "retype new password"
827
341
  msgstr ""
828
342
 
829
- #: app/models/site.rb:-
830
- msgid "Default lang"
831
- msgstr ""
343
+ #: app/views/virtual_classes/_add.erb:2 lib/gettext_strings.rb:39
344
+ msgid "btn_virtual_class_add"
345
+ msgstr "<img src='/images/brick_add.png' alt='add a class'/>"
832
346
 
833
- #: app/models/site.rb:-
834
- msgid "Http auth"
347
+ #: app/views/virtual_classes/_form.erb:18
348
+ msgid "superclass"
835
349
  msgstr ""
836
350
 
837
- #: app/models/site.rb:-
838
- #, fuzzy
839
- msgid "Auto publish"
840
- msgstr "<img src='/images/wand.png' alt='publish'/>"
841
-
842
- #: app/models/site.rb:-
351
+ #: app/views/virtual_classes/_form.erb:19
843
352
  #, fuzzy
844
- msgid "Redit time"
845
- msgstr "%Y-%m-%d %H:%M"
353
+ msgid "create group"
354
+ msgstr "<img src='/images/group.png' alt='group'/>"
846
355
 
847
- #: app/models/site.rb:-
356
+ #: app/views/virtual_classes/_form.erb:20
848
357
  #, fuzzy
849
- msgid "Formats updated at"
850
- msgstr "Node successfully updated."
851
-
852
- #: app/models/template_content.rb:-
853
- msgid "template content"
854
- msgstr ""
855
-
856
- #: app/models/template_content.rb:-
857
- msgid "Skin name"
858
- msgstr ""
859
-
860
- #: app/models/template_content.rb:-
861
- msgid "Tkpath"
862
- msgstr ""
863
-
864
- #: app/models/template_content.rb:-
865
- msgid "Klass"
866
- msgstr ""
867
-
868
- #: app/models/user.rb:-
869
- #: lib/gettext_strings.rb:66
870
- msgid "user"
871
- msgstr ""
872
-
873
- #: app/models/user.rb:-
874
- msgid "Login"
875
- msgstr ""
876
-
877
- #: app/models/user.rb:-
878
- msgid "Password"
879
- msgstr ""
880
-
881
- #: app/models/user.rb:-
882
- msgid "Time zone"
883
- msgstr ""
358
+ msgid "auto create discussion"
359
+ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
884
360
 
885
- #: app/models/version.rb:-
886
- msgid "version"
361
+ #: app/views/virtual_classes/_form.erb:21
362
+ msgid "dyn_keys"
887
363
  msgstr ""
888
364
 
889
- #: app/models/version.rb:-
890
- msgid "Summary"
365
+ #: app/views/virtual_classes/_form.erb:26
366
+ msgid "Are you sure you want to destroy this virtual class ?"
891
367
  msgstr ""
892
368
 
893
- #: app/models/version.rb:-
894
- msgid "Number"
895
- msgstr ""
369
+ #: app/views/virtual_classes/_form.erb:27
370
+ #, fuzzy
371
+ msgid "destroy virtual class"
372
+ msgstr "<img src='/images/brick.png' alt='class'/>"
896
373
 
897
- #: app/models/virtual_class.rb:-
898
- msgid "virtual class"
899
- msgstr ""
374
+ #: app/views/virtual_classes/_li.erb:2 lib/gettext_strings.rb:38
375
+ msgid "virtual_class_error_img"
376
+ msgstr "<img src='/images/brick_error.png' alt='class error'/>"
900
377
 
901
- #: app/models/virtual_class.rb:-
902
- msgid "Real class"
903
- msgstr ""
378
+ #: app/views/virtual_classes/_li.erb:2 lib/gettext_strings.rb:37
379
+ msgid "virtual_class_img"
380
+ msgstr "<img src='/images/brick.png' alt='class'/>"
904
381
 
905
- #: app/models/virtual_class.rb:-
382
+ #: app/views/virtual_classes/_li.erb:8
906
383
  #, fuzzy
907
- msgid "Icon"
908
- msgstr "icon"
384
+ msgid "auto discussion"
385
+ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
909
386
 
910
- #: app/models/virtual_class.rb:-
911
- msgid "Create group"
387
+ #: app/views/virtual_classes/index.erb:1 app/views/iformats/index.rhtml:1
388
+ #: lib/zena/use/html_tags.rb:419
389
+ msgid "manage classes"
912
390
  msgstr ""
913
391
 
914
- #: app/models/virtual_class.rb:-
392
+ #: app/views/virtual_classes/index.erb:10
915
393
  #, fuzzy
916
- msgid "Auto create discussion"
917
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
394
+ msgid "import"
395
+ msgstr "import"
918
396
 
919
- #: app/models/virtual_class.rb:-
920
- msgid "Dyn keys"
397
+ #: app/views/virtual_classes/new.erb:1
398
+ msgid "new class"
921
399
  msgstr ""
922
400
 
923
- #: app/views/comments/_add.rhtml:2
924
- #: lib/gettext_strings.rb:25
925
- #: lib/parser/lib/rules/zena.rb:1202
401
+ #: app/views/comments/_add.rhtml:2 lib/gettext_strings.rb:24
402
+ #: lib/zafu/action.rb:128
926
403
  msgid "btn_add_comment"
927
404
  msgstr "<img src='/images/comment_add.png' alt='add a comment'/>"
928
405
 
@@ -931,59 +408,23 @@ msgid "btn_bomb"
931
408
  msgstr "<img src='/images/bomb.png' alt='empty bin'/>"
932
409
 
933
410
  #: app/views/comments/_bin.rhtml:4
934
- msgid "Are you sure you want to permanently remove the content of this rubbish bin ?"
935
- msgstr ""
936
-
937
- #: app/views/comments/_form.rhtml:8
938
- #: app/views/comments/_form.rhtml:10
939
- #: app/views/comments/_form.rhtml:12
940
- #: app/views/discussions/_form.rhtml:8
941
- #: app/views/groups/_form.rhtml:3
942
- #: app/views/groups/_form.rhtml:5
943
- #: app/views/iformats/_form.rhtml:3
944
- #: app/views/iformats/_form.rhtml:5
945
- #: app/views/links/_form.rhtml:12
946
- #: app/views/links/_form.rhtml:14
947
- #: app/views/nodes/_results.rhtml:7
948
- #: app/views/nodes/import.rhtml:11
949
- #: app/views/users/_form.rhtml:3
950
- #: app/views/users/_form.rhtml:5
951
- #: app/views/relations/_form.erb:3
952
- #: app/views/relations/_form.erb:5
953
- #: app/views/sites/_form.erb:3
954
- #: app/views/sites/_form.erb:5
955
- #: app/views/virtual_classes/_form.erb:3
956
- #: app/views/virtual_classes/_form.erb:5
957
- msgid "btn_x"
958
- msgstr "<img src='/images/cross.png' alt='cancel'/>"
411
+ msgid ""
412
+ "Are you sure you want to permanently remove the content of this rubbish bin ?"
413
+ msgstr ""
959
414
 
960
415
  #: app/views/comments/_form.rhtml:14
961
416
  msgid "author"
962
417
  msgstr ""
963
418
 
964
419
  #: app/views/comments/_form.rhtml:15
965
- #: app/views/templates/document_create_tabs/_file.rhtml:13
420
+ #: app/views/templates/document_create_tabs/_file.rhtml:7
966
421
  #: app/views/templates/edit_tabs/_title.rhtml:1
967
422
  msgid "title"
968
423
  msgstr ""
969
424
 
970
- #: app/views/comments/_form.rhtml:23
971
- #: app/views/groups/_form.rhtml:35
972
- #: app/views/iformats/_form.rhtml:21
973
- #: app/views/nodes/_edit_attribute.rhtml:10
974
- #: app/views/templates/document_create_tabs/_file.rhtml:8
975
- #: app/views/templates/document_create_tabs/_import.rhtml:2
976
- #: app/views/templates/document_create_tabs/_template.rhtml:3
977
- #: app/views/templates/document_create_tabs/_text_doc.rhtml:3
978
- #: app/views/users/_form.rhtml:46
979
- #: app/views/versions/edit.rhtml:14
980
- #: app/views/relations/_form.erb:35
981
- #: app/views/sites/_form.erb:34
982
- #: app/views/users/preferences.html.erb:19
983
- #: app/views/users/preferences.html.erb:35
984
- #: app/views/virtual_classes/_form.erb:22
985
- msgid "validate"
986
- msgstr " validate "
425
+ #: app/views/comments/_li.rhtml:3 lib/zena/use/html_tags.rb:581
426
+ msgid "btn_remove"
427
+ msgstr "<img src='/images/delete.png' alt='delete'/>"
987
428
 
988
429
  #: app/views/comments/_li.rhtml:4
989
430
  msgid "btn_publish"
@@ -993,25 +434,19 @@ msgstr "<img src='/images/wand.png' alt='publish'/>"
993
434
  msgid "comments closed"
994
435
  msgstr ""
995
436
 
996
- #: app/views/comments/index.rhtml:8
997
- msgid "Previous page"
998
- msgstr ""
999
-
1000
- #: app/views/comments/index.rhtml:9
1001
- msgid "Next page"
437
+ #: app/views/comments/index.rhtml:1 lib/zena/use/html_tags.rb:407
438
+ msgid "manage comments"
1002
439
  msgstr ""
1003
440
 
1004
441
  #: app/views/discussions/_add.rhtml:2
1005
442
  msgid "btn_add_discussion"
1006
443
  msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1007
444
 
1008
- #: app/views/discussions/_form.rhtml:11
1009
- #: lib/gettext_strings.rb:58
445
+ #: app/views/discussions/_form.rhtml:11 lib/gettext_strings.rb:58
1010
446
  msgid "outside"
1011
447
  msgstr ""
1012
448
 
1013
- #: app/views/discussions/_form.rhtml:12
1014
- #: lib/gettext_strings.rb:57
449
+ #: app/views/discussions/_form.rhtml:12 lib/gettext_strings.rb:57
1015
450
  msgid "inside"
1016
451
  msgstr ""
1017
452
 
@@ -1023,13 +458,6 @@ msgstr ""
1023
458
  msgid "comment(s)"
1024
459
  msgstr ""
1025
460
 
1026
- #: app/views/documents/_crop.rhtml:1
1027
- #: app/views/users/_form.rhtml:20
1028
- #: app/views/users/preferences.html.erb:7
1029
- #: app/views/users/preferences.html.erb:27
1030
- msgid "cancel"
1031
- msgstr ""
1032
-
1033
461
  #: app/views/documents/_crop.rhtml:4
1034
462
  msgid "convert"
1035
463
  msgstr ""
@@ -1039,7 +467,7 @@ msgid "max size"
1039
467
  msgstr ""
1040
468
 
1041
469
  #: app/views/documents/_crop.rhtml:9
1042
- #: app/views/templates/edit_tabs/_image.rhtml:13
470
+ #: app/views/templates/edit_tabs/_image.rhtml:11
1043
471
  msgid "original"
1044
472
  msgstr ""
1045
473
 
@@ -1060,18 +488,6 @@ msgstr "<img src='/images/lock.png' alt='closed'/>"
1060
488
  msgid "btn_group_add"
1061
489
  msgstr "<img src='/images/group_add.png' alt='add a group'/>"
1062
490
 
1063
- #: app/views/groups/_form.rhtml:18
1064
- #: app/views/iformats/_form.rhtml:16
1065
- #: app/views/nodes/_parent.rhtml:7
1066
- #: app/views/templates/document_create_tabs/_template.rhtml:7
1067
- #: app/views/templates/document_create_tabs/_text_doc.rhtml:8
1068
- #: app/views/users/_form.rhtml:27
1069
- #: app/views/users/preferences.html.erb:15
1070
- #: app/views/virtual_classes/_form.erb:16
1071
- #: lib/gettext_strings.rb:152
1072
- msgid "name"
1073
- msgstr ""
1074
-
1075
491
  #: app/views/groups/_form.rhtml:19
1076
492
  msgid "users"
1077
493
  msgstr ""
@@ -1087,43 +503,16 @@ msgstr ""
1087
503
  #: app/views/groups/_form.rhtml:41
1088
504
  #, fuzzy
1089
505
  msgid "destroy group"
1090
- msgstr "<img src='/images/group.png' alt='group'/>"
1091
-
1092
- #: app/views/groups/_form.rhtml:41
1093
- #: app/views/iformats/_form.rhtml:26
1094
- #: app/views/relations/_form.erb:40
1095
- #: app/views/virtual_classes/_form.erb:27
1096
- #, fuzzy
1097
- msgid "destroy"
1098
- msgstr "<img src='/images/bomb.png' alt='destroy'/>"
506
+ msgstr "<img src='/images/group.png' alt='group'/>"
1099
507
 
1100
- #: app/views/groups/index.rhtml:4
1101
- #: app/views/users/index.rhtml:5
1102
- #: app/views/relations/index.erb:5
1103
- #: app/views/sites/index.erb:5
1104
- #: app/views/virtual_classes/index.erb:5
1105
- #: lib/gettext_strings.rb:63
1106
- msgid "img_next_page"
1107
- msgstr "<img src='/images/control_fastforward.png' alt='next page' title='next page'/>"
1108
-
1109
- #: app/views/groups/index.rhtml:5
1110
- #: app/views/users/index.rhtml:6
1111
- #: app/views/relations/index.erb:6
1112
- #: app/views/sites/index.erb:6
1113
- #: app/views/virtual_classes/index.erb:6
1114
- #: lib/gettext_strings.rb:62
1115
- msgid "img_prev_page"
1116
- msgstr "<img src='/images/control_rewind.png' alt='previous page' title='previous page'/>"
508
+ #: app/views/groups/index.rhtml:1 lib/zena/use/html_tags.rb:413
509
+ msgid "manage groups"
510
+ msgstr ""
1117
511
 
1118
512
  #: app/views/iformats/_add.rhtml:2
1119
513
  msgid "btn_iformat_add"
1120
514
  msgstr "<img src='/images/photo_add.png' alt='add an image format'/>"
1121
515
 
1122
- #: app/views/iformats/_form.rhtml:17
1123
- #: app/views/relations/_form.erb:29
1124
- msgid "type"
1125
- msgstr ""
1126
-
1127
516
  #: app/views/iformats/_form.rhtml:18
1128
517
  msgid "width"
1129
518
  msgstr ""
@@ -1137,11 +526,15 @@ msgstr "<img src='/images/lightbulb.png' alt='hot'/>"
1137
526
  msgid "gravity"
1138
527
  msgstr ""
1139
528
 
1140
- #: app/views/iformats/_form.rhtml:25
1141
- msgid "Are you sure you want to destroy this image format ?"
529
+ #: app/views/iformats/_form.rhtml:21
530
+ msgid "popup"
1142
531
  msgstr ""
1143
532
 
1144
533
  #: app/views/iformats/_form.rhtml:26
534
+ msgid "Are you sure you want to destroy this image format ?"
535
+ msgstr ""
536
+
537
+ #: app/views/iformats/_form.rhtml:27
1145
538
  msgid "destroy image format"
1146
539
  msgstr ""
1147
540
 
@@ -1161,12 +554,16 @@ msgstr "<img src='/images/photo.png' alt='image format'/>"
1161
554
  msgid "btn_add_link"
1162
555
  msgstr "<img src='/images/tag_blue_add.png' alt='add a link'/>"
1163
556
 
1164
- #: app/views/links/_form.rhtml:34
1165
- #: app/views/users/_form.rhtml:25
557
+ #: app/views/links/_form.rhtml:29 app/views/users/_form.rhtml:25
1166
558
  msgid "status"
1167
559
  msgstr "status"
1168
560
 
1169
- #: app/views/links/_form.rhtml:36
561
+ #: app/views/links/_form.rhtml:30
562
+ #: app/views/templates/edit_tabs/_title.rhtml:26
563
+ msgid "comment"
564
+ msgstr ""
565
+
566
+ #: app/views/links/_form.rhtml:31
1170
567
  msgid "set"
1171
568
  msgstr ""
1172
569
 
@@ -1174,17 +571,17 @@ msgstr ""
1174
571
  msgid "img_link"
1175
572
  msgstr "<img src='/images/tag_blue.png' alt='link'/>"
1176
573
 
1177
- #: app/views/links/_li.rhtml:6
1178
- #: lib/parser/lib/rules/zena.rb:1311
574
+ #: app/views/links/_li.rhtml:6 lib/zafu/action.rb:239
1179
575
  msgid "btn_tiny_del"
1180
576
  msgstr "<img src='/images/bullet_delete.png' alt='remove'/>"
1181
577
 
1182
578
  #: app/views/nodes/_dates.rhtml:6
1183
- #: app/views/templates/edit_tabs/_title.rhtml:8
579
+ #: app/views/templates/edit_tabs/_title.rhtml:18
1184
580
  msgid "event date"
1185
581
  msgstr ""
1186
582
 
1187
583
  #: app/views/nodes/_dates.rhtml:7
584
+ #: app/views/templates/edit_tabs/_title.rhtml:16
1188
585
  msgid "log date"
1189
586
  msgstr ""
1190
587
 
@@ -1196,15 +593,12 @@ msgstr ""
1196
593
  msgid "custom b"
1197
594
  msgstr ""
1198
595
 
1199
- #: app/views/nodes/_dates.rhtml:10
1200
- #: app/views/nodes/_groups.rhtml:23
1201
- #: app/views/nodes/_parent.rhtml:11
1202
- #: app/views/templates/edit_tabs/_image.rhtml:2
596
+ #: app/views/nodes/_dates.rhtml:10 app/views/nodes/_groups.rhtml:19
597
+ #: app/views/nodes/_parent.rhtml:12 lib/zena/use/upload.rb:167
1203
598
  msgid "change"
1204
599
  msgstr ""
1205
600
 
1206
601
  #: app/views/nodes/_groups.rhtml:3
1207
- #: app/views/nodes/_groups.rhtml:7
1208
602
  msgid "inherit"
1209
603
  msgstr ""
1210
604
 
@@ -1212,42 +606,55 @@ msgstr ""
1212
606
  msgid "custom"
1213
607
  msgstr ""
1214
608
 
1215
- #: app/views/nodes/_groups.rhtml:4
1216
- #: app/views/nodes/_groups.rhtml:7
1217
- msgid "private"
1218
- msgstr ""
1219
-
1220
- #: app/views/nodes/_groups.rhtml:18
609
+ #: app/views/nodes/_groups.rhtml:14
1221
610
  #: app/views/templates/document_create_tabs/_template.rhtml:13
1222
611
  #: app/views/templates/edit_tabs/_template.rhtml:4
1223
612
  msgid "mode"
1224
613
  msgstr ""
1225
614
 
1226
- #: app/views/nodes/_groups.rhtml:19
615
+ #: app/views/nodes/_groups.rhtml:15
1227
616
  msgid "publishers"
1228
617
  msgstr ""
1229
618
 
1230
- #: app/views/nodes/_groups.rhtml:20
619
+ #: app/views/nodes/_groups.rhtml:16
1231
620
  msgid "writers"
1232
621
  msgstr ""
1233
622
 
1234
- #: app/views/nodes/_groups.rhtml:21
623
+ #: app/views/nodes/_groups.rhtml:17
1235
624
  msgid "readers"
1236
625
  msgstr ""
1237
626
 
1238
- #: app/views/nodes/_groups.rhtml:22
627
+ #: app/views/nodes/_groups.rhtml:18
1239
628
  msgid "skin"
1240
629
  msgstr ""
1241
630
 
1242
- #: app/views/nodes/_groups.rhtml:26
631
+ #: app/views/nodes/_groups.rhtml:22
1243
632
  msgid "rights cannot be changed"
1244
633
  msgstr ""
1245
634
 
635
+ #: app/views/nodes/_import_results.rhtml:2
636
+ msgid "import result"
637
+ msgstr ""
638
+
639
+ #: app/views/nodes/_import_results.rhtml:11
640
+ #, fuzzy
641
+ msgid "same"
642
+ msgstr " save "
643
+
644
+ #: app/views/nodes/_import_results.rhtml:14
645
+ msgid "%{count} versions"
646
+ msgstr ""
647
+
1246
648
  #: app/views/nodes/_parent.rhtml:6
1247
649
  msgid "parent"
1248
650
  msgstr ""
1249
651
 
1250
- #: app/views/nodes/_parent.rhtml:9
652
+ #: app/views/nodes/_parent.rhtml:7
653
+ #, fuzzy
654
+ msgid "class"
655
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
656
+
657
+ #: app/views/nodes/_parent.rhtml:10
1251
658
  msgid "custom base url"
1252
659
  msgstr ""
1253
660
 
@@ -1259,32 +666,14 @@ msgstr ""
1259
666
  msgid "'%{search_string}' not found"
1260
667
  msgstr ""
1261
668
 
1262
- #: app/views/nodes/import.rhtml:10
1263
- msgid "import result"
1264
- msgstr ""
1265
-
1266
- #: app/views/nodes/import.rhtml:19
1267
- #, fuzzy
1268
- msgid "same"
1269
- msgstr " save "
1270
-
1271
- #: app/views/nodes/import.rhtml:22
1272
- msgid "%{count} versions"
1273
- msgstr ""
1274
-
1275
669
  #: app/views/search/_form.rhtml:7
1276
670
  msgid "search field"
1277
671
  msgstr "search"
1278
672
 
1279
673
  #: app/views/templates/document_create_tabs/_file.rhtml:10
1280
- #: app/views/templates/document_create_tabs/_import.rhtml:4
1281
- msgid "file"
1282
- msgstr ""
1283
-
1284
- #: app/views/templates/document_create_tabs/_file.rhtml:16
1285
674
  #: app/views/templates/document_create_tabs/_template.rhtml:19
1286
675
  #: app/views/templates/document_create_tabs/_text_doc.rhtml:11
1287
- #: app/views/templates/edit_tabs/_title.rhtml:13
676
+ #: app/views/templates/edit_tabs/_title.rhtml:23
1288
677
  msgid "summary"
1289
678
  msgstr ""
1290
679
 
@@ -1292,14 +681,25 @@ msgstr ""
1292
681
  msgid "class of first element"
1293
682
  msgstr ""
1294
683
 
684
+ #: app/views/templates/document_create_tabs/_import.rhtml:11
685
+ #, fuzzy
686
+ msgid "publish nodes"
687
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
688
+
689
+ #: app/views/templates/document_create_tabs/_import.rhtml:12
690
+ #: app/views/versions/edit.rhtml:22
691
+ #, fuzzy
692
+ msgid "pub"
693
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
694
+
1295
695
  #: app/views/templates/document_create_tabs/_template.rhtml:10
1296
- #: app/views/templates/edit_tabs/_template.rhtml:1
1297
- msgid "format"
696
+ #: app/views/templates/edit_tabs/_template.rhtml:7
697
+ msgid "class scope"
1298
698
  msgstr ""
1299
699
 
1300
700
  #: app/views/templates/document_create_tabs/_template.rhtml:16
1301
- #: app/views/templates/edit_tabs/_template.rhtml:7
1302
- msgid "class scope"
701
+ #: app/views/templates/edit_tabs/_template.rhtml:1
702
+ msgid "format"
1303
703
  msgstr ""
1304
704
 
1305
705
  #: app/views/templates/document_create_tabs/_text_doc.rhtml:5
@@ -1320,28 +720,21 @@ msgstr ""
1320
720
  msgid "discussions"
1321
721
  msgstr ""
1322
722
 
1323
- #: app/views/templates/edit_tabs/_document.rhtml:1
1324
- #: app/views/templates/edit_tabs/_image.rhtml:1
1325
- msgid "document file"
1326
- msgstr ""
1327
-
1328
- #: app/views/templates/edit_tabs/_document.rhtml:2
1329
- msgid "change document"
1330
- msgstr ""
1331
-
1332
723
  #: app/views/templates/edit_tabs/_help.rhtml:6
1333
724
  msgid "help not found"
1334
- msgstr "Help node not found. This node should be named 'help'. In the meantime, you can visit the official website: \"zena\":http://zenadmin.org."
725
+ msgstr ""
726
+ "Help node not found. This node should be named 'help'. In the meantime, you "
727
+ "can visit the official website: \"zena\":http://zenadmin.org."
1335
728
 
1336
- #: app/views/templates/edit_tabs/_image.rhtml:8
729
+ #: app/views/templates/edit_tabs/_image.rhtml:6
1337
730
  msgid "image"
1338
731
  msgstr ""
1339
732
 
1340
- #: app/views/templates/edit_tabs/_image.rhtml:12
733
+ #: app/views/templates/edit_tabs/_image.rhtml:10
1341
734
  msgid "crop/resize"
1342
735
  msgstr ""
1343
736
 
1344
- #: app/views/templates/edit_tabs/_image.rhtml:14
737
+ #: app/views/templates/edit_tabs/_image.rhtml:12
1345
738
  msgid "size"
1346
739
  msgstr ""
1347
740
 
@@ -1370,13 +763,12 @@ msgstr ""
1370
763
  msgid "parse"
1371
764
  msgstr ""
1372
765
 
1373
- #: app/views/templates/edit_tabs/_title.rhtml:4
1374
- #: app/views/users/_form.rhtml:28
1375
- #: app/views/users/preferences.html.erb:16
1376
- msgid "language"
1377
- msgstr ""
766
+ #: app/views/templates/edit_tabs/_title.rhtml:9
767
+ #, fuzzy
768
+ msgid "tags"
769
+ msgstr "status"
1378
770
 
1379
- #: app/views/templates/edit_tabs/_title.rhtml:11
771
+ #: app/views/templates/edit_tabs/_title.rhtml:21
1380
772
  msgid "publication date"
1381
773
  msgstr ""
1382
774
 
@@ -1384,290 +776,107 @@ msgstr ""
1384
776
  msgid "btn_user_add"
1385
777
  msgstr "<img src='/images/user_add.png' alt='add a user'/>"
1386
778
 
1387
- #: app/views/users/_form.rhtml:19
1388
- #: app/views/users/preferences.html.erb:26
1389
- msgid "change password"
1390
- msgstr ""
1391
-
1392
- #: app/views/users/_form.rhtml:20
1393
- #: app/views/users/_form.rhtml:22
779
+ #: app/views/users/_form.rhtml:20 app/views/users/_form.rhtml:22
1394
780
  msgid "password"
1395
781
  msgstr ""
1396
782
 
1397
- #: app/views/users/_form.rhtml:26
1398
- #: app/views/users/preferences.html.erb:14
1399
- msgid "first name"
1400
- msgstr ""
1401
-
1402
- #: app/views/users/_form.rhtml:29
1403
- #: app/views/users/preferences.html.erb:17
1404
- msgid "time zone"
1405
- msgstr ""
1406
-
1407
- #: app/views/users/_form.rhtml:31
1408
- #: app/views/users/preferences.html.erb:18
1409
- #: lib/gettext_strings.rb:159
1410
- msgid "email"
1411
- msgstr ""
1412
-
1413
783
  #: app/views/users/_form.rhtml:34
1414
784
  msgid "groups"
1415
785
  msgstr ""
1416
786
 
1417
- #: app/views/versions/_list.rhtml:5
1418
- msgid "btn_diff"
1419
- msgstr "<img src='/images/layers.png' alt='view differences'/>"
787
+ #: app/views/users/index.rhtml:1 lib/zena/use/html_tags.rb:410
788
+ msgid "manage users"
789
+ msgstr ""
1420
790
 
1421
- #: app/views/versions/_list.rhtml:6
1422
- msgid "select version numbers and view differences"
791
+ #: app/views/versions/_list.rhtml:2
792
+ msgid "This node contains sub-nodes: it cannot be destroyed."
1423
793
  msgstr ""
1424
794
 
1425
- #: app/views/versions/edit.rhtml:15
795
+ #: app/views/versions/edit.rhtml:19
1426
796
  msgid "save"
1427
797
  msgstr " save "
1428
798
 
1429
- #: app/views/versions/edit.rhtml:19
799
+ #: app/views/versions/edit.rhtml:21
1430
800
  msgid "btn_add_document"
1431
801
  msgstr "<img src='/images/picture_add.png' alt='add documents'/>"
1432
802
 
1433
- #: app/views/versions/edit.rhtml:20
1434
- #, fuzzy
1435
- msgid "publish"
1436
- msgstr "<img src='/images/wand.png' alt='publish'/>"
1437
-
1438
- #: app/views/data_entries/index.html.erb:1
1439
- #: app/views/data_entries/show.html.erb:1
1440
- #, fuzzy
1441
- msgid "data entries"
1442
- msgstr "%Y-%m-%d %H:%M"
1443
-
1444
- #: app/views/relations/_add.erb:2
1445
- #: lib/gettext_strings.rb:37
1446
- msgid "btn_relation_add"
1447
- msgstr "<img src='/images/link_add.png' alt='add a role'/>"
1448
-
1449
- #: app/views/relations/_form.erb:16
1450
- msgid "source"
1451
- msgstr ""
1452
-
1453
- #: app/views/relations/_form.erb:16
1454
- #, fuzzy
1455
- msgid "target"
1456
- msgstr "tags"
1457
-
1458
- #: app/views/relations/_form.erb:17
1459
- msgid "kpath"
1460
- msgstr ""
1461
-
1462
- #: app/views/relations/_form.erb:21
1463
- msgid "role"
1464
- msgstr ""
1465
-
1466
- #: app/views/relations/_form.erb:25
1467
- #: app/views/virtual_classes/_form.erb:17
1468
- msgid "icon"
1469
- msgstr "icon"
1470
-
1471
- #: app/views/relations/_form.erb:30
1472
- #: app/views/relations/_form.erb:32
1473
- #: app/views/relations/_li.erb:2
1474
- #: app/views/relations/_li.erb:12
1475
- #: lib/gettext_strings.rb:30
1476
- msgid "relation_img"
1477
- msgstr "<img src='/images/target.png' alt='role'/>"
1478
-
1479
- #: app/views/relations/_form.erb:31
1480
- #: app/views/relations/_form.erb:33
1481
- #: app/views/relations/_li.erb:2
1482
- #: app/views/relations/_li.erb:12
1483
- #: lib/gettext_strings.rb:31
1484
- msgid "relations_img"
1485
- msgstr "<img src='/images/collection.png' alt='collection'/>"
1486
-
1487
- #: app/views/relations/_form.erb:39
1488
- msgid "Are you sure you want to destroy this relation ?"
1489
- msgstr ""
1490
-
1491
- #: app/views/relations/_form.erb:40
1492
- msgid "destroy relation (with all links)"
1493
- msgstr ""
1494
-
1495
- #: app/views/sites/_form.erb:16
1496
- msgid "host"
1497
- msgstr ""
1498
-
1499
- #: app/views/sites/_form.erb:20
1500
- #, fuzzy
1501
- msgid "redit_time"
1502
- msgstr "%H:%M"
1503
-
1504
- #: app/views/sites/_form.erb:21
1505
- #: lib/gettext_strings.rb:35
1506
- msgid "public group"
1507
- msgstr ""
1508
-
1509
- #: app/views/sites/_form.erb:22
1510
- #: lib/gettext_strings.rb:36
1511
- #, fuzzy
1512
- msgid "site group"
1513
- msgstr "<img src='/images/group.png' alt='group'/>"
1514
-
1515
- #: app/views/sites/_form.erb:23
1516
- #: lib/gettext_strings.rb:34
1517
- msgid "options"
1518
- msgstr ""
1519
-
1520
- #: app/views/sites/_form.erb:30
1521
- #: app/views/sites/_form.erb:31
1522
- msgid "clear cache"
1523
- msgstr ""
1524
-
1525
- #: app/views/sites/_form.erb:31
1526
- msgid "Are you sure you want destroy all cache (site may be slow during first reloads) ?"
1527
- msgstr ""
1528
-
1529
- #: app/views/sites/_li.erb:2
1530
- #: lib/gettext_strings.rb:32
1531
- msgid "site_img"
1532
- msgstr "<img src='/images/world.png' alt='site'/>"
1533
-
1534
- #: app/views/users/preferences.html.erb:6
1535
- msgid "change personal information"
1536
- msgstr ""
1537
-
1538
- #: app/views/users/preferences.html.erb:32
1539
- msgid "old password"
1540
- msgstr ""
1541
-
1542
- #: app/views/users/preferences.html.erb:33
1543
- msgid "new password"
1544
- msgstr ""
1545
-
1546
- #: app/views/users/preferences.html.erb:34
1547
- msgid "retype new password"
1548
- msgstr ""
1549
-
1550
- #: app/views/virtual_classes/_add.erb:2
1551
- #: lib/gettext_strings.rb:39
1552
- msgid "btn_virtual_class_add"
1553
- msgstr "<img src='/images/brick_add.png' alt='add a class'/>"
1554
-
1555
- #: app/views/virtual_classes/_form.erb:18
1556
- msgid "superclass"
1557
- msgstr ""
1558
-
1559
- #: app/views/virtual_classes/_form.erb:19
1560
- #, fuzzy
1561
- msgid "create group"
1562
- msgstr "<img src='/images/group.png' alt='group'/>"
1563
-
1564
- #: app/views/virtual_classes/_form.erb:20
1565
- #, fuzzy
1566
- msgid "auto create discussion"
1567
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1568
-
1569
- #: app/views/virtual_classes/_form.erb:21
1570
- msgid "dyn_keys"
1571
- msgstr ""
1572
-
1573
- #: app/views/virtual_classes/_form.erb:26
1574
- msgid "Are you sure you want to destroy this virtual class ?"
803
+ #: app/views/versions/edit.rhtml:22
804
+ msgid "bak"
1575
805
  msgstr ""
1576
806
 
1577
- #: app/views/virtual_classes/_form.erb:27
1578
- #, fuzzy
1579
- msgid "destroy virtual class"
1580
- msgstr "<img src='/images/brick.png' alt='class'/>"
1581
-
1582
- #: app/views/virtual_classes/_li.erb:2
1583
- #: lib/gettext_strings.rb:38
1584
- msgid "virtual_class_img"
1585
- msgstr "<img src='/images/brick.png' alt='class'/>"
1586
-
1587
- #: app/views/virtual_classes/_li.erb:8
1588
- #, fuzzy
1589
- msgid "auto discussion"
1590
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1591
-
1592
- #: app/views/nodes/clear_order.rjs:5
1593
- #, fuzzy
1594
- msgid "Order cleared."
1595
- msgstr "Order updated."
1596
-
1597
- #: lib/gettext_strings.rb:5
807
+ #: lib/gettext_strings.rb:4
1598
808
  msgid "help_tab"
1599
809
  msgstr "help"
1600
810
 
1601
- #: lib/gettext_strings.rb:7
811
+ #: lib/gettext_strings.rb:6
1602
812
  msgid "drive_tab"
1603
813
  msgstr "drive"
1604
814
 
1605
- #: lib/gettext_strings.rb:8
815
+ #: lib/gettext_strings.rb:7
1606
816
  msgid "links_tab"
1607
817
  msgstr "relations"
1608
818
 
1609
- #: lib/gettext_strings.rb:10
819
+ #: lib/gettext_strings.rb:9
1610
820
  msgid "text_tab"
1611
821
  msgstr "text"
1612
822
 
1613
- #: lib/gettext_strings.rb:11
823
+ #: lib/gettext_strings.rb:10
1614
824
  msgid "title_tab"
1615
825
  msgstr "title & Co"
1616
826
 
1617
- #: lib/gettext_strings.rb:12
827
+ #: lib/gettext_strings.rb:11
1618
828
  msgid "import_tab"
1619
829
  msgstr "import"
1620
830
 
1621
- #: lib/gettext_strings.rb:13
831
+ #: lib/gettext_strings.rb:12
1622
832
  msgid "textdocument_tab"
1623
833
  msgstr "text doc."
1624
834
 
1625
- #: lib/gettext_strings.rb:14
835
+ #: lib/gettext_strings.rb:13
1626
836
  msgid "image_tab"
1627
837
  msgstr "image"
1628
838
 
1629
- #: lib/gettext_strings.rb:15
839
+ #: lib/gettext_strings.rb:14
1630
840
  msgid "document_tab"
1631
841
  msgstr "doc"
1632
842
 
1633
- #: lib/gettext_strings.rb:16
843
+ #: lib/gettext_strings.rb:15
1634
844
  msgid "contact_tab"
1635
845
  msgstr "contact"
1636
846
 
1637
- #: lib/gettext_strings.rb:18
847
+ #: lib/gettext_strings.rb:17
1638
848
  msgid "file_tab"
1639
849
  msgstr "file"
1640
850
 
1641
- #: lib/gettext_strings.rb:19
851
+ #: lib/gettext_strings.rb:18
1642
852
  msgid "template_tab"
1643
853
  msgstr "template"
1644
854
 
1645
- #: lib/gettext_strings.rb:20
855
+ #: lib/gettext_strings.rb:19
1646
856
  msgid "text_doc_tab"
1647
857
  msgstr "text doc."
1648
858
 
1649
- #: lib/gettext_strings.rb:21
859
+ #: lib/gettext_strings.rb:20
1650
860
  msgid "custom_tab"
1651
861
  msgstr "++"
1652
862
 
1653
- #: lib/gettext_strings.rb:23
863
+ #: lib/gettext_strings.rb:22
1654
864
  msgid "btn_add_doc"
1655
865
  msgstr "<img src='/images/picture_add.png' alt='add documents'/>"
1656
866
 
1657
- #: lib/gettext_strings.rb:24
1658
- #: lib/parser/lib/rules/zena.rb:1202
867
+ #: lib/gettext_strings.rb:23 lib/zafu/action.rb:128
1659
868
  msgid "btn_add"
1660
869
  msgstr "<img src='/images/add.png' alt='add'/>"
1661
870
 
1662
- #: lib/gettext_strings.rb:26
871
+ #: lib/gettext_strings.rb:25
1663
872
  msgid "btn_title_edit"
1664
873
  msgstr "Open the edition window to edit the node."
1665
874
 
1666
- #: lib/gettext_strings.rb:27
875
+ #: lib/gettext_strings.rb:26
1667
876
  msgid "btn_title_drive"
1668
877
  msgstr "Open the drive window to change the location, links, etc."
1669
878
 
1670
- #: lib/gettext_strings.rb:33
879
+ #: lib/gettext_strings.rb:32
1671
880
  msgid "btn_site_add"
1672
881
  msgstr "<img src='/images/world_add.png' alt='add a site'/>"
1673
882
 
@@ -1683,6 +892,14 @@ msgstr ""
1683
892
  msgid "modified by"
1684
893
  msgstr ""
1685
894
 
895
+ #: lib/gettext_strings.rb:45 lib/zena/use/html_tags.rb:322
896
+ msgid "img_public"
897
+ msgstr "<img src='/images/user_pub.png' alt='public'/>"
898
+
899
+ #: lib/gettext_strings.rb:46
900
+ msgid "img_private"
901
+ msgstr "<img src='/images/lock.png' alt='private'/>"
902
+
1686
903
  #: lib/gettext_strings.rb:47
1687
904
  msgid "img_custom_inherit"
1688
905
  msgstr "<img src='/images/cog.png' alt='custom rights'/>"
@@ -1734,10 +951,26 @@ msgstr "<img src='/images/lock_open.png' alt='open'/>"
1734
951
  msgid "closed"
1735
952
  msgstr "<img src='/images/lock.png' alt='closed'/>"
1736
953
 
954
+ #: lib/gettext_strings.rb:62 lib/zena/use/i18n.rb:227
955
+ msgid "img_prev_page"
956
+ msgstr ""
957
+ "<img src='/images/control_rewind.png' alt='previous page' title='previous "
958
+ "page'/>"
959
+
960
+ #: lib/gettext_strings.rb:63 lib/zena/use/i18n.rb:227
961
+ msgid "img_next_page"
962
+ msgstr ""
963
+ "<img src='/images/control_fastforward.png' alt='next page' title='next page'/"
964
+ ">"
965
+
1737
966
  #: lib/gettext_strings.rb:65
1738
967
  msgid "admin"
1739
968
  msgstr ""
1740
969
 
970
+ #: lib/gettext_strings.rb:66
971
+ msgid "user"
972
+ msgstr ""
973
+
1741
974
  #: lib/gettext_strings.rb:67
1742
975
  msgid "commentator"
1743
976
  msgstr ""
@@ -1755,6 +988,14 @@ msgstr ""
1755
988
  msgid "deleted"
1756
989
  msgstr ""
1757
990
 
991
+ #: lib/gettext_strings.rb:72 lib/zena/use/html_tags.rb:150
992
+ msgid "%{ext} document"
993
+ msgstr ""
994
+
995
+ #: lib/gettext_strings.rb:73 lib/zena/use/html_tags.rb:138
996
+ msgid "%{type} node"
997
+ msgstr ""
998
+
1758
999
  #: lib/gettext_strings.rb:75
1759
1000
  #, fuzzy
1760
1001
  msgid "no result found"
@@ -1800,345 +1041,533 @@ msgstr "proposed"
1800
1041
  msgid "status_65"
1801
1042
  msgstr "proposed with"
1802
1043
 
1803
- #: lib/gettext_strings.rb:89
1044
+ #: lib/gettext_strings.rb:88
1804
1045
  msgid "status_70"
1805
1046
  msgstr "redaction"
1806
1047
 
1807
- #: lib/gettext_strings.rb:90
1048
+ #: lib/gettext_strings.rb:89
1808
1049
  msgid "status_20"
1809
1050
  msgstr "replaced"
1810
1051
 
1811
- #: lib/gettext_strings.rb:91
1052
+ #: lib/gettext_strings.rb:90
1812
1053
  msgid "status_10"
1813
1054
  msgstr "removed"
1814
1055
 
1815
- #: lib/gettext_strings.rb:92
1056
+ #: lib/gettext_strings.rb:91
1816
1057
  msgid "status_0"
1817
1058
  msgstr "deleted"
1818
1059
 
1819
- #: lib/gettext_strings.rb:92
1060
+ #: lib/gettext_strings.rb:93
1820
1061
  msgid "status_50_img"
1821
1062
  msgstr "<img src='/images/weather_sun.png'/>"
1822
1063
 
1823
- #: lib/gettext_strings.rb:93
1064
+ #: lib/gettext_strings.rb:94
1824
1065
  msgid "status_60_img"
1825
1066
  msgstr "<img src='/images/magnifier.png'/>"
1826
1067
 
1827
- #: lib/gettext_strings.rb:94
1068
+ #: lib/gettext_strings.rb:95
1828
1069
  msgid "status_65_img"
1829
1070
  msgstr "<img src='/images/magnifier.png'/>"
1830
1071
 
1831
- #: lib/gettext_strings.rb:95
1072
+ #: lib/gettext_strings.rb:96
1832
1073
  msgid "status_70_img"
1833
1074
  msgstr "<img src='/images/pencil.png'/>"
1834
1075
 
1835
- #: lib/gettext_strings.rb:96
1076
+ #: lib/gettext_strings.rb:97
1836
1077
  msgid "status_20_img"
1837
1078
  msgstr "<img src='/images/weather_clouds.png'/>"
1838
1079
 
1839
- #: lib/gettext_strings.rb:97
1080
+ #: lib/gettext_strings.rb:98
1840
1081
  msgid "status_10_img"
1841
1082
  msgstr "<img src='/images/weather_rain.png'/>"
1842
1083
 
1843
- #: lib/gettext_strings.rb:98
1084
+ #: lib/gettext_strings.rb:99
1844
1085
  msgid "status_0_img"
1845
1086
  msgstr "<img src='/images/weather_lightning.png'/>"
1846
1087
 
1847
- #: lib/gettext_strings.rb:94
1088
+ #: lib/gettext_strings.rb:101
1848
1089
  msgid "en"
1849
1090
  msgstr "english"
1850
1091
 
1851
- #: lib/gettext_strings.rb:95
1092
+ #: lib/gettext_strings.rb:102
1852
1093
  msgid "fr"
1853
1094
  msgstr "french"
1854
1095
 
1855
- #: lib/gettext_strings.rb:96
1096
+ #: lib/gettext_strings.rb:103
1856
1097
  msgid "de"
1857
1098
  msgstr "german"
1858
1099
 
1859
- #: lib/gettext_strings.rb:97
1100
+ #: lib/gettext_strings.rb:104
1860
1101
  msgid "Monday"
1861
1102
  msgstr ""
1862
1103
 
1863
- #: lib/gettext_strings.rb:98
1104
+ #: lib/gettext_strings.rb:105
1864
1105
  msgid "Tuesday"
1865
1106
  msgstr ""
1866
1107
 
1867
- #: lib/gettext_strings.rb:99
1108
+ #: lib/gettext_strings.rb:106
1868
1109
  msgid "Wednesday"
1869
1110
  msgstr ""
1870
1111
 
1871
- #: lib/gettext_strings.rb:100
1112
+ #: lib/gettext_strings.rb:107
1872
1113
  msgid "Thursday"
1873
1114
  msgstr ""
1874
1115
 
1875
- #: lib/gettext_strings.rb:101
1116
+ #: lib/gettext_strings.rb:108
1876
1117
  msgid "Friday"
1877
1118
  msgstr ""
1878
1119
 
1879
- #: lib/gettext_strings.rb:102
1120
+ #: lib/gettext_strings.rb:109
1880
1121
  msgid "Saturday"
1881
1122
  msgstr ""
1882
1123
 
1883
- #: lib/gettext_strings.rb:103
1124
+ #: lib/gettext_strings.rb:110
1884
1125
  msgid "Sunday"
1885
1126
  msgstr ""
1886
1127
 
1887
- #: lib/gettext_strings.rb:105
1128
+ #: lib/gettext_strings.rb:112
1888
1129
  msgid "news_date"
1889
1130
  msgstr "%A, %B %d %Y"
1890
1131
 
1891
- #: lib/gettext_strings.rb:107
1132
+ #: lib/gettext_strings.rb:114
1892
1133
  msgid "Mon"
1893
1134
  msgstr ""
1894
1135
 
1895
- #: lib/gettext_strings.rb:108
1136
+ #: lib/gettext_strings.rb:115
1896
1137
  msgid "Tue"
1897
1138
  msgstr ""
1898
1139
 
1899
- #: lib/gettext_strings.rb:109
1140
+ #: lib/gettext_strings.rb:116
1900
1141
  msgid "Wed"
1901
1142
  msgstr ""
1902
1143
 
1903
- #: lib/gettext_strings.rb:110
1144
+ #: lib/gettext_strings.rb:117
1904
1145
  msgid "Thu"
1905
1146
  msgstr ""
1906
1147
 
1907
- #: lib/gettext_strings.rb:111
1148
+ #: lib/gettext_strings.rb:118
1908
1149
  msgid "Fri"
1909
1150
  msgstr ""
1910
1151
 
1911
- #: lib/gettext_strings.rb:112
1152
+ #: lib/gettext_strings.rb:119
1912
1153
  msgid "Sat"
1913
1154
  msgstr ""
1914
1155
 
1915
- #: lib/gettext_strings.rb:113
1156
+ #: lib/gettext_strings.rb:120
1916
1157
  msgid "Sun"
1917
1158
  msgstr ""
1918
1159
 
1919
- #: lib/gettext_strings.rb:115
1160
+ #: lib/gettext_strings.rb:122
1920
1161
  msgid "January"
1921
1162
  msgstr ""
1922
1163
 
1923
- #: lib/gettext_strings.rb:116
1164
+ #: lib/gettext_strings.rb:123
1924
1165
  msgid "February"
1925
1166
  msgstr ""
1926
1167
 
1927
- #: lib/gettext_strings.rb:117
1168
+ #: lib/gettext_strings.rb:124
1928
1169
  msgid "March"
1929
1170
  msgstr ""
1930
1171
 
1931
- #: lib/gettext_strings.rb:118
1172
+ #: lib/gettext_strings.rb:125
1932
1173
  msgid "April"
1933
1174
  msgstr ""
1934
1175
 
1935
- #: lib/gettext_strings.rb:119
1936
- #: lib/gettext_strings.rb:132
1176
+ #: lib/gettext_strings.rb:126 lib/gettext_strings.rb:139
1937
1177
  msgid "May"
1938
1178
  msgstr ""
1939
1179
 
1940
- #: lib/gettext_strings.rb:120
1180
+ #: lib/gettext_strings.rb:127
1941
1181
  msgid "June"
1942
1182
  msgstr ""
1943
1183
 
1944
- #: lib/gettext_strings.rb:121
1184
+ #: lib/gettext_strings.rb:128
1945
1185
  msgid "July"
1946
1186
  msgstr ""
1947
1187
 
1948
- #: lib/gettext_strings.rb:122
1188
+ #: lib/gettext_strings.rb:129
1949
1189
  msgid "August"
1950
1190
  msgstr ""
1951
1191
 
1952
- #: lib/gettext_strings.rb:123
1192
+ #: lib/gettext_strings.rb:130
1953
1193
  msgid "September"
1954
1194
  msgstr ""
1955
1195
 
1956
- #: lib/gettext_strings.rb:124
1196
+ #: lib/gettext_strings.rb:131
1957
1197
  msgid "October"
1958
1198
  msgstr ""
1959
1199
 
1960
- #: lib/gettext_strings.rb:125
1200
+ #: lib/gettext_strings.rb:132
1961
1201
  msgid "November"
1962
1202
  msgstr ""
1963
1203
 
1964
- #: lib/gettext_strings.rb:126
1204
+ #: lib/gettext_strings.rb:133
1965
1205
  msgid "December"
1966
1206
  msgstr ""
1967
1207
 
1968
- #: lib/gettext_strings.rb:128
1208
+ #: lib/gettext_strings.rb:135
1969
1209
  msgid "Jan"
1970
1210
  msgstr ""
1971
1211
 
1972
- #: lib/gettext_strings.rb:129
1212
+ #: lib/gettext_strings.rb:136
1973
1213
  msgid "Feb"
1974
1214
  msgstr ""
1975
1215
 
1976
- #: lib/gettext_strings.rb:130
1216
+ #: lib/gettext_strings.rb:137
1977
1217
  msgid "Mar"
1978
1218
  msgstr ""
1979
1219
 
1980
- #: lib/gettext_strings.rb:131
1220
+ #: lib/gettext_strings.rb:138
1981
1221
  msgid "Apr"
1982
1222
  msgstr ""
1983
1223
 
1984
- #: lib/gettext_strings.rb:133
1224
+ #: lib/gettext_strings.rb:140
1985
1225
  msgid "Jun"
1986
1226
  msgstr ""
1987
1227
 
1988
- #: lib/gettext_strings.rb:134
1228
+ #: lib/gettext_strings.rb:141
1989
1229
  msgid "Jul"
1990
1230
  msgstr ""
1991
1231
 
1992
- #: lib/gettext_strings.rb:135
1232
+ #: lib/gettext_strings.rb:142
1993
1233
  msgid "Aug"
1994
1234
  msgstr ""
1995
1235
 
1996
- #: lib/gettext_strings.rb:136
1236
+ #: lib/gettext_strings.rb:143
1997
1237
  msgid "Sep"
1998
1238
  msgstr ""
1999
1239
 
2000
- #: lib/gettext_strings.rb:137
1240
+ #: lib/gettext_strings.rb:144
2001
1241
  msgid "Oct"
2002
1242
  msgstr ""
2003
1243
 
2004
- #: lib/gettext_strings.rb:138
1244
+ #: lib/gettext_strings.rb:145
2005
1245
  msgid "Nov"
2006
1246
  msgstr ""
2007
1247
 
2008
- #: lib/gettext_strings.rb:139
1248
+ #: lib/gettext_strings.rb:146
2009
1249
  msgid "Dec"
2010
1250
  msgstr ""
2011
1251
 
2012
- #: lib/gettext_strings.rb:141
1252
+ #: lib/gettext_strings.rb:148
2013
1253
  msgid "User name:"
2014
1254
  msgstr ""
2015
1255
 
2016
- #: lib/gettext_strings.rb:142
1256
+ #: lib/gettext_strings.rb:149
2017
1257
  msgid "Password:"
2018
1258
  msgstr ""
2019
1259
 
2020
- #: lib/gettext_strings.rb:145
1260
+ #: lib/gettext_strings.rb:152
2021
1261
  msgid "you are editing the original"
2022
1262
  msgstr ""
2023
1263
 
2024
- #: lib/gettext_strings.rb:146
1264
+ #: lib/gettext_strings.rb:153
2025
1265
  msgid "redaction saved"
2026
1266
  msgstr ""
2027
1267
 
2028
- #: lib/gettext_strings.rb:149
1268
+ #: lib/gettext_strings.rb:156
2029
1269
  msgid "rebuild"
2030
1270
  msgstr "<img src='/images/arrow_refresh.png' alt='rebuild'/> rebuild zafu"
2031
1271
 
2032
- #: lib/gettext_strings.rb:151
1272
+ #: lib/gettext_strings.rb:158
2033
1273
  msgid "first_name"
2034
1274
  msgstr "first name"
2035
1275
 
2036
- #: lib/gettext_strings.rb:153
1276
+ #: lib/gettext_strings.rb:160
2037
1277
  msgid "address"
2038
1278
  msgstr ""
2039
1279
 
2040
- #: lib/gettext_strings.rb:154
1280
+ #: lib/gettext_strings.rb:161
2041
1281
  msgid "zip"
2042
1282
  msgstr ""
2043
1283
 
2044
- #: lib/gettext_strings.rb:155
1284
+ #: lib/gettext_strings.rb:162
2045
1285
  msgid "city"
2046
1286
  msgstr ""
2047
1287
 
2048
- #: lib/gettext_strings.rb:156
1288
+ #: lib/gettext_strings.rb:163
2049
1289
  msgid "country"
2050
1290
  msgstr ""
2051
1291
 
2052
- #: lib/gettext_strings.rb:157
1292
+ #: lib/gettext_strings.rb:164
2053
1293
  msgid "telephone"
2054
1294
  msgstr ""
2055
1295
 
2056
- #: lib/gettext_strings.rb:158
1296
+ #: lib/gettext_strings.rb:165
2057
1297
  msgid "mobile"
2058
1298
  msgstr ""
2059
1299
 
2060
- #: lib/gettext_strings.rb:160
1300
+ #: lib/gettext_strings.rb:167
2061
1301
  msgid "birthday"
2062
1302
  msgstr ""
2063
1303
 
2064
- #: lib/parser/lib/rules/zazen.rb:135
2065
- msgid "[gallery]"
2066
- msgstr ""
2067
-
2068
- #: lib/parser/lib/rules/zazen.rb:150
2069
- msgid "[documents]"
1304
+ #: lib/zafu/action.rb:45 lib/zafu/display.rb:220 lib/zafu/support/links.rb:301
1305
+ msgid "edit"
2070
1306
  msgstr ""
2071
1307
 
2072
- #: lib/parser/lib/rules/zena.rb:428
2073
- #: lib/parser/lib/rules/zena.rb:820
2074
- #: lib/parser/lib/rules/zena.rb:2897
2075
- msgid "edit"
1308
+ #: lib/zafu/display.rb:473
1309
+ msgid "%{skin}, design by %{name}"
2076
1310
  msgstr ""
2077
1311
 
2078
- #: lib/parser/lib/rules/zena.rb:1700
1312
+ #: lib/zafu/display.rb:489
2079
1313
  msgid "riding zena"
2080
1314
  msgstr ""
2081
1315
 
2082
- #: lib/parser/lib/rules/zena.rb:1702
1316
+ #: lib/zafu/display.rb:491
2083
1317
  msgid "in peace with zena"
2084
1318
  msgstr ""
2085
1319
 
2086
- #: lib/parser/lib/rules/zena.rb:1704
1320
+ #: lib/zafu/display.rb:493
2087
1321
  msgid "a zen garden"
2088
1322
  msgstr ""
2089
1323
 
2090
- #: lib/parser/lib/rules/zena.rb:1706
1324
+ #: lib/zafu/display.rb:495
2091
1325
  msgid "made with zena"
2092
1326
  msgstr ""
2093
1327
 
2094
- #: lib/parser/lib/rules/zena.rb:1722
2095
- msgid "%{skin}, design by %{name}"
1328
+ #: lib/zena/parser/zazen_rules.rb:98
1329
+ msgid "[gallery]"
1330
+ msgstr ""
1331
+
1332
+ #: lib/zena/parser/zazen_rules.rb:113
1333
+ msgid "[documents]"
1334
+ msgstr ""
1335
+
1336
+ #: lib/zena/use/authentification.rb:34
1337
+ msgid "Please log in"
1338
+ msgstr "Please log in."
1339
+
1340
+ #: lib/zena/use/calendar.rb:12 lib/zena/use/calendar.rb:28
1341
+ msgid "week_start_day"
1342
+ msgstr "0"
1343
+
1344
+ #: lib/zena/use/calendar.rb:109
1345
+ #, fuzzy
1346
+ msgid "free"
1347
+ msgstr "french"
1348
+
1349
+ #: lib/zena/use/calendar.rb:120
1350
+ msgid "Delete relation '%{role}' between '%{source}' and '%{target}' ?"
1351
+ msgstr ""
1352
+
1353
+ #: lib/zena/use/dates.rb:46 lib/zena/use/dates.rb:127 lib/zena/use/i18n.rb:45
1354
+ #: lib/zena/use/i18n.rb:121
1355
+ msgid "long_date"
1356
+ msgstr "%Y-%m-%d"
1357
+
1358
+ #: lib/zena/use/dates.rb:55 lib/zena/use/i18n.rb:54
1359
+ msgid "%{d} days ago"
1360
+ msgstr ""
1361
+
1362
+ #: lib/zena/use/dates.rb:58 lib/zena/use/i18n.rb:57
1363
+ #, fuzzy
1364
+ msgid "yesterday"
1365
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
1366
+
1367
+ #: lib/zena/use/dates.rb:61 lib/zena/use/i18n.rb:60
1368
+ msgid "%{h} hours ago"
1369
+ msgstr ""
1370
+
1371
+ #: lib/zena/use/dates.rb:63 lib/zena/use/i18n.rb:62
1372
+ msgid "1 hour ago"
1373
+ msgstr ""
1374
+
1375
+ #: lib/zena/use/dates.rb:66 lib/zena/use/i18n.rb:65
1376
+ msgid "%{m} minutes ago"
1377
+ msgstr ""
1378
+
1379
+ #: lib/zena/use/dates.rb:68 lib/zena/use/i18n.rb:67
1380
+ msgid "1 minute ago"
1381
+ msgstr ""
1382
+
1383
+ #: lib/zena/use/dates.rb:70 lib/zena/use/i18n.rb:69
1384
+ msgid "in 1 minute"
1385
+ msgstr ""
1386
+
1387
+ #: lib/zena/use/dates.rb:72 lib/zena/use/i18n.rb:71
1388
+ msgid "in %{m} minutes"
1389
+ msgstr ""
1390
+
1391
+ #: lib/zena/use/dates.rb:74 lib/zena/use/i18n.rb:73
1392
+ msgid "in 1 hour"
1393
+ msgstr ""
1394
+
1395
+ #: lib/zena/use/dates.rb:76 lib/zena/use/i18n.rb:75
1396
+ msgid "in %{h} hours"
1397
+ msgstr ""
1398
+
1399
+ #: lib/zena/use/dates.rb:78 lib/zena/use/i18n.rb:77
1400
+ msgid "tomorrow"
1401
+ msgstr ""
1402
+
1403
+ #: lib/zena/use/dates.rb:80 lib/zena/use/i18n.rb:79
1404
+ msgid "in %{d} days"
1405
+ msgstr ""
1406
+
1407
+ #: lib/zena/use/dates.rb:112 lib/zena/use/i18n.rb:106
1408
+ msgid "long_time"
1409
+ msgstr "%H:%M:%S"
1410
+
1411
+ #: lib/zena/use/dates.rb:117 lib/zena/use/i18n.rb:111
1412
+ msgid "short_time"
1413
+ msgstr "%H:%M"
1414
+
1415
+ #: lib/zena/use/dates.rb:122 lib/zena/use/i18n.rb:116
1416
+ msgid "full_date"
1417
+ msgstr "%A, %B %d %Y"
1418
+
1419
+ #: lib/zena/use/dates.rb:132 lib/zena/use/i18n.rb:126
1420
+ msgid "short_date"
1421
+ msgstr "%m.%d"
1422
+
1423
+ #: lib/zena/use/grid.rb:67 lib/zena/use/grid.rb:95
1424
+ msgid "could not save value (bad attribute)"
1425
+ msgstr ""
1426
+
1427
+ #: lib/zena/use/html_tags.rb:154
1428
+ msgid "%{ext} node"
1429
+ msgstr ""
1430
+
1431
+ #: lib/zena/use/html_tags.rb:401
1432
+ msgid "my home"
1433
+ msgstr "management"
1434
+
1435
+ #: lib/zena/use/html_tags.rb:422
1436
+ msgid "image formats"
2096
1437
  msgstr ""
2097
1438
 
1439
+ #: lib/zena/use/html_tags.rb:429
1440
+ msgid "turn dev off"
1441
+ msgstr "<img src='/images/bug.png'/> turn dev off"
1442
+
1443
+ #: lib/zena/use/html_tags.rb:431
1444
+ msgid "turn dev on"
1445
+ msgstr ""
1446
+
1447
+ #: lib/zena/use/html_tags.rb:517
1448
+ msgid "btn_edit"
1449
+ msgstr "<img src='/images/page_edit.png' alt='edit'/>"
1450
+
1451
+ #: lib/zena/use/html_tags.rb:522
1452
+ msgid "btn_drive"
1453
+ msgstr "<img src='/images/wrench.png' alt='drive'/>"
1454
+
1455
+ #: lib/zena/use/html_tags.rb:573
1456
+ msgid "btn_view"
1457
+ msgstr "<img src='/images/eye.png' alt='view'/>"
1458
+
1459
+ #: lib/zena/use/html_tags.rb:576
1460
+ msgid "img_open"
1461
+ msgstr "<img src='/images/lock_open.png' alt='open'/>"
1462
+
1463
+ #: lib/zena/use/html_tags.rb:576
1464
+ msgid "btn_title_close_discussion"
1465
+ msgstr "Close the discussion (disable comments)."
1466
+
1467
+ #: lib/zena/use/html_tags.rb:578
1468
+ msgid "img_closed"
1469
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
1470
+
1471
+ #: lib/zena/use/html_tags.rb:578
1472
+ msgid "btn_title_open_discussion"
1473
+ msgstr "Open the edition window to edit the node"
1474
+
1475
+ #: lib/zena/use/html_tags.rb:581
1476
+ msgid "btn_title_destroy_discussion"
1477
+ msgstr "Delete the discussion (with all comments)."
1478
+
1479
+ #, fuzzy
1480
+ #~ msgid "Discussion"
1481
+ #~ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1482
+
1483
+ #, fuzzy
1484
+ #~ msgid "Contact"
1485
+ #~ msgstr "<img src='/images/lock_open.png' alt='open'/>"
1486
+
1487
+ #, fuzzy
1488
+ #~ msgid "Auto publish"
1489
+ #~ msgstr "<img src='/images/wand.png' alt='publish'/>"
1490
+
1491
+ #, fuzzy
1492
+ #~ msgid "Formats updated at"
1493
+ #~ msgstr "Node successfully updated."
1494
+
1495
+ #, fuzzy
1496
+ #~ msgid "Icon"
1497
+ #~ msgstr "icon"
1498
+
1499
+ #, fuzzy
1500
+ #~ msgid "Auto create discussion"
1501
+ #~ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1502
+
1503
+ #~ msgid "btn_diff"
1504
+ #~ msgstr "<img src='/images/layers.png' alt='view differences'/>"
1505
+
1506
+ #, fuzzy
1507
+ #~ msgid "Order cleared."
1508
+ #~ msgstr "Order updated."
1509
+
2098
1510
  #~ msgid "btn_add_note"
2099
1511
  #~ msgstr "<img src='/images/add.png' alt='add a note'/>"
2100
1512
 
2101
1513
  #, fuzzy
2102
1514
  #~ msgid "attributes"
2103
1515
  #~ msgstr "favorites"
1516
+
2104
1517
  #~ msgid "role not valid"
2105
1518
  #~ msgstr "Invalid role."
2106
1519
 
2107
1520
  #, fuzzy
2108
1521
  #~ msgid "Dgroup"
2109
1522
  #~ msgstr "<img src='/images/group.png' alt='group'/>"
1523
+
2110
1524
  #~ msgid "btn_add_page"
2111
1525
  #~ msgstr "<img src='/images/add.png' alt='add a node'/>"
1526
+
2112
1527
  #~ msgid "img_calendar"
2113
1528
  #~ msgstr "<img src='/images/date.png' alt='calendar'/>"
1529
+
2114
1530
  #~ msgid "img_contact"
2115
1531
  #~ msgstr "<img src='/images/user_green.png' alt='contact'/>"
1532
+
2116
1533
  #~ msgid "img_home"
2117
1534
  #~ msgstr "<img src='/images/home.png' alt='home'/>"
1535
+
2118
1536
  #~ msgid "img_collaborator"
2119
1537
  #~ msgstr "<img src='/images/user.png' alt='collaborator'/>"
1538
+
2120
1539
  #~ msgid "img_favorite"
2121
1540
  #~ msgstr "<img src='/images/heart.png' alt='favorite'/>"
1541
+
2122
1542
  #~ msgid "img_project"
2123
1543
  #~ msgstr "<img src='/images/project.png' alt='project'/>"
1544
+
2124
1545
  #~ msgid "icon_for"
2125
1546
  #~ msgstr "icon for"
1547
+
2126
1548
  #~ msgid "tag_for"
2127
1549
  #~ msgstr "tag for"
1550
+
2128
1551
  #~ msgid "collaborators"
2129
1552
  #~ msgstr "collaborators"
1553
+
2130
1554
  #~ msgid "collaborator_for"
2131
1555
  #~ msgstr "collaborator for"
1556
+
2132
1557
  #~ msgid "favorite_for"
2133
1558
  #~ msgstr "favorite for"
1559
+
2134
1560
  #~ msgid "projects"
2135
1561
  #~ msgstr "projects"
1562
+
2136
1563
  #~ msgid "project_for"
2137
1564
  #~ msgstr "project for"
1565
+
2138
1566
  #~ msgid "calendars"
2139
1567
  #~ msgstr "calendars"
1568
+
2140
1569
  #~ msgid "calendar_for"
2141
1570
  #~ msgstr "calendar for"
1571
+
2142
1572
  #~ msgid "img_group_admin"
2143
1573
  #~ msgstr "<img src='/images/group_admin.png' alt='add a group'/>"
2144
-