zena 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (274) hide show
  1. data/History.txt +23 -0
  2. data/README.rdoc +1 -1
  3. data/app/controllers/columns_controller.rb +3 -31
  4. data/app/controllers/comments_controller.rb +8 -3
  5. data/app/controllers/data_entries_controller.rb +1 -1
  6. data/app/controllers/documents_controller.rb +2 -2
  7. data/app/controllers/nodes_controller.rb +29 -12
  8. data/app/controllers/relations_controller.rb +2 -2
  9. data/app/controllers/sites_controller.rb +1 -1
  10. data/app/controllers/user_sessions_controller.rb +6 -3
  11. data/app/controllers/users_controller.rb +18 -16
  12. data/app/controllers/versions_controller.rb +20 -18
  13. data/app/controllers/virtual_classes_controller.rb +103 -17
  14. data/app/helpers/users_helper.rb +1 -1
  15. data/app/models/column.rb +19 -50
  16. data/app/models/comment.rb +2 -1
  17. data/app/models/node.rb +45 -22
  18. data/app/models/relation.rb +13 -0
  19. data/app/models/relation_proxy.rb +3 -2
  20. data/app/models/role.rb +213 -4
  21. data/app/models/site.rb +18 -11
  22. data/app/models/template.rb +37 -35
  23. data/app/models/version.rb +1 -1
  24. data/app/models/virtual_class.rb +154 -86
  25. data/app/views/columns/_li.html.erb +1 -1
  26. data/app/views/columns/index.html.erb +1 -9
  27. data/app/views/comments/index.rhtml +10 -8
  28. data/app/views/documents/_crop.rhtml +5 -6
  29. data/app/views/documents/crop_form.rjs +3 -2
  30. data/app/views/groups/index.rhtml +1 -1
  31. data/app/views/iformats/index.rhtml +1 -1
  32. data/app/views/nodes/_import_results.rhtml +1 -1
  33. data/app/views/nodes/_parent.rhtml +1 -2
  34. data/app/views/nodes/update.rjs +3 -4
  35. data/app/views/relations/index.erb +1 -1
  36. data/app/views/sites/index.erb +1 -1
  37. data/app/views/templates/drive_tabs/_drive.rhtml +0 -2
  38. data/app/views/templates/edit_tabs/_image.rhtml +1 -1
  39. data/app/views/templates/edit_tabs/_title.rhtml +0 -6
  40. data/app/views/users/index.rhtml +1 -1
  41. data/app/views/users/preferences.html.erb +2 -2
  42. data/app/views/versions/backup.rjs +1 -1
  43. data/app/views/versions/custom_tab.rhtml +9 -4
  44. data/app/views/versions/destroy.rjs +2 -2
  45. data/app/views/versions/update.rjs +2 -9
  46. data/app/views/virtual_classes/_form.erb +3 -2
  47. data/app/views/virtual_classes/import_prepare.html.erb +13 -0
  48. data/app/views/virtual_classes/index.erb +28 -8
  49. data/app/views/zafu/default/Node-+adminLayout.zafu +1 -13
  50. data/app/views/zafu/default/Node-+login.zafu +1 -0
  51. data/app/views/zafu/default/Node-+notFound.zafu +1 -1
  52. data/app/views/zafu/default/Node-+popupLayout.zafu +1 -2
  53. data/app/views/zafu/default/Node-+search.zafu +1 -1
  54. data/app/views/zafu/default/Node-admin.zafu +205 -0
  55. data/app/views/zafu/default/Node.zafu +11 -11
  56. data/bricks/captcha/lib/bricks/captcha.rb +3 -2
  57. data/bricks/mongrel/zena/init.rb +2 -1
  58. data/bricks/pdf/README +5 -5
  59. data/bricks/pdf/lib/bricks/pdf/engine/prince.rb +2 -2
  60. data/bricks/pdf/lib/bricks/pdf/engine/xhtml2pdf.rb +2 -2
  61. data/bricks/pdf/lib/bricks/pdf/install.rb +5 -5
  62. data/bricks/pdf/lib/bricks/pdf.rb +11 -11
  63. data/bricks/pdf/test/engines/test_prince.rb +4 -4
  64. data/bricks/pdf/test/engines/test_xhtml2pdf.rb +4 -4
  65. data/bricks/pdf/test/shoulda_macros/shoulda_pdf.rb +2 -2
  66. data/bricks/pdf/zena/init.rb +2 -2
  67. data/bricks/pdf/zena/tasks.rb +2 -2
  68. data/bricks/sphinx/lib/bricks/sphinx.rb +6 -2
  69. data/bricks/sphinx/zena/{sphinx.yml → sphinx.yml.erb} +2 -2
  70. data/bricks/sphinx/zena/tasks.rb +28 -2
  71. data/bricks/tags/lib/bricks/tags.rb +16 -1
  72. data/bricks/tags/zena/test/unit/tags_test.rb +15 -0
  73. data/bricks/tags/zena/test/zafu/tags.yml +5 -1
  74. data/bricks/worker/lib/bricks/worker.rb +39 -0
  75. data/bricks/worker/zena/deploy.rb +0 -2
  76. data/bricks/worker/zena/init.rb +1 -0
  77. data/bricks/worker/zena/test/sites/zena/delayed_jobs.yml +16 -0
  78. data/bricks/worker/zena/test/zafu/worker.yml +8 -0
  79. data/bricks/zena/zena/migrate/01_base.rb +36 -60
  80. data/bricks/zena/zena/migrate/02_zerox1_schema.rb +388 -0
  81. data/bricks/zena/zena/migrate/03_zerox1_data.rb +380 -0
  82. data/bricks/zena/zena/migrate/20110315161158_add_reverse_scope_to_roles.rb +9 -0
  83. data/config/database_example.yml +1 -1
  84. data/config/environment.rb +1 -1
  85. data/config/gems.yml +17 -14
  86. data/db/init/base/skins/default/Node-+index.zafu +8 -1
  87. data/db/init/base/skins/default/Node-+login.zafu +1 -0
  88. data/db/init/base/skins/default/Node-+popupLayout.zafu +1 -2
  89. data/db/init/base/skins/default/Node-+search.zafu +2 -2
  90. data/db/init/base/skins/default/Node.zafu +9 -9
  91. data/db/init/base/skins/default/{favicon.png → img/favicon.png} +0 -0
  92. data/db/init/base/skins/default/{style.css → img/style.css} +0 -0
  93. data/db/init/base/skins/default/img/translations.yml +11 -0
  94. data/db/init/base/skins/default/notes.zafu +7 -9
  95. data/doc/zafu_changes.yml +12 -0
  96. data/lib/bricks/loader.rb +38 -15
  97. data/lib/tasks/zena.rake +74 -24
  98. data/lib/zena/acts/enrollable.rb +4 -1
  99. data/lib/zena/acts/secure.rb +2 -48
  100. data/lib/zena/acts/serializable.rb +13 -1
  101. data/lib/zena/app.rb +9 -0
  102. data/lib/zena/code_syntax.rb +154 -151
  103. data/lib/zena/console.rb +141 -0
  104. data/lib/zena/controller/test_case.rb +1 -1
  105. data/lib/zena/db_helper/abstract_db.rb +17 -5
  106. data/lib/zena/db_helper/mysql.rb +14 -12
  107. data/lib/zena/db_helper/postgresql.rb +1 -2
  108. data/lib/zena/db_helper/sqlite3.rb +6 -6
  109. data/lib/zena/deploy/awstats.conf.rhtml +1 -1
  110. data/lib/zena/deploy/httpd.rhtml +6 -1
  111. data/lib/zena/deploy/vhost.rhtml +9 -1
  112. data/lib/zena/deploy.rb +12 -7
  113. data/lib/zena/foxy_parser.rb +3 -1
  114. data/lib/zena/info.rb +1 -1
  115. data/lib/zena/parser/zafu_tags.rb +1 -0
  116. data/lib/zena/parser/zazen_rules.rb +1 -1
  117. data/lib/zena/remote/node.rb +15 -3
  118. data/lib/zena/remote/serializable_array.rb +19 -0
  119. data/lib/zena/remote.rb +1 -0
  120. data/lib/zena/routes.rb +7 -2
  121. data/lib/zena/site_worker.rb +11 -1
  122. data/lib/zena/unit/test_case.rb +68 -0
  123. data/lib/zena/use/action.rb +6 -2
  124. data/lib/zena/use/ajax.rb +127 -53
  125. data/lib/zena/use/ancestry.rb +11 -8
  126. data/lib/zena/use/calendar.rb +265 -129
  127. data/lib/zena/use/conditional.rb +1 -1
  128. data/lib/zena/use/context.rb +5 -5
  129. data/lib/zena/use/dates.rb +172 -60
  130. data/lib/zena/use/display.rb +70 -39
  131. data/lib/zena/use/error_rendering.rb +1 -3
  132. data/lib/zena/use/field_index.rb +4 -1
  133. data/lib/zena/use/forms.rb +94 -72
  134. data/lib/zena/use/fulltext.rb +16 -24
  135. data/lib/zena/use/html_tags.rb +20 -12
  136. data/lib/zena/use/i18n.rb +37 -37
  137. data/lib/zena/use/image_builder.rb +8 -1
  138. data/lib/zena/use/ml_index.rb +16 -16
  139. data/lib/zena/use/prop_eval.rb +10 -5
  140. data/lib/zena/use/query_builder.rb +55 -23
  141. data/lib/zena/use/query_node.rb +51 -25
  142. data/lib/zena/use/refactor.rb +2 -28
  143. data/lib/zena/use/relations.rb +1 -1
  144. data/lib/zena/use/rendering.rb +29 -0
  145. data/lib/zena/use/scope_index.rb +75 -14
  146. data/lib/zena/use/search.rb +5 -10
  147. data/lib/zena/use/test_helper.rb +2 -2
  148. data/lib/zena/use/urls.rb +125 -104
  149. data/lib/zena/use/workflow.rb +2 -1
  150. data/lib/zena/use/zafu_attributes.rb +2 -2
  151. data/lib/zena/use/zafu_safe_definitions.rb +20 -0
  152. data/lib/zena/use/zafu_templates.rb +20 -6
  153. data/lib/zena/use/zazen.rb +31 -20
  154. data/lib/zena/view/test_case.rb +5 -0
  155. data/lib/zena/zafu_compiler.rb +24 -2
  156. data/lib/zena.rb +12 -6
  157. data/locale/de/LC_MESSAGES/zena.mo +0 -0
  158. data/locale/de/zena.po +1345 -1164
  159. data/locale/en/LC_MESSAGES/zena.mo +0 -0
  160. data/locale/en/zena.po +1275 -1129
  161. data/locale/fr/LC_MESSAGES/zena.mo +0 -0
  162. data/locale/fr/zena.mo +0 -0
  163. data/locale/fr/zena.po +1617 -1441
  164. data/locale/log.txt +9 -0
  165. data/locale/zena.pot +957 -748
  166. data/public/javascripts/prototype.js +1 -1
  167. data/public/javascripts/zena.js +99 -44
  168. data/public/stylesheets/admin.css +6 -4
  169. data/public/stylesheets/backend.css +71 -0
  170. data/public/stylesheets/calendar.css +24 -25
  171. data/public/stylesheets/code.css +11 -6
  172. data/public/stylesheets/comment.css +2 -1
  173. data/public/stylesheets/popup.css +7 -8
  174. data/test/custom_queries/complex.host.yml +15 -1
  175. data/test/fixtures/files/Node-test.zafu +29 -28
  176. data/test/fixtures/files/translations_de.yml +12 -1
  177. data/test/fixtures/files/translations_fr.yml +12 -1
  178. data/test/functional/comments_controller_test.rb +9 -0
  179. data/test/functional/iformats_controller_test.rb +1 -1
  180. data/test/functional/nodes_controller_test.rb +124 -35
  181. data/test/functional/users_controller_test.rb +132 -3
  182. data/test/functional/virtual_classes_controller_test.rb +75 -4
  183. data/test/integration/navigation_test.rb +51 -9
  184. data/test/integration/query_node/basic.yml +19 -7
  185. data/test/integration/query_node/complex.yml +1 -1
  186. data/test/integration/query_node/dates.yml +27 -1
  187. data/test/integration/query_node/filters.yml +1 -1
  188. data/test/integration/query_node/relations.yml +13 -4
  189. data/test/integration/query_node_test.rb +4 -0
  190. data/test/integration/xml_api_test.rb +6 -1
  191. data/test/integration/zafu_compiler/action.yml +3 -3
  192. data/test/integration/zafu_compiler/ajax.yml +103 -22
  193. data/test/integration/zafu_compiler/basic.yml +0 -52
  194. data/test/integration/zafu_compiler/calendar.yml +44 -20
  195. data/test/integration/zafu_compiler/comments.yml +53 -0
  196. data/test/integration/zafu_compiler/complex.yml +11 -11
  197. data/test/integration/zafu_compiler/complex_ok.yml +16 -3
  198. data/test/integration/zafu_compiler/conditional.yml +15 -5
  199. data/test/integration/zafu_compiler/context.yml +9 -0
  200. data/test/integration/zafu_compiler/dates.yml +43 -15
  201. data/test/integration/zafu_compiler/display.yml +60 -6
  202. data/test/integration/zafu_compiler/errors.yml +6 -2
  203. data/test/integration/zafu_compiler/forms.yml +45 -6
  204. data/test/integration/zafu_compiler/i18n.yml +8 -1
  205. data/test/integration/zafu_compiler/meta.yml +38 -0
  206. data/test/integration/zafu_compiler/query.yml +43 -4
  207. data/test/integration/zafu_compiler/relations.yml +26 -33
  208. data/test/integration/zafu_compiler/rubyless.yml +10 -0
  209. data/test/integration/zafu_compiler/safe_definitions.yml +21 -1
  210. data/test/integration/zafu_compiler/urls.yml +75 -5
  211. data/test/integration/zafu_compiler/version.yml +2 -2
  212. data/test/integration/zafu_compiler/zafu_attributes.yml +5 -1
  213. data/test/integration/zafu_compiler/zazen.yml +14 -6
  214. data/test/integration/zafu_compiler_test.rb +5 -1
  215. data/test/sites/complex/columns.yml +5 -0
  216. data/test/sites/complex/roles.yml +4 -0
  217. data/test/sites/zena/nodes.yml +13 -2
  218. data/test/sites/zena/roles.yml +13 -5
  219. data/test/sites/zena/versions.yml +27 -9
  220. data/test/unit/column_test.rb +51 -5
  221. data/test/unit/iformat_test.rb +2 -2
  222. data/test/unit/node_test.rb +29 -17
  223. data/test/unit/note_test.rb +1 -1
  224. data/test/unit/relation_proxy_test.rb +4 -5
  225. data/test/unit/relation_test.rb +16 -0
  226. data/test/unit/remote_test.rb +2 -2
  227. data/test/unit/role_test.rb +292 -4
  228. data/test/unit/site_test.rb +12 -0
  229. data/test/unit/template_test.rb +1 -1
  230. data/test/unit/text_document_test.rb +1 -1
  231. data/test/unit/virtual_class_test.rb +200 -83
  232. data/test/unit/zena/acts/enrollable_test.rb +26 -31
  233. data/test/unit/zena/use/calendar_test.rb +90 -37
  234. data/test/unit/zena/use/field_index_test.rb +28 -0
  235. data/test/unit/zena/use/html_tags_test.rb +7 -3
  236. data/test/unit/zena/use/ml_index_test.rb +2 -16
  237. data/test/unit/zena/use/nested_attributes_alias_view_test.rb +2 -2
  238. data/test/unit/zena/use/prop_eval_test.rb +50 -8
  239. data/test/unit/zena/use/query_node_test.rb +11 -0
  240. data/test/unit/zena/use/rendering_test.rb +72 -0
  241. data/test/unit/zena/use/scope_index_test.rb +37 -2
  242. data/test/unit/zena/use/urls_test.rb +10 -0
  243. data/test/unit/zena/use/zazen_test.rb +3 -3
  244. data/vendor/plugins/gettext_i18n_rails/Gemfile +11 -0
  245. data/vendor/plugins/gettext_i18n_rails/Gemfile.lock +92 -0
  246. data/vendor/plugins/gettext_i18n_rails/Rakefile +12 -17
  247. data/vendor/plugins/gettext_i18n_rails/Readme.md +215 -0
  248. data/vendor/plugins/gettext_i18n_rails/VERSION +1 -1
  249. data/vendor/plugins/gettext_i18n_rails/gettext_i18n_rails.gemspec +38 -34
  250. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/active_record.rb +1 -1
  251. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/backend.rb +30 -14
  252. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/haml_parser.rb +1 -1
  253. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/html_safe_translations.rb +29 -0
  254. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/i18n_hacks.rb +29 -1
  255. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/model_attributes_finder.rb +7 -1
  256. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/railtie.rb +10 -0
  257. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/ruby_gettext_extractor.rb +6 -2
  258. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/string_interpolate_fix.rb +20 -0
  259. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails/tasks.rb +120 -0
  260. data/vendor/plugins/gettext_i18n_rails/lib/gettext_i18n_rails.rb +10 -3
  261. data/vendor/plugins/gettext_i18n_rails/lib/tasks/gettext_rails_i18n.rake +1 -74
  262. data/vendor/plugins/gettext_i18n_rails/spec/gettext_i18n_rails/active_record_spec.rb +51 -20
  263. data/vendor/plugins/gettext_i18n_rails/spec/gettext_i18n_rails/backend_spec.rb +12 -7
  264. data/vendor/plugins/gettext_i18n_rails/spec/gettext_i18n_rails/string_interpolate_fix_spec.rb +32 -0
  265. data/vendor/plugins/gettext_i18n_rails/spec/gettext_i18n_rails_spec.rb +38 -1
  266. data/vendor/plugins/gettext_i18n_rails/spec/rails2/Gemfile +11 -0
  267. data/vendor/plugins/gettext_i18n_rails/spec/spec_helper.rb +1 -8
  268. data/zena.gemspec +2241 -2217
  269. metadata +123 -83
  270. data/.gitignore +0 -36
  271. data/app/views/nodes/_dates.rhtml +0 -13
  272. data/db/init/base/skins/default/Node-+adminLayout.zafu +0 -46
  273. data/db/init/base/skins/default/Node-tree.zafu +0 -19
  274. data/vendor/plugins/gettext_i18n_rails/README.markdown +0 -143
