zena 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +28 -0
- data/README.rdoc +6 -6
- data/Rakefile +3 -0
- data/app/controllers/users_controller.rb +4 -2
- data/app/models/acl.rb +6 -0
- data/app/models/cached_page.rb +2 -1
- data/app/models/document.rb +3 -4
- data/app/models/node.rb +8 -5
- data/app/models/site.rb +1 -1
- data/app/models/template.rb +2 -2
- data/app/models/user.rb +5 -3
- data/app/views/acls/_add.rhtml +2 -1
- data/app/views/acls/_form.rhtml +15 -7
- data/app/views/acls/_li.rhtml +2 -0
- data/app/views/acls/index.rhtml +3 -1
- data/app/views/acls/show.html.erb +1 -1
- data/app/views/links/destroy.rjs +16 -2
- data/app/views/versions/destroy.rjs +1 -1
- data/app/views/zafu/default/Node-admin.zafu +1 -1
- data/bin/zena +5 -3
- data/bricks/acls/lib/bricks/acls.rb +11 -4
- data/bricks/acls/zena/migrate/20110627193757_add_allowed_mode_and_format_to_acl.rb +11 -0
- data/bricks/acls/zena/test/integration/acl_integration_test.rb +42 -0
- data/bricks/acls/zena/test/sites/erebus/acls.yml +8 -0
- data/bricks/mongrel/zena/deploy.rb +19 -0
- data/bricks/single/lib/bricks/single.rb +15 -0
- data/bricks/single/zena/init.rb +1 -0
- data/bricks/sphinx/zena/tasks.rb +1 -1
- data/bricks/static/lib/bricks/static.rb +151 -0
- data/bricks/static/zena/init.rb +1 -0
- data/bricks/static/zena/migrate/20110702010330_add_static_to_idx_templates.rb +12 -0
- data/bricks/static/zena/skins/blog/Image-edit.zafu +6 -0
- data/bricks/static/zena/skins/blog/Image.zafu +19 -0
- data/bricks/static/zena/skins/blog/Node-+index.zafu +1 -0
- data/bricks/static/zena/skins/blog/Node-+notFound.zafu +7 -0
- data/bricks/static/zena/skins/blog/Node-+search.zafu +19 -0
- data/bricks/static/zena/skins/blog/Node.zafu +66 -0
- data/bricks/static/zena/skins/blog/Post.zafu +12 -0
- data/bricks/static/zena/skins/blog/Project--kml.zafu +30 -0
- data/bricks/static/zena/skins/blog/Project.zafu +45 -0
- data/bricks/static/zena/skins/blog/comments.zafu +30 -0
- data/bricks/static/zena/skins/blog/dict.yml +11 -0
- data/bricks/static/zena/skins/blog/img/dateBg.jpg +0 -0
- data/bricks/static/zena/skins/blog/img/header.png +0 -0
- data/bricks/static/zena/skins/blog/img/mapPin.png +0 -0
- data/bricks/static/zena/skins/blog/img/menu.gif +0 -0
- data/bricks/static/zena/skins/blog/img/menuover.gif +0 -0
- data/bricks/static/zena/skins/blog/img/style.css +110 -0
- data/bricks/static/zena/test/integration/static_integration_test.rb +30 -0
- data/bricks/static/zena/test/unit/static_test.rb +33 -0
- data/bricks/zena/zena/migrate/01_base.rb +1 -2
- data/bricks/zena/zena/migrate/20110623072048_fix_cached_path_index.rb +10 -0
- data/bricks/zena/zena/migrate/20110710113731_remove_icon_field.rb +18 -0
- data/config/bricks.yml +4 -0
- data/config/deploy.rb +17 -2
- data/config/gems.yml +9 -7
- data/config/selenium.yml +38 -0
- data/lib/bricks/requirements_validation.rb +8 -2
- data/lib/gettext_strings.rb +2 -1
- data/lib/tasks/zena.rake +5 -0
- data/lib/zena/app.rb +12 -0
- data/lib/zena/console.rb +9 -1
- data/lib/zena/core_ext/string.rb +7 -2
- data/lib/zena/deploy.rb +60 -6
- data/lib/zena/deploy/app_init.rhtml +56 -0
- data/lib/zena/deploy/haproxy.cnf.rhtml +34 -0
- data/lib/zena/deploy/httpd.rhtml +6 -0
- data/lib/zena/deploy/start_stop.rhtml +35 -0
- data/lib/zena/info.rb +1 -1
- data/lib/zena/remote/connection.rb +1 -1
- data/lib/zena/site_worker.rb +9 -5
- data/lib/zena/use.rb +1 -1
- data/lib/zena/use/action.rb +2 -2
- data/lib/zena/use/ajax.rb +22 -9
- data/lib/zena/use/conditional.rb +5 -0
- data/lib/zena/use/context.rb +6 -1
- data/lib/zena/use/dates.rb +17 -2
- data/lib/zena/use/display.rb +14 -3
- data/lib/zena/use/forms.rb +37 -47
- data/lib/zena/use/html_tags.rb +3 -0
- data/lib/zena/use/node_context.rb +17 -17
- data/lib/zena/use/rendering.rb +1 -1
- data/lib/zena/use/urls.rb +11 -2
- data/lib/zena/use/zafu_attributes.rb +1 -0
- data/lib/zena/use/zafu_safe_definitions.rb +16 -1
- data/lib/zena/use/zafu_templates.rb +39 -24
- data/lib/zena/use/zazen.rb +1 -0
- data/locale/de/LC_MESSAGES/zena.mo +0 -0
- data/locale/de/zena.po +105 -89
- data/locale/en/LC_MESSAGES/zena.mo +0 -0
- data/locale/en/zena.mo +0 -0
- data/locale/en/zena.po +188 -253
- data/locale/fr/LC_MESSAGES/zena.mo +0 -0
- data/locale/fr/zena.mo +0 -0
- data/locale/fr/zena.po +200 -257
- data/locale/zena.pot +95 -85
- data/public/javascripts/zena.js +2 -2
- data/test/fixtures/files/{Node-test.zafu → TestNode.zafu} +206 -4
- data/test/functional/nodes_controller_test.rb +2 -2
- data/test/integration/navigation_test.rb +9 -3
- data/test/integration/query_node/basic.yml +4 -4
- data/test/integration/query_node/filters.yml +2 -2
- data/test/integration/zafu_compiler/ajax.yml +6 -6
- data/test/integration/zafu_compiler/basic.yml +1 -1
- data/test/integration/zafu_compiler/calendar.yml +4 -3
- data/test/integration/zafu_compiler/conditional.yml +3 -10
- data/test/integration/zafu_compiler/context.yml +1 -1
- data/test/integration/zafu_compiler/dates.yml +9 -1
- data/test/integration/zafu_compiler/display.yml +7 -1
- data/test/integration/zafu_compiler/eval.yml +12 -46
- data/test/integration/zafu_compiler/forms.yml +1 -1
- data/test/integration/zafu_compiler/query.yml +2 -2
- data/test/integration/zafu_compiler/relations.yml +19 -9
- data/test/integration/zafu_compiler/roles.yml +12 -0
- data/test/integration/zafu_compiler/safe_definitions.yml +1 -1
- data/test/integration/zafu_compiler/urls.yml +13 -5
- data/test/integration/zafu_compiler/version.yml +6 -0
- data/test/integration/zafu_compiler/zafu_attributes.yml +4 -4
- data/test/integration/zafu_compiler_test.rb +1 -1
- data/test/selenium.readme +8 -0
- data/test/selenium/Add/0setup.rsel +12 -0
- data/test/selenium/Add/add1.rsel +22 -0
- data/test/selenium/Add/add2.rsel +22 -0
- data/test/selenium/Add/add3.rsel +22 -0
- data/test/selenium/Drop/0setup.rsel +12 -0
- data/test/selenium/Drop/drop1.rsel +25 -0
- data/test/selenium/Drop/drop2.rsel +25 -0
- data/test/selenium/Drop/drop3.rsel +51 -0
- data/test/selenium/Drop/drop4.rsel +44 -0
- data/test/selenium/Drop/drop5.rsel +16 -0
- data/test/selenium/Edit/0setup.rsel +12 -0
- data/test/selenium/Edit/edit1.rsel +31 -0
- data/test/selenium/Edit/edit2.rsel +39 -0
- data/test/selenium/Edit/edit3.rsel +40 -0
- data/test/selenium/Form/0setup.rsel +12 -0
- data/test/selenium/Form/form1.rsel +9 -0
- data/test/selenium/Form/form2.rsel +9 -0
- data/test/selenium/Paginate/0setup.rsel +12 -0
- data/test/selenium/Paginate/paginate1.rsel +24 -0
- data/test/selenium/Toggle/0setup.rsel +12 -0
- data/test/selenium/Toggle/toggle1.rsel +21 -0
- data/test/sites/zena/nodes.yml +4 -4
- data/test/sites/zena/roles.yml +3 -2
- data/test/sites/zena/versions.yml +12 -11
- data/test/unit/core_ext_test.rb +23 -5
- data/test/unit/document_test.rb +6 -2
- data/test/unit/node_test.rb +2 -2
- data/test/unit/remote_test.rb +1 -2
- data/test/unit/role_test.rb +2 -2
- data/test/unit/user_test.rb +48 -1
- data/test/unit/virtual_class_test.rb +7 -7
- data/test/unit/zena/acts/secure_test.rb +1 -1
- data/test/unit/zena/use/rendering_test.rb +1 -1
- data/test/unit/zena/use/urls_test.rb +3 -3
- data/zena.gemspec +65 -101
- metadata +67 -103
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run 2.tmCommand +0 -24
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run Context.tmCommand +0 -58
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run Focused Should.tmCommand +0 -88
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run.tmCommand +0 -27
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Commands/YAML to Shoulda.tmCommand +0 -23
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Preferences/Symbol List: Context.tmPreferences +0 -19
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Preferences/Symbol List: Should.tmPreferences +0 -19
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory attributes for.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory build.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_define with class.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_define.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_next.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_sequence.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_bad_value.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_contains.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_does_not_contain.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_good_value.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_same_elements.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_save.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_sent_email.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_valid.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/association.tmSnippet +0 -17
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/attribute.tmSnippet +0 -17
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/before_should block.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/context block get.tmSnippet +0 -22
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/context block post.tmSnippet +0 -23
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/context block with setup.tmSnippet +0 -25
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/setup.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should block with before proc.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should block.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_allow_values_for.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_assign_to.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_be_restful denied.tmSnippet +0 -20
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_be_restful.tmSnippet +0 -20
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_belong_to.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_change by.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_change from to.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_length_at_least.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_length_in_range.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_length_is.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_value_in_range.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_eventually.tmSnippet +0 -18
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_filter_params.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_and_belong_to_many.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_class_methods.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_db_column.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_db_columns.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_index.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_indices.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_instance_methods.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_many.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_named_scope.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_one.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_readonly_attributes.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_allow_mass_assignment_of.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_allow_values_for.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_assign_to.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_change.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_set_the_flash.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_redirect_to.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_a_form.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_template.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_with_layout.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_without_layout.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_respond_with.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_respond_with_content_type.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_return_from_session.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_route.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_set_the_flash_to.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_acceptance_of.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_numericality_of.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_presence_of.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_uniqueness_of with scope.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_uniqueness_of.tmSnippet +0 -16
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/catch_exception.rb +0 -39
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/run_script.rb +0 -104
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/stdin_dialog.rb +0 -14
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/test.rb +0 -17
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/todo.txt +0 -13
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Support/bin/yaml_to_shoulda.rb +0 -25
- data/vendor/TextMate/Ruby Shoulda.tmbundle/Syntaxes/Ruby on Rails (Shoulda).tmLanguage +0 -166
- data/vendor/TextMate/Ruby Shoulda.tmbundle/info.plist +0 -304
- data/vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand +0 -37
- data/vendor/TextMate/Zena.tmbundle/Commands/Run focused yaml test.tmCommand +0 -52
- data/vendor/TextMate/Zena.tmbundle/Support/RubyMate/catch_exception.rb +0 -39
- data/vendor/TextMate/Zena.tmbundle/Support/RubyMate/run_script.rb +0 -118
- data/vendor/TextMate/Zena.tmbundle/Support/RubyMate/stdin_dialog.rb +0 -14
- data/vendor/TextMate/Zena.tmbundle/info.plist +0 -17
Binary file
|
data/locale/fr/zena.mo
CHANGED
Binary file
|
data/locale/fr/zena.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
msgid ""
|
2
2
|
msgstr ""
|
3
3
|
"Project-Id-Version: version 0.0.1\n"
|
4
|
-
"POT-Creation-Date: 2011-06-
|
5
|
-
"PO-Revision-Date: 2011-06-
|
4
|
+
"POT-Creation-Date: 2011-06-27 20:32-0000\n"
|
5
|
+
"PO-Revision-Date: 2011-06-27 22:15+0100\n"
|
6
6
|
"Last-Translator: Gaspard Bucher <gaspard@teti.ch>\n"
|
7
7
|
"Language-Team: fr <gaspard@teti.ch>\n"
|
8
8
|
"MIME-Version: 1.0\n"
|
@@ -13,7 +13,7 @@ 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
|
-
#: lib/gettext_strings.rb:
|
16
|
+
#: lib/gettext_strings.rb:119
|
17
17
|
msgid "%Y-%m-%d %H:%M"
|
18
18
|
msgstr "%d.%m.%Y %H:%M"
|
19
19
|
|
@@ -29,8 +29,7 @@ msgstr "%{count} versions"
|
|
29
29
|
msgid "%{d} days ago"
|
30
30
|
msgstr "il y a %{d} jours"
|
31
31
|
|
32
|
-
#: lib/gettext_strings.rb:75
|
33
|
-
#: lib/zena/use/display.rb:162
|
32
|
+
#: lib/gettext_strings.rb:75 lib/zena/use/display.rb:162
|
34
33
|
msgid "%{ext} document"
|
35
34
|
msgstr "document %{ext}"
|
36
35
|
|
@@ -46,8 +45,7 @@ msgstr "il y a %{h} heures"
|
|
46
45
|
msgid "%{m} minutes ago"
|
47
46
|
msgstr "il y a %{m} minutes"
|
48
47
|
|
49
|
-
#: lib/gettext_strings.rb:76
|
50
|
-
#: lib/zena/use/display.rb:150
|
48
|
+
#: lib/gettext_strings.rb:76 lib/zena/use/display.rb:150
|
51
49
|
msgid "%{type} node"
|
52
50
|
msgstr "objet %{type}"
|
53
51
|
|
@@ -67,15 +65,15 @@ msgstr "il y a 1 minute"
|
|
67
65
|
msgid "API group"
|
68
66
|
msgstr "groupe API"
|
69
67
|
|
70
|
-
#: lib/gettext_strings.rb:
|
68
|
+
#: lib/gettext_strings.rb:146
|
71
69
|
msgid "Apr"
|
72
70
|
msgstr "avr"
|
73
71
|
|
74
|
-
#: lib/gettext_strings.rb:
|
72
|
+
#: lib/gettext_strings.rb:133
|
75
73
|
msgid "April"
|
76
74
|
msgstr "avril"
|
77
75
|
|
78
|
-
#: app/views/acls/_form.rhtml:
|
76
|
+
#: app/views/acls/_form.rhtml:66
|
79
77
|
msgid "Are you sure you want to destroy this access ?"
|
80
78
|
msgstr "Voulez-vous vraiment détruire cet accès ?"
|
81
79
|
|
@@ -100,18 +98,20 @@ msgid "Are you sure you want to destroy this virtual class ?"
|
|
100
98
|
msgstr "Voulez-vous vraiment détruire cette classe d'objets ?"
|
101
99
|
|
102
100
|
#: app/views/comments/_bin.rhtml:4
|
103
|
-
msgid "
|
104
|
-
|
101
|
+
msgid ""
|
102
|
+
"Are you sure you want to permanently remove the content of this rubbish bin ?"
|
103
|
+
msgstr ""
|
104
|
+
"Voulez-vous vraiment supprimer définitivement le contenu de cette corbeille ?"
|
105
105
|
|
106
|
-
#: lib/gettext_strings.rb:
|
106
|
+
#: lib/gettext_strings.rb:150
|
107
107
|
msgid "Aug"
|
108
108
|
msgstr "aoû"
|
109
109
|
|
110
|
-
#: lib/gettext_strings.rb:
|
110
|
+
#: lib/gettext_strings.rb:137
|
111
111
|
msgid "August"
|
112
112
|
msgstr "août"
|
113
113
|
|
114
|
-
#: app/controllers/nodes_controller.rb:
|
114
|
+
#: app/controllers/nodes_controller.rb:311
|
115
115
|
msgid "Backup created."
|
116
116
|
msgstr "Copie de sauvegarde effectuée."
|
117
117
|
|
@@ -139,15 +139,15 @@ msgstr "La compilation doit produire un String (trouvé %s)."
|
|
139
139
|
msgid "Could not change version back to redaction."
|
140
140
|
msgstr "La version n'a pas pu être transformée en rédaction."
|
141
141
|
|
142
|
-
#: app/controllers/nodes_controller.rb:
|
142
|
+
#: app/controllers/nodes_controller.rb:515
|
143
143
|
msgid "Could not clear order."
|
144
144
|
msgstr "L'ordre de tri n'a pas pu être remis à zéro."
|
145
145
|
|
146
|
-
#: app/controllers/nodes_controller.rb:
|
146
|
+
#: app/controllers/nodes_controller.rb:313
|
147
147
|
msgid "Could not create backup."
|
148
148
|
msgstr "La sauvegarde n'a pas pu être créée."
|
149
149
|
|
150
|
-
#: app/controllers/nodes_controller.rb:
|
150
|
+
#: app/controllers/nodes_controller.rb:280
|
151
151
|
msgid "Could not destroy node."
|
152
152
|
msgstr "Le nœud n'a pas pu être détruit."
|
153
153
|
|
@@ -176,7 +176,7 @@ msgstr "La publication n'a pas pu être enlevée."
|
|
176
176
|
msgid "Could not rollback:"
|
177
177
|
msgstr "Impossible de revenir en arrière."
|
178
178
|
|
179
|
-
#: app/controllers/nodes_controller.rb:
|
179
|
+
#: app/controllers/nodes_controller.rb:498
|
180
180
|
msgid "Could not update order."
|
181
181
|
msgstr "L'ordre n'a pas pu être mis à jour."
|
182
182
|
|
@@ -184,11 +184,11 @@ msgstr "L'ordre n'a pas pu être mis à jour."
|
|
184
184
|
msgid "Data entry was successfully created."
|
185
185
|
msgstr "Entrée data créé avec succès."
|
186
186
|
|
187
|
-
#: lib/gettext_strings.rb:
|
187
|
+
#: lib/gettext_strings.rb:154
|
188
188
|
msgid "Dec"
|
189
189
|
msgstr "déc"
|
190
190
|
|
191
|
-
#: lib/gettext_strings.rb:
|
191
|
+
#: lib/gettext_strings.rb:141
|
192
192
|
msgid "December"
|
193
193
|
msgstr "décembre"
|
194
194
|
|
@@ -196,15 +196,15 @@ msgstr "décembre"
|
|
196
196
|
msgid "Delete relation '%{role}' between '%{source}' and '%{target}' ?"
|
197
197
|
msgstr "Supprimer la relation '%{role}' entre '%{source}' et '%{target}' ?"
|
198
198
|
|
199
|
-
#: lib/gettext_strings.rb:
|
199
|
+
#: lib/gettext_strings.rb:144
|
200
200
|
msgid "Feb"
|
201
201
|
msgstr "fév"
|
202
202
|
|
203
|
-
#: lib/gettext_strings.rb:
|
203
|
+
#: lib/gettext_strings.rb:131
|
204
204
|
msgid "February"
|
205
205
|
msgstr "février"
|
206
206
|
|
207
|
-
#: lib/gettext_strings.rb:
|
207
|
+
#: lib/gettext_strings.rb:126
|
208
208
|
msgid "Fri"
|
209
209
|
msgstr "ven"
|
210
210
|
|
@@ -220,44 +220,43 @@ msgstr "L'action '%{action}' n'est pas valide."
|
|
220
220
|
msgid "Invalid login or password."
|
221
221
|
msgstr "Mot de passe ou nom d'utilistateur invalide."
|
222
222
|
|
223
|
-
#: lib/gettext_strings.rb:
|
223
|
+
#: lib/gettext_strings.rb:143
|
224
224
|
msgid "Jan"
|
225
225
|
msgstr "jan"
|
226
226
|
|
227
|
-
#: lib/gettext_strings.rb:
|
227
|
+
#: lib/gettext_strings.rb:130
|
228
228
|
msgid "January"
|
229
229
|
msgstr "janvier"
|
230
230
|
|
231
|
-
#: lib/gettext_strings.rb:
|
231
|
+
#: lib/gettext_strings.rb:149
|
232
232
|
msgid "Jul"
|
233
233
|
msgstr "jul"
|
234
234
|
|
235
|
-
#: lib/gettext_strings.rb:
|
235
|
+
#: lib/gettext_strings.rb:136
|
236
236
|
msgid "July"
|
237
237
|
msgstr "juillet"
|
238
238
|
|
239
|
-
#: lib/gettext_strings.rb:
|
239
|
+
#: lib/gettext_strings.rb:148
|
240
240
|
msgid "Jun"
|
241
241
|
msgstr "jun"
|
242
242
|
|
243
|
-
#: lib/gettext_strings.rb:
|
243
|
+
#: lib/gettext_strings.rb:135
|
244
244
|
msgid "June"
|
245
245
|
msgstr "juin"
|
246
246
|
|
247
|
-
#: lib/gettext_strings.rb:
|
247
|
+
#: lib/gettext_strings.rb:145
|
248
248
|
msgid "Mar"
|
249
249
|
msgstr "mar"
|
250
250
|
|
251
|
-
#: lib/gettext_strings.rb:
|
251
|
+
#: lib/gettext_strings.rb:132
|
252
252
|
msgid "March"
|
253
253
|
msgstr "mars"
|
254
254
|
|
255
|
-
#: lib/gettext_strings.rb:
|
256
|
-
#: lib/gettext_strings.rb:146
|
255
|
+
#: lib/gettext_strings.rb:134 lib/gettext_strings.rb:147
|
257
256
|
msgid "May"
|
258
257
|
msgstr "mai"
|
259
258
|
|
260
|
-
#: lib/gettext_strings.rb:
|
259
|
+
#: lib/gettext_strings.rb:122
|
261
260
|
msgid "Mon"
|
262
261
|
msgstr "lun"
|
263
262
|
|
@@ -269,19 +268,19 @@ msgstr "lundi"
|
|
269
268
|
msgid "Node destroyed."
|
270
269
|
msgstr "Nœud détruit."
|
271
270
|
|
272
|
-
#: lib/gettext_strings.rb:
|
271
|
+
#: lib/gettext_strings.rb:153
|
273
272
|
msgid "Nov"
|
274
273
|
msgstr "nov"
|
275
274
|
|
276
|
-
#: lib/gettext_strings.rb:
|
275
|
+
#: lib/gettext_strings.rb:140
|
277
276
|
msgid "November"
|
278
277
|
msgstr "novembre"
|
279
278
|
|
280
|
-
#: lib/gettext_strings.rb:
|
279
|
+
#: lib/gettext_strings.rb:152
|
281
280
|
msgid "Oct"
|
282
281
|
msgstr "oct"
|
283
282
|
|
284
|
-
#: lib/gettext_strings.rb:
|
283
|
+
#: lib/gettext_strings.rb:139
|
285
284
|
msgid "October"
|
286
285
|
msgstr "octobre"
|
287
286
|
|
@@ -289,11 +288,11 @@ msgstr "octobre"
|
|
289
288
|
msgid "Order cleared."
|
290
289
|
msgstr "Ordre réinitialisé."
|
291
290
|
|
292
|
-
#: app/controllers/nodes_controller.rb:
|
291
|
+
#: app/controllers/nodes_controller.rb:496
|
293
292
|
msgid "Order updated"
|
294
293
|
msgstr "Ordre mis à jour."
|
295
294
|
|
296
|
-
#: lib/gettext_strings.rb:
|
295
|
+
#: lib/gettext_strings.rb:157
|
297
296
|
msgid "Password:"
|
298
297
|
msgstr "Mot de passe"
|
299
298
|
|
@@ -326,7 +325,7 @@ msgstr "La relation a été mise à jour."
|
|
326
325
|
msgid "Rolled back to redaction."
|
327
326
|
msgstr "La version a été transformée en rédaction."
|
328
327
|
|
329
|
-
#: lib/gettext_strings.rb:
|
328
|
+
#: lib/gettext_strings.rb:127
|
330
329
|
msgid "Sat"
|
331
330
|
msgstr "sam"
|
332
331
|
|
@@ -334,11 +333,11 @@ msgstr "sam"
|
|
334
333
|
msgid "Saturday"
|
335
334
|
msgstr "samedi"
|
336
335
|
|
337
|
-
#: lib/gettext_strings.rb:
|
336
|
+
#: lib/gettext_strings.rb:151
|
338
337
|
msgid "Sep"
|
339
338
|
msgstr "sep"
|
340
339
|
|
341
|
-
#: lib/gettext_strings.rb:
|
340
|
+
#: lib/gettext_strings.rb:138
|
342
341
|
msgid "September"
|
343
342
|
msgstr "septembre"
|
344
343
|
|
@@ -346,7 +345,7 @@ msgstr "septembre"
|
|
346
345
|
msgid "Site was successfully updated."
|
347
346
|
msgstr "Le site a été modifié avec succès."
|
348
347
|
|
349
|
-
#: lib/gettext_strings.rb:
|
348
|
+
#: lib/gettext_strings.rb:128
|
350
349
|
msgid "Sun"
|
351
350
|
msgstr "dim"
|
352
351
|
|
@@ -358,7 +357,7 @@ msgstr "dimanche"
|
|
358
357
|
msgid "This node contains sub-nodes: it cannot be destroyed."
|
359
358
|
msgstr "Ce nœud contient des enfants: il ne peut pas être détruit."
|
360
359
|
|
361
|
-
#: lib/gettext_strings.rb:
|
360
|
+
#: lib/gettext_strings.rb:125
|
362
361
|
msgid "Thu"
|
363
362
|
msgstr "jeu"
|
364
363
|
|
@@ -366,7 +365,7 @@ msgstr "jeu"
|
|
366
365
|
msgid "Thursday"
|
367
366
|
msgstr "jeudi"
|
368
367
|
|
369
|
-
#: lib/gettext_strings.rb:
|
368
|
+
#: lib/gettext_strings.rb:123
|
370
369
|
msgid "Tue"
|
371
370
|
msgstr "mar"
|
372
371
|
|
@@ -386,7 +385,7 @@ msgstr "Le téléchargement a échoué: pas de définitions."
|
|
386
385
|
msgid "Upload succeeded."
|
387
386
|
msgstr "Téléchargement effectué."
|
388
387
|
|
389
|
-
#: lib/gettext_strings.rb:
|
388
|
+
#: lib/gettext_strings.rb:156
|
390
389
|
msgid "User name:"
|
391
390
|
msgstr "Nom d'utilisateur"
|
392
391
|
|
@@ -406,7 +405,7 @@ msgstr "La classe virtuelle a été créée avec succès."
|
|
406
405
|
msgid "VirtualClass was successfully updated."
|
407
406
|
msgstr "La classe virtuelle a été modifiée avec succès."
|
408
407
|
|
409
|
-
#: lib/gettext_strings.rb:
|
408
|
+
#: lib/gettext_strings.rb:124
|
410
409
|
msgid "Wed"
|
411
410
|
msgstr "mer"
|
412
411
|
|
@@ -426,8 +425,7 @@ msgstr "[galerie]"
|
|
426
425
|
msgid "a Zen garden"
|
427
426
|
msgstr "un jardin Zen"
|
428
427
|
|
429
|
-
#: app/views/acls/show.html.erb:1
|
430
|
-
#: app/views/acls/index.rhtml:1
|
428
|
+
#: app/views/acls/show.html.erb:1 app/views/acls/index.rhtml:1
|
431
429
|
msgid "access controls"
|
432
430
|
msgstr "contrôles d'accès"
|
433
431
|
|
@@ -435,37 +433,49 @@ msgstr "contrôles d'accès"
|
|
435
433
|
msgid "acl_action_help"
|
436
434
|
msgstr "Action pour laquelle cette acl peut être utilisée."
|
437
435
|
|
438
|
-
#: app/views/acls/_form.rhtml:
|
436
|
+
#: app/views/acls/_form.rhtml:51
|
439
437
|
msgid "acl_exec_group_help"
|
440
|
-
msgstr "
|
438
|
+
msgstr ""
|
439
|
+
"Groupe ajouté au visiteur lors de l'exécution de la requête et lors du rendu."
|
441
440
|
|
442
|
-
#: app/views/acls/_form.rhtml:
|
441
|
+
#: app/views/acls/_form.rhtml:55
|
443
442
|
msgid "acl_exec_skin_help"
|
444
443
|
msgstr "Thème utilisé pour le rendu (vide = thème selon nœud)."
|
445
444
|
|
445
|
+
#: app/views/acls/_form.rhtml:39
|
446
|
+
msgid "acl_format_help"
|
447
|
+
msgstr ""
|
448
|
+
"Format (html,xml,...) pour lequel cette acl peut être utilisée ('*' = tous)."
|
449
|
+
|
446
450
|
#: app/views/acls/_form.rhtml:19
|
447
451
|
msgid "acl_group_help"
|
448
452
|
msgstr "Groupe pouvant utiliser cet acl."
|
449
453
|
|
454
|
+
#: app/views/acls/_form.rhtml:35
|
455
|
+
msgid "acl_mode_help"
|
456
|
+
msgstr ""
|
457
|
+
"Mode pour lequel cette acl peut être utilisée ('*' = tous, '' = pas de mode)."
|
458
|
+
|
450
459
|
#: app/views/acls/_form.rhtml:27
|
451
460
|
msgid "acl_priority_help"
|
452
461
|
msgstr "Les acl avec une priorité plus élevée sont testée avant."
|
453
462
|
|
454
|
-
#: app/views/acls/_form.rhtml:
|
463
|
+
#: app/views/acls/_form.rhtml:47
|
455
464
|
msgid "acl_query_help"
|
456
|
-
msgstr "
|
465
|
+
msgstr ""
|
466
|
+
"Requête SQLiss permettant de trouver tous les nœuds auxquels cette acl donne "
|
467
|
+
"accès."
|
457
468
|
|
458
469
|
#: lib/zena/use/display.rb:282
|
459
470
|
msgid "acls"
|
460
471
|
msgstr "liste d'accès"
|
461
472
|
|
462
|
-
#: app/views/sites/_form.erb:32
|
463
|
-
#: app/views/acls/_form.rhtml:23
|
473
|
+
#: app/views/sites/_form.erb:32 app/views/acls/_form.rhtml:23
|
464
474
|
#: app/views/acls/index.rhtml:7
|
465
475
|
msgid "action"
|
466
476
|
msgstr "action"
|
467
477
|
|
468
|
-
#: lib/gettext_strings.rb:
|
478
|
+
#: lib/gettext_strings.rb:170
|
469
479
|
msgid "address"
|
470
480
|
msgstr "adresse"
|
471
481
|
|
@@ -497,7 +507,7 @@ msgstr "revenir"
|
|
497
507
|
msgid "bak"
|
498
508
|
msgstr "sauv."
|
499
509
|
|
500
|
-
#: lib/gettext_strings.rb:
|
510
|
+
#: lib/gettext_strings.rb:177
|
501
511
|
msgid "birthday"
|
502
512
|
msgstr "anniversaire"
|
503
513
|
|
@@ -509,8 +519,7 @@ msgstr "<img src='/images/key_add.png' alt='ajouter un accès'/>"
|
|
509
519
|
msgid "btn_add"
|
510
520
|
msgstr "<img src='/images/add.png' alt='ajouter'/>"
|
511
521
|
|
512
|
-
#: app/views/comments/_add.rhtml:2
|
513
|
-
#: lib/gettext_strings.rb:27
|
522
|
+
#: app/views/comments/_add.rhtml:2 lib/gettext_strings.rb:27
|
514
523
|
msgid "btn_add_comment"
|
515
524
|
msgstr "<img src='/images/comment_add.png' alt='ajouter un commentaire'/>"
|
516
525
|
|
@@ -556,7 +565,8 @@ msgstr "<img src='/images/group_add.png' alt='ajouter un groupe'/>"
|
|
556
565
|
|
557
566
|
#: app/views/iformats/_add.rhtml:2
|
558
567
|
msgid "btn_iformat_add"
|
559
|
-
msgstr "
|
568
|
+
msgstr ""
|
569
|
+
"<img src='/images/photo_add.png' alt='ajouter un format d'image'/>"
|
560
570
|
|
561
571
|
#: lib/gettext_strings.rb:83
|
562
572
|
msgid "btn_propose"
|
@@ -574,13 +584,11 @@ msgstr "<img src='/images/page_edit.png' alt='éditer'/>"
|
|
574
584
|
msgid "btn_refuse"
|
575
585
|
msgstr "<img src='/images/delete.png' alt='refuser'/>"
|
576
586
|
|
577
|
-
#: app/views/relations/_add.erb:2
|
578
|
-
#: lib/gettext_strings.rb:39
|
587
|
+
#: app/views/relations/_add.erb:2 lib/gettext_strings.rb:39
|
579
588
|
msgid "btn_relation_add"
|
580
589
|
msgstr "<img src='/images/link_add.png' alt='ajouter un rôle'/>"
|
581
590
|
|
582
|
-
#: app/views/comments/_li.rhtml:3
|
583
|
-
#: lib/zena/use/action.rb:145
|
591
|
+
#: app/views/comments/_li.rhtml:3 lib/zena/use/action.rb:145
|
584
592
|
msgid "btn_remove"
|
585
593
|
msgstr "<img src='/images/delete.png' alt='supprimer'/>"
|
586
594
|
|
@@ -588,8 +596,7 @@ msgstr "<img src='/images/delete.png' alt='supprimer'/>"
|
|
588
596
|
msgid "btn_site_add"
|
589
597
|
msgstr "<img src='/images/world_add.png' alt='ajouter un site'/>"
|
590
598
|
|
591
|
-
#: app/views/links/_li.rhtml:6
|
592
|
-
#: lib/zena/use/ajax.rb:418
|
599
|
+
#: app/views/links/_li.rhtml:6 lib/zena/use/ajax.rb:418
|
593
600
|
msgid "btn_tiny_del"
|
594
601
|
msgstr "<img src='/images/bullet_delete.png' alt='supprimer'/>"
|
595
602
|
|
@@ -603,11 +610,14 @@ msgstr "Supprimer entièrement la discussion."
|
|
603
610
|
|
604
611
|
#: lib/gettext_strings.rb:29
|
605
612
|
msgid "btn_title_drive"
|
606
|
-
msgstr "
|
613
|
+
msgstr ""
|
614
|
+
"Ouvrir la fenêtre de pilotage du nœud (modifier l'emplacement, les "
|
615
|
+
"droits d'accès, les liens, etc)."
|
607
616
|
|
608
617
|
#: lib/gettext_strings.rb:28
|
609
618
|
msgid "btn_title_edit"
|
610
|
-
msgstr "
|
619
|
+
msgstr ""
|
620
|
+
"Ouvrir la fenêtre d'édition du nœud (modifier le texte, titre, etc)."
|
611
621
|
|
612
622
|
#: lib/zena/use/action.rb:142
|
613
623
|
msgid "btn_title_open_discussion"
|
@@ -625,35 +635,22 @@ msgstr "<img src='/images/user_add.png' alt='ajouter un utilisateur'/>"
|
|
625
635
|
msgid "btn_view"
|
626
636
|
msgstr "<img src='/images/eye.png' alt='visualiser'/>\""
|
627
637
|
|
628
|
-
#: app/views/virtual_classes/_add.erb:2
|
629
|
-
#: lib/gettext_strings.rb:42
|
638
|
+
#: app/views/virtual_classes/_add.erb:2 lib/gettext_strings.rb:42
|
630
639
|
msgid "btn_virtual_class_add"
|
631
640
|
msgstr "<img src='/images/brick_add.png' alt='ajouter une classe'/>"
|
632
641
|
|
633
|
-
#: app/views/columns/_form.html.erb:3
|
634
|
-
#: app/views/
|
635
|
-
#: app/views/
|
636
|
-
#: app/views/
|
637
|
-
#: app/views/
|
638
|
-
#: app/views/
|
639
|
-
#: app/views/
|
640
|
-
#: app/views/
|
641
|
-
#: app/views/
|
642
|
-
#: app/views/
|
643
|
-
#: app/views/
|
644
|
-
#: app/views/
|
645
|
-
#: app/views/comments/_form.rhtml:12
|
646
|
-
#: app/views/discussions/_form.rhtml:8
|
647
|
-
#: app/views/groups/_form.rhtml:3
|
648
|
-
#: app/views/groups/_form.rhtml:5
|
649
|
-
#: app/views/iformats/_form.rhtml:3
|
650
|
-
#: app/views/iformats/_form.rhtml:5
|
651
|
-
#: app/views/links/_form.rhtml:12
|
652
|
-
#: app/views/links/_form.rhtml:14
|
653
|
-
#: app/views/nodes/_import_results.rhtml:3
|
654
|
-
#: app/views/nodes/_results.rhtml:7
|
655
|
-
#: app/views/users/_form.rhtml:3
|
656
|
-
#: app/views/users/_form.rhtml:5
|
642
|
+
#: app/views/columns/_form.html.erb:3 app/views/columns/_form.html.erb:5
|
643
|
+
#: app/views/relations/_form.erb:3 app/views/relations/_form.erb:5
|
644
|
+
#: app/views/sites/_form.erb:3 app/views/sites/_form.erb:5
|
645
|
+
#: app/views/virtual_classes/_form.erb:3 app/views/virtual_classes/_form.erb:5
|
646
|
+
#: app/views/acls/_form.rhtml:3 app/views/acls/_form.rhtml:5
|
647
|
+
#: app/views/comments/_form.rhtml:8 app/views/comments/_form.rhtml:10
|
648
|
+
#: app/views/comments/_form.rhtml:12 app/views/discussions/_form.rhtml:8
|
649
|
+
#: app/views/groups/_form.rhtml:3 app/views/groups/_form.rhtml:5
|
650
|
+
#: app/views/iformats/_form.rhtml:3 app/views/iformats/_form.rhtml:5
|
651
|
+
#: app/views/links/_form.rhtml:12 app/views/links/_form.rhtml:14
|
652
|
+
#: app/views/nodes/_import_results.rhtml:3 app/views/nodes/_results.rhtml:7
|
653
|
+
#: app/views/users/_form.rhtml:3 app/views/users/_form.rhtml:5
|
657
654
|
#: lib/zena/use/forms.rb:199
|
658
655
|
msgid "btn_x"
|
659
656
|
msgstr "<img src='/images/cross.png' alt='annuler'/>"
|
@@ -661,8 +658,7 @@ msgstr "<img src='/images/cross.png' alt='annuler'/>"
|
|
661
658
|
#: app/views/users/preferences.html.erb:10
|
662
659
|
#: app/views/users/preferences.html.erb:30
|
663
660
|
#: app/views/virtual_classes/import_prepare.html.erb:10
|
664
|
-
#: app/views/virtual_classes/index.erb:30
|
665
|
-
#: app/views/users/_form.rhtml:20
|
661
|
+
#: app/views/virtual_classes/index.erb:30 app/views/users/_form.rhtml:20
|
666
662
|
msgid "cancel"
|
667
663
|
msgstr "annuler"
|
668
664
|
|
@@ -674,14 +670,12 @@ msgstr "impossible de supprimer le lien"
|
|
674
670
|
msgid "cannot update multiple targets"
|
675
671
|
msgstr "impossible de modifier plusieurs cibles"
|
676
672
|
|
677
|
-
#: app/views/nodes/_groups.rhtml:19
|
678
|
-
#: app/views/nodes/_parent.rhtml:11
|
673
|
+
#: app/views/nodes/_groups.rhtml:19 app/views/nodes/_parent.rhtml:11
|
679
674
|
#: lib/zena/use/upload.rb:167
|
680
675
|
msgid "change"
|
681
676
|
msgstr "modifier"
|
682
677
|
|
683
|
-
#: app/views/users/preferences.html.erb:27
|
684
|
-
#: app/views/users/_form.rhtml:19
|
678
|
+
#: app/views/users/preferences.html.erb:27 app/views/users/_form.rhtml:19
|
685
679
|
msgid "change password"
|
686
680
|
msgstr "modifier le mot de passe"
|
687
681
|
|
@@ -689,8 +683,7 @@ msgstr "modifier le mot de passe"
|
|
689
683
|
msgid "change personal information"
|
690
684
|
msgstr "modification des informations personnelles"
|
691
685
|
|
692
|
-
#: app/views/relations/_form.erb:17
|
693
|
-
#: app/views/nodes/_parent.rhtml:7
|
686
|
+
#: app/views/relations/_form.erb:17 app/views/nodes/_parent.rhtml:7
|
694
687
|
msgid "class"
|
695
688
|
msgstr "classe"
|
696
689
|
|
@@ -703,8 +696,7 @@ msgstr "classe de la racine"
|
|
703
696
|
msgid "class scope"
|
704
697
|
msgstr "classe cible"
|
705
698
|
|
706
|
-
#: app/views/virtual_classes/index.erb:1
|
707
|
-
#: lib/zena/use/display.rb:270
|
699
|
+
#: app/views/virtual_classes/index.erb:1 lib/zena/use/display.rb:270
|
708
700
|
msgid "classes"
|
709
701
|
msgstr "classes"
|
710
702
|
|
@@ -712,11 +704,11 @@ msgstr "classes"
|
|
712
704
|
msgid "classes import"
|
713
705
|
msgstr "importation de classes"
|
714
706
|
|
715
|
-
#: lib/gettext_strings.rb:
|
707
|
+
#: lib/gettext_strings.rb:180
|
716
708
|
msgid "clear_cache"
|
717
709
|
msgstr "effacer le cache"
|
718
710
|
|
719
|
-
#: lib/gettext_strings.rb:
|
711
|
+
#: lib/gettext_strings.rb:181
|
720
712
|
msgid "clear_cache done."
|
721
713
|
msgstr "Cache effacé."
|
722
714
|
|
@@ -744,8 +736,7 @@ msgstr "commentaire(s)"
|
|
744
736
|
msgid "commentator"
|
745
737
|
msgstr "commentaires"
|
746
738
|
|
747
|
-
#: app/views/comments/index.rhtml:1
|
748
|
-
#: lib/zena/use/display.rb:258
|
739
|
+
#: app/views/comments/index.rhtml:1 lib/zena/use/display.rb:258
|
749
740
|
msgid "comments"
|
750
741
|
msgstr "commentaires"
|
751
742
|
|
@@ -767,27 +758,24 @@ msgstr "type MIME"
|
|
767
758
|
msgid "convert"
|
768
759
|
msgstr "convertir"
|
769
760
|
|
770
|
-
#: app/models/node.rb:
|
771
|
-
#: app/models/
|
772
|
-
#: app/models/relation_proxy.rb:185
|
773
|
-
#: app/models/relation_proxy.rb:209
|
761
|
+
#: app/models/node.rb:1535 app/models/node.rb:1547
|
762
|
+
#: app/models/relation_proxy.rb:185 app/models/relation_proxy.rb:209
|
774
763
|
msgid "could not be found"
|
775
764
|
msgstr "n'a pas été trouvé"
|
776
765
|
|
777
|
-
#: lib/zena/use/grid.rb:70
|
778
|
-
#: lib/zena/use/grid.rb:98
|
766
|
+
#: lib/zena/use/grid.rb:70 lib/zena/use/grid.rb:98
|
779
767
|
msgid "could not save value (bad attribute)"
|
780
768
|
msgstr "impossible d'enregistrer la valeure (attribut inconnu)"
|
781
769
|
|
782
|
-
#: app/controllers/nodes_controller.rb:
|
770
|
+
#: app/controllers/nodes_controller.rb:368
|
783
771
|
msgid "could not update"
|
784
772
|
msgstr "L'objet n'a pas pu être mis à jour."
|
785
773
|
|
786
|
-
#: app/controllers/users_controller.rb:
|
774
|
+
#: app/controllers/users_controller.rb:117
|
787
775
|
msgid "could not update user"
|
788
776
|
msgstr "Les données utilisateur n'ont pas pu être mises à jour."
|
789
777
|
|
790
|
-
#: lib/gettext_strings.rb:
|
778
|
+
#: lib/gettext_strings.rb:173
|
791
779
|
msgid "country"
|
792
780
|
msgstr "pays"
|
793
781
|
|
@@ -820,10 +808,8 @@ msgstr "++"
|
|
820
808
|
msgid "data entries"
|
821
809
|
msgstr "entrées data"
|
822
810
|
|
823
|
-
#: lib/gettext_strings.rb:117
|
824
|
-
#: lib/zena/use/dates.rb:
|
825
|
-
#: lib/zena/use/dates.rb:130
|
826
|
-
#: lib/zena/use/dates.rb:183
|
811
|
+
#: lib/gettext_strings.rb:117 lib/zena/use/dates.rb:16
|
812
|
+
#: lib/zena/use/dates.rb:130 lib/zena/use/dates.rb:183
|
827
813
|
#: lib/zena/use/dates.rb:194
|
828
814
|
msgid "datetime"
|
829
815
|
msgstr "%d.%m.%Y %H:%M"
|
@@ -840,20 +826,17 @@ msgstr "<img src='/images/photo_grey.png' alt='format d'image'/>"
|
|
840
826
|
msgid "deleted"
|
841
827
|
msgstr "supprimé"
|
842
828
|
|
843
|
-
#: app/views/acls/_form.rhtml:
|
829
|
+
#: app/views/acls/_form.rhtml:43
|
844
830
|
msgid "description"
|
845
831
|
msgstr "description"
|
846
832
|
|
847
|
-
#: app/views/columns/_form.html.erb:33
|
848
|
-
#: app/views/
|
849
|
-
#: app/views/
|
850
|
-
#: app/views/acls/_form.rhtml:60
|
851
|
-
#: app/views/groups/_form.rhtml:41
|
852
|
-
#: app/views/iformats/_form.rhtml:27
|
833
|
+
#: app/views/columns/_form.html.erb:33 app/views/relations/_form.erb:44
|
834
|
+
#: app/views/virtual_classes/_form.erb:52 app/views/acls/_form.rhtml:68
|
835
|
+
#: app/views/groups/_form.rhtml:41 app/views/iformats/_form.rhtml:27
|
853
836
|
msgid "destroy"
|
854
837
|
msgstr "supprimer"
|
855
838
|
|
856
|
-
#: app/views/acls/_form.rhtml:
|
839
|
+
#: app/views/acls/_form.rhtml:68
|
857
840
|
msgid "destroy acl"
|
858
841
|
msgstr "supprimer accès"
|
859
842
|
|
@@ -901,7 +884,7 @@ msgstr "document"
|
|
901
884
|
msgid "drive_tab"
|
902
885
|
msgstr "réglages"
|
903
886
|
|
904
|
-
#: lib/zena/use/urls.rb:
|
887
|
+
#: lib/zena/use/urls.rb:834
|
905
888
|
msgid "edit"
|
906
889
|
msgstr "éditer"
|
907
890
|
|
@@ -913,7 +896,7 @@ msgstr "modifier la relation"
|
|
913
896
|
msgid "edit site"
|
914
897
|
msgstr "éditer le site"
|
915
898
|
|
916
|
-
#: lib/gettext_strings.rb:
|
899
|
+
#: lib/gettext_strings.rb:176
|
917
900
|
msgid "email"
|
918
901
|
msgstr "email"
|
919
902
|
|
@@ -921,13 +904,11 @@ msgstr "email"
|
|
921
904
|
msgid "en"
|
922
905
|
msgstr "anglais"
|
923
906
|
|
924
|
-
#: app/views/acls/_form.rhtml:
|
925
|
-
#: app/views/acls/index.rhtml:10
|
907
|
+
#: app/views/acls/_form.rhtml:51 app/views/acls/index.rhtml:12
|
926
908
|
msgid "exec group"
|
927
909
|
msgstr "groupe exéc."
|
928
910
|
|
929
|
-
#: app/views/acls/_form.rhtml:
|
930
|
-
#: app/views/acls/index.rhtml:11
|
911
|
+
#: app/views/acls/_form.rhtml:55 app/views/acls/index.rhtml:13
|
931
912
|
msgid "exec skin"
|
932
913
|
msgstr "thème"
|
933
914
|
|
@@ -943,10 +924,11 @@ msgstr "extension"
|
|
943
924
|
msgid "file_tab"
|
944
925
|
msgstr "fichier"
|
945
926
|
|
946
|
-
#: lib/gettext_strings.rb:
|
927
|
+
#: lib/gettext_strings.rb:168
|
947
928
|
msgid "first_name"
|
948
929
|
msgstr "prénom"
|
949
930
|
|
931
|
+
#: app/views/acls/_form.rhtml:39 app/views/acls/index.rhtml:10
|
950
932
|
#: app/views/templates/document_create_tabs/_template.rhtml:16
|
951
933
|
#: app/views/templates/edit_tabs/_template.rhtml:1
|
952
934
|
msgid "format"
|
@@ -976,15 +958,12 @@ msgstr "<img src='/images/photo_blue.png' alt='plein format'/>"
|
|
976
958
|
msgid "gravity"
|
977
959
|
msgstr "gravité"
|
978
960
|
|
979
|
-
#: app/views/groups/edit.html.erb:1
|
980
|
-
#: app/views/
|
981
|
-
#: app/views/acls/_form.rhtml:19
|
982
|
-
#: app/views/acls/index.rhtml:6
|
961
|
+
#: app/views/groups/edit.html.erb:1 app/views/groups/show.html.erb:1
|
962
|
+
#: app/views/acls/_form.rhtml:19 app/views/acls/index.rhtml:6
|
983
963
|
msgid "group"
|
984
964
|
msgstr "groupe"
|
985
965
|
|
986
|
-
#: app/views/groups/index.rhtml:1
|
987
|
-
#: app/views/users/_form.rhtml:29
|
966
|
+
#: app/views/groups/index.rhtml:1 app/views/users/_form.rhtml:29
|
988
967
|
#: lib/zena/use/display.rb:264
|
989
968
|
msgid "groups"
|
990
969
|
msgstr "groupes"
|
@@ -993,13 +972,11 @@ msgstr "groupes"
|
|
993
972
|
msgid "has already been taken in %s"
|
994
973
|
msgstr "déjà définit dans %s"
|
995
974
|
|
996
|
-
#: app/views/relations/_form.erb:24
|
997
|
-
#: app/views/relations/_form.erb:28
|
975
|
+
#: app/views/relations/_form.erb:24 app/views/relations/_form.erb:28
|
998
976
|
msgid "has_many"
|
999
977
|
msgstr "has_many"
|
1000
978
|
|
1001
|
-
#: app/views/relations/_form.erb:23
|
1002
|
-
#: app/views/relations/_form.erb:27
|
979
|
+
#: app/views/relations/_form.erb:23 app/views/relations/_form.erb:27
|
1003
980
|
msgid "has_one"
|
1004
981
|
msgstr "has_one"
|
1005
982
|
|
@@ -1009,7 +986,10 @@ msgstr "hauteur"
|
|
1009
986
|
|
1010
987
|
#: app/views/templates/edit_tabs/_help.rhtml:6
|
1011
988
|
msgid "help not found"
|
1012
|
-
msgstr "
|
989
|
+
msgstr ""
|
990
|
+
"L'objet d'aide n'a pas été trouvé. Cet objet doit porter le nom 'help'. En "
|
991
|
+
"attendant, vous pouvez consulter le site officiel \"zena\":http://zenadmin."
|
992
|
+
"org."
|
1013
993
|
|
1014
994
|
#: lib/gettext_strings.rb:4
|
1015
995
|
msgid "help_tab"
|
@@ -1019,8 +999,7 @@ msgstr "aide"
|
|
1019
999
|
msgid "host"
|
1020
1000
|
msgstr "nom d'hôte"
|
1021
1001
|
|
1022
|
-
#: app/views/relations/_form.erb:35
|
1023
|
-
#: app/views/virtual_classes/_form.erb:45
|
1002
|
+
#: app/views/relations/_form.erb:35 app/views/virtual_classes/_form.erb:45
|
1024
1003
|
msgid "icon"
|
1025
1004
|
msgstr "icône"
|
1026
1005
|
|
@@ -1036,8 +1015,7 @@ msgstr "champs d'indexation inverse"
|
|
1036
1015
|
msgid "idx_scope"
|
1037
1016
|
msgstr "champs d'index"
|
1038
1017
|
|
1039
|
-
#: app/views/iformats/edit.html.erb:1
|
1040
|
-
#: app/views/iformats/show.html.erb:1
|
1018
|
+
#: app/views/iformats/edit.html.erb:1 app/views/iformats/show.html.erb:1
|
1041
1019
|
msgid "iformat"
|
1042
1020
|
msgstr "format image"
|
1043
1021
|
|
@@ -1049,8 +1027,7 @@ msgstr "<img src='/images/photo.png' alt='format d'image'/>"
|
|
1049
1027
|
msgid "image"
|
1050
1028
|
msgstr "image"
|
1051
1029
|
|
1052
|
-
#: app/views/iformats/index.rhtml:1
|
1053
|
-
#: lib/zena/use/display.rb:276
|
1030
|
+
#: app/views/iformats/index.rhtml:1 lib/zena/use/display.rb:276
|
1054
1031
|
msgid "image formats"
|
1055
1032
|
msgstr "formats image"
|
1056
1033
|
|
@@ -1078,11 +1055,11 @@ msgstr "<img src='/images/comment.png' alt='commentaires internes'/>"
|
|
1078
1055
|
msgid "img_custom_inherit"
|
1079
1056
|
msgstr "<img src='/images/cog.png' alt='droits spécifiques'/>"
|
1080
1057
|
|
1081
|
-
#: lib/gettext_strings.rb:
|
1058
|
+
#: lib/gettext_strings.rb:189
|
1082
1059
|
msgid "img_datetime"
|
1083
1060
|
msgstr "<img src='/images/date.png' alt='date et heure'/>"
|
1084
1061
|
|
1085
|
-
#: lib/gettext_strings.rb:
|
1062
|
+
#: lib/gettext_strings.rb:188
|
1086
1063
|
msgid "img_float"
|
1087
1064
|
msgstr "<img src='/images/chart_curve.png' alt='nombre à virgule flotante'/>"
|
1088
1065
|
|
@@ -1098,17 +1075,15 @@ msgstr "<img src='/images/group_pub.png' alt='groupe public'/>"
|
|
1098
1075
|
msgid "img_group_site"
|
1099
1076
|
msgstr "<img src='/images/group_site.png' alt='groupe des utilisateurs'/>"
|
1100
1077
|
|
1101
|
-
#: app/views/relations/_li.erb:8
|
1102
|
-
#: app/views/relations/_li.erb:18
|
1078
|
+
#: app/views/relations/_li.erb:8 app/views/relations/_li.erb:18
|
1103
1079
|
msgid "img_has_many"
|
1104
1080
|
msgstr "<img src='/images/page_white_stack.png' alt='possède plusieurs'/>"
|
1105
1081
|
|
1106
|
-
#: app/views/relations/_li.erb:8
|
1107
|
-
#: app/views/relations/_li.erb:18
|
1082
|
+
#: app/views/relations/_li.erb:8 app/views/relations/_li.erb:18
|
1108
1083
|
msgid "img_has_one"
|
1109
1084
|
msgstr "<img src='/images/page_white.png' alt='possède un'/>"
|
1110
1085
|
|
1111
|
-
#: lib/gettext_strings.rb:
|
1086
|
+
#: lib/gettext_strings.rb:187
|
1112
1087
|
msgid "img_integer"
|
1113
1088
|
msgstr "<img src='/images/chart_line.png' alt='nombre entier'/>"
|
1114
1089
|
|
@@ -1116,26 +1091,27 @@ msgstr "<img src='/images/chart_line.png' alt='nombre entier'/>"
|
|
1116
1091
|
msgid "img_link"
|
1117
1092
|
msgstr "<img src='/images/tag_blue.png' alt='lien'/>"
|
1118
1093
|
|
1119
|
-
#: lib/gettext_strings.rb:66
|
1120
|
-
#: lib/zena/use/i18n.rb:204
|
1094
|
+
#: lib/gettext_strings.rb:66 lib/zena/use/i18n.rb:204
|
1121
1095
|
msgid "img_next_page"
|
1122
|
-
msgstr "
|
1096
|
+
msgstr ""
|
1097
|
+
"<img src='/images/control_fastforward.png' alt='page suivante' title='page "
|
1098
|
+
"suivante'/>"
|
1123
1099
|
|
1124
1100
|
#: lib/zena/use/action.rb:140
|
1125
1101
|
msgid "img_open"
|
1126
1102
|
msgstr "<img src='/images/lock_open.png' alt='ouvert'/>"
|
1127
1103
|
|
1128
|
-
#: lib/gettext_strings.rb:65
|
1129
|
-
#: lib/zena/use/i18n.rb:204
|
1104
|
+
#: lib/gettext_strings.rb:65 lib/zena/use/i18n.rb:204
|
1130
1105
|
msgid "img_prev_page"
|
1131
|
-
msgstr "
|
1106
|
+
msgstr ""
|
1107
|
+
"<img src='/images/control_rewind.png' alt='page précédente' title='page "
|
1108
|
+
"précédente'/>"
|
1132
1109
|
|
1133
1110
|
#: lib/gettext_strings.rb:49
|
1134
1111
|
msgid "img_private"
|
1135
1112
|
msgstr "<img src='/images/lock.png' alt='privé'/>"
|
1136
1113
|
|
1137
|
-
#: lib/gettext_strings.rb:48
|
1138
|
-
#: lib/zena/use/html_tags.rb:109
|
1114
|
+
#: lib/gettext_strings.rb:48 lib/zena/use/html_tags.rb:112
|
1139
1115
|
msgid "img_public"
|
1140
1116
|
msgstr "<img src='/images/user_pub.png' alt='publique'/>"
|
1141
1117
|
|
@@ -1143,7 +1119,7 @@ msgstr "<img src='/images/user_pub.png' alt='publique'/>"
|
|
1143
1119
|
msgid "img_relation"
|
1144
1120
|
msgstr "<img src='/images/link.png' alt='relation'/>"
|
1145
1121
|
|
1146
|
-
#: lib/gettext_strings.rb:
|
1122
|
+
#: lib/gettext_strings.rb:186
|
1147
1123
|
msgid "img_string"
|
1148
1124
|
msgstr "<img src='/images/text_align_left.png' alt='texte'/>"
|
1149
1125
|
|
@@ -1204,7 +1180,7 @@ msgstr "dans 1 minute"
|
|
1204
1180
|
msgid "index"
|
1205
1181
|
msgstr "index"
|
1206
1182
|
|
1207
|
-
#: app/controllers/users_controller.rb:
|
1183
|
+
#: app/controllers/users_controller.rb:115
|
1208
1184
|
msgid "information successfully updated"
|
1209
1185
|
msgstr "Les informations ont été mises à jour."
|
1210
1186
|
|
@@ -1212,8 +1188,7 @@ msgstr "Les informations ont été mises à jour."
|
|
1212
1188
|
msgid "inherit"
|
1213
1189
|
msgstr "hériter"
|
1214
1190
|
|
1215
|
-
#: app/views/discussions/_form.rhtml:12
|
1216
|
-
#: lib/gettext_strings.rb:60
|
1191
|
+
#: app/views/discussions/_form.rhtml:12 lib/gettext_strings.rb:60
|
1217
1192
|
msgid "inside"
|
1218
1193
|
msgstr "interne"
|
1219
1194
|
|
@@ -1238,12 +1213,11 @@ msgid "kpath"
|
|
1238
1213
|
msgstr "chemin de classe"
|
1239
1214
|
|
1240
1215
|
#: app/views/users/preferences.html.erb:17
|
1241
|
-
#: app/views/templates/edit_tabs/_title.rhtml:7
|
1242
|
-
#: app/views/users/_form.rhtml:26
|
1216
|
+
#: app/views/templates/edit_tabs/_title.rhtml:7 app/views/users/_form.rhtml:26
|
1243
1217
|
msgid "language"
|
1244
1218
|
msgstr "langue"
|
1245
1219
|
|
1246
|
-
#: lib/gettext_strings.rb:
|
1220
|
+
#: lib/gettext_strings.rb:169
|
1247
1221
|
msgid "last_name"
|
1248
1222
|
msgstr "nom"
|
1249
1223
|
|
@@ -1255,18 +1229,15 @@ msgstr "relations"
|
|
1255
1229
|
msgid "links_tab"
|
1256
1230
|
msgstr "relations"
|
1257
1231
|
|
1258
|
-
#: lib/gettext_strings.rb:
|
1232
|
+
#: lib/gettext_strings.rb:172
|
1259
1233
|
msgid "locality"
|
1260
1234
|
msgstr "lieu"
|
1261
1235
|
|
1262
|
-
#: app/views/users/preferences.html.erb:16
|
1263
|
-
#: app/views/users/_form.rhtml:17
|
1236
|
+
#: app/views/users/preferences.html.erb:16 app/views/users/_form.rhtml:17
|
1264
1237
|
msgid "login"
|
1265
1238
|
msgstr "login"
|
1266
1239
|
|
1267
|
-
#: lib/zena/use/dates.rb:57
|
1268
|
-
#: lib/zena/use/dates.rb:130
|
1269
|
-
#: lib/zena/use/i18n.rb:92
|
1240
|
+
#: lib/zena/use/dates.rb:57 lib/zena/use/dates.rb:130 lib/zena/use/i18n.rb:92
|
1270
1241
|
msgid "long_date"
|
1271
1242
|
msgstr "%d.%m.%Y"
|
1272
1243
|
|
@@ -1286,10 +1257,11 @@ msgstr "taille maximale"
|
|
1286
1257
|
msgid "missing target"
|
1287
1258
|
msgstr "cible manquante"
|
1288
1259
|
|
1289
|
-
#: lib/gettext_strings.rb:
|
1260
|
+
#: lib/gettext_strings.rb:175
|
1290
1261
|
msgid "mobile"
|
1291
1262
|
msgstr "mobile"
|
1292
1263
|
|
1264
|
+
#: app/views/acls/_form.rhtml:35 app/views/acls/index.rhtml:9
|
1293
1265
|
#: app/views/nodes/_groups.rhtml:14
|
1294
1266
|
#: app/views/templates/document_create_tabs/_template.rhtml:13
|
1295
1267
|
#: app/views/templates/edit_tabs/_template.rhtml:4
|
@@ -1308,23 +1280,19 @@ msgstr "modifié par"
|
|
1308
1280
|
msgid "my home"
|
1309
1281
|
msgstr "suivi"
|
1310
1282
|
|
1311
|
-
#: app/views/columns/_form.html.erb:19
|
1312
|
-
#: app/views/
|
1313
|
-
#: app/views/
|
1314
|
-
#: app/views/acls/index.rhtml:8
|
1315
|
-
#: app/views/groups/_form.rhtml:18
|
1316
|
-
#: app/views/iformats/_form.rhtml:16
|
1283
|
+
#: app/views/columns/_form.html.erb:19 app/views/virtual_classes/_form.erb:16
|
1284
|
+
#: app/views/acls/_form.rhtml:31 app/views/acls/index.rhtml:8
|
1285
|
+
#: app/views/groups/_form.rhtml:18 app/views/iformats/_form.rhtml:16
|
1317
1286
|
#: app/views/templates/document_create_tabs/_template.rhtml:7
|
1318
1287
|
#: app/views/templates/document_create_tabs/_text_document.rhtml:8
|
1319
1288
|
msgid "name"
|
1320
1289
|
msgstr "nom"
|
1321
1290
|
|
1322
|
-
#: app/controllers/nodes_controller.rb:
|
1291
|
+
#: app/controllers/nodes_controller.rb:472
|
1323
1292
|
msgid "new"
|
1324
1293
|
msgstr "nouveau"
|
1325
1294
|
|
1326
|
-
#: app/views/columns/new.html.erb:1
|
1327
|
-
#: app/views/virtual_classes/new.erb:1
|
1295
|
+
#: app/views/columns/new.html.erb:1 app/views/virtual_classes/new.erb:1
|
1328
1296
|
msgid "new class"
|
1329
1297
|
msgstr "nouvelle classe"
|
1330
1298
|
|
@@ -1336,7 +1304,7 @@ msgstr "nouveau mot de passe"
|
|
1336
1304
|
msgid "new relation"
|
1337
1305
|
msgstr "nouvelle relation"
|
1338
1306
|
|
1339
|
-
#: lib/gettext_strings.rb:
|
1307
|
+
#: lib/gettext_strings.rb:120
|
1340
1308
|
msgid "news_date"
|
1341
1309
|
msgstr "%A %d %B %Y"
|
1342
1310
|
|
@@ -1348,11 +1316,11 @@ msgstr "pas d'API"
|
|
1348
1316
|
msgid "no result found"
|
1349
1317
|
msgstr "la recherche n'a donné aucun résultat"
|
1350
1318
|
|
1351
|
-
#: app/controllers/nodes_controller.rb:
|
1319
|
+
#: app/controllers/nodes_controller.rb:472
|
1352
1320
|
msgid "node not found"
|
1353
1321
|
msgstr "objet non trouvé"
|
1354
1322
|
|
1355
|
-
#: app/controllers/nodes_controller.rb:
|
1323
|
+
#: app/controllers/nodes_controller.rb:366
|
1356
1324
|
msgid "node updated"
|
1357
1325
|
msgstr "Objet mis à jour."
|
1358
1326
|
|
@@ -1364,8 +1332,7 @@ msgstr "ancien mot de passe"
|
|
1364
1332
|
msgid "open"
|
1365
1333
|
msgstr "ouvert"
|
1366
1334
|
|
1367
|
-
#: app/views/sites/_form.erb:25
|
1368
|
-
#: lib/gettext_strings.rb:36
|
1335
|
+
#: app/views/sites/_form.erb:25 lib/gettext_strings.rb:36
|
1369
1336
|
msgid "options"
|
1370
1337
|
msgstr "options"
|
1371
1338
|
|
@@ -1382,8 +1349,7 @@ msgstr "première version par"
|
|
1382
1349
|
msgid "original is #X this view"
|
1383
1350
|
msgstr "L'original est #X fois cette image."
|
1384
1351
|
|
1385
|
-
#: app/views/discussions/_form.rhtml:11
|
1386
|
-
#: lib/gettext_strings.rb:61
|
1352
|
+
#: app/views/discussions/_form.rhtml:11 lib/gettext_strings.rb:61
|
1387
1353
|
msgid "outside"
|
1388
1354
|
msgstr "externe"
|
1389
1355
|
|
@@ -1408,8 +1374,7 @@ msgstr "transformer les ids en noms"
|
|
1408
1374
|
msgid "parse names to ids"
|
1409
1375
|
msgstr "transformer les noms en ids"
|
1410
1376
|
|
1411
|
-
#: app/views/users/_form.rhtml:20
|
1412
|
-
#: app/views/users/_form.rhtml:22
|
1377
|
+
#: app/views/users/_form.rhtml:20 app/views/users/_form.rhtml:22
|
1413
1378
|
msgid "password"
|
1414
1379
|
msgstr "mot de passe"
|
1415
1380
|
|
@@ -1417,7 +1382,7 @@ msgstr "mot de passe"
|
|
1417
1382
|
msgid "popup"
|
1418
1383
|
msgstr "popup"
|
1419
1384
|
|
1420
|
-
#: lib/gettext_strings.rb:
|
1385
|
+
#: lib/gettext_strings.rb:171
|
1421
1386
|
msgid "postal_code"
|
1422
1387
|
msgstr "code postal"
|
1423
1388
|
|
@@ -1425,8 +1390,7 @@ msgstr "code postal"
|
|
1425
1390
|
msgid "posted by"
|
1426
1391
|
msgstr "un article de"
|
1427
1392
|
|
1428
|
-
#: app/views/users/preferences.html.erb:1
|
1429
|
-
#: lib/zena/use/display.rb:255
|
1393
|
+
#: app/views/users/preferences.html.erb:1 lib/zena/use/display.rb:255
|
1430
1394
|
msgid "preferences"
|
1431
1395
|
msgstr "préférences"
|
1432
1396
|
|
@@ -1442,8 +1406,7 @@ msgstr "prop"
|
|
1442
1406
|
msgid "prop eval"
|
1443
1407
|
msgstr "propriétés évaluées"
|
1444
1408
|
|
1445
|
-
#: app/views/columns/index.html.erb:1
|
1446
|
-
#: lib/zena/use/display.rb:273
|
1409
|
+
#: app/views/columns/index.html.erb:1 lib/zena/use/display.rb:273
|
1447
1410
|
msgid "properties"
|
1448
1411
|
msgstr "attributs"
|
1449
1412
|
|
@@ -1456,8 +1419,7 @@ msgstr "attribut"
|
|
1456
1419
|
msgid "pub"
|
1457
1420
|
msgstr "pub."
|
1458
1421
|
|
1459
|
-
#: app/views/sites/_form.erb:21
|
1460
|
-
#: lib/gettext_strings.rb:37
|
1422
|
+
#: app/views/sites/_form.erb:21 lib/gettext_strings.rb:37
|
1461
1423
|
msgid "public group"
|
1462
1424
|
msgstr "groupe public"
|
1463
1425
|
|
@@ -1473,8 +1435,7 @@ msgstr "publier les nœuds"
|
|
1473
1435
|
msgid "publishers"
|
1474
1436
|
msgstr "éditeurs"
|
1475
1437
|
|
1476
|
-
#: app/views/acls/_form.rhtml:
|
1477
|
-
#: app/views/acls/index.rhtml:9
|
1438
|
+
#: app/views/acls/_form.rhtml:47 app/views/acls/index.rhtml:11
|
1478
1439
|
msgid "query"
|
1479
1440
|
msgstr "requête"
|
1480
1441
|
|
@@ -1490,23 +1451,23 @@ msgstr "lecteur"
|
|
1490
1451
|
msgid "readers"
|
1491
1452
|
msgstr "lecteurs"
|
1492
1453
|
|
1493
|
-
#: lib/gettext_strings.rb:
|
1454
|
+
#: lib/gettext_strings.rb:164
|
1494
1455
|
msgid "rebuild"
|
1495
1456
|
msgstr "<img src='/images/arrow_refresh.png' alt='rebuild'/> rebuild zafu"
|
1496
1457
|
|
1497
|
-
#: lib/gettext_strings.rb:
|
1458
|
+
#: lib/gettext_strings.rb:165
|
1498
1459
|
msgid "rebuild_btn"
|
1499
1460
|
msgstr "<img src='/images/arrow_refresh.png' alt='rebuild template'/>"
|
1500
1461
|
|
1501
|
-
#: lib/gettext_strings.rb:
|
1462
|
+
#: lib/gettext_strings.rb:182
|
1502
1463
|
msgid "rebuild_index"
|
1503
1464
|
msgstr "recalculer les indexes"
|
1504
1465
|
|
1505
|
-
#: lib/gettext_strings.rb:
|
1466
|
+
#: lib/gettext_strings.rb:183
|
1506
1467
|
msgid "rebuild_index done."
|
1507
1468
|
msgstr "Le calcul des indexes a été lancé."
|
1508
1469
|
|
1509
|
-
#: lib/gettext_strings.rb:
|
1470
|
+
#: lib/gettext_strings.rb:161
|
1510
1471
|
msgid "redaction saved"
|
1511
1472
|
msgstr "Rédaction enregistrée."
|
1512
1473
|
|
@@ -1518,8 +1479,7 @@ msgstr "délai de réédition"
|
|
1518
1479
|
msgid "relation_img"
|
1519
1480
|
msgstr "<img src='/images/target.png' alt='rôle'/>"
|
1520
1481
|
|
1521
|
-
#: app/views/relations/index.erb:1
|
1522
|
-
#: lib/zena/use/display.rb:267
|
1482
|
+
#: app/views/relations/index.erb:1 lib/zena/use/display.rb:267
|
1523
1483
|
msgid "relations"
|
1524
1484
|
msgstr "relations"
|
1525
1485
|
|
@@ -1547,8 +1507,7 @@ msgstr "revenir"
|
|
1547
1507
|
msgid "rights cannot be changed"
|
1548
1508
|
msgstr "Les droits ne peuvent pas être modifiés."
|
1549
1509
|
|
1550
|
-
#: app/views/columns/_form.html.erb:17
|
1551
|
-
#: app/views/relations/_form.erb:31
|
1510
|
+
#: app/views/columns/_form.html.erb:17 app/views/relations/_form.erb:31
|
1552
1511
|
msgid "role"
|
1553
1512
|
msgstr "rôle"
|
1554
1513
|
|
@@ -1580,18 +1539,15 @@ msgstr "%d.%m"
|
|
1580
1539
|
msgid "short_time"
|
1581
1540
|
msgstr "%Hh%M"
|
1582
1541
|
|
1583
|
-
#: app/views/sites/_form.erb:22
|
1584
|
-
#: lib/gettext_strings.rb:38
|
1542
|
+
#: app/views/sites/_form.erb:22 lib/gettext_strings.rb:38
|
1585
1543
|
msgid "site group"
|
1586
1544
|
msgstr "groupe de site"
|
1587
1545
|
|
1588
|
-
#: app/views/sites/_li.erb:2
|
1589
|
-
#: lib/gettext_strings.rb:34
|
1546
|
+
#: app/views/sites/_li.erb:2 lib/gettext_strings.rb:34
|
1590
1547
|
msgid "site_img"
|
1591
1548
|
msgstr "<img src='/images/world.png' alt='site'/>"
|
1592
1549
|
|
1593
|
-
#: app/views/sites/index.erb:1
|
1594
|
-
#: lib/zena/use/display.rb:279
|
1550
|
+
#: app/views/sites/index.erb:1 lib/zena/use/display.rb:279
|
1595
1551
|
msgid "sites"
|
1596
1552
|
msgstr "sites"
|
1597
1553
|
|
@@ -1603,8 +1559,7 @@ msgstr "taille"
|
|
1603
1559
|
msgid "skin"
|
1604
1560
|
msgstr "thème"
|
1605
1561
|
|
1606
|
-
#: app/views/links/_form.rhtml:29
|
1607
|
-
#: app/views/users/_form.rhtml:25
|
1562
|
+
#: app/views/links/_form.rhtml:29 app/views/users/_form.rhtml:25
|
1608
1563
|
msgid "status"
|
1609
1564
|
msgstr "statut"
|
1610
1565
|
|
@@ -1679,7 +1634,7 @@ msgstr "superclasse"
|
|
1679
1634
|
msgid "tags"
|
1680
1635
|
msgstr "mots clés"
|
1681
1636
|
|
1682
|
-
#: lib/gettext_strings.rb:
|
1637
|
+
#: lib/gettext_strings.rb:174
|
1683
1638
|
msgid "telephone"
|
1684
1639
|
msgstr "téléphone"
|
1685
1640
|
|
@@ -1699,8 +1654,7 @@ msgstr "texte"
|
|
1699
1654
|
msgid "textdocument_tab"
|
1700
1655
|
msgstr "doc. texte"
|
1701
1656
|
|
1702
|
-
#: app/views/users/preferences.html.erb:18
|
1703
|
-
#: app/views/users/_form.rhtml:27
|
1657
|
+
#: app/views/users/preferences.html.erb:18 app/views/users/_form.rhtml:27
|
1704
1658
|
msgid "time zone"
|
1705
1659
|
msgstr "fuseau horaire"
|
1706
1660
|
|
@@ -1726,18 +1680,16 @@ msgstr "quitter le mode dev"
|
|
1726
1680
|
msgid "turn dev on"
|
1727
1681
|
msgstr "passer en mode dev"
|
1728
1682
|
|
1729
|
-
#: lib/gettext_strings.rb:
|
1683
|
+
#: lib/gettext_strings.rb:166
|
1730
1684
|
msgid "turn_dev_off_btn"
|
1731
1685
|
msgstr "<img src='/images/bug.png' title='quitter le mode dev'/>"
|
1732
1686
|
|
1733
|
-
#: app/views/columns/_form.html.erb:18
|
1734
|
-
#: app/views/
|
1735
|
-
#: app/views/virtual_classes/_form.erb:18
|
1736
|
-
#: app/views/iformats/_form.rhtml:17
|
1687
|
+
#: app/views/columns/_form.html.erb:18 app/views/relations/_form.erb:21
|
1688
|
+
#: app/views/virtual_classes/_form.erb:18 app/views/iformats/_form.rhtml:17
|
1737
1689
|
msgid "type"
|
1738
1690
|
msgstr "type"
|
1739
1691
|
|
1740
|
-
#: app/models/node.rb:
|
1692
|
+
#: app/models/node.rb:1542
|
1741
1693
|
msgid "type mismatch (%{type} is not a Skin)"
|
1742
1694
|
msgstr "mauvais type (%{type} n'est pas un Skin)"
|
1743
1695
|
|
@@ -1757,29 +1709,22 @@ msgstr "utiliser accès augmentés"
|
|
1757
1709
|
msgid "user"
|
1758
1710
|
msgstr "utilisateur"
|
1759
1711
|
|
1760
|
-
#: app/views/groups/_form.rhtml:19
|
1761
|
-
#: app/views/users/index.rhtml:1
|
1712
|
+
#: app/views/groups/_form.rhtml:19 app/views/users/index.rhtml:1
|
1762
1713
|
#: lib/zena/use/display.rb:261
|
1763
1714
|
msgid "users"
|
1764
1715
|
msgstr "utilisateurs"
|
1765
1716
|
|
1766
|
-
#: app/views/columns/_form.html.erb:28
|
1767
|
-
#: app/views/
|
1768
|
-
#: app/views/sites/_form.erb:40
|
1769
|
-
#: app/views/users/preferences.html.erb:19
|
1717
|
+
#: app/views/columns/_form.html.erb:28 app/views/relations/_form.erb:39
|
1718
|
+
#: app/views/sites/_form.erb:40 app/views/users/preferences.html.erb:19
|
1770
1719
|
#: app/views/users/preferences.html.erb:38
|
1771
|
-
#: app/views/virtual_classes/_form.erb:46
|
1772
|
-
#: app/views/
|
1773
|
-
#: app/views/
|
1774
|
-
#: app/views/groups/_form.rhtml:35
|
1775
|
-
#: app/views/iformats/_form.rhtml:22
|
1776
|
-
#: app/views/nodes/_edit_attribute.rhtml:15
|
1720
|
+
#: app/views/virtual_classes/_form.erb:46 app/views/acls/_form.rhtml:60
|
1721
|
+
#: app/views/comments/_form.rhtml:23 app/views/groups/_form.rhtml:35
|
1722
|
+
#: app/views/iformats/_form.rhtml:22 app/views/nodes/_edit_attribute.rhtml:15
|
1777
1723
|
#: app/views/templates/document_create_tabs/_file.rhtml:3
|
1778
1724
|
#: app/views/templates/document_create_tabs/_import.rhtml:2
|
1779
1725
|
#: app/views/templates/document_create_tabs/_template.rhtml:3
|
1780
1726
|
#: app/views/templates/document_create_tabs/_text_document.rhtml:3
|
1781
|
-
#: app/views/users/_form.rhtml:50
|
1782
|
-
#: app/views/versions/edit.rhtml:17
|
1727
|
+
#: app/views/users/_form.rhtml:50 app/views/versions/edit.rhtml:17
|
1783
1728
|
msgid "validate"
|
1784
1729
|
msgstr " valider "
|
1785
1730
|
|
@@ -1791,13 +1736,11 @@ msgstr "versions"
|
|
1791
1736
|
msgid "virtual class"
|
1792
1737
|
msgstr "classe virtuelle"
|
1793
1738
|
|
1794
|
-
#: app/views/virtual_classes/_li.erb:13
|
1795
|
-
#: lib/gettext_strings.rb:41
|
1739
|
+
#: app/views/virtual_classes/_li.erb:13 lib/gettext_strings.rb:41
|
1796
1740
|
msgid "virtual_class_error_img"
|
1797
1741
|
msgstr "<img src='/images/brick_error.png' alt='erreur'/>"
|
1798
1742
|
|
1799
|
-
#: app/views/virtual_classes/_li.erb:3
|
1800
|
-
#: app/views/virtual_classes/_li.erb:13
|
1743
|
+
#: app/views/virtual_classes/_li.erb:3 app/views/virtual_classes/_li.erb:13
|
1801
1744
|
#: lib/gettext_strings.rb:40
|
1802
1745
|
msgid "virtual_class_img"
|
1803
1746
|
msgstr "<img src='/images/brick.png' alt='classe'/>"
|
@@ -1818,7 +1761,7 @@ msgstr "rédacteurs"
|
|
1818
1761
|
msgid "yesterday"
|
1819
1762
|
msgstr "hier"
|
1820
1763
|
|
1821
|
-
#: lib/gettext_strings.rb:
|
1764
|
+
#: lib/gettext_strings.rb:160
|
1822
1765
|
msgid "you are editing the original"
|
1823
1766
|
msgstr "vous éditez l'original"
|
1824
1767
|
|