data/locale/en/zena.po CHANGED
@@ -1,7 +1,7 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: version 0.0.1\n"
4
- "POT-Creation-Date: 2010-06-02 16:42+0200\n"
4
+ "POT-Creation-Date: 2011-05-24 07:12-0000\n"
5
5
  "PO-Revision-Date: 2010-06-02 16:46+0100\n"
6
6
  "Last-Translator: Gaspard Bucher <gaspard@teti.ch>\n"
7
7
  "Language-Team: en <gaspard@teti.ch>\n"
@@ -13,1004 +13,1105 @@ 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/comments_controller.rb:31
16
+ #: app/models/text_document.rb:79
17
17
  #, fuzzy
18
- msgid "Comment was successfully created."
19
- msgstr "Informations successfully updated."
20
-
21
- #: app/controllers/data_entries_controller.rb:18
22
- #, fuzzy
23
- msgid "Data entry was successfully created."
24
- msgstr "Informations successfully updated."
18
+ msgid "%{asset} not found"
19
+ msgstr "Node not found."
25
20
 
26
- #: app/controllers/documents_controller.rb:37
27
- msgid "Upload failed."
21
+ #: app/views/nodes/_import_results.rhtml:14
22
+ msgid "%{count} versions"
28
23
  msgstr ""
29
24
 
30
- #: app/controllers/documents_controller.rb:40
31
- msgid "Upload succeeded."
25
+ #: lib/zena/use/dates.rb:64
26
+ msgid "%{d} days ago"
32
27
  msgstr ""
33
28
 
34
- #: app/controllers/nodes_controller.rb:244
35
- msgid "Backup created."
29
+ #: lib/gettext_strings.rb:75 lib/zena/use/display.rb:162
30
+ msgid "%{ext} document"
36
31
  msgstr ""
37
32
 
38
- #: app/controllers/nodes_controller.rb:246
39
- msgid "Could not create backup."
33
+ #: lib/zena/use/display.rb:166
34
+ msgid "%{ext} node"
40
35
  msgstr ""
41
36
 
42
- #: app/controllers/nodes_controller.rb:298
43
- msgid "node updated"
44
- msgstr "Node successfully updated."
37
+ #: lib/zena/use/dates.rb:70
38
+ msgid "%{h} hours ago"
39
+ msgstr ""
45
40
 
46
- #: app/controllers/nodes_controller.rb:300
47
- msgid "could not update"
48
- msgstr "The node could not be updated."
41
+ #: lib/zena/use/dates.rb:75
42
+ msgid "%{m} minutes ago"
43
+ msgstr ""
49
44
 
50
- #: app/controllers/nodes_controller.rb:381
51
- msgid "node not found"
52
- msgstr "Node not found."
45
+ #: lib/gettext_strings.rb:76 lib/zena/use/display.rb:150
46
+ msgid "%{type} node"
47
+ msgstr ""
53
48
 
54
- #: app/controllers/nodes_controller.rb:381
55
- msgid "new"
49
+ #: app/views/nodes/_results.rhtml:15
50
+ msgid "'%{search_string}' not found"
56
51
  msgstr ""
57
52
 
58
- #: app/controllers/nodes_controller.rb:405
59
- msgid "Order updated"
60
- msgstr "Order updated."
53
+ #: lib/zena/use/dates.rb:72
54
+ msgid "1 hour ago"
55
+ msgstr ""
61
56
 
62
- #: app/controllers/nodes_controller.rb:407
63
- msgid "Could not update order."
57
+ #: lib/zena/use/dates.rb:77
58
+ msgid "1 minute ago"
64
59
  msgstr ""
65
60
 
66
- #: app/controllers/nodes_controller.rb:424
61
+ #: app/views/sites/_form.erb:23
67
62
  #, fuzzy
68
- msgid "Could not clear order."
69
- msgstr "User could not be updated."
63
+ msgid "API group"
64
+ msgstr "<img src='/images/group.png' alt='group'/>"
70
65
 
71
- #: app/controllers/sites_controller.rb:51
72
- msgid "Cache cleared."
66
+ #: lib/gettext_strings.rb:143
67
+ msgid "Apr"
73
68
  msgstr ""
74
69
 
75
- #: app/controllers/users_controller.rb:110
76
- msgid "information successfully updated"
77
- msgstr "Informations successfully updated."
78
-
79
- #: app/controllers/users_controller.rb:112
80
- msgid "could not update user"
81
- msgstr "User could not be updated."
82
-
83
- #: app/controllers/versions_controller.rb:60
84
- msgid "Version changed back to redaction."
70
+ #: lib/gettext_strings.rb:130
71
+ msgid "April"
85
72
  msgstr ""
86
73
 
87
- #: app/controllers/versions_controller.rb:62
88
- msgid "Could not change version back to redaction."
74
+ #: app/views/sites/_form.erb:33
75
+ msgid ""
76
+ "Are you sure you want destroy all cache (site may be slow during first "
77
+ "reloads) ?"
89
78
  msgstr ""
90
79
 
91
- #: app/controllers/versions_controller.rb:166
92
- msgid "Redaction proposed for publication."
80
+ #: app/views/acls/_form.rhtml:58
81
+ msgid "Are you sure you want to destroy this access ?"
93
82
  msgstr ""
94
83
 
95
- #: app/controllers/versions_controller.rb:168
96
- msgid "Could not propose redaction."
84
+ #: app/views/groups/_form.rhtml:39
85
+ msgid "Are you sure you want to destroy this group ?"
97
86
  msgstr ""
98
87
 
99
- #: app/controllers/versions_controller.rb:175
100
- msgid "Proposition refused."
88
+ #: app/views/iformats/_form.rhtml:26
89
+ msgid "Are you sure you want to destroy this image format ?"
101
90
  msgstr ""
102
91
 
103
- #: app/controllers/versions_controller.rb:178
104
- msgid "Could not refuse proposition."
92
+ #: app/views/columns/_form.html.erb:32
93
+ msgid "Are you sure you want to destroy this property definition ?"
105
94
  msgstr ""
106
95
 
107
- #: app/models/column.rb:88
108
- msgid "has already been taken in %s"
96
+ #: app/views/relations/_form.erb:39
97
+ msgid "Are you sure you want to destroy this relation ?"
109
98
  msgstr ""
110
99
 
111
- #: app/models/comment.rb:88
112
- msgid "re: "
100
+ #: app/views/virtual_classes/_form.erb:51
101
+ msgid "Are you sure you want to destroy this virtual class ?"
113
102
  msgstr ""
114
103
 
115
- #: app/models/data_entry.rb:45
116
- #: app/models/node.rb:753
117
- #: app/views/data_entries/_li.html.erb:2
118
- #: app/views/discussions/_li.rhtml:7
119
- #: lib/zena/use/dates.rb:163
120
- msgid "datetime"
121
- msgstr "%Y-%m-%d %H:%M"
122
-
123
- #: app/views/columns/_add.html.erb:2
124
- msgid "btn_column_add"
125
- msgstr "<img src='/images/textfield_add.png' alt='add a property'/>"
126
-
127
- #: app/views/columns/_form.html.erb:3
128
- #: app/views/columns/_form.html.erb:5
129
- #: app/views/relations/_form.erb:3
130
- #: app/views/relations/_form.erb:5
131
- #: app/views/sites/_form.erb:3
132
- #: app/views/sites/_form.erb:5
133
- #: app/views/virtual_classes/_form.erb:3
134
- #: app/views/virtual_classes/_form.erb:5
135
- #: app/views/comments/_form.rhtml:8
136
- #: app/views/comments/_form.rhtml:10
137
- #: app/views/comments/_form.rhtml:12
138
- #: app/views/discussions/_form.rhtml:8
139
- #: app/views/groups/_form.rhtml:3
140
- #: app/views/groups/_form.rhtml:5
141
- #: app/views/iformats/_form.rhtml:3
142
- #: app/views/iformats/_form.rhtml:5
143
- #: app/views/links/_form.rhtml:12
144
- #: app/views/links/_form.rhtml:14
145
- #: app/views/nodes/_import_results.rhtml:3
146
- #: app/views/nodes/_results.rhtml:7
147
- #: app/views/users/_form.rhtml:3
148
- #: app/views/users/_form.rhtml:5
149
- msgid "btn_x"
150
- msgstr "<img src='/images/cross.png' alt='cancel'/>"
151
-
152
- #: app/views/columns/_form.html.erb:17
153
- #: app/views/relations/_form.erb:27
154
- msgid "role"
104
+ #: app/views/comments/_bin.rhtml:4
105
+ msgid ""
106
+ "Are you sure you want to permanently remove the content of this rubbish bin ?"
155
107
  msgstr ""
156
108
 
157
- #: app/views/columns/_form.html.erb:18
158
- #: app/views/relations/_form.erb:21
159
- #: app/views/iformats/_form.rhtml:17
160
- msgid "type"
109
+ #: lib/gettext_strings.rb:147
110
+ msgid "Aug"
161
111
  msgstr ""
162
112
 
163
- #: app/views/columns/_form.html.erb:19
164
- #: app/views/users/preferences.html.erb:18
165
- #: app/views/virtual_classes/_form.erb:16
166
- #: app/views/groups/_form.rhtml:18
167
- #: app/views/iformats/_form.rhtml:16
168
- #: app/views/nodes/_parent.rhtml:8
169
- #: app/views/templates/document_create_tabs/_template.rhtml:7
170
- #: app/views/templates/document_create_tabs/_text_document.rhtml:8
171
- #: app/views/users/_form.rhtml:27
172
- #: lib/gettext_strings.rb:166
173
- msgid "name"
113
+ #: lib/gettext_strings.rb:134
114
+ msgid "August"
174
115
  msgstr ""
175
116
 
176
- #: app/views/columns/_form.html.erb:26
177
- #: app/views/relations/_form.erb:35
178
- #: app/views/sites/_form.erb:34
179
- #: app/views/users/preferences.html.erb:22
180
- #: app/views/users/preferences.html.erb:41
181
- #: app/views/virtual_classes/_form.erb:26
182
- #: app/views/comments/_form.rhtml:23
183
- #: app/views/groups/_form.rhtml:35
184
- #: app/views/iformats/_form.rhtml:22
185
- #: app/views/nodes/_edit_attribute.rhtml:15
186
- #: app/views/templates/document_create_tabs/_file.rhtml:3
187
- #: app/views/templates/document_create_tabs/_import.rhtml:2
188
- #: app/views/templates/document_create_tabs/_template.rhtml:3
189
- #: app/views/templates/document_create_tabs/_text_document.rhtml:3
190
- #: app/views/users/_form.rhtml:46
191
- #: app/views/versions/edit.rhtml:16
192
- msgid "validate"
193
- msgstr " validate "
117
+ #: app/controllers/nodes_controller.rb:296
118
+ msgid "Backup created."
119
+ msgstr ""
194
120
 
195
- #: app/views/columns/_form.html.erb:30
196
- msgid "Are you sure you want to destroy this property definition ?"
121
+ #: app/controllers/sites_controller.rb:51
122
+ msgid "Cache cleared."
197
123
  msgstr ""
198
124
 
199
- #: app/views/columns/_form.html.erb:31
125
+ #: app/controllers/columns_controller.rb:69
200
126
  #, fuzzy
201
- msgid "destroy property"
202
- msgstr "<img src='/images/group.png' alt='group'/>"
127
+ msgid "Column was successfully created."
128
+ msgstr "Informations successfully updated."
203
129
 
204
- #: app/views/columns/_form.html.erb:31
205
- #: app/views/relations/_form.erb:40
206
- #: app/views/virtual_classes/_form.erb:32
207
- #: app/views/groups/_form.rhtml:41
208
- #: app/views/iformats/_form.rhtml:27
130
+ #: app/controllers/columns_controller.rb:86
209
131
  #, fuzzy
210
- msgid "destroy"
211
- msgstr "<img src='/images/bomb.png' alt='destroy'/>"
212
-
213
- #: app/views/columns/_li.html.erb:2
214
- msgid "column_error_img"
215
- msgstr "<img src='/images/textfield_error.png' alt='property error'/>"
216
-
217
- #: app/views/columns/_li.html.erb:2
218
- msgid "column_img"
219
- msgstr "<img src='/images/textfield.png' alt='property'/>"
132
+ msgid "Column was successfully updated."
133
+ msgstr "Informations successfully updated."
220
134
 
221
- #: app/views/columns/edit.html.erb:1
222
- msgid "property"
223
- msgstr "property"
135
+ #: app/controllers/comments_controller.rb:35
136
+ #, fuzzy
137
+ msgid "Comment was successfully created."
138
+ msgstr "Informations successfully updated."
224
139
 
225
- #: app/views/columns/index.html.erb:1
226
- #: lib/zena/use/display.rb:273
227
- msgid "manage properties"
140
+ #: lib/zena/use/prop_eval.rb:32
141
+ msgid "Compilation should produce a Hash (Found %s)."
228
142
  msgstr ""
229
143
 
230
- #: app/views/columns/index.html.erb:9
231
- #: app/views/virtual_classes/index.erb:9
232
- msgid "import definitions"
144
+ #: lib/zena/use/fulltext.rb:36
145
+ msgid "Compilation should produce a String. Found %s."
233
146
  msgstr ""
234
147
 
235
- #: app/views/columns/index.html.erb:13
236
- #: app/views/virtual_classes/index.erb:13
237
- #, fuzzy
238
- msgid "import"
239
- msgstr "import"
240
-
241
- #: app/views/columns/new.html.erb:1
242
- #: app/views/virtual_classes/new.erb:1
243
- msgid "new class"
148
+ #: app/controllers/versions_controller.rb:62
149
+ msgid "Could not change version back to redaction."
244
150
  msgstr ""
245
151
 
246
- #: app/views/data_entries/index.html.erb:1
247
- #: app/views/data_entries/show.html.erb:1
152
+ #: app/controllers/nodes_controller.rb:500
248
153
  #, fuzzy
249
- msgid "data entries"
250
- msgstr "%Y-%m-%d %H:%M"
251
-
252
- #: app/views/groups/edit.html.erb:1
253
- #: app/views/groups/show.html.erb:1
254
- msgid "group"
255
- msgstr ""
154
+ msgid "Could not clear order."
155
+ msgstr "User could not be updated."
256
156
 
257
- #: app/views/iformats/edit.html.erb:1
258
- #: app/views/iformats/show.html.erb:1
259
- msgid "iformat"
157
+ #: app/controllers/nodes_controller.rb:298
158
+ msgid "Could not create backup."
260
159
  msgstr ""
261
160
 
262
- #: app/views/relations/_add.erb:2
263
- #: lib/gettext_strings.rb:39
264
- msgid "btn_relation_add"
265
- msgstr "<img src='/images/link_add.png' alt='add a role'/>"
161
+ #: app/controllers/nodes_controller.rb:265
162
+ #, fuzzy
163
+ msgid "Could not destroy node."
164
+ msgstr "User could not be updated."
266
165
 
267
- #: app/views/relations/_form.erb:16
268
- msgid "forward"
269
- msgstr ""
166
+ #: app/controllers/versions_controller.rb:234
167
+ #, fuzzy
168
+ msgid "Could not destroy version."
169
+ msgstr "User could not be updated."
270
170
 
271
- #: app/views/relations/_form.erb:16
272
- msgid "inverse"
171
+ #: app/controllers/versions_controller.rb:166
172
+ msgid "Could not propose redaction."
273
173
  msgstr ""
274
174
 
275
- #: app/views/relations/_form.erb:17
276
- #: app/views/nodes/_parent.rhtml:7
175
+ #: app/controllers/versions_controller.rb:185
277
176
  #, fuzzy
278
- msgid "class"
279
- msgstr "<img src='/images/lock.png' alt='closed'/>"
177
+ msgid "Could not publish:"
178
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
280
179
 
281
- #: app/views/relations/_form.erb:22
282
- #: app/views/relations/_form.erb:24
283
- #: app/views/relations/_li.erb:7
284
- #: app/views/relations/_li.erb:8
285
- msgid "has_one"
180
+ #: app/controllers/versions_controller.rb:176
181
+ msgid "Could not refuse proposition."
286
182
  msgstr ""
287
183
 
288
- #: app/views/relations/_form.erb:23
289
- #: app/views/relations/_form.erb:25
290
- #: app/views/relations/_li.erb:7
291
- #: app/views/relations/_li.erb:8
292
- msgid "has_many"
184
+ #: app/controllers/versions_controller.rb:195
185
+ msgid "Could not remove plublication."
293
186
  msgstr ""
294
187
 
295
- #: app/views/relations/_form.erb:31
296
- #: app/views/virtual_classes/_form.erb:25
297
- msgid "icon"
298
- msgstr "icon"
299
-
300
- #: app/views/relations/_form.erb:39
301
- msgid "Are you sure you want to destroy this relation ?"
188
+ #: app/controllers/versions_controller.rb:215
189
+ msgid "Could not remove publication."
302
190
  msgstr ""
303
191
 
304
- #: app/views/relations/_form.erb:40
305
- msgid "destroy relation (with all links)"
192
+ #: app/controllers/versions_controller.rb:204
193
+ msgid "Could not rollback:"
306
194
  msgstr ""
307
195
 
308
- #: app/views/relations/_li.erb:2
309
- #: lib/zena/use/old_zafu/display.rb:177
310
- #: lib/zena/use/urls.rb:608
311
- msgid "edit"
196
+ #: app/controllers/nodes_controller.rb:483
197
+ msgid "Could not update order."
312
198
  msgstr ""
313
199
 
314
- #: app/views/relations/edit.erb:1
200
+ #: app/controllers/data_entries_controller.rb:18
315
201
  #, fuzzy
316
- msgid "edit relation"
317
- msgstr "<img src='/images/target.png' alt='role'/>"
202
+ msgid "Data entry was successfully created."
203
+ msgstr "Informations successfully updated."
318
204
 
319
- #: app/views/relations/index.erb:1
320
- #: lib/zena/use/display.rb:267
321
- msgid "manage relations"
205
+ #: lib/gettext_strings.rb:151
206
+ msgid "Dec"
322
207
  msgstr ""
323
208
 
324
- #: app/views/relations/new.erb:1
325
- #, fuzzy
326
- msgid "new relation"
327
- msgstr "<img src='/images/target.png' alt='role'/>"
328
-
329
- #: app/views/sites/_form.erb:16
330
- msgid "host"
209
+ #: lib/gettext_strings.rb:138
210
+ msgid "December"
331
211
  msgstr ""
332
212
 
333
- #: app/views/sites/_form.erb:20
334
- #, fuzzy
335
- msgid "redit_time"
336
- msgstr "%H:%M"
337
-
338
- #: app/views/sites/_form.erb:21
339
- #: lib/gettext_strings.rb:37
340
- msgid "public group"
213
+ #: lib/zena/use/calendar.rb:138
214
+ msgid "Delete relation '%{role}' between '%{source}' and '%{target}' ?"
341
215
  msgstr ""
342
216
 
343
- #: app/views/sites/_form.erb:22
344
- #: lib/gettext_strings.rb:38
345
- #, fuzzy
346
- msgid "site group"
347
- msgstr "<img src='/images/group.png' alt='group'/>"
348
-
349
- #: app/views/sites/_form.erb:23
350
- #: lib/gettext_strings.rb:36
351
- msgid "options"
217
+ #: lib/gettext_strings.rb:141
218
+ msgid "Feb"
352
219
  msgstr ""
353
220
 
354
- #: app/views/sites/_form.erb:30
355
- #: app/views/sites/_form.erb:31
356
- msgid "clear cache"
221
+ #: lib/gettext_strings.rb:128
222
+ msgid "February"
357
223
  msgstr ""
358
224
 
359
- #: app/views/sites/_form.erb:31
360
- msgid "Are you sure you want destroy all cache (site may be slow during first reloads) ?"
225
+ #: lib/gettext_strings.rb:123
226
+ msgid "Fri"
361
227
  msgstr ""
362
228
 
363
- #: app/views/sites/_li.erb:2
364
- #: lib/gettext_strings.rb:34
365
- msgid "site_img"
366
- msgstr "<img src='/images/world.png' alt='site'/>"
229
+ #: lib/gettext_strings.rb:113
230
+ msgid "Friday"
231
+ msgstr ""
367
232
 
368
- #: app/views/sites/edit.erb:1
369
- #, fuzzy
370
- msgid "edit site"
371
- msgstr "%Y-%m-%d %H:%M"
233
+ #: app/controllers/user_sessions_controller.rb:21
234
+ msgid "Invalid login or password."
235
+ msgstr "Invalid login or password."
372
236
 
373
- #: app/views/sites/index.erb:1
374
- #: lib/zena/use/display.rb:279
375
- msgid "manage sites"
237
+ #: lib/gettext_strings.rb:140
238
+ msgid "Jan"
376
239
  msgstr ""
377
240
 
378
- #: app/views/users/preferences.html.erb:1
379
- #: lib/zena/use/display.rb:255
380
- msgid "preferences"
241
+ #: lib/gettext_strings.rb:127
242
+ msgid "January"
381
243
  msgstr ""
382
244
 
383
- #: app/views/users/preferences.html.erb:7
384
- msgid "change personal information"
245
+ #: lib/gettext_strings.rb:146
246
+ msgid "Jul"
385
247
  msgstr ""
386
248
 
387
- #: app/views/users/preferences.html.erb:10
388
- #: app/views/users/preferences.html.erb:33
389
- #: app/views/documents/_crop.rhtml:1
390
- #: app/views/users/_form.rhtml:20
391
- msgid "cancel"
249
+ #: lib/gettext_strings.rb:133
250
+ msgid "July"
392
251
  msgstr ""
393
252
 
394
- #: app/views/users/preferences.html.erb:16
395
- #: app/views/users/_form.rhtml:17
396
- msgid "login"
253
+ #: lib/gettext_strings.rb:145
254
+ msgid "Jun"
397
255
  msgstr ""
398
256
 
399
- #: app/views/users/preferences.html.erb:17
400
- #: app/views/users/_form.rhtml:26
401
- msgid "first name"
257
+ #: lib/gettext_strings.rb:132
258
+ msgid "June"
402
259
  msgstr ""
403
260
 
404
- #: app/views/users/preferences.html.erb:19
405
- #: app/views/templates/edit_tabs/_title.rhtml:7
406
- #: app/views/users/_form.rhtml:28
407
- msgid "language"
261
+ #: lib/gettext_strings.rb:142
262
+ msgid "Mar"
408
263
  msgstr ""
409
264
 
410
- #: app/views/users/preferences.html.erb:20
411
- #: app/views/users/_form.rhtml:29
412
- msgid "time zone"
265
+ #: lib/gettext_strings.rb:129
266
+ msgid "March"
413
267
  msgstr ""
414
268
 
415
- #: app/views/users/preferences.html.erb:21
416
- #: app/views/users/_form.rhtml:31
417
- #: lib/gettext_strings.rb:173
418
- msgid "email"
269
+ #: lib/gettext_strings.rb:131 lib/gettext_strings.rb:144
270
+ msgid "May"
419
271
  msgstr ""
420
272
 
421
- #: app/views/users/preferences.html.erb:30
422
- #: app/views/users/_form.rhtml:19
423
- msgid "change password"
273
+ #: lib/gettext_strings.rb:119
274
+ msgid "Mon"
424
275
  msgstr ""
425
276
 
426
- #: app/views/users/preferences.html.erb:38
427
- msgid "old password"
277
+ #: lib/gettext_strings.rb:109
278
+ msgid "Monday"
428
279
  msgstr ""
429
280
 
430
- #: app/views/users/preferences.html.erb:39
431
- msgid "new password"
281
+ #: app/controllers/versions_controller.rb:224
282
+ #, fuzzy
283
+ msgid "Node destroyed."
284
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
285
+
286
+ #: lib/gettext_strings.rb:150
287
+ msgid "Nov"
432
288
  msgstr ""
433
289
 
434
- #: app/views/users/preferences.html.erb:40
435
- msgid "retype new password"
290
+ #: lib/gettext_strings.rb:137
291
+ msgid "November"
436
292
  msgstr ""
437
293
 
438
- #: app/views/virtual_classes/_add.erb:2
439
- #: lib/gettext_strings.rb:42
440
- msgid "btn_virtual_class_add"
441
- msgstr "<img src='/images/brick_add.png' alt='add a class'/>"
294
+ #: lib/gettext_strings.rb:149
295
+ msgid "Oct"
296
+ msgstr ""
442
297
 
443
- #: app/views/virtual_classes/_form.erb:17
444
- msgid "superclass"
298
+ #: lib/gettext_strings.rb:136
299
+ msgid "October"
445
300
  msgstr ""
446
301
 
447
- #: app/views/virtual_classes/_form.erb:23
302
+ #: app/views/nodes/clear_order.rjs:5
448
303
  #, fuzzy
449
- msgid "create group"
450
- msgstr "<img src='/images/group.png' alt='group'/>"
304
+ msgid "Order cleared."
305
+ msgstr "Order updated."
451
306
 
452
- #: app/views/virtual_classes/_form.erb:24
453
- #, fuzzy
454
- msgid "auto create discussion"
455
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
307
+ #: app/controllers/nodes_controller.rb:481
308
+ msgid "Order updated"
309
+ msgstr "Order updated."
456
310
 
457
- #: app/views/virtual_classes/_form.erb:31
458
- msgid "Are you sure you want to destroy this virtual class ?"
311
+ #: lib/gettext_strings.rb:154
312
+ msgid "Password:"
459
313
  msgstr ""
460
314
 
461
- #: app/views/virtual_classes/_form.erb:32
462
- #, fuzzy
463
- msgid "destroy virtual class"
464
- msgstr "<img src='/images/brick.png' alt='class'/>"
465
-
466
- #: app/views/virtual_classes/_li.erb:3
467
- #: app/views/virtual_classes/_li.erb:10
468
- #: lib/gettext_strings.rb:40
469
- msgid "virtual_class_img"
470
- msgstr "<img src='/images/brick.png' alt='class'/>"
471
-
472
- #: app/views/virtual_classes/_li.erb:10
473
- #: lib/gettext_strings.rb:41
474
- msgid "virtual_class_error_img"
475
- msgstr "<img src='/images/brick_error.png' alt='class error'/>"
315
+ #: app/controllers/versions_controller.rb:173
316
+ msgid "Proposition refused."
317
+ msgstr ""
476
318
 
477
- #: app/views/virtual_classes/_li.erb:16
319
+ #: app/controllers/versions_controller.rb:193
320
+ #: app/controllers/versions_controller.rb:213
478
321
  #, fuzzy
479
- msgid "auto discussion"
480
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
322
+ msgid "Publication removed."
323
+ msgstr "<img src='/images/delete.png' alt='delete'/>"
481
324
 
482
- #: app/views/virtual_classes/index.erb:1
483
- #: lib/zena/use/display.rb:270
484
- msgid "manage classes"
325
+ #: app/controllers/versions_controller.rb:164
326
+ msgid "Redaction proposed for publication."
485
327
  msgstr ""
486
328
 
487
- #: app/views/comments/_add.rhtml:2
488
- #: lib/gettext_strings.rb:27
489
- msgid "btn_add_comment"
490
- msgstr "<img src='/images/comment_add.png' alt='add a comment'/>"
329
+ #: app/controllers/versions_controller.rb:183
330
+ #, fuzzy
331
+ msgid "Redaction published."
332
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
491
333
 
492
- #: app/views/comments/_bin.rhtml:4
493
- msgid "btn_bomb"
494
- msgstr "<img src='/images/bomb.png' alt='empty bin'/>"
334
+ #: app/controllers/relations_controller.rb:52
335
+ #, fuzzy
336
+ msgid "Relation was successfully created."
337
+ msgstr "Informations successfully updated."
495
338
 
496
- #: app/views/comments/_bin.rhtml:4
497
- msgid "Are you sure you want to permanently remove the content of this rubbish bin ?"
498
- msgstr ""
339
+ #: app/controllers/relations_controller.rb:69
340
+ #, fuzzy
341
+ msgid "Relation was successfully updated."
342
+ msgstr "Informations successfully updated."
499
343
 
500
- #: app/views/comments/_form.rhtml:14
501
- msgid "author"
344
+ #: app/controllers/versions_controller.rb:202
345
+ msgid "Rolled back to redaction."
502
346
  msgstr ""
503
347
 
504
- #: app/views/comments/_form.rhtml:15
505
- #: app/views/templates/document_create_tabs/_file.rhtml:7
506
- #: app/views/templates/edit_tabs/_title.rhtml:1
507
- msgid "title"
348
+ #: lib/gettext_strings.rb:124
349
+ msgid "Sat"
508
350
  msgstr ""
509
351
 
510
- #: app/views/comments/_li.rhtml:3
511
- #: lib/zena/use/action.rb:115
512
- msgid "btn_remove"
513
- msgstr "<img src='/images/delete.png' alt='delete'/>"
514
-
515
- #: app/views/comments/_li.rhtml:4
516
- msgid "btn_publish"
517
- msgstr "<img src='/images/wand.png' alt='publish'/>"
352
+ #: lib/gettext_strings.rb:114
353
+ msgid "Saturday"
354
+ msgstr ""
518
355
 
519
- #: app/views/comments/_list.rhtml:9
520
- msgid "comments closed"
356
+ #: lib/gettext_strings.rb:148
357
+ msgid "Sep"
521
358
  msgstr ""
522
359
 
523
- #: app/views/comments/index.rhtml:1
524
- #: lib/zena/use/display.rb:258
525
- msgid "manage comments"
360
+ #: lib/gettext_strings.rb:135
361
+ msgid "September"
526
362
  msgstr ""
527
363
 
528
- #: app/views/discussions/_add.rhtml:2
529
- msgid "btn_add_discussion"
530
- msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
364
+ #: app/controllers/sites_controller.rb:36
365
+ #, fuzzy
366
+ msgid "Site was successfully updated."
367
+ msgstr "Le mot de passe a été modifié avec succès."
531
368
 
532
- #: app/views/discussions/_form.rhtml:11
533
- #: lib/gettext_strings.rb:61
534
- msgid "outside"
369
+ #: lib/gettext_strings.rb:125
370
+ msgid "Sun"
535
371
  msgstr ""
536
372
 
537
- #: app/views/discussions/_form.rhtml:12
538
- #: lib/gettext_strings.rb:60
539
- msgid "inside"
373
+ #: lib/gettext_strings.rb:115
374
+ msgid "Sunday"
540
375
  msgstr ""
541
376
 
542
- #: app/views/discussions/_form.rhtml:18
543
- msgid "create"
377
+ #: app/views/versions/_list.rhtml:4
378
+ msgid "This node contains sub-nodes: it cannot be destroyed."
544
379
  msgstr ""
545
380
 
546
- #: app/views/discussions/_li.rhtml:6
547
- msgid "comment(s)"
381
+ #: lib/gettext_strings.rb:122
382
+ msgid "Thu"
548
383
  msgstr ""
549
384
 
550
- #: app/views/documents/_crop.rhtml:4
551
- msgid "convert"
385
+ #: lib/gettext_strings.rb:112
386
+ msgid "Thursday"
552
387
  msgstr ""
553
388
 
554
- #: app/views/documents/_crop.rhtml:5
555
- msgid "max size"
389
+ #: lib/gettext_strings.rb:120
390
+ msgid "Tue"
556
391
  msgstr ""
557
392
 
558
- #: app/views/documents/_crop.rhtml:9
559
- #: app/views/templates/edit_tabs/_image.rhtml:11
560
- msgid "original"
393
+ #: lib/gettext_strings.rb:110
394
+ msgid "Tuesday"
561
395
  msgstr ""
562
396
 
563
- #: app/views/documents/_crop.rhtml:9
564
- msgid "original is #X this view"
397
+ #: app/controllers/documents_controller.rb:37
398
+ msgid "Upload failed."
565
399
  msgstr ""
566
400
 
567
- #: app/views/documents/show.rhtml:15
568
- msgid "upload more"
401
+ #: app/controllers/virtual_classes_controller.rb:54
402
+ msgid "Upload failure: no definitions."
569
403
  msgstr ""
570
404
 
571
- #: app/views/documents/show.rhtml:15
572
- #, fuzzy
573
- msgid "close"
574
- msgstr "<img src='/images/lock.png' alt='closed'/>"
575
-
576
- #: app/views/groups/_add.rhtml:2
577
- msgid "btn_group_add"
578
- msgstr "<img src='/images/group_add.png' alt='add a group'/>"
579
-
580
- #: app/views/groups/_form.rhtml:19
581
- msgid "users"
405
+ #: app/controllers/documents_controller.rb:46
406
+ msgid "Upload succeeded."
582
407
  msgstr ""
583
408
 
584
- #: app/views/groups/_form.rhtml:33
585
- msgid "replace by"
409
+ #: lib/gettext_strings.rb:153
410
+ msgid "User name:"
586
411
  msgstr ""
587
412
 
588
- #: app/views/groups/_form.rhtml:39
589
- msgid "Are you sure you want to destroy this group ?"
413
+ #: app/controllers/versions_controller.rb:60
414
+ msgid "Version changed back to redaction."
590
415
  msgstr ""
591
416
 
592
- #: app/views/groups/_form.rhtml:41
593
- #, fuzzy
594
- msgid "destroy group"
595
- msgstr "<img src='/images/group.png' alt='group'/>"
596
-
597
- #: app/views/groups/index.rhtml:1
598
- #: lib/zena/use/display.rb:264
599
- msgid "manage groups"
417
+ #: app/controllers/versions_controller.rb:230
418
+ msgid "Version destroyed."
600
419
  msgstr ""
601
420
 
602
- #: app/views/iformats/_add.rhtml:2
603
- msgid "btn_iformat_add"
604
- msgstr "<img src='/images/photo_add.png' alt='add an image format'/>"
605
-
606
- #: app/views/iformats/_form.rhtml:18
607
- msgid "width"
608
- msgstr ""
421
+ #: app/controllers/virtual_classes_controller.rb:146
422
+ #, fuzzy
423
+ msgid "VirtualClass was successfully created."
424
+ msgstr "Informations successfully updated."
609
425
 
610
- #: app/views/iformats/_form.rhtml:19
426
+ #: app/controllers/virtual_classes_controller.rb:161
611
427
  #, fuzzy
612
- msgid "height"
613
- msgstr "<img src='/images/lightbulb.png' alt='hot'/>"
428
+ msgid "VirtualClass was successfully updated."
429
+ msgstr "Le mot de passe a été modifié avec succès."
614
430
 
615
- #: app/views/iformats/_form.rhtml:20
616
- msgid "gravity"
431
+ #: lib/gettext_strings.rb:121
432
+ msgid "Wed"
617
433
  msgstr ""
618
434
 
619
- #: app/views/iformats/_form.rhtml:21
620
- msgid "popup"
435
+ #: lib/gettext_strings.rb:111
436
+ msgid "Wednesday"
621
437
  msgstr ""
622
438
 
623
- #: app/views/iformats/_form.rhtml:26
624
- msgid "Are you sure you want to destroy this image format ?"
439
+ #: lib/zena/parser/zazen_rules.rb:113
440
+ msgid "[documents]"
625
441
  msgstr ""
626
442
 
627
- #: app/views/iformats/_form.rhtml:27
628
- msgid "destroy image format"
443
+ #: lib/zena/parser/zazen_rules.rb:98
444
+ msgid "[gallery]"
629
445
  msgstr ""
630
446
 
631
- #: app/views/iformats/_li.rhtml:3
632
- msgid "full_iformat_img"
633
- msgstr "<img src='/images/photo_blue.png' alt='full image format'/>"
634
-
635
- #: app/views/iformats/_li.rhtml:5
636
- msgid "default_iformat_img"
637
- msgstr "<img src='/images/photo_grey.png' alt='image format'/>"
638
-
639
- #: app/views/iformats/_li.rhtml:5
640
- msgid "iformat_img"
641
- msgstr "<img src='/images/photo.png' alt='image format'/>"
642
-
643
- #: app/views/iformats/index.rhtml:1
644
- msgid "manage image formats"
447
+ #: lib/zena/use/display.rb:647
448
+ msgid "a Zen garden"
645
449
  msgstr ""
646
450
 
647
- #: app/views/links/_add.rhtml:2
648
- msgid "btn_add_link"
649
- msgstr "<img src='/images/tag_blue_add.png' alt='add a link'/>"
650
-
651
- #: app/views/links/_form.rhtml:29
652
- #: app/views/users/_form.rhtml:25
653
- msgid "status"
654
- msgstr "status"
655
-
656
- #: app/views/links/_form.rhtml:30
657
- #: app/views/templates/edit_tabs/_title.rhtml:21
658
- msgid "comment"
451
+ #: app/views/acls/index.rhtml:1
452
+ msgid "access controls"
659
453
  msgstr ""
660
454
 
661
- #: app/views/links/_form.rhtml:31
662
- msgid "set"
455
+ #: app/views/acls/show.html.erb:1
456
+ msgid "acl"
663
457
  msgstr ""
664
458
 
665
- #: app/views/links/_li.rhtml:2
666
- msgid "img_link"
667
- msgstr "<img src='/images/tag_blue.png' alt='link'/>"
459
+ #: lib/zena/use/display.rb:282
460
+ #, fuzzy
461
+ msgid "acls"
462
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
668
463
 
669
- #: app/views/links/_li.rhtml:6
670
- #: lib/zena/use/old_zafu/action.rb:194
671
- msgid "btn_tiny_del"
672
- msgstr "<img src='/images/bullet_delete.png' alt='remove'/>"
464
+ #: app/views/acls/_form.rhtml:35 app/views/acls/index.rhtml:8
465
+ #, fuzzy
466
+ msgid "action"
467
+ msgstr "icon"
673
468
 
674
- #: app/views/nodes/_dates.rhtml:6
675
- #: app/views/templates/edit_tabs/_title.rhtml:13
676
- msgid "event date"
469
+ #: lib/gettext_strings.rb:167
470
+ msgid "address"
677
471
  msgstr ""
678
472
 
679
- #: app/views/nodes/_dates.rhtml:7
680
- #: app/views/templates/edit_tabs/_title.rhtml:11
681
- msgid "log date"
473
+ #: lib/gettext_strings.rb:68
474
+ msgid "admin"
682
475
  msgstr ""
683
476
 
684
- #: app/views/nodes/_dates.rhtml:8
685
- msgid "custom a"
477
+ #: app/views/virtual_classes/import_prepare.html.erb:11
478
+ msgid "apply"
686
479
  msgstr ""
687
480
 
688
- #: app/views/nodes/_dates.rhtml:9
689
- msgid "custom b"
690
- msgstr ""
481
+ #: lib/gettext_strings.rb:17
482
+ msgid "attach_img"
483
+ msgstr "<img src='/images/attach_window.png' title='attach window'/>"
691
484
 
692
- #: app/views/nodes/_dates.rhtml:10
693
- #: app/views/nodes/_groups.rhtml:19
694
- #: app/views/nodes/_parent.rhtml:12
695
- #: lib/zena/use/upload.rb:167
696
- msgid "change"
485
+ #: app/views/comments/_form.rhtml:14
486
+ msgid "author"
697
487
  msgstr ""
698
488
 
699
- #: app/views/nodes/_groups.rhtml:3
700
- msgid "inherit"
701
- msgstr ""
489
+ #: app/views/virtual_classes/_form.erb:43
490
+ #, fuzzy
491
+ msgid "auto create discussion"
492
+ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
702
493
 
703
- #: app/views/nodes/_groups.rhtml:3
704
- msgid "custom"
494
+ #: app/views/virtual_classes/index.erb:20
495
+ msgid "back"
705
496
  msgstr ""
706
497
 
707
- #: app/views/nodes/_groups.rhtml:14
708
- #: app/views/templates/document_create_tabs/_template.rhtml:13
709
- #: app/views/templates/edit_tabs/_template.rhtml:4
710
- msgid "mode"
498
+ #: app/views/versions/edit.rhtml:32
499
+ msgid "bak"
711
500
  msgstr ""
712
501
 
713
- #: app/views/nodes/_groups.rhtml:15
714
- msgid "publishers"
502
+ #: lib/gettext_strings.rb:174
503
+ msgid "birthday"
715
504
  msgstr ""
716
505
 
717
- #: app/views/nodes/_groups.rhtml:16
718
- msgid "writers"
719
- msgstr ""
506
+ #: app/views/acls/_add.rhtml:2
507
+ #, fuzzy
508
+ msgid "btn_acl_add"
509
+ msgstr "<img src='/images/textfield_add.png' alt='add a property'/>"
720
510
 
721
- #: app/views/nodes/_groups.rhtml:17
722
- msgid "readers"
723
- msgstr ""
511
+ #: lib/gettext_strings.rb:26
512
+ msgid "btn_add"
513
+ msgstr "<img src='/images/add.png' alt='add'/>"
724
514
 
725
- #: app/views/nodes/_groups.rhtml:18
726
- msgid "skin"
727
- msgstr ""
515
+ #: app/views/comments/_add.rhtml:2 lib/gettext_strings.rb:27
516
+ msgid "btn_add_comment"
517
+ msgstr "<img src='/images/comment_add.png' alt='add a comment'/>"
728
518
 
729
- #: app/views/nodes/_groups.rhtml:22
730
- msgid "rights cannot be changed"
519
+ #: app/views/discussions/_add.rhtml:2
520
+ msgid "btn_add_discussion"
521
+ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
522
+
523
+ #: lib/gettext_strings.rb:25
524
+ msgid "btn_add_doc"
525
+ msgstr "<img src='/images/picture_add.png' alt='add documents'/>"
526
+
527
+ #: app/views/links/_add.rhtml:2
528
+ msgid "btn_add_link"
529
+ msgstr "<img src='/images/tag_blue_add.png' alt='add a link'/>"
530
+
531
+ #: app/views/comments/_bin.rhtml:4
532
+ msgid "btn_bomb"
533
+ msgstr "<img src='/images/bomb.png' alt='empty bin'/>"
534
+
535
+ #: app/views/columns/_add.html.erb:2
536
+ msgid "btn_column_add"
537
+ msgstr "<img src='/images/textfield_add.png' alt='add a property'/>"
538
+
539
+ #: lib/gettext_strings.rb:82
540
+ msgid "btn_destroy"
541
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
542
+
543
+ #: lib/gettext_strings.rb:87
544
+ msgid "btn_destroy_version"
545
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
546
+
547
+ #: lib/gettext_strings.rb:85
548
+ msgid "btn_drive"
549
+ msgstr "<img src='/images/wrench.png' alt='drive'/>"
550
+
551
+ #: lib/gettext_strings.rb:84
552
+ msgid "btn_edit"
553
+ msgstr "<img src='/images/page_edit.png' alt='edit'/>"
554
+
555
+ #: app/views/groups/_add.rhtml:2
556
+ msgid "btn_group_add"
557
+ msgstr "<img src='/images/group_add.png' alt='add a group'/>"
558
+
559
+ #: app/views/iformats/_add.rhtml:2
560
+ msgid "btn_iformat_add"
561
+ msgstr "<img src='/images/photo_add.png' alt='add an image format'/>"
562
+
563
+ #: lib/gettext_strings.rb:83
564
+ msgid "btn_propose"
565
+ msgstr "<img src='/images/picture_empty.png' alt='propose'/>"
566
+
567
+ #: app/views/comments/_li.rhtml:4
568
+ msgid "btn_publish"
569
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
570
+
571
+ #: lib/gettext_strings.rb:88
572
+ msgid "btn_redit"
573
+ msgstr "<img src='/images/page_edit.png' alt='edit'/>"
574
+
575
+ #: lib/gettext_strings.rb:86
576
+ msgid "btn_refuse"
577
+ msgstr "<img src='/images/delete.png' alt='refuse'/>"
578
+
579
+ #: app/views/relations/_add.erb:2 lib/gettext_strings.rb:39
580
+ msgid "btn_relation_add"
581
+ msgstr "<img src='/images/link_add.png' alt='add a role'/>"
582
+
583
+ #: app/views/comments/_li.rhtml:3 lib/zena/use/action.rb:145
584
+ msgid "btn_remove"
585
+ msgstr "<img src='/images/delete.png' alt='delete'/>"
586
+
587
+ #: lib/gettext_strings.rb:35
588
+ msgid "btn_site_add"
589
+ msgstr "<img src='/images/world_add.png' alt='add a site'/>"
590
+
591
+ #: app/views/links/_li.rhtml:6 lib/zena/use/ajax.rb:401
592
+ msgid "btn_tiny_del"
593
+ msgstr "<img src='/images/bullet_delete.png' alt='remove'/>"
594
+
595
+ #: lib/zena/use/action.rb:140
596
+ msgid "btn_title_close_discussion"
597
+ msgstr "Close the discussion (disable comments)."
598
+
599
+ #: lib/zena/use/action.rb:145
600
+ msgid "btn_title_destroy_discussion"
601
+ msgstr "Delete the discussion (with all comments)."
602
+
603
+ #: lib/gettext_strings.rb:29
604
+ msgid "btn_title_drive"
605
+ msgstr "Open the drive window to change the location, links, etc."
606
+
607
+ #: lib/gettext_strings.rb:28
608
+ msgid "btn_title_edit"
609
+ msgstr "Open the edition window to edit the node."
610
+
611
+ #: lib/zena/use/action.rb:142
612
+ msgid "btn_title_open_discussion"
613
+ msgstr "Open the edition window to edit the node"
614
+
615
+ #: lib/gettext_strings.rb:81
616
+ msgid "btn_unpublish"
617
+ msgstr "<img src='/images/delete.png' alt='unpublish'/>"
618
+
619
+ #: app/views/users/_add.rhtml:2
620
+ msgid "btn_user_add"
621
+ msgstr "<img src='/images/user_add.png' alt='add a user'/>"
622
+
623
+ #: lib/zena/use/action.rb:137
624
+ msgid "btn_view"
625
+ msgstr "<img src='/images/eye.png' alt='view'/>"
626
+
627
+ #: app/views/virtual_classes/_add.erb:2 lib/gettext_strings.rb:42
628
+ msgid "btn_virtual_class_add"
629
+ msgstr "<img src='/images/brick_add.png' alt='add a class'/>"
630
+
631
+ #: app/views/columns/_form.html.erb:3 app/views/columns/_form.html.erb:5
632
+ #: app/views/relations/_form.erb:3 app/views/relations/_form.erb:5
633
+ #: app/views/sites/_form.erb:3 app/views/sites/_form.erb:5
634
+ #: app/views/virtual_classes/_form.erb:3 app/views/virtual_classes/_form.erb:5
635
+ #: app/views/acls/_form.rhtml:3 app/views/acls/_form.rhtml:5
636
+ #: app/views/comments/_form.rhtml:8 app/views/comments/_form.rhtml:10
637
+ #: app/views/comments/_form.rhtml:12 app/views/discussions/_form.rhtml:8
638
+ #: app/views/groups/_form.rhtml:3 app/views/groups/_form.rhtml:5
639
+ #: app/views/iformats/_form.rhtml:3 app/views/iformats/_form.rhtml:5
640
+ #: app/views/links/_form.rhtml:12 app/views/links/_form.rhtml:14
641
+ #: app/views/nodes/_import_results.rhtml:3 app/views/nodes/_results.rhtml:7
642
+ #: app/views/users/_form.rhtml:3 app/views/users/_form.rhtml:5
643
+ #: lib/zena/use/forms.rb:199
644
+ msgid "btn_x"
645
+ msgstr "<img src='/images/cross.png' alt='cancel'/>"
646
+
647
+ #: app/views/users/preferences.html.erb:10
648
+ #: app/views/users/preferences.html.erb:30
649
+ #: app/views/virtual_classes/import_prepare.html.erb:10
650
+ #: app/views/virtual_classes/index.erb:30 app/views/users/_form.rhtml:20
651
+ msgid "cancel"
731
652
  msgstr ""
732
653
 
733
- #: app/views/nodes/_import_results.rhtml:2
734
- msgid "import result"
654
+ #: app/models/relation_proxy.rb:399
655
+ msgid "cannot remove link"
735
656
  msgstr ""
736
657
 
737
- #: app/views/nodes/_import_results.rhtml:11
658
+ #: app/models/relation_proxy.rb:282
659
+ msgid "cannot update multiple targets"
660
+ msgstr ""
661
+
662
+ #: app/views/nodes/_groups.rhtml:19 app/views/nodes/_parent.rhtml:11
663
+ #: lib/zena/use/upload.rb:167
664
+ msgid "change"
665
+ msgstr ""
666
+
667
+ #: app/views/users/preferences.html.erb:27 app/views/users/_form.rhtml:19
668
+ msgid "change password"
669
+ msgstr ""
670
+
671
+ #: app/views/users/preferences.html.erb:7
672
+ msgid "change personal information"
673
+ msgstr ""
674
+
675
+ #: lib/gettext_strings.rb:169
676
+ msgid "city"
677
+ msgstr ""
678
+
679
+ #: app/views/relations/_form.erb:17 app/views/nodes/_parent.rhtml:7
738
680
  #, fuzzy
739
- msgid "same"
740
- msgstr " save "
681
+ msgid "class"
682
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
741
683
 
742
- #: app/views/nodes/_import_results.rhtml:14
743
- msgid "%{count} versions"
684
+ #: app/views/templates/document_create_tabs/_import.rhtml:7
685
+ msgid "class of first element"
686
+ msgstr ""
687
+
688
+ #: app/views/templates/document_create_tabs/_template.rhtml:10
689
+ #: app/views/templates/edit_tabs/_template.rhtml:7
690
+ msgid "class scope"
691
+ msgstr ""
692
+
693
+ #: app/views/virtual_classes/index.erb:1 lib/zena/use/display.rb:270
694
+ msgid "classes"
695
+ msgstr ""
696
+
697
+ #: app/views/virtual_classes/import_prepare.html.erb:1
698
+ #, fuzzy
699
+ msgid "classes import"
700
+ msgstr "import"
701
+
702
+ #: app/views/sites/_form.erb:32 app/views/sites/_form.erb:33
703
+ msgid "clear cache"
704
+ msgstr ""
705
+
706
+ #: app/views/documents/show.rhtml:15
707
+ #, fuzzy
708
+ msgid "close"
709
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
710
+
711
+ #: lib/gettext_strings.rb:63
712
+ #, fuzzy
713
+ msgid "closed"
714
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
715
+
716
+ #: app/views/columns/_li.html.erb:2
717
+ msgid "column_error_img"
718
+ msgstr "<img src='/images/textfield_error.png' alt='property error'/>"
719
+
720
+ #: app/views/columns/_li.html.erb:2
721
+ msgid "column_img"
722
+ msgstr "<img src='/images/textfield.png' alt='property'/>"
723
+
724
+ #: app/views/links/_form.rhtml:30
725
+ msgid "comment"
726
+ msgstr ""
727
+
728
+ #: app/views/discussions/_li.rhtml:6
729
+ msgid "comment(s)"
730
+ msgstr ""
731
+
732
+ #: lib/gettext_strings.rb:70
733
+ msgid "commentator"
734
+ msgstr ""
735
+
736
+ #: app/views/comments/index.rhtml:1 lib/zena/use/display.rb:258
737
+ msgid "comments"
738
+ msgstr ""
739
+
740
+ #: app/views/comments/_list.rhtml:9
741
+ msgid "comments closed"
742
+ msgstr ""
743
+
744
+ #: lib/gettext_strings.rb:15
745
+ #, fuzzy
746
+ msgid "contact_tab"
747
+ msgstr "contact"
748
+
749
+ #: app/views/templates/document_create_tabs/_text_document.rhtml:5
750
+ #: app/views/templates/edit_tabs/_document.rhtml:3
751
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:9
752
+ msgid "content type"
753
+ msgstr ""
754
+
755
+ #: app/views/documents/_crop.rhtml:3
756
+ msgid "convert"
757
+ msgstr ""
758
+
759
+ #: app/models/node.rb:1540 app/models/node.rb:1552
760
+ #: app/models/relation_proxy.rb:185 app/models/relation_proxy.rb:209
761
+ #, fuzzy
762
+ msgid "could not be found"
763
+ msgstr "Node not found."
764
+
765
+ #: lib/zena/use/grid.rb:70 lib/zena/use/grid.rb:98
766
+ msgid "could not save value (bad attribute)"
767
+ msgstr ""
768
+
769
+ #: app/controllers/nodes_controller.rb:353
770
+ msgid "could not update"
771
+ msgstr "The node could not be updated."
772
+
773
+ #: app/controllers/users_controller.rb:119
774
+ msgid "could not update user"
775
+ msgstr "User could not be updated."
776
+
777
+ #: lib/gettext_strings.rb:170
778
+ msgid "country"
779
+ msgstr ""
780
+
781
+ #: app/views/discussions/_form.rhtml:18
782
+ msgid "create"
783
+ msgstr ""
784
+
785
+ #: app/views/virtual_classes/_form.erb:42
786
+ #, fuzzy
787
+ msgid "create group"
788
+ msgstr "<img src='/images/group.png' alt='group'/>"
789
+
790
+ #: app/views/templates/edit_tabs/_image.rhtml:10
791
+ msgid "crop/resize"
792
+ msgstr ""
793
+
794
+ #: app/views/nodes/_groups.rhtml:3
795
+ msgid "custom"
796
+ msgstr ""
797
+
798
+ #: app/views/nodes/_parent.rhtml:9
799
+ msgid "custom base url"
800
+ msgstr ""
801
+
802
+ #: lib/gettext_strings.rb:23
803
+ msgid "custom_tab"
804
+ msgstr "++"
805
+
806
+ #: app/views/data_entries/index.html.erb:1
807
+ #: app/views/data_entries/show.html.erb:1
808
+ #, fuzzy
809
+ msgid "data entries"
810
+ msgstr "%Y-%m-%d %H:%M"
811
+
812
+ #: app/models/data_entry.rb:45 app/models/node.rb:874
813
+ #: app/views/data_entries/_li.html.erb:2 lib/zena/use/dates.rb:14
814
+ #: lib/zena/use/dates.rb:128 lib/zena/use/dates.rb:181
815
+ #: lib/zena/use/dates.rb:192
816
+ msgid "datetime"
817
+ msgstr "%Y-%m-%d %H:%M"
818
+
819
+ #: lib/gettext_strings.rb:108
820
+ msgid "de"
821
+ msgstr "german"
822
+
823
+ #: app/views/iformats/_li.rhtml:5
824
+ msgid "default_iformat_img"
825
+ msgstr "<img src='/images/photo_grey.png' alt='image format'/>"
826
+
827
+ #: lib/gettext_strings.rb:73
828
+ msgid "deleted"
829
+ msgstr ""
830
+
831
+ #: app/views/acls/_form.rhtml:27 app/views/acls/index.rhtml:6
832
+ msgid "description"
833
+ msgstr ""
834
+
835
+ #: app/views/columns/_form.html.erb:33 app/views/relations/_form.erb:40
836
+ #: app/views/virtual_classes/_form.erb:52 app/views/acls/_form.rhtml:60
837
+ #: app/views/groups/_form.rhtml:41 app/views/iformats/_form.rhtml:27
838
+ #, fuzzy
839
+ msgid "destroy"
840
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
841
+
842
+ #: app/views/acls/_form.rhtml:60
843
+ #, fuzzy
844
+ msgid "destroy acl"
845
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
846
+
847
+ #: app/views/groups/_form.rhtml:41
848
+ #, fuzzy
849
+ msgid "destroy group"
850
+ msgstr "<img src='/images/group.png' alt='group'/>"
851
+
852
+ #: app/views/iformats/_form.rhtml:27
853
+ msgid "destroy image format"
854
+ msgstr ""
855
+
856
+ #: app/views/columns/_form.html.erb:33
857
+ #, fuzzy
858
+ msgid "destroy property"
859
+ msgstr "<img src='/images/group.png' alt='group'/>"
860
+
861
+ #: app/views/relations/_form.erb:40
862
+ msgid "destroy relation (with all links)"
863
+ msgstr ""
864
+
865
+ #: app/views/virtual_classes/_form.erb:52
866
+ #, fuzzy
867
+ msgid "destroy virtual class"
868
+ msgstr "<img src='/images/brick.png' alt='class'/>"
869
+
870
+ #: lib/gettext_strings.rb:18
871
+ msgid "dettach_img"
872
+ msgstr "<img src='/images/dettach_window.png' title='dettach window'/>"
873
+
874
+ #: app/views/virtual_classes/index.erb:31
875
+ #, fuzzy
876
+ msgid "diff"
877
+ msgstr "<img src='/images/layers.png' alt='view differences'/>"
878
+
879
+ #: app/views/virtual_classes/_li.erb:23
880
+ #, fuzzy
881
+ msgid "discussion"
882
+ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
883
+
884
+ #: app/views/templates/drive_tabs/_links.rhtml:7
885
+ msgid "discussions"
744
886
  msgstr ""
745
887
 
746
- #: app/views/nodes/_parent.rhtml:6
747
- msgid "parent"
748
- msgstr ""
888
+ #: lib/gettext_strings.rb:14
889
+ msgid "document_tab"
890
+ msgstr "doc"
749
891
 
750
- #: app/views/nodes/_parent.rhtml:10
751
- msgid "custom base url"
752
- msgstr ""
892
+ #: lib/gettext_strings.rb:6
893
+ msgid "drive_tab"
894
+ msgstr "drive"
753
895
 
754
- #: app/views/nodes/_position.rhtml:17
755
- msgid "reset"
896
+ #: app/views/relations/_li.erb:2 lib/zena/use/urls.rb:759
897
+ msgid "edit"
756
898
  msgstr ""
757
899
 
758
- #: app/views/nodes/_results.rhtml:15
759
- msgid "'%{search_string}' not found"
760
- msgstr ""
900
+ #: app/views/relations/edit.erb:1
901
+ #, fuzzy
902
+ msgid "edit relation"
903
+ msgstr "<img src='/images/target.png' alt='role'/>"
761
904
 
762
- #: app/views/search/_form.rhtml:7
763
- msgid "search field"
764
- msgstr "search"
905
+ #: app/views/sites/edit.erb:1
906
+ #, fuzzy
907
+ msgid "edit site"
908
+ msgstr "%Y-%m-%d %H:%M"
765
909
 
766
- #: app/views/templates/document_create_tabs/_file.rhtml:10
767
- #: app/views/templates/document_create_tabs/_template.rhtml:19
768
- #: app/views/templates/document_create_tabs/_text_document.rhtml:11
769
- #: app/views/templates/edit_tabs/_title.rhtml:18
770
- msgid "summary"
910
+ #: lib/gettext_strings.rb:173
911
+ msgid "email"
771
912
  msgstr ""
772
913
 
773
- #: app/views/templates/document_create_tabs/_import.rhtml:7
774
- msgid "class of first element"
775
- msgstr ""
914
+ #: lib/gettext_strings.rb:106
915
+ msgid "en"
916
+ msgstr "english"
776
917
 
777
- #: app/views/templates/document_create_tabs/_import.rhtml:11
918
+ #: app/views/acls/_form.rhtml:43 app/views/acls/index.rhtml:10
778
919
  #, fuzzy
779
- msgid "publish nodes"
780
- msgstr "<img src='/images/wand.png' alt='publish'/>"
920
+ msgid "exec group"
921
+ msgstr "<img src='/images/group.png' alt='group'/>"
781
922
 
782
- #: app/views/templates/document_create_tabs/_import.rhtml:12
783
- #: app/views/versions/edit.rhtml:31
923
+ #: app/views/acls/_form.rhtml:47 app/views/acls/index.rhtml:11
924
+ msgid "exec skin"
925
+ msgstr ""
926
+
927
+ #: app/views/virtual_classes/index.erb:25
784
928
  #, fuzzy
785
- msgid "pub"
786
- msgstr "<img src='/images/wand.png' alt='publish'/>"
929
+ msgid "export"
930
+ msgstr "import"
787
931
 
788
- #: app/views/templates/document_create_tabs/_template.rhtml:10
789
- #: app/views/templates/edit_tabs/_template.rhtml:7
790
- msgid "class scope"
932
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:12
933
+ msgid "extension"
791
934
  msgstr ""
792
935
 
936
+ #: lib/gettext_strings.rb:20
937
+ msgid "file_tab"
938
+ msgstr "file"
939
+
940
+ #: lib/gettext_strings.rb:165
941
+ msgid "first_name"
942
+ msgstr "first name"
943
+
793
944
  #: app/views/templates/document_create_tabs/_template.rhtml:16
794
945
  #: app/views/templates/edit_tabs/_template.rhtml:1
795
946
  msgid "format"
796
947
  msgstr ""
797
948
 
798
- #: app/views/templates/document_create_tabs/_text_document.rhtml:5
799
- #: app/views/templates/edit_tabs/_document.rhtml:3
800
- #: app/views/templates/edit_tabs/_textdocument.rhtml:9
801
- msgid "content type"
802
- msgstr ""
803
-
804
- #: app/views/templates/drive_tabs/_links.rhtml:1
805
- msgid "links"
949
+ #: app/views/relations/_form.erb:16
950
+ msgid "forward"
806
951
  msgstr ""
807
952
 
808
- #: app/views/templates/drive_tabs/_links.rhtml:4
809
- msgid "versions"
810
- msgstr ""
953
+ #: lib/gettext_strings.rb:107
954
+ msgid "fr"
955
+ msgstr "french"
811
956
 
812
- #: app/views/templates/drive_tabs/_links.rhtml:7
813
- msgid "discussions"
814
- msgstr ""
957
+ #: lib/zena/use/calendar.rb:127
958
+ #, fuzzy
959
+ msgid "free"
960
+ msgstr "french"
815
961
 
816
- #: app/views/templates/edit_tabs/_help.rhtml:6
817
- msgid "help not found"
818
- msgstr "Help node not found. This node should be named 'help'. In the meantime, you can visit the official website: \"zena\":http://zenadmin.org."
962
+ #: lib/zena/use/i18n.rb:87
963
+ msgid "full_date"
964
+ msgstr "%A, %B %d %Y"
819
965
 
820
- #: app/views/templates/edit_tabs/_image.rhtml:6
821
- msgid "image"
822
- msgstr ""
966
+ #: app/views/iformats/_li.rhtml:3
967
+ msgid "full_iformat_img"
968
+ msgstr "<img src='/images/photo_blue.png' alt='full image format'/>"
823
969
 
824
- #: app/views/templates/edit_tabs/_image.rhtml:10
825
- msgid "crop/resize"
970
+ #: app/views/iformats/_form.rhtml:20
971
+ msgid "gravity"
826
972
  msgstr ""
827
973
 
828
- #: app/views/templates/edit_tabs/_image.rhtml:12
829
- msgid "size"
974
+ #: app/views/groups/edit.html.erb:1 app/views/groups/show.html.erb:1
975
+ #: app/views/acls/_form.rhtml:39 app/views/acls/index.rhtml:9
976
+ msgid "group"
830
977
  msgstr ""
831
978
 
832
- #: app/views/templates/edit_tabs/_textdocument.rhtml:2
833
- #: app/views/templates/edit_tabs/_textdocument.rhtml:15
834
- msgid "parse assets"
979
+ #: app/views/groups/index.rhtml:1 app/views/users/_form.rhtml:29
980
+ #: lib/zena/use/display.rb:264
981
+ msgid "groups"
835
982
  msgstr ""
836
983
 
837
- #: app/views/templates/edit_tabs/_textdocument.rhtml:3
838
- msgid "parse names to ids"
984
+ #: app/models/column.rb:80
985
+ msgid "has already been taken in %s"
839
986
  msgstr ""
840
987
 
841
- #: app/views/templates/edit_tabs/_textdocument.rhtml:5
842
- msgid "unparse assets"
988
+ #: app/views/relations/_form.erb:23 app/views/relations/_form.erb:25
989
+ #: app/views/relations/_li.erb:7 app/views/relations/_li.erb:8
990
+ msgid "has_many"
843
991
  msgstr ""
844
992
 
845
- #: app/views/templates/edit_tabs/_textdocument.rhtml:6
846
- msgid "parse ids to names"
993
+ #: app/views/relations/_form.erb:22 app/views/relations/_form.erb:24
994
+ #: app/views/relations/_li.erb:7 app/views/relations/_li.erb:8
995
+ msgid "has_one"
847
996
  msgstr ""
848
997
 
849
- #: app/views/templates/edit_tabs/_textdocument.rhtml:12
850
- msgid "extension"
851
- msgstr ""
998
+ #: app/views/iformats/_form.rhtml:19
999
+ #, fuzzy
1000
+ msgid "height"
1001
+ msgstr "<img src='/images/lightbulb.png' alt='hot'/>"
852
1002
 
853
- #: app/views/templates/edit_tabs/_textdocument.rhtml:16
854
- msgid "parse"
1003
+ #: app/views/templates/edit_tabs/_help.rhtml:6
1004
+ msgid "help not found"
855
1005
  msgstr ""
1006
+ "Help node not found. This node should be named 'help'. In the meantime, you "
1007
+ "can visit the official website: \"zena\":http://zenadmin.org."
856
1008
 
857
- #: app/views/templates/edit_tabs/_title.rhtml:4
858
- #, fuzzy
859
- msgid "tags"
860
- msgstr "status"
1009
+ #: lib/gettext_strings.rb:4
1010
+ msgid "help_tab"
1011
+ msgstr "help"
861
1012
 
862
- #: app/views/templates/edit_tabs/_title.rhtml:16
863
- msgid "publication date"
1013
+ #: app/views/sites/_form.erb:16
1014
+ msgid "host"
864
1015
  msgstr ""
865
1016
 
866
- #: app/views/users/_add.rhtml:2
867
- msgid "btn_user_add"
868
- msgstr "<img src='/images/user_add.png' alt='add a user'/>"
1017
+ #: app/views/relations/_form.erb:31 app/views/virtual_classes/_form.erb:45
1018
+ msgid "icon"
1019
+ msgstr "icon"
869
1020
 
870
- #: app/views/users/_form.rhtml:20
871
- #: app/views/users/_form.rhtml:22
872
- msgid "password"
873
- msgstr ""
1021
+ #: app/views/virtual_classes/_form.erb:37
1022
+ #, fuzzy
1023
+ msgid "idx_class"
1024
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
874
1025
 
875
- #: app/views/users/_form.rhtml:34
876
- msgid "groups"
1026
+ #: app/views/virtual_classes/_form.erb:39
1027
+ msgid "idx_reverse_scope"
877
1028
  msgstr ""
878
1029
 
879
- #: app/views/users/index.rhtml:1
880
- #: lib/zena/use/display.rb:261
881
- msgid "manage users"
1030
+ #: app/views/virtual_classes/_form.erb:38
1031
+ msgid "idx_scope"
882
1032
  msgstr ""
883
1033
 
884
- #: app/views/versions/_list.rhtml:4
885
- msgid "This node contains sub-nodes: it cannot be destroyed."
1034
+ #: app/views/iformats/edit.html.erb:1 app/views/iformats/show.html.erb:1
1035
+ msgid "iformat"
886
1036
  msgstr ""
887
1037
 
888
- #: app/views/versions/edit.rhtml:19
889
- msgid "save"
890
- msgstr " save "
1038
+ #: app/views/iformats/_li.rhtml:5
1039
+ msgid "iformat_img"
1040
+ msgstr "<img src='/images/photo.png' alt='image format'/>"
891
1041
 
892
- #: app/views/versions/edit.rhtml:31
893
- msgid "bak"
1042
+ #: app/views/templates/edit_tabs/_image.rhtml:6
1043
+ msgid "image"
894
1044
  msgstr ""
895
1045
 
896
- #: lib/gettext_strings.rb:4
897
- msgid "help_tab"
898
- msgstr "help"
899
-
900
- #: lib/gettext_strings.rb:6
901
- msgid "drive_tab"
902
- msgstr "drive"
903
-
904
- #: lib/gettext_strings.rb:7
905
- msgid "links_tab"
906
- msgstr "relations"
907
-
908
- #: lib/gettext_strings.rb:9
909
- msgid "text_tab"
910
- msgstr "text"
911
-
912
- #: lib/gettext_strings.rb:10
913
- msgid "title_tab"
914
- msgstr "title & Co"
915
-
916
- #: lib/gettext_strings.rb:11
917
- msgid "import_tab"
918
- msgstr "import"
919
-
920
- #: lib/gettext_strings.rb:12
921
- msgid "textdocument_tab"
922
- msgstr "text doc."
1046
+ #: app/views/iformats/index.rhtml:1 lib/zena/use/display.rb:276
1047
+ msgid "image formats"
1048
+ msgstr ""
923
1049
 
924
1050
  #: lib/gettext_strings.rb:13
925
1051
  msgid "image_tab"
926
1052
  msgstr "image"
927
1053
 
928
- #: lib/gettext_strings.rb:14
929
- msgid "document_tab"
930
- msgstr "doc"
931
-
932
- #: lib/gettext_strings.rb:15
1054
+ #: app/views/acls/_li.rhtml:2
933
1055
  #, fuzzy
934
- msgid "contact_tab"
935
- msgstr "contact"
936
-
937
- #: lib/gettext_strings.rb:17
938
- msgid "attach_img"
939
- msgstr "<img src='/images/attach_window.png' title='attach window'/>"
940
-
941
- #: lib/gettext_strings.rb:18
942
- msgid "dettach_img"
943
- msgstr "<img src='/images/dettach_window.png' title='dettach window'/>"
944
-
945
- #: lib/gettext_strings.rb:20
946
- msgid "file_tab"
947
- msgstr "file"
1056
+ msgid "img_acl"
1057
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
948
1058
 
949
- #: lib/gettext_strings.rb:21
950
- msgid "template_tab"
951
- msgstr "template"
1059
+ #: lib/zena/use/action.rb:142
1060
+ msgid "img_closed"
1061
+ msgstr "<img src='/images/lock.png' alt='closed'/>"
952
1062
 
953
- #: lib/gettext_strings.rb:22
1063
+ #: lib/gettext_strings.rb:58
954
1064
  #, fuzzy
955
- msgid "text_doc_tab"
956
- msgstr "text doc."
957
-
958
- #: lib/gettext_strings.rb:23
959
- msgid "custom_tab"
960
- msgstr "++"
961
-
962
- #: lib/gettext_strings.rb:25
963
- msgid "btn_add_doc"
964
- msgstr "<img src='/images/picture_add.png' alt='add documents'/>"
965
-
966
- #: lib/gettext_strings.rb:26
967
- msgid "btn_add"
968
- msgstr "<img src='/images/add.png' alt='add'/>"
1065
+ msgid "img_comments"
1066
+ msgstr "<img src='/images/lock_open.png' alt='open'/>"
969
1067
 
970
- #: lib/gettext_strings.rb:28
971
- msgid "btn_title_edit"
972
- msgstr "Open the edition window to edit the node."
1068
+ #: lib/gettext_strings.rb:59
1069
+ msgid "img_comments_inside"
1070
+ msgstr ""
973
1071
 
974
- #: lib/gettext_strings.rb:29
975
- msgid "btn_title_drive"
976
- msgstr "Open the drive window to change the location, links, etc."
1072
+ #: lib/gettext_strings.rb:50
1073
+ msgid "img_custom_inherit"
1074
+ msgstr "<img src='/images/cog.png' alt='custom rights'/>"
977
1075
 
978
- #: lib/gettext_strings.rb:32
979
- msgid "relation_img"
980
- msgstr "<img src='/images/target.png' alt='role'/>"
1076
+ #: lib/gettext_strings.rb:55
1077
+ msgid "img_group"
1078
+ msgstr "<img src='/images/group.png' alt='group'/>"
981
1079
 
982
- #: lib/gettext_strings.rb:33
983
- msgid "relations_img"
984
- msgstr "<img src='/images/collection.png' alt='collection'/>"
1080
+ #: lib/gettext_strings.rb:56
1081
+ msgid "img_group_pub"
1082
+ msgstr "<img src='/images/group_pub.png' alt='public group'/>"
985
1083
 
986
- #: lib/gettext_strings.rb:35
987
- msgid "btn_site_add"
988
- msgstr "<img src='/images/world_add.png' alt='add a site'/>"
1084
+ #: lib/gettext_strings.rb:57
1085
+ msgid "img_group_site"
1086
+ msgstr "<img src='/images/group_site.png' alt='site group'/>"
989
1087
 
990
- #: lib/gettext_strings.rb:44
991
- msgid "posted by"
992
- msgstr ""
1088
+ #: app/views/links/_li.rhtml:2
1089
+ msgid "img_link"
1090
+ msgstr "<img src='/images/tag_blue.png' alt='link'/>"
993
1091
 
994
- #: lib/gettext_strings.rb:45
995
- msgid "original by"
1092
+ #: lib/gettext_strings.rb:66 lib/zena/use/i18n.rb:204
1093
+ msgid "img_next_page"
996
1094
  msgstr ""
1095
+ "<img src='/images/control_fastforward.png' alt='next page' title='next page'/"
1096
+ ">"
997
1097
 
998
- #: lib/gettext_strings.rb:46
999
- msgid "modified by"
1000
- msgstr ""
1098
+ #: lib/zena/use/action.rb:140
1099
+ msgid "img_open"
1100
+ msgstr "<img src='/images/lock_open.png' alt='open'/>"
1001
1101
 
1002
- #: lib/gettext_strings.rb:48
1003
- #: lib/zena/use/html_tags.rb:109
1004
- msgid "img_public"
1005
- msgstr "<img src='/images/user_pub.png' alt='public'/>"
1102
+ #: lib/gettext_strings.rb:65 lib/zena/use/i18n.rb:204
1103
+ msgid "img_prev_page"
1104
+ msgstr ""
1105
+ "<img src='/images/control_rewind.png' alt='previous page' title='previous "
1106
+ "page'/>"
1006
1107
 
1007
1108
  #: lib/gettext_strings.rb:49
1008
1109
  msgid "img_private"
1009
1110
  msgstr "<img src='/images/lock.png' alt='private'/>"
1010
1111
 
1011
- #: lib/gettext_strings.rb:50
1012
- msgid "img_custom_inherit"
1013
- msgstr "<img src='/images/cog.png' alt='custom rights'/>"
1112
+ #: lib/gettext_strings.rb:48 lib/zena/use/html_tags.rb:109
1113
+ msgid "img_public"
1114
+ msgstr "<img src='/images/user_pub.png' alt='public'/>"
1014
1115
 
1015
1116
  #: lib/gettext_strings.rb:51
1016
1117
  msgid "img_user"
@@ -1020,366 +1121,323 @@ msgstr "<img src='/images/user.png' alt='user'/>"
1020
1121
  msgid "img_user_admin"
1021
1122
  msgstr "<img src='/images/user_admin.png' alt='administrator'/>"
1022
1123
 
1023
- #: lib/gettext_strings.rb:53
1024
- msgid "img_user_su"
1025
- msgstr "<img src='/images/user_su.png' alt='super user'/>"
1026
-
1027
1124
  #: lib/gettext_strings.rb:54
1028
1125
  msgid "img_user_pub"
1029
1126
  msgstr "<img src='/images/user_pub.png' alt='anonymous user'/>"
1030
1127
 
1031
- #: lib/gettext_strings.rb:55
1032
- msgid "img_group"
1033
- msgstr "<img src='/images/group.png' alt='group'/>"
1034
-
1035
- #: lib/gettext_strings.rb:56
1036
- msgid "img_group_pub"
1037
- msgstr "<img src='/images/group_pub.png' alt='public group'/>"
1038
-
1039
- #: lib/gettext_strings.rb:57
1040
- msgid "img_group_site"
1041
- msgstr "<img src='/images/group_site.png' alt='site group'/>"
1128
+ #: lib/gettext_strings.rb:53
1129
+ msgid "img_user_su"
1130
+ msgstr "<img src='/images/user_su.png' alt='super user'/>"
1042
1131
 
1043
- #: lib/gettext_strings.rb:58
1132
+ #: app/views/virtual_classes/index.erb:13
1133
+ #: app/views/virtual_classes/index.erb:26
1044
1134
  #, fuzzy
1045
- msgid "img_comments"
1046
- msgstr "<img src='/images/lock_open.png' alt='open'/>"
1135
+ msgid "import"
1136
+ msgstr "import"
1047
1137
 
1048
- #: lib/gettext_strings.rb:59
1049
- msgid "img_comments_inside"
1138
+ #: app/views/virtual_classes/import_prepare.html.erb:5
1139
+ msgid "import definitions"
1050
1140
  msgstr ""
1051
1141
 
1052
- #: lib/gettext_strings.rb:62
1053
- #, fuzzy
1054
- msgid "open"
1055
- msgstr "<img src='/images/lock_open.png' alt='open'/>"
1142
+ #: app/views/nodes/_import_results.rhtml:2
1143
+ msgid "import result"
1144
+ msgstr ""
1056
1145
 
1057
- #: lib/gettext_strings.rb:63
1058
- #, fuzzy
1059
- msgid "closed"
1060
- msgstr "<img src='/images/lock.png' alt='closed'/>"
1146
+ #: lib/gettext_strings.rb:11
1147
+ msgid "import_tab"
1148
+ msgstr "import"
1061
1149
 
1062
- #: lib/gettext_strings.rb:65
1063
- #: lib/zena/use/i18n.rb:144
1064
- msgid "img_prev_page"
1065
- msgstr "<img src='/images/control_rewind.png' alt='previous page' title='previous page'/>"
1150
+ #: lib/zena/use/dates.rb:89
1151
+ msgid "in %{d} days"
1152
+ msgstr ""
1066
1153
 
1067
- #: lib/gettext_strings.rb:66
1068
- #: lib/zena/use/i18n.rb:144
1069
- msgid "img_next_page"
1070
- msgstr "<img src='/images/control_fastforward.png' alt='next page' title='next page'/>"
1154
+ #: lib/zena/use/dates.rb:85
1155
+ msgid "in %{h} hours"
1156
+ msgstr ""
1071
1157
 
1072
- #: lib/gettext_strings.rb:68
1073
- msgid "admin"
1158
+ #: lib/zena/use/dates.rb:81
1159
+ msgid "in %{m} minutes"
1074
1160
  msgstr ""
1075
1161
 
1076
- #: lib/gettext_strings.rb:69
1077
- msgid "user"
1162
+ #: lib/zena/use/dates.rb:83
1163
+ msgid "in 1 hour"
1078
1164
  msgstr ""
1079
1165
 
1080
- #: lib/gettext_strings.rb:70
1081
- msgid "commentator"
1166
+ #: lib/zena/use/dates.rb:79
1167
+ msgid "in 1 minute"
1082
1168
  msgstr ""
1083
1169
 
1084
- #: lib/gettext_strings.rb:71
1085
- #, fuzzy
1086
- msgid "moderated"
1087
- msgstr "Node successfully updated."
1170
+ #: app/views/columns/_form.html.erb:20
1171
+ msgid "index"
1172
+ msgstr ""
1088
1173
 
1089
- #: lib/gettext_strings.rb:72
1090
- msgid "reader"
1174
+ #: app/controllers/users_controller.rb:117
1175
+ msgid "information successfully updated"
1176
+ msgstr "Informations successfully updated."
1177
+
1178
+ #: app/views/nodes/_groups.rhtml:3
1179
+ msgid "inherit"
1091
1180
  msgstr ""
1092
1181
 
1093
- #: lib/gettext_strings.rb:73
1094
- msgid "deleted"
1182
+ #: app/views/discussions/_form.rhtml:12 lib/gettext_strings.rb:60
1183
+ msgid "inside"
1095
1184
  msgstr ""
1096
1185
 
1097
- #: lib/gettext_strings.rb:75
1098
- #: lib/zena/use/display.rb:162
1099
- msgid "%{ext} document"
1186
+ #: app/models/column.rb:83
1187
+ msgid "invalid (cannot end with _id or _ids)"
1100
1188
  msgstr ""
1101
1189
 
1102
- #: lib/gettext_strings.rb:76
1103
- #: lib/zena/use/display.rb:150
1104
- msgid "%{type} node"
1190
+ #: app/models/column.rb:87
1191
+ msgid "invalid (method defined in %s)"
1105
1192
  msgstr ""
1106
1193
 
1107
- #: lib/gettext_strings.rb:78
1194
+ #: app/models/relation_proxy.rb:384
1108
1195
  #, fuzzy
1109
- msgid "no result found"
1110
- msgstr "Node not found."
1196
+ msgid "invalid target"
1197
+ msgstr " validate "
1111
1198
 
1112
- #: lib/gettext_strings.rb:79
1113
- msgid "search results"
1199
+ #: app/views/relations/_form.erb:16
1200
+ msgid "inverse"
1114
1201
  msgstr ""
1115
1202
 
1116
- #: lib/gettext_strings.rb:81
1117
- msgid "btn_unpublish"
1118
- msgstr "<img src='/images/delete.png' alt='unpublish'/>"
1119
-
1120
- #: lib/gettext_strings.rb:82
1121
- msgid "btn_destroy"
1122
- msgstr "<img src='/images/bomb.png' alt='destroy'/>"
1123
-
1124
- #: lib/gettext_strings.rb:83
1125
- msgid "btn_propose"
1126
- msgstr "<img src='/images/picture_empty.png' alt='propose'/>"
1127
-
1128
- #: lib/gettext_strings.rb:84
1129
- msgid "btn_edit"
1130
- msgstr "<img src='/images/page_edit.png' alt='edit'/>"
1131
-
1132
- #: lib/gettext_strings.rb:85
1133
- msgid "btn_drive"
1134
- msgstr "<img src='/images/wrench.png' alt='drive'/>"
1135
-
1136
- #: lib/gettext_strings.rb:86
1137
- msgid "btn_refuse"
1138
- msgstr "<img src='/images/delete.png' alt='refuse'/>"
1139
-
1140
- #: lib/gettext_strings.rb:87
1141
- msgid "btn_destroy_version"
1142
- msgstr "<img src='/images/bomb.png' alt='destroy'/>"
1143
-
1144
- #: lib/gettext_strings.rb:88
1145
- msgid "btn_redit"
1146
- msgstr "<img src='/images/page_edit.png' alt='edit'/>"
1147
-
1148
- #: lib/gettext_strings.rb:90
1149
- msgid "status_50"
1150
- msgstr "published"
1151
-
1152
- #: lib/gettext_strings.rb:91
1153
- msgid "status_60"
1154
- msgstr "proposed"
1155
-
1156
- #: lib/gettext_strings.rb:92
1157
- msgid "status_65"
1158
- msgstr "proposed with"
1159
-
1160
- #: lib/gettext_strings.rb:93
1161
- msgid "status_70"
1162
- msgstr "redaction"
1163
-
1164
- #: lib/gettext_strings.rb:94
1165
- msgid "status_20"
1166
- msgstr "replaced"
1203
+ #: app/views/virtual_classes/_form.erb:28
1204
+ msgid "kpath"
1205
+ msgstr ""
1167
1206
 
1168
- #: lib/gettext_strings.rb:95
1169
- msgid "status_10"
1170
- msgstr "removed"
1207
+ #: app/views/users/preferences.html.erb:17
1208
+ #: app/views/templates/edit_tabs/_title.rhtml:7 app/views/users/_form.rhtml:26
1209
+ msgid "language"
1210
+ msgstr ""
1171
1211
 
1172
- #: lib/gettext_strings.rb:96
1173
- msgid "status_0"
1174
- msgstr "deleted"
1212
+ #: app/views/templates/drive_tabs/_links.rhtml:1
1213
+ msgid "links"
1214
+ msgstr ""
1175
1215
 
1176
- #: lib/gettext_strings.rb:98
1177
- msgid "status_50_img"
1178
- msgstr "<img src='/images/weather_sun.png'/>"
1216
+ #: lib/gettext_strings.rb:7
1217
+ msgid "links_tab"
1218
+ msgstr "relations"
1179
1219
 
1180
- #: lib/gettext_strings.rb:99
1181
- msgid "status_60_img"
1182
- msgstr "<img src='/images/magnifier.png'/>"
1220
+ #: app/views/users/preferences.html.erb:16 app/views/users/_form.rhtml:17
1221
+ msgid "login"
1222
+ msgstr ""
1183
1223
 
1184
- #: lib/gettext_strings.rb:100
1185
- msgid "status_65_img"
1186
- msgstr "<img src='/images/magnifier.png'/>"
1224
+ #: lib/zena/use/dates.rb:55 lib/zena/use/dates.rb:128 lib/zena/use/i18n.rb:92
1225
+ msgid "long_date"
1226
+ msgstr "%Y-%m-%d"
1187
1227
 
1188
- #: lib/gettext_strings.rb:101
1189
- msgid "status_70_img"
1190
- msgstr "<img src='/images/pencil.png'/>"
1228
+ #: lib/zena/use/i18n.rb:77
1229
+ msgid "long_time"
1230
+ msgstr "%H:%M:%S"
1191
1231
 
1192
- #: lib/gettext_strings.rb:102
1193
- msgid "status_20_img"
1194
- msgstr "<img src='/images/weather_clouds.png'/>"
1232
+ #: lib/zena/use/display.rb:649
1233
+ msgid "made with Zena"
1234
+ msgstr ""
1195
1235
 
1196
- #: lib/gettext_strings.rb:103
1197
- msgid "status_10_img"
1198
- msgstr "<img src='/images/weather_rain.png'/>"
1236
+ #: app/views/documents/_crop.rhtml:4
1237
+ msgid "max size"
1238
+ msgstr ""
1199
1239
 
1200
- #: lib/gettext_strings.rb:104
1201
- msgid "status_0_img"
1202
- msgstr "<img src='/images/weather_lightning.png'/>"
1240
+ #: app/models/relation_proxy.rb:278
1241
+ #, fuzzy
1242
+ msgid "missing target"
1243
+ msgstr "tags"
1203
1244
 
1204
- #: lib/gettext_strings.rb:106
1205
- msgid "en"
1206
- msgstr "english"
1245
+ #: lib/gettext_strings.rb:172
1246
+ msgid "mobile"
1247
+ msgstr ""
1207
1248
 
1208
- #: lib/gettext_strings.rb:107
1209
- msgid "fr"
1210
- msgstr "french"
1249
+ #: app/views/nodes/_groups.rhtml:14
1250
+ #: app/views/templates/document_create_tabs/_template.rhtml:13
1251
+ #: app/views/templates/edit_tabs/_template.rhtml:4
1252
+ msgid "mode"
1253
+ msgstr ""
1211
1254
 
1212
- #: lib/gettext_strings.rb:108
1213
- msgid "de"
1214
- msgstr "german"
1255
+ #: lib/gettext_strings.rb:71
1256
+ #, fuzzy
1257
+ msgid "moderated"
1258
+ msgstr "Node successfully updated."
1215
1259
 
1216
- #: lib/gettext_strings.rb:109
1217
- msgid "Monday"
1260
+ #: lib/gettext_strings.rb:46
1261
+ msgid "modified by"
1218
1262
  msgstr ""
1219
1263
 
1220
- #: lib/gettext_strings.rb:110
1221
- msgid "Tuesday"
1222
- msgstr ""
1264
+ #: lib/zena/use/display.rb:252
1265
+ msgid "my home"
1266
+ msgstr "management"
1223
1267
 
1224
- #: lib/gettext_strings.rb:111
1225
- msgid "Wednesday"
1268
+ #: app/views/columns/_form.html.erb:19 app/views/virtual_classes/_form.erb:16
1269
+ #: app/views/acls/_form.rhtml:23 app/views/acls/index.rhtml:5
1270
+ #: app/views/groups/_form.rhtml:18 app/views/iformats/_form.rhtml:16
1271
+ #: app/views/templates/document_create_tabs/_template.rhtml:7
1272
+ #: app/views/templates/document_create_tabs/_text_document.rhtml:8
1273
+ #: lib/gettext_strings.rb:166
1274
+ msgid "name"
1226
1275
  msgstr ""
1227
1276
 
1228
- #: lib/gettext_strings.rb:112
1229
- msgid "Thursday"
1277
+ #: app/controllers/nodes_controller.rb:457
1278
+ msgid "new"
1230
1279
  msgstr ""
1231
1280
 
1232
- #: lib/gettext_strings.rb:113
1233
- msgid "Friday"
1281
+ #: app/views/columns/new.html.erb:1 app/views/virtual_classes/new.erb:1
1282
+ msgid "new class"
1234
1283
  msgstr ""
1235
1284
 
1236
- #: lib/gettext_strings.rb:114
1237
- msgid "Saturday"
1285
+ #: app/views/users/preferences.html.erb:36
1286
+ msgid "new password"
1238
1287
  msgstr ""
1239
1288
 
1240
- #: lib/gettext_strings.rb:115
1241
- msgid "Sunday"
1242
- msgstr ""
1289
+ #: app/views/relations/new.erb:1
1290
+ #, fuzzy
1291
+ msgid "new relation"
1292
+ msgstr "<img src='/images/target.png' alt='role'/>"
1243
1293
 
1244
1294
  #: lib/gettext_strings.rb:117
1245
1295
  msgid "news_date"
1246
1296
  msgstr "%A, %B %d %Y"
1247
1297
 
1248
- #: lib/gettext_strings.rb:119
1249
- msgid "Mon"
1298
+ #: app/views/sites/_li.erb:11
1299
+ msgid "no API"
1250
1300
  msgstr ""
1251
1301
 
1252
- #: lib/gettext_strings.rb:120
1253
- msgid "Tue"
1254
- msgstr ""
1302
+ #: lib/gettext_strings.rb:78
1303
+ #, fuzzy
1304
+ msgid "no result found"
1305
+ msgstr "Node not found."
1255
1306
 
1256
- #: lib/gettext_strings.rb:121
1257
- msgid "Wed"
1258
- msgstr ""
1307
+ #: app/controllers/nodes_controller.rb:457
1308
+ msgid "node not found"
1309
+ msgstr "Node not found."
1259
1310
 
1260
- #: lib/gettext_strings.rb:122
1261
- msgid "Thu"
1262
- msgstr ""
1311
+ #: app/controllers/nodes_controller.rb:351
1312
+ msgid "node updated"
1313
+ msgstr "Node successfully updated."
1263
1314
 
1264
- #: lib/gettext_strings.rb:123
1265
- msgid "Fri"
1315
+ #: app/views/users/preferences.html.erb:35
1316
+ msgid "old password"
1266
1317
  msgstr ""
1267
1318
 
1268
- #: lib/gettext_strings.rb:124
1269
- msgid "Sat"
1270
- msgstr ""
1319
+ #: lib/gettext_strings.rb:62
1320
+ #, fuzzy
1321
+ msgid "open"
1322
+ msgstr "<img src='/images/lock_open.png' alt='open'/>"
1271
1323
 
1272
- #: lib/gettext_strings.rb:125
1273
- msgid "Sun"
1324
+ #: app/views/sites/_form.erb:25 lib/gettext_strings.rb:36
1325
+ msgid "options"
1274
1326
  msgstr ""
1275
1327
 
1276
- #: lib/gettext_strings.rb:127
1277
- msgid "January"
1328
+ #: app/views/documents/_crop.rhtml:8
1329
+ #: app/views/templates/edit_tabs/_image.rhtml:11
1330
+ msgid "original"
1278
1331
  msgstr ""
1279
1332
 
1280
- #: lib/gettext_strings.rb:128
1281
- msgid "February"
1333
+ #: lib/gettext_strings.rb:45
1334
+ msgid "original by"
1282
1335
  msgstr ""
1283
1336
 
1284
- #: lib/gettext_strings.rb:129
1285
- msgid "March"
1337
+ #: app/views/documents/_crop.rhtml:8
1338
+ msgid "original is #X this view"
1286
1339
  msgstr ""
1287
1340
 
1288
- #: lib/gettext_strings.rb:130
1289
- msgid "April"
1341
+ #: app/views/discussions/_form.rhtml:11 lib/gettext_strings.rb:61
1342
+ msgid "outside"
1290
1343
  msgstr ""
1291
1344
 
1292
- #: lib/gettext_strings.rb:131
1293
- #: lib/gettext_strings.rb:144
1294
- msgid "May"
1345
+ #: app/views/nodes/_parent.rhtml:6
1346
+ msgid "parent"
1295
1347
  msgstr ""
1296
1348
 
1297
- #: lib/gettext_strings.rb:132
1298
- msgid "June"
1349
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:16
1350
+ msgid "parse"
1299
1351
  msgstr ""
1300
1352
 
1301
- #: lib/gettext_strings.rb:133
1302
- msgid "July"
1353
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:2
1354
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:15
1355
+ msgid "parse assets"
1303
1356
  msgstr ""
1304
1357
 
1305
- #: lib/gettext_strings.rb:134
1306
- msgid "August"
1358
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:6
1359
+ msgid "parse ids to names"
1307
1360
  msgstr ""
1308
1361
 
1309
- #: lib/gettext_strings.rb:135
1310
- msgid "September"
1362
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:3
1363
+ msgid "parse names to ids"
1311
1364
  msgstr ""
1312
1365
 
1313
- #: lib/gettext_strings.rb:136
1314
- msgid "October"
1366
+ #: app/views/users/_form.rhtml:20 app/views/users/_form.rhtml:22
1367
+ msgid "password"
1315
1368
  msgstr ""
1316
1369
 
1317
- #: lib/gettext_strings.rb:137
1318
- msgid "November"
1370
+ #: app/views/iformats/_form.rhtml:21
1371
+ msgid "popup"
1319
1372
  msgstr ""
1320
1373
 
1321
- #: lib/gettext_strings.rb:138
1322
- msgid "December"
1374
+ #: lib/gettext_strings.rb:44
1375
+ msgid "posted by"
1323
1376
  msgstr ""
1324
1377
 
1325
- #: lib/gettext_strings.rb:140
1326
- msgid "Jan"
1378
+ #: app/views/users/preferences.html.erb:1 lib/zena/use/display.rb:255
1379
+ msgid "preferences"
1327
1380
  msgstr ""
1328
1381
 
1329
- #: lib/gettext_strings.rb:141
1330
- msgid "Feb"
1331
- msgstr ""
1382
+ #: app/views/acls/_form.rhtml:19 app/views/acls/index.rhtml:12
1383
+ #, fuzzy
1384
+ msgid "priority"
1385
+ msgstr "property"
1332
1386
 
1333
- #: lib/gettext_strings.rb:142
1334
- msgid "Mar"
1335
- msgstr ""
1387
+ #: app/views/virtual_classes/_li.erb:22
1388
+ #, fuzzy
1389
+ msgid "prop"
1390
+ msgstr "property"
1336
1391
 
1337
- #: lib/gettext_strings.rb:143
1338
- msgid "Apr"
1392
+ #: app/views/virtual_classes/_form.erb:40
1393
+ msgid "prop eval"
1339
1394
  msgstr ""
1340
1395
 
1341
- #: lib/gettext_strings.rb:145
1342
- msgid "Jun"
1396
+ #: app/views/columns/index.html.erb:1 lib/zena/use/display.rb:273
1397
+ msgid "properties"
1343
1398
  msgstr ""
1344
1399
 
1345
- #: lib/gettext_strings.rb:146
1346
- msgid "Jul"
1347
- msgstr ""
1400
+ #: app/views/columns/edit.html.erb:1
1401
+ msgid "property"
1402
+ msgstr "property"
1348
1403
 
1349
- #: lib/gettext_strings.rb:147
1350
- msgid "Aug"
1351
- msgstr ""
1404
+ #: app/views/templates/document_create_tabs/_import.rhtml:12
1405
+ #: app/views/versions/edit.rhtml:32
1406
+ #, fuzzy
1407
+ msgid "pub"
1408
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
1352
1409
 
1353
- #: lib/gettext_strings.rb:148
1354
- msgid "Sep"
1410
+ #: app/views/sites/_form.erb:21 lib/gettext_strings.rb:37
1411
+ msgid "public group"
1355
1412
  msgstr ""
1356
1413
 
1357
- #: lib/gettext_strings.rb:149
1358
- msgid "Oct"
1414
+ #: app/views/templates/edit_tabs/_title.rhtml:10
1415
+ msgid "publication date"
1359
1416
  msgstr ""
1360
1417
 
1361
- #: lib/gettext_strings.rb:150
1362
- msgid "Nov"
1363
- msgstr ""
1418
+ #: app/views/templates/document_create_tabs/_import.rhtml:11
1419
+ #, fuzzy
1420
+ msgid "publish nodes"
1421
+ msgstr "<img src='/images/wand.png' alt='publish'/>"
1364
1422
 
1365
- #: lib/gettext_strings.rb:151
1366
- msgid "Dec"
1423
+ #: app/views/nodes/_groups.rhtml:15
1424
+ msgid "publishers"
1367
1425
  msgstr ""
1368
1426
 
1369
- #: lib/gettext_strings.rb:153
1370
- msgid "User name:"
1427
+ #: app/views/acls/_form.rhtml:31 app/views/acls/index.rhtml:7
1428
+ msgid "query"
1371
1429
  msgstr ""
1372
1430
 
1373
- #: lib/gettext_strings.rb:154
1374
- msgid "Password:"
1431
+ #: app/models/comment.rb:93
1432
+ msgid "re: "
1375
1433
  msgstr ""
1376
1434
 
1377
- #: lib/gettext_strings.rb:157
1378
- msgid "you are editing the original"
1435
+ #: lib/gettext_strings.rb:72
1436
+ msgid "reader"
1379
1437
  msgstr ""
1380
1438
 
1381
- #: lib/gettext_strings.rb:158
1382
- msgid "redaction saved"
1439
+ #: app/views/nodes/_groups.rhtml:17
1440
+ msgid "readers"
1383
1441
  msgstr ""
1384
1442
 
1385
1443
  #: lib/gettext_strings.rb:161
@@ -1390,231 +1448,324 @@ msgstr "rebuild template"
1390
1448
  msgid "rebuild_btn"
1391
1449
  msgstr "<img src='/images/arrow_refresh.png' alt='rebuild template'/>"
1392
1450
 
1393
- #: lib/gettext_strings.rb:163
1394
- msgid "turn_dev_off_btn"
1395
- msgstr "<img src='/images/bug.png' title='turn dev off'/>"
1451
+ #: lib/gettext_strings.rb:158
1452
+ msgid "redaction saved"
1453
+ msgstr ""
1396
1454
 
1397
- #: lib/gettext_strings.rb:165
1398
- msgid "first_name"
1399
- msgstr "first name"
1455
+ #: app/views/sites/_form.erb:20
1456
+ #, fuzzy
1457
+ msgid "redit_time"
1458
+ msgstr "%H:%M"
1400
1459
 
1401
- #: lib/gettext_strings.rb:167
1402
- msgid "address"
1460
+ #: lib/gettext_strings.rb:32
1461
+ msgid "relation_img"
1462
+ msgstr "<img src='/images/target.png' alt='role'/>"
1463
+
1464
+ #: app/views/relations/index.erb:1 lib/zena/use/display.rb:267
1465
+ msgid "relations"
1403
1466
  msgstr ""
1404
1467
 
1405
- #: lib/gettext_strings.rb:168
1406
- msgid "zip"
1468
+ #: lib/gettext_strings.rb:33
1469
+ msgid "relations_img"
1470
+ msgstr "<img src='/images/collection.png' alt='collection'/>"
1471
+
1472
+ #: app/views/groups/_form.rhtml:33
1473
+ msgid "replace by"
1407
1474
  msgstr ""
1408
1475
 
1409
- #: lib/gettext_strings.rb:169
1410
- msgid "city"
1476
+ #: app/views/nodes/_position.rhtml:17
1477
+ msgid "reset"
1411
1478
  msgstr ""
1412
1479
 
1413
- #: lib/gettext_strings.rb:170
1414
- msgid "country"
1480
+ #: app/views/users/preferences.html.erb:37
1481
+ msgid "retype new password"
1415
1482
  msgstr ""
1416
1483
 
1417
- #: lib/gettext_strings.rb:171
1418
- msgid "telephone"
1484
+ #: app/views/virtual_classes/index.erb:21
1485
+ #, fuzzy
1486
+ msgid "revert"
1487
+ msgstr "french"
1488
+
1489
+ #: app/views/nodes/_groups.rhtml:22
1490
+ msgid "rights cannot be changed"
1419
1491
  msgstr ""
1420
1492
 
1421
- #: lib/gettext_strings.rb:172
1422
- msgid "mobile"
1493
+ #: app/views/columns/_form.html.erb:17 app/views/relations/_form.erb:27
1494
+ msgid "role"
1423
1495
  msgstr ""
1424
1496
 
1425
- #: lib/gettext_strings.rb:174
1426
- msgid "birthday"
1497
+ #: app/views/nodes/_import_results.rhtml:11
1498
+ #, fuzzy
1499
+ msgid "same"
1500
+ msgstr " save "
1501
+
1502
+ #: app/views/versions/edit.rhtml:20
1503
+ msgid "save"
1504
+ msgstr " save "
1505
+
1506
+ #: app/views/search/_form.rhtml:7
1507
+ msgid "search field"
1508
+ msgstr "search"
1509
+
1510
+ #: lib/gettext_strings.rb:79
1511
+ msgid "search results"
1427
1512
  msgstr ""
1428
1513
 
1429
- #: lib/zena/parser/zazen_rules.rb:98
1430
- msgid "[gallery]"
1514
+ #: app/views/links/_form.rhtml:31
1515
+ msgid "set"
1431
1516
  msgstr ""
1432
1517
 
1433
- #: lib/zena/parser/zazen_rules.rb:113
1434
- msgid "[documents]"
1518
+ #: lib/zena/use/i18n.rb:97
1519
+ msgid "short_date"
1520
+ msgstr "%m.%d"
1521
+
1522
+ #: lib/zena/use/i18n.rb:82
1523
+ msgid "short_time"
1524
+ msgstr "%H:%M"
1525
+
1526
+ #: app/views/sites/_form.erb:22 lib/gettext_strings.rb:38
1527
+ #, fuzzy
1528
+ msgid "site group"
1529
+ msgstr "<img src='/images/group.png' alt='group'/>"
1530
+
1531
+ #: app/views/sites/_li.erb:2 lib/gettext_strings.rb:34
1532
+ msgid "site_img"
1533
+ msgstr "<img src='/images/world.png' alt='site'/>"
1534
+
1535
+ #: app/views/sites/index.erb:1 lib/zena/use/display.rb:279
1536
+ msgid "sites"
1537
+ msgstr ""
1538
+
1539
+ #: app/views/templates/edit_tabs/_image.rhtml:12
1540
+ msgid "size"
1435
1541
  msgstr ""
1436
1542
 
1437
- #: lib/zena/use/action.rb:54
1438
- msgid "</a>"
1543
+ #: app/views/nodes/_groups.rhtml:18
1544
+ msgid "skin"
1439
1545
  msgstr ""
1440
1546
 
1441
- #: lib/zena/use/action.rb:107
1442
- msgid "btn_view"
1443
- msgstr "<img src='/images/eye.png' alt='view'/>"
1547
+ #: app/views/links/_form.rhtml:29 app/views/users/_form.rhtml:25
1548
+ msgid "status"
1549
+ msgstr "status"
1550
+
1551
+ #: lib/gettext_strings.rb:96
1552
+ msgid "status_0"
1553
+ msgstr "deleted"
1554
+
1555
+ #: lib/gettext_strings.rb:104
1556
+ msgid "status_0_img"
1557
+ msgstr "<img src='/images/weather_lightning.png'/>"
1558
+
1559
+ #: lib/gettext_strings.rb:95
1560
+ msgid "status_10"
1561
+ msgstr "removed"
1562
+
1563
+ #: lib/gettext_strings.rb:103
1564
+ msgid "status_10_img"
1565
+ msgstr "<img src='/images/weather_rain.png'/>"
1566
+
1567
+ #: lib/gettext_strings.rb:94
1568
+ msgid "status_20"
1569
+ msgstr "replaced"
1570
+
1571
+ #: lib/gettext_strings.rb:102
1572
+ msgid "status_20_img"
1573
+ msgstr "<img src='/images/weather_clouds.png'/>"
1574
+
1575
+ #: lib/gettext_strings.rb:90
1576
+ msgid "status_50"
1577
+ msgstr "published"
1444
1578
 
1445
- #: lib/zena/use/action.rb:110
1446
- msgid "img_open"
1447
- msgstr "<img src='/images/lock_open.png' alt='open'/>"
1579
+ #: lib/gettext_strings.rb:98
1580
+ msgid "status_50_img"
1581
+ msgstr "<img src='/images/weather_sun.png'/>"
1448
1582
 
1449
- #: lib/zena/use/action.rb:110
1450
- msgid "btn_title_close_discussion"
1451
- msgstr "Close the discussion (disable comments)."
1583
+ #: lib/gettext_strings.rb:91
1584
+ msgid "status_60"
1585
+ msgstr "proposed"
1452
1586
 
1453
- #: lib/zena/use/action.rb:112
1454
- msgid "img_closed"
1455
- msgstr "<img src='/images/lock.png' alt='closed'/>"
1587
+ #: lib/gettext_strings.rb:99
1588
+ msgid "status_60_img"
1589
+ msgstr "<img src='/images/magnifier.png'/>"
1456
1590
 
1457
- #: lib/zena/use/action.rb:112
1458
- msgid "btn_title_open_discussion"
1459
- msgstr "Open the edition window to edit the node"
1591
+ #: lib/gettext_strings.rb:92
1592
+ msgid "status_65"
1593
+ msgstr "proposed with"
1460
1594
 
1461
- #: lib/zena/use/action.rb:115
1462
- msgid "btn_title_destroy_discussion"
1463
- msgstr "Delete the discussion (with all comments)."
1595
+ #: lib/gettext_strings.rb:100
1596
+ msgid "status_65_img"
1597
+ msgstr "<img src='/images/magnifier.png'/>"
1464
1598
 
1465
- #: lib/zena/use/calendar.rb:12
1466
- #: lib/zena/use/calendar.rb:28
1467
- msgid "week_start_day"
1468
- msgstr "0"
1599
+ #: lib/gettext_strings.rb:93
1600
+ msgid "status_70"
1601
+ msgstr "redaction"
1469
1602
 
1470
- #: lib/zena/use/calendar.rb:109
1471
- #, fuzzy
1472
- msgid "free"
1473
- msgstr "french"
1603
+ #: lib/gettext_strings.rb:101
1604
+ msgid "status_70_img"
1605
+ msgstr "<img src='/images/pencil.png'/>"
1474
1606
 
1475
- #: lib/zena/use/calendar.rb:120
1476
- msgid "Delete relation '%{role}' between '%{source}' and '%{target}' ?"
1607
+ #: app/views/templates/document_create_tabs/_file.rhtml:10
1608
+ #: app/views/templates/document_create_tabs/_template.rhtml:19
1609
+ #: app/views/templates/document_create_tabs/_text_document.rhtml:11
1610
+ #: app/views/templates/edit_tabs/_title.rhtml:12
1611
+ msgid "summary"
1477
1612
  msgstr ""
1478
1613
 
1479
- #: lib/zena/use/dates.rb:50
1480
- #: lib/zena/use/i18n.rb:27
1481
- msgid "long_date"
1482
- msgstr "%Y-%m-%d"
1483
-
1484
- #: lib/zena/use/dates.rb:59
1485
- msgid "%{d} days ago"
1614
+ #: app/views/virtual_classes/_form.erb:31
1615
+ msgid "superclass"
1486
1616
  msgstr ""
1487
1617
 
1488
- #: lib/zena/use/dates.rb:62
1618
+ #: app/views/templates/edit_tabs/_title.rhtml:4
1489
1619
  #, fuzzy
1490
- msgid "yesterday"
1491
- msgstr "<img src='/images/bomb.png' alt='destroy'/>"
1620
+ msgid "tags"
1621
+ msgstr "status"
1492
1622
 
1493
- #: lib/zena/use/dates.rb:65
1494
- msgid "%{h} hours ago"
1623
+ #: lib/gettext_strings.rb:171
1624
+ msgid "telephone"
1495
1625
  msgstr ""
1496
1626
 
1497
- #: lib/zena/use/dates.rb:67
1498
- msgid "1 hour ago"
1499
- msgstr ""
1627
+ #: lib/gettext_strings.rb:21
1628
+ msgid "template_tab"
1629
+ msgstr "template"
1500
1630
 
1501
- #: lib/zena/use/dates.rb:70
1502
- msgid "%{m} minutes ago"
1503
- msgstr ""
1631
+ #: lib/gettext_strings.rb:22
1632
+ #, fuzzy
1633
+ msgid "text_doc_tab"
1634
+ msgstr "text doc."
1504
1635
 
1505
- #: lib/zena/use/dates.rb:72
1506
- msgid "1 minute ago"
1507
- msgstr ""
1636
+ #: lib/gettext_strings.rb:9
1637
+ msgid "text_tab"
1638
+ msgstr "text"
1508
1639
 
1509
- #: lib/zena/use/dates.rb:74
1510
- msgid "in 1 minute"
1511
- msgstr ""
1640
+ #: lib/gettext_strings.rb:12
1641
+ msgid "textdocument_tab"
1642
+ msgstr "text doc."
1512
1643
 
1513
- #: lib/zena/use/dates.rb:76
1514
- msgid "in %{m} minutes"
1644
+ #: app/views/users/preferences.html.erb:18 app/views/users/_form.rhtml:27
1645
+ msgid "time zone"
1515
1646
  msgstr ""
1516
1647
 
1517
- #: lib/zena/use/dates.rb:78
1518
- msgid "in 1 hour"
1648
+ #: app/views/comments/_form.rhtml:15
1649
+ #: app/views/templates/document_create_tabs/_file.rhtml:7
1650
+ #: app/views/templates/edit_tabs/_title.rhtml:1
1651
+ msgid "title"
1519
1652
  msgstr ""
1520
1653
 
1521
- #: lib/zena/use/dates.rb:80
1522
- msgid "in %{h} hours"
1523
- msgstr ""
1654
+ #: lib/gettext_strings.rb:10
1655
+ msgid "title_tab"
1656
+ msgstr "title & Co"
1524
1657
 
1525
- #: lib/zena/use/dates.rb:82
1658
+ #: lib/zena/use/dates.rb:87
1526
1659
  msgid "tomorrow"
1527
1660
  msgstr ""
1528
1661
 
1529
- #: lib/zena/use/dates.rb:84
1530
- msgid "in %{d} days"
1531
- msgstr ""
1662
+ #: lib/zena/use/display.rb:286
1663
+ msgid "turn dev off"
1664
+ msgstr "turn dev off"
1532
1665
 
1533
- #: lib/zena/use/display.rb:166
1534
- msgid "%{ext} node"
1666
+ #: lib/zena/use/display.rb:288
1667
+ msgid "turn dev on"
1535
1668
  msgstr ""
1536
1669
 
1537
- #: lib/zena/use/display.rb:252
1538
- msgid "my home"
1539
- msgstr "management"
1670
+ #: lib/gettext_strings.rb:163
1671
+ msgid "turn_dev_off_btn"
1672
+ msgstr "<img src='/images/bug.png' title='turn dev off'/>"
1540
1673
 
1541
- #: lib/zena/use/display.rb:276
1542
- msgid "image formats"
1674
+ #: app/views/columns/_form.html.erb:18 app/views/relations/_form.erb:21
1675
+ #: app/views/virtual_classes/_form.erb:18 app/views/iformats/_form.rhtml:17
1676
+ msgid "type"
1543
1677
  msgstr ""
1544
1678
 
1545
- #: lib/zena/use/display.rb:283
1546
- msgid "turn dev off"
1547
- msgstr "turn dev off"
1679
+ #: app/models/node.rb:1547
1680
+ msgid "type mismatch (%{type} is not a Skin)"
1681
+ msgstr ""
1548
1682
 
1549
- #: lib/zena/use/display.rb:285
1550
- msgid "turn dev on"
1683
+ #: app/views/templates/edit_tabs/_textdocument.rhtml:5
1684
+ msgid "unparse assets"
1551
1685
  msgstr ""
1552
1686
 
1553
- #: lib/zena/use/display.rb:569
1554
- msgid "a Zen garden"
1687
+ #: app/views/documents/show.rhtml:15
1688
+ msgid "upload more"
1555
1689
  msgstr ""
1556
1690
 
1557
- #: lib/zena/use/display.rb:571
1558
- msgid "made with Zena"
1691
+ #: app/views/users/_form.rhtml:43
1692
+ msgid "use acls"
1559
1693
  msgstr ""
1560
1694
 
1561
- #: lib/zena/use/fulltext.rb:24
1562
- msgid "Compilation should produce a String. Found %s."
1695
+ #: lib/gettext_strings.rb:69
1696
+ msgid "user"
1563
1697
  msgstr ""
1564
1698
 
1565
- #: lib/zena/use/grid.rb:70
1566
- #: lib/zena/use/grid.rb:98
1567
- msgid "could not save value (bad attribute)"
1699
+ #: app/views/groups/_form.rhtml:19 app/views/users/index.rhtml:1
1700
+ #: lib/zena/use/display.rb:261
1701
+ msgid "users"
1568
1702
  msgstr ""
1569
1703
 
1570
- #: lib/zena/use/i18n.rb:12
1571
- msgid "long_time"
1572
- msgstr "%H:%M:%S"
1704
+ #: app/views/columns/_form.html.erb:28 app/views/relations/_form.erb:35
1705
+ #: app/views/sites/_form.erb:36 app/views/users/preferences.html.erb:19
1706
+ #: app/views/users/preferences.html.erb:38
1707
+ #: app/views/virtual_classes/_form.erb:46 app/views/acls/_form.rhtml:52
1708
+ #: app/views/comments/_form.rhtml:23 app/views/groups/_form.rhtml:35
1709
+ #: app/views/iformats/_form.rhtml:22 app/views/nodes/_edit_attribute.rhtml:15
1710
+ #: app/views/templates/document_create_tabs/_file.rhtml:3
1711
+ #: app/views/templates/document_create_tabs/_import.rhtml:2
1712
+ #: app/views/templates/document_create_tabs/_template.rhtml:3
1713
+ #: app/views/templates/document_create_tabs/_text_document.rhtml:3
1714
+ #: app/views/users/_form.rhtml:50 app/views/versions/edit.rhtml:17
1715
+ msgid "validate"
1716
+ msgstr " validate "
1573
1717
 
1574
- #: lib/zena/use/i18n.rb:17
1575
- msgid "short_time"
1576
- msgstr "%H:%M"
1718
+ #: app/views/templates/drive_tabs/_links.rhtml:4
1719
+ msgid "versions"
1720
+ msgstr ""
1577
1721
 
1578
- #: lib/zena/use/i18n.rb:22
1579
- msgid "full_date"
1580
- msgstr "%A, %B %d %Y"
1722
+ #: app/views/virtual_classes/edit.html.erb:1
1723
+ #, fuzzy
1724
+ msgid "virtual class"
1725
+ msgstr "<img src='/images/brick.png' alt='class'/>"
1581
1726
 
1582
- #: lib/zena/use/i18n.rb:32
1583
- msgid "short_date"
1584
- msgstr "%m.%d"
1727
+ #: app/views/virtual_classes/_li.erb:9 lib/gettext_strings.rb:41
1728
+ msgid "virtual_class_error_img"
1729
+ msgstr "<img src='/images/brick_error.png' alt='class error'/>"
1585
1730
 
1586
- #: lib/zena/use/old_zafu/display.rb:385
1587
- msgid "%{skin}, design by %{name}"
1588
- msgstr ""
1731
+ #: app/views/virtual_classes/_li.erb:3 app/views/virtual_classes/_li.erb:9
1732
+ #: lib/gettext_strings.rb:40
1733
+ msgid "virtual_class_img"
1734
+ msgstr "<img src='/images/brick.png' alt='class'/>"
1735
+
1736
+ #: lib/zena/use/calendar.rb:341
1737
+ msgid "week_start_day"
1738
+ msgstr "0"
1589
1739
 
1590
- #~ msgid "password successfully updated"
1591
- #~ msgstr "Le mot de passe a été modifié avec succès."
1740
+ #: app/views/iformats/_form.rhtml:18
1741
+ msgid "width"
1742
+ msgstr ""
1592
1743
 
1593
- #~ msgid "Invalid login or password."
1594
- #~ msgstr "Invalid login or password."
1744
+ #: app/views/nodes/_groups.rhtml:16
1745
+ msgid "writers"
1746
+ msgstr ""
1595
1747
 
1748
+ #: lib/zena/use/dates.rb:67
1596
1749
  #, fuzzy
1597
- #~ msgid "target"
1598
- #~ msgstr "tags"
1750
+ msgid "yesterday"
1751
+ msgstr "<img src='/images/bomb.png' alt='destroy'/>"
1599
1752
 
1600
- #~ msgid "btn_add_document"
1601
- #~ msgstr "<img src='/images/picture_add.png' alt='add documents'/>"
1753
+ #: lib/gettext_strings.rb:157
1754
+ msgid "you are editing the original"
1755
+ msgstr ""
1602
1756
 
1603
- #~ msgid "Please log in"
1604
- #~ msgstr "Please log in."
1757
+ #: lib/gettext_strings.rb:168
1758
+ msgid "zip"
1759
+ msgstr ""
1605
1760
 
1606
1761
  #, fuzzy
1607
- #~ msgid "Discussion"
1762
+ #~ msgid "Auto create discussion"
1608
1763
  #~ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1609
1764
 
1610
1765
  #, fuzzy
1611
1766
  #~ msgid "Contact"
1612
1767
  #~ msgstr "<img src='/images/lock_open.png' alt='open'/>"
1613
1768
 
1614
- #, fuzzy
1615
- #~ msgid "Auto publish"
1616
- #~ msgstr "<img src='/images/wand.png' alt='publish'/>"
1617
-
1618
1769
  #, fuzzy
1619
1770
  #~ msgid "Formats updated at"
1620
1771
  #~ msgstr "Node successfully updated."
@@ -1623,75 +1774,70 @@ msgstr ""
1623
1774
  #~ msgid "Icon"
1624
1775
  #~ msgstr "icon"
1625
1776
 
1626
- #, fuzzy
1627
- #~ msgid "Auto create discussion"
1628
- #~ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1777
+ #~ msgid "Please log in"
1778
+ #~ msgstr "Please log in."
1629
1779
 
1630
- #~ msgid "btn_diff"
1631
- #~ msgstr "<img src='/images/layers.png' alt='view differences'/>"
1780
+ #, fuzzy
1781
+ #~ msgid "attributes"
1782
+ #~ msgstr "favorites"
1632
1783
 
1633
1784
  #, fuzzy
1634
- #~ msgid "Order cleared."
1635
- #~ msgstr "Order updated."
1785
+ #~ msgid "auto discussion"
1786
+ #~ msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
1787
+
1788
+ #~ msgid "btn_add_document"
1789
+ #~ msgstr "<img src='/images/picture_add.png' alt='add documents'/>"
1636
1790
 
1637
1791
  #~ msgid "btn_add_note"
1638
1792
  #~ msgstr "<img src='/images/add.png' alt='add a note'/>"
1639
1793
 
1640
- #, fuzzy
1641
- #~ msgid "attributes"
1642
- #~ msgstr "favorites"
1794
+ #~ msgid "btn_add_page"
1795
+ #~ msgstr "<img src='/images/add.png' alt='add a node'/>"
1643
1796
 
1644
- #~ msgid "role not valid"
1645
- #~ msgstr "Invalid role."
1797
+ #~ msgid "calendar_for"
1798
+ #~ msgstr "calendar for"
1646
1799
 
1647
- #, fuzzy
1648
- #~ msgid "Dgroup"
1649
- #~ msgstr "<img src='/images/group.png' alt='group'/>"
1800
+ #~ msgid "calendars"
1801
+ #~ msgstr "calendars"
1650
1802
 
1651
- #~ msgid "btn_add_page"
1652
- #~ msgstr "<img src='/images/add.png' alt='add a node'/>"
1803
+ #~ msgid "collaborator_for"
1804
+ #~ msgstr "collaborator for"
1653
1805
 
1654
- #~ msgid "img_calendar"
1655
- #~ msgstr "<img src='/images/date.png' alt='calendar'/>"
1806
+ #~ msgid "collaborators"
1807
+ #~ msgstr "collaborators"
1656
1808
 
1657
- #~ msgid "img_contact"
1658
- #~ msgstr "<img src='/images/user_green.png' alt='contact'/>"
1809
+ #~ msgid "favorite_for"
1810
+ #~ msgstr "favorite for"
1659
1811
 
1660
- #~ msgid "img_home"
1661
- #~ msgstr "<img src='/images/home.png' alt='home'/>"
1812
+ #~ msgid "icon_for"
1813
+ #~ msgstr "icon for"
1814
+
1815
+ #~ msgid "img_calendar"
1816
+ #~ msgstr "<img src='/images/date.png' alt='calendar'/>"
1662
1817
 
1663
1818
  #~ msgid "img_collaborator"
1664
1819
  #~ msgstr "<img src='/images/user.png' alt='collaborator'/>"
1665
1820
 
1821
+ #~ msgid "img_contact"
1822
+ #~ msgstr "<img src='/images/user_green.png' alt='contact'/>"
1823
+
1666
1824
  #~ msgid "img_favorite"
1667
1825
  #~ msgstr "<img src='/images/heart.png' alt='favorite'/>"
1668
1826
 
1669
- #~ msgid "img_project"
1670
- #~ msgstr "<img src='/images/project.png' alt='project'/>"
1671
-
1672
- #~ msgid "icon_for"
1673
- #~ msgstr "icon for"
1674
-
1675
- #~ msgid "tag_for"
1676
- #~ msgstr "tag for"
1677
-
1678
- #~ msgid "collaborators"
1679
- #~ msgstr "collaborators"
1827
+ #~ msgid "img_group_admin"
1828
+ #~ msgstr "<img src='/images/group_admin.png' alt='add a group'/>"
1680
1829
 
1681
- #~ msgid "collaborator_for"
1682
- #~ msgstr "collaborator for"
1830
+ #~ msgid "img_home"
1831
+ #~ msgstr "<img src='/images/home.png' alt='home'/>"
1683
1832
 
1684
- #~ msgid "favorite_for"
1685
- #~ msgstr "favorite for"
1833
+ #~ msgid "img_project"
1834
+ #~ msgstr "<img src='/images/project.png' alt='project'/>"
1686
1835
 
1687
1836
  #~ msgid "project_for"
1688
1837
  #~ msgstr "project for"
1689
1838
 
1690
- #~ msgid "calendars"
1691
- #~ msgstr "calendars"
1692
-
1693
- #~ msgid "calendar_for"
1694
- #~ msgstr "calendar for"
1839
+ #~ msgid "role not valid"
1840
+ #~ msgstr "Invalid role."
1695
1841
 
1696
- #~ msgid "img_group_admin"
1697
- #~ msgstr "<img src='/images/group_admin.png' alt='add a group'/>"
1842
+ #~ msgid "tag_for"
1843
+ #~ msgstr "tag for"