zena 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +80 -25
- data/Rakefile +2 -2
- data/app/controllers/columns_controller.rb +2 -2
- data/app/controllers/nodes_controller.rb +22 -29
- data/app/controllers/user_sessions_controller.rb +35 -10
- data/app/controllers/users_controller.rb +2 -2
- data/app/controllers/versions_controller.rb +2 -2
- data/app/models/group.rb +15 -1
- data/app/models/node.rb +109 -8
- data/app/models/role.rb +4 -0
- data/app/models/site.rb +64 -58
- data/app/models/template.rb +1 -1
- data/app/models/user.rb +135 -29
- data/app/models/user_session.rb +0 -1
- data/app/models/virtual_class.rb +11 -6
- data/app/views/columns/_form.html.erb +3 -1
- data/app/views/columns/_li.html.erb +1 -1
- data/app/views/columns/create.rjs +1 -1
- data/app/views/groups/_form.rhtml +16 -13
- data/app/views/relations/_form.erb +18 -6
- data/app/views/sites/_form.erb +12 -6
- data/app/views/users/_form.rhtml +23 -8
- data/app/views/users/_li.rhtml +14 -3
- data/app/views/users/index.rhtml +1 -1
- data/app/views/virtual_classes/_form.erb +12 -2
- data/app/views/zafu/default/Node-+login.zafu +8 -1
- data/app/views/zafu/default/Node-+search.zafu +1 -1
- data/bricks/acls/lib/bricks/acls.rb +1 -0
- data/bricks/acls/zena/migrate/20130903150356_longer_names_for_acl.rb +9 -0
- data/bricks/acls/zena/test/integration/acl_integration_test.rb +2 -2
- data/bricks/currency/lib/bricks/currency.rb +120 -0
- data/bricks/currency/zena/test/unit/currency_test.rb +43 -0
- data/bricks/fs_skin/lib/bricks/fs_skin.rb +1 -1
- data/bricks/fs_skin/zena/skins/blog/Node-+search.zafu +1 -1
- data/bricks/fs_skin/zena/skins/blog/Node.zafu +1 -1
- data/bricks/fs_skin/zena/test/unit/fs_skin_view_test.rb +35 -0
- data/bricks/pdf/lib/bricks/pdf.rb +1 -1
- data/bricks/sphinx/lib/bricks/sphinx.rb +2 -0
- data/bricks/sphinx/zena/init.rb +14 -0
- data/bricks/tags/zena/test/zafu/tags.yml +5 -1
- data/bricks/worker/lib/bricks/worker.rb +3 -2
- data/bricks/zena/zena/migrate/20130829093753_add_versioned_flag_to_column.rb +10 -0
- data/bricks/zena/zena/migrate/20130903084909_count_login_attempts.rb +11 -0
- data/bricks/zena/zena/migrate/20131104153126_index_fullpath.rb +10 -0
- data/bricks/zena/zena/migrate/20131104210011_rebuild_fullpath_after_change.rb +10 -0
- data/bricks/zena/zena/migrate/20131105160420_add_skin_id_to_sites.rb +9 -0
- data/bricks/zena/zena/migrate/20131105175822_add_profile_to_users.rb +11 -0
- data/bricks/zena/zena/migrate/20140213120038_fix_idx_scope.rb +13 -0
- data/bricks/zena/zena/migrate/20140628140247_add_site_readonly.rb +9 -0
- data/config/bricks.yml +8 -4
- data/config/gems.yml +5 -3
- data/db/init/base/skins/default/Node-+login.zafu +8 -1
- data/db/init/base/skins/default/Node-+search.zafu +1 -1
- data/lib/bricks/loader.rb +5 -5
- data/lib/gettext_strings.rb +3 -0
- data/lib/tasks/zena.rake +25 -22
- data/lib/zafu/process/context.rb +4 -0
- data/lib/zena/acts/secure_node.rb +3 -3
- data/lib/zena/app.rb +1 -0
- data/lib/zena/deploy.rb +1 -1
- data/lib/zena/deploy/template.rb +1 -1
- data/lib/zena/foxy_parser.rb +5 -2
- data/lib/zena/info.rb +1 -1
- data/lib/zena/site_worker.rb +2 -2
- data/lib/zena/test_controller.rb +5 -2
- data/lib/zena/use/action.rb +9 -2
- data/lib/zena/use/ajax.rb +20 -4
- data/lib/zena/use/ancestry.rb +89 -15
- data/lib/zena/use/authlogic.rb +8 -2
- data/lib/zena/use/context.rb +1 -0
- data/lib/zena/use/display.rb +1 -97
- data/lib/zena/use/forms.rb +28 -8
- data/lib/zena/use/html_tags.rb +16 -7
- data/lib/zena/use/i18n.rb +1 -1
- data/lib/zena/use/prop_eval.rb +6 -1
- data/lib/zena/use/query_node.rb +69 -4
- data/lib/zena/use/recursion.rb +1 -1
- data/lib/zena/use/refactor.rb +5 -2
- data/lib/zena/use/relations.rb +1 -0
- data/lib/zena/use/rendering.rb +7 -4
- data/lib/zena/use/test_helper.rb +8 -4
- data/lib/zena/use/upload.rb +14 -0
- data/lib/zena/use/urls.rb +39 -23
- data/lib/zena/use/version_hash.rb +5 -2
- data/lib/zena/use/workflow.rb +116 -70
- data/lib/zena/use/zafu_eval.rb +41 -0
- data/lib/zena/use/zafu_safe_definitions.rb +1 -0
- data/lib/zena/use/zafu_templates.rb +32 -26
- data/lib/zena/use/zazen.rb +8 -7
- data/locale/app.pot +5 -1
- data/locale/de/LC_MESSAGES/zena.mo +0 -0
- data/locale/de/zena.po +385 -281
- data/locale/en/LC_MESSAGES/zena.mo +0 -0
- data/locale/en/zena.po +378 -271
- data/locale/fr/LC_MESSAGES/zena.mo +0 -0
- data/locale/fr/zena.po +387 -272
- data/locale/it/LC_MESSAGES/zena.mo +0 -0
- data/locale/it/zena.po +433 -404
- data/locale/zena.pot +362 -268
- data/public/javascripts/grid.js +280 -104
- data/public/javascripts/zena.js +43 -15
- data/public/stylesheets/admin.css +8 -2
- data/public/stylesheets/grid.css +5 -2
- data/public/stylesheets/popup.css +1 -1
- data/test/fixtures/files/TestNode.zafu +51 -0
- data/test/functional/nodes_controller_test.rb +20 -5
- data/test/functional/user_sessions_controller_test.rb +41 -6
- data/test/functional/users_controller_test.rb +1 -2
- data/test/integration/navigation_test.rb +22 -4
- data/test/integration/query_node/basic.yml +7 -0
- data/test/integration/query_node/complex.yml +1 -1
- data/test/integration/query_node/errors.yml +1 -1
- data/test/integration/query_node/filters.yml +34 -1
- data/test/integration/query_node/relations.yml +6 -13
- data/test/integration/query_node_test.rb +22 -3
- data/test/integration/zafu_compiler/action.yml +1 -1
- data/test/integration/zafu_compiler/alias_site.yml +52 -0
- data/test/integration/zafu_compiler/complex.yml +1 -1
- data/test/integration/zafu_compiler/complex_ok.yml +5 -5
- data/test/integration/zafu_compiler/context.yml +1 -1
- data/test/integration/zafu_compiler/display.yml +56 -5
- data/test/integration/zafu_compiler/forms.yml +35 -2
- data/test/integration/zafu_compiler/meta.yml +4 -0
- data/test/integration/zafu_compiler/rubyless.yml +1 -1
- data/test/integration/zafu_compiler/safe_definitions.yml +4 -0
- data/test/integration/zafu_compiler/security.yml +10 -0
- data/test/integration/zafu_compiler/site.yml +5 -1
- data/test/integration/zafu_compiler/urls.yml +8 -2
- data/test/integration/zafu_compiler/zafu_attributes.yml +2 -1
- data/test/integration/zafu_compiler/zazen.yml +4 -0
- data/test/integration/zafu_compiler_test.rb +47 -4
- data/test/selenium/Grid/grid1.rsel +8 -8
- data/test/sites/complex/sites.yml +2 -2
- data/test/sites/complex/users.yml +1 -0
- data/test/sites/zena/columns.yml +4 -0
- data/test/sites/zena/sites.yml +1 -0
- data/test/sites/zena/users.yml +1 -0
- data/test/unit/node_test.rb +53 -5
- data/test/unit/note_test.rb +1 -1
- data/test/unit/relation_proxy_test.rb +20 -0
- data/test/unit/role_test.rb +2 -0
- data/test/unit/site_test.rb +28 -6
- data/test/unit/user_test.rb +332 -1
- data/test/unit/virtual_class_test.rb +55 -0
- data/test/unit/workflow_test.rb +175 -0
- data/test/unit/zena/use/ancestry_test.rb +52 -10
- data/test/unit/zena/use/prop_eval_test.rb +44 -0
- data/test/unit/zena/use/rendering_test.rb +48 -2
- data/test/unit/zena/use/upload_test.rb +15 -13
- data/test/unit/zena/use/urls_test.rb +1 -0
- data/vendor/plugins/ar_mysql_full_text/lib/ar_mysql_full_text.rb +39 -25
- data/zena.gemspec +69 -307
- metadata +143 -368
- 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
- data/vendor/plugins/selenium-on-rails/CHANGELOG +0 -125
- data/vendor/plugins/selenium-on-rails/LICENSE-2.0.txt +0 -202
- data/vendor/plugins/selenium-on-rails/README.md +0 -202
- data/vendor/plugins/selenium-on-rails/Rakefile +0 -38
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumController.html +0 -265
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumHelper.html +0 -148
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails.html +0 -126
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/FixtureLoader.html +0 -231
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/PartialsSupport.html +0 -195
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Paths.html +0 -295
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/RSelenese.html +0 -219
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Renderer.html +0 -156
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Selenese.html +0 -179
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/SuiteRenderer.html +0 -223
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilder.html +0 -441
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderAccessors.html +0 -3098
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderActions.html +0 -2080
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderUserAccessors.html +0 -116
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderUserActions.html +0 -116
- data/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRailsConfig.html +0 -150
- data/vendor/plugins/selenium-on-rails/doc/files/CHANGELOG.html +0 -422
- data/vendor/plugins/selenium-on-rails/doc/files/README.html +0 -321
- data/vendor/plugins/selenium-on-rails/doc/files/lib/controllers/selenium_controller_rb.html +0 -108
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_helper_rb.html +0 -101
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/acceptance_test_runner_rb.html +0 -222
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/fixture_loader_rb.html +0 -109
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/partials_support_rb.html +0 -111
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/paths_rb.html +0 -101
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/renderer_rb.html +0 -101
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/rselenese_rb.html +0 -118
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/selenese_rb.html +0 -101
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/suite_renderer_rb.html +0 -101
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_accessors_rb.html +0 -114
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_actions_rb.html +0 -113
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_rb.html +0 -120
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_config_rb.html +0 -108
- data/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_rb.html +0 -115
- data/vendor/plugins/selenium-on-rails/doc/fr_class_index.html +0 -42
- data/vendor/plugins/selenium-on-rails/doc/fr_file_index.html +0 -43
- data/vendor/plugins/selenium-on-rails/doc/fr_method_index.html +0 -182
- data/vendor/plugins/selenium-on-rails/doc/index.html +0 -24
- data/vendor/plugins/selenium-on-rails/doc/rdoc-style.css +0 -208
- data/vendor/plugins/selenium-on-rails/generators/selenium/USAGE +0 -19
- data/vendor/plugins/selenium-on-rails/generators/selenium/selenium_generator.rb +0 -50
- data/vendor/plugins/selenium-on-rails/generators/selenium/templates/rhtml.rhtml +0 -16
- data/vendor/plugins/selenium-on-rails/generators/selenium/templates/rselenese.rhtml +0 -14
- data/vendor/plugins/selenium-on-rails/generators/selenium/templates/selenese.rhtml +0 -11
- data/vendor/plugins/selenium-on-rails/init.rb +0 -15
- data/vendor/plugins/selenium-on-rails/lib/controllers/selenium_controller.rb +0 -122
- data/vendor/plugins/selenium-on-rails/lib/controllers/switch_environment_controller.rb +0 -16
- data/vendor/plugins/selenium-on-rails/lib/selenium_helper.rb +0 -8
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails.rb +0 -11
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/acceptance_test_runner.rb +0 -215
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/fixture_loader.rb +0 -57
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/partials_support.rb +0 -36
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/paths.rb +0 -61
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/renderer.rb +0 -20
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/rselenese.rb +0 -44
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/selenese.rb +0 -87
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/suite_renderer.rb +0 -56
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder.rb +0 -116
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_accessors.rb +0 -1002
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_actions.rb +0 -514
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_user_accessors.rb.example +0 -91
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_user_actions.rb.example +0 -24
- data/vendor/plugins/selenium-on-rails/lib/selenium_on_rails_config.rb +0 -30
- data/vendor/plugins/selenium-on-rails/lib/views/layouts/layout.rhtml +0 -18
- data/vendor/plugins/selenium-on-rails/lib/views/record.rhtml +0 -5
- data/vendor/plugins/selenium-on-rails/lib/views/selenium_helper.rb +0 -9
- data/vendor/plugins/selenium-on-rails/lib/views/setup.rhtml +0 -67
- data/vendor/plugins/selenium-on-rails/lib/views/test_suite.rhtml +0 -26
- data/vendor/plugins/selenium-on-rails/routes.rb +0 -24
- data/vendor/plugins/selenium-on-rails/selenium-core/Blank.html +0 -7
- data/vendor/plugins/selenium-on-rails/selenium-core/InjectedRemoteRunner.html +0 -8
- data/vendor/plugins/selenium-on-rails/selenium-core/RemoteRunner.html +0 -110
- data/vendor/plugins/selenium-on-rails/selenium-core/SeleniumLog.html +0 -109
- data/vendor/plugins/selenium-on-rails/selenium-core/TestPrompt.html +0 -145
- data/vendor/plugins/selenium-on-rails/selenium-core/TestRunner-splash.html +0 -55
- data/vendor/plugins/selenium-on-rails/selenium-core/TestRunner.hta +0 -177
- data/vendor/plugins/selenium-on-rails/selenium-core/TestRunner.html +0 -177
- data/vendor/plugins/selenium-on-rails/selenium-core/domviewer/butmin.gif +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/domviewer/butplus.gif +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/domviewer/domviewer.css +0 -298
- data/vendor/plugins/selenium-on-rails/selenium-core/domviewer/domviewer.html +0 -16
- data/vendor/plugins/selenium-on-rails/selenium-core/domviewer/selenium-domviewer.js +0 -205
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/all.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/continue.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/continue_disabled.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/pause.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/pause_disabled.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/selected.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/step.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/icons/step_disabled.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/iedoc-core.xml +0 -1759
- data/vendor/plugins/selenium-on-rails/selenium-core/iedoc.xml +0 -1800
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/cssQuery/cssQuery-p.js +0 -6
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/cssQuery/src/cssQuery-level2.js +0 -142
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/cssQuery/src/cssQuery-level3.js +0 -150
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/cssQuery/src/cssQuery-standard.js +0 -53
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/cssQuery/src/cssQuery.js +0 -356
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/prototype.js +0 -2006
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/builder.js +0 -101
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/controls.js +0 -815
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/dragdrop.js +0 -915
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/effects.js +0 -958
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/scriptaculous.js +0 -47
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/slider.js +0 -283
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/scriptaculous/unittest.js +0 -383
- data/vendor/plugins/selenium-on-rails/selenium-core/lib/snapsie.js +0 -91
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/find_matching_child.js +0 -69
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/htmlutils.js +0 -1616
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/injection.html +0 -72
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-api.js +0 -3184
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-browserbot.js +0 -2300
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-browserdetect.js +0 -153
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-commandhandlers.js +0 -377
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-executionloop.js +0 -175
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-logging.js +0 -148
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-remoterunner.js +0 -695
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-testrunner.js +0 -1362
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/selenium-version.js +0 -5
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/ui-doc.html +0 -803
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/ui-element.js +0 -1537
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/ui-map-sample.js +0 -979
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/user-extensions.js +0 -3
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/user-extensions.js.sample +0 -75
- data/vendor/plugins/selenium-on-rails/selenium-core/scripts/xmlextras.js +0 -153
- data/vendor/plugins/selenium-on-rails/selenium-core/selenium-logo.png +0 -0
- data/vendor/plugins/selenium-on-rails/selenium-core/selenium-test.css +0 -43
- data/vendor/plugins/selenium-on-rails/selenium-core/selenium.css +0 -316
- data/vendor/plugins/selenium-on-rails/selenium-core/xpath/dom.js +0 -566
- data/vendor/plugins/selenium-on-rails/selenium-core/xpath/javascript-xpath-0.1.11.js +0 -2816
- data/vendor/plugins/selenium-on-rails/selenium-core/xpath/util.js +0 -549
- data/vendor/plugins/selenium-on-rails/selenium-core/xpath/xmltoken.js +0 -149
- data/vendor/plugins/selenium-on-rails/selenium-core/xpath/xpath.js +0 -2450
- data/vendor/plugins/selenium-on-rails/tasks/test_acceptance.rake +0 -8
- data/vendor/plugins/selenium-on-rails/test/fixtures/config.yml +0 -37
- data/vendor/plugins/selenium-on-rails/test/fixtures/selenium.yml +0 -27
- data/vendor/plugins/selenium-on-rails/test/paths_test.rb +0 -72
- data/vendor/plugins/selenium-on-rails/test/renderer_test.rb +0 -157
- data/vendor/plugins/selenium-on-rails/test/rselenese_test.rb +0 -708
- data/vendor/plugins/selenium-on-rails/test/selenese_test.rb +0 -242
- data/vendor/plugins/selenium-on-rails/test/selenium_controller_test.rb +0 -67
- data/vendor/plugins/selenium-on-rails/test/selenium_on_rails_config_test.rb +0 -43
- data/vendor/plugins/selenium-on-rails/test/selenium_support_test.rb +0 -35
- data/vendor/plugins/selenium-on-rails/test/setup_test.rb +0 -31
- data/vendor/plugins/selenium-on-rails/test/suite_renderer_test.rb +0 -109
- data/vendor/plugins/selenium-on-rails/test/switch_environment_controller_test.rb +0 -17
- data/vendor/plugins/selenium-on-rails/test/test_builder_functions_authortest.rb +0 -51
- data/vendor/plugins/selenium-on-rails/test/test_helper.rb +0 -101
- data/vendor/plugins/selenium-on-rails/test_data/_partial.rsel +0 -1
- data/vendor/plugins/selenium-on-rails/test_data/own_layout.html +0 -12
- data/vendor/plugins/selenium-on-rails/test_data/partials/_html.html +0 -6
- data/vendor/plugins/selenium-on-rails/test_data/partials/_nesting.rsel +0 -2
- data/vendor/plugins/selenium-on-rails/test_data/partials/_rhtml.rhtml +0 -6
- data/vendor/plugins/selenium-on-rails/test_data/partials/_rsel.rsel +0 -1
- data/vendor/plugins/selenium-on-rails/test_data/partials/_sel.sel +0 -5
- data/vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel +0 -5
- data/vendor/plugins/selenium-on-rails/test_data/rhtml.rhtml +0 -7
- data/vendor/plugins/selenium-on-rails/test_data/rselenese.rsel +0 -8
- data/vendor/plugins/selenium-on-rails/test_data/selenese.sel +0 -7
- data/vendor/plugins/selenium-on-rails/test_data/suite_one/subsuite/suite_one_subsuite_testcase.sel +0 -1
- data/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase1.sel +0 -1
- data/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase2.sel +0 -1
- data/vendor/plugins/selenium-on-rails/test_data/suite_two/suite_two_testcase.sel +0 -1
|
Binary file
|
data/locale/it/zena.po
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: version 0.0.1\n"
|
|
4
|
-
"POT-Creation-Date:
|
|
4
|
+
"POT-Creation-Date: 2013-11-13 05:23-0000\n"
|
|
5
5
|
"PO-Revision-Date: 2012-05-03 09:43+0100\n"
|
|
6
6
|
"Last-Translator: Gaspard Bucher <gaspard@teti.ch>\n"
|
|
7
7
|
"Language-Team: en <gaspard@teti.ch>\n"
|
|
8
|
+
"Language: \n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -13,11 +14,11 @@ msgstr ""
|
|
|
13
14
|
"X-Poedit-Bookmarks: -1,-1,-1,219,-1,-1,-1,-1,-1,-1\n"
|
|
14
15
|
"X-Poedit-Basepath: /Users/gaspard/svk/zena\n"
|
|
15
16
|
|
|
16
|
-
#: lib/gettext_strings.rb:
|
|
17
|
+
#: lib/gettext_strings.rb:121
|
|
17
18
|
msgid "%Y-%m-%d %H:%M"
|
|
18
19
|
msgstr "%Y-%m-%d %H:%M"
|
|
19
20
|
|
|
20
|
-
#: app/models/text_document.rb:
|
|
21
|
+
#: app/models/text_document.rb:80
|
|
21
22
|
#, fuzzy
|
|
22
23
|
msgid "%{asset} not found"
|
|
23
24
|
msgstr "Node not found."
|
|
@@ -30,12 +31,11 @@ msgstr ""
|
|
|
30
31
|
msgid "%{d} days ago"
|
|
31
32
|
msgstr ""
|
|
32
33
|
|
|
33
|
-
#: lib/gettext_strings.rb:
|
|
34
|
-
#: lib/zena/use/display.rb:162
|
|
34
|
+
#: lib/gettext_strings.rb:77 lib/zena/use/display.rb:187
|
|
35
35
|
msgid "%{ext} document"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: lib/zena/use/display.rb:
|
|
38
|
+
#: lib/zena/use/display.rb:191
|
|
39
39
|
msgid "%{ext} node"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
@@ -47,8 +47,7 @@ msgstr ""
|
|
|
47
47
|
msgid "%{m} minutes ago"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: lib/gettext_strings.rb:
|
|
51
|
-
#: lib/zena/use/display.rb:150
|
|
50
|
+
#: lib/gettext_strings.rb:78 lib/zena/use/display.rb:175
|
|
52
51
|
msgid "%{type} node"
|
|
53
52
|
msgstr ""
|
|
54
53
|
|
|
@@ -64,24 +63,24 @@ msgstr ""
|
|
|
64
63
|
msgid "1 minute ago"
|
|
65
64
|
msgstr ""
|
|
66
65
|
|
|
67
|
-
#: app/views/sites/_form.erb:
|
|
66
|
+
#: app/views/sites/_form.erb:26
|
|
68
67
|
#, fuzzy
|
|
69
68
|
msgid "API group"
|
|
70
69
|
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
71
70
|
|
|
72
|
-
#: lib/gettext_strings.rb:
|
|
71
|
+
#: lib/gettext_strings.rb:148
|
|
73
72
|
msgid "Apr"
|
|
74
73
|
msgstr "apr."
|
|
75
74
|
|
|
76
|
-
#: lib/gettext_strings.rb:
|
|
75
|
+
#: lib/gettext_strings.rb:135
|
|
77
76
|
msgid "April"
|
|
78
77
|
msgstr "aprile"
|
|
79
78
|
|
|
80
|
-
#: app/views/acls/_form.rhtml:
|
|
79
|
+
#: app/views/acls/_form.rhtml:70
|
|
81
80
|
msgid "Are you sure you want to destroy this access ?"
|
|
82
81
|
msgstr ""
|
|
83
82
|
|
|
84
|
-
#: app/views/groups/_form.rhtml:
|
|
83
|
+
#: app/views/groups/_form.rhtml:46
|
|
85
84
|
msgid "Are you sure you want to destroy this group ?"
|
|
86
85
|
msgstr ""
|
|
87
86
|
|
|
@@ -89,34 +88,48 @@ msgstr ""
|
|
|
89
88
|
msgid "Are you sure you want to destroy this image format ?"
|
|
90
89
|
msgstr ""
|
|
91
90
|
|
|
92
|
-
#: app/views/columns/_form.html.erb:
|
|
91
|
+
#: app/views/columns/_form.html.erb:40
|
|
93
92
|
msgid "Are you sure you want to destroy this property definition ?"
|
|
94
93
|
msgstr ""
|
|
95
94
|
|
|
96
|
-
#: app/views/relations/_form.erb:
|
|
95
|
+
#: app/views/relations/_form.erb:46
|
|
97
96
|
msgid "Are you sure you want to destroy this relation ?"
|
|
98
97
|
msgstr ""
|
|
99
98
|
|
|
100
|
-
#: app/views/virtual_classes/_form.erb:
|
|
99
|
+
#: app/views/virtual_classes/_form.erb:53
|
|
101
100
|
msgid "Are you sure you want to destroy this virtual class ?"
|
|
102
101
|
msgstr ""
|
|
103
102
|
|
|
104
103
|
#: app/views/comments/_bin.rhtml:4
|
|
105
|
-
msgid "
|
|
104
|
+
msgid ""
|
|
105
|
+
"Are you sure you want to permanently remove the content of this rubbish bin ?"
|
|
106
106
|
msgstr ""
|
|
107
107
|
|
|
108
|
-
#: lib/gettext_strings.rb:
|
|
108
|
+
#: lib/gettext_strings.rb:152
|
|
109
109
|
msgid "Aug"
|
|
110
110
|
msgstr "ag."
|
|
111
111
|
|
|
112
|
-
#: lib/gettext_strings.rb:
|
|
112
|
+
#: lib/gettext_strings.rb:139
|
|
113
113
|
msgid "August"
|
|
114
114
|
msgstr "agosto"
|
|
115
115
|
|
|
116
|
-
#: app/controllers/nodes_controller.rb:
|
|
116
|
+
#: app/controllers/nodes_controller.rb:374
|
|
117
117
|
msgid "Backup created."
|
|
118
118
|
msgstr ""
|
|
119
119
|
|
|
120
|
+
#: app/models/user.rb:378
|
|
121
|
+
msgid "Cannot be changed"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
#: app/models/user.rb:387
|
|
125
|
+
#, fuzzy
|
|
126
|
+
msgid "Cannot be found"
|
|
127
|
+
msgstr "Node not found."
|
|
128
|
+
|
|
129
|
+
#: app/models/user.rb:504
|
|
130
|
+
msgid "Cannot be removed (profile used)."
|
|
131
|
+
msgstr ""
|
|
132
|
+
|
|
120
133
|
#: app/controllers/columns_controller.rb:73
|
|
121
134
|
#, fuzzy
|
|
122
135
|
msgid "Column was successfully created."
|
|
@@ -144,48 +157,53 @@ msgstr ""
|
|
|
144
157
|
msgid "Could not change version back to redaction."
|
|
145
158
|
msgstr ""
|
|
146
159
|
|
|
147
|
-
#: app/controllers/nodes_controller.rb:
|
|
160
|
+
#: app/controllers/nodes_controller.rb:588
|
|
148
161
|
#, fuzzy
|
|
149
162
|
msgid "Could not clear order."
|
|
150
163
|
msgstr "User could not be updated."
|
|
151
164
|
|
|
152
|
-
#: app/controllers/nodes_controller.rb:
|
|
165
|
+
#: app/controllers/nodes_controller.rb:376
|
|
153
166
|
msgid "Could not create backup."
|
|
154
167
|
msgstr ""
|
|
155
168
|
|
|
156
|
-
#: app/controllers/nodes_controller.rb:
|
|
169
|
+
#: app/controllers/nodes_controller.rb:329
|
|
157
170
|
#, fuzzy
|
|
158
171
|
msgid "Could not destroy node."
|
|
159
172
|
msgstr "User could not be updated."
|
|
160
173
|
|
|
161
|
-
#: app/controllers/versions_controller.rb:
|
|
174
|
+
#: app/controllers/versions_controller.rb:261
|
|
162
175
|
#, fuzzy
|
|
163
176
|
msgid "Could not destroy version."
|
|
164
177
|
msgstr "User could not be updated."
|
|
165
178
|
|
|
166
|
-
#: app/controllers/
|
|
179
|
+
#: app/controllers/virtual_classes_controller.rb:85
|
|
180
|
+
#, fuzzy
|
|
181
|
+
msgid "Could not parse yaml document"
|
|
182
|
+
msgstr "User could not be updated."
|
|
183
|
+
|
|
184
|
+
#: app/controllers/versions_controller.rb:193
|
|
167
185
|
msgid "Could not propose redaction."
|
|
168
186
|
msgstr ""
|
|
169
187
|
|
|
170
|
-
#: app/controllers/versions_controller.rb:
|
|
188
|
+
#: app/controllers/versions_controller.rb:212
|
|
171
189
|
#, fuzzy
|
|
172
190
|
msgid "Could not publish:"
|
|
173
191
|
msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
174
192
|
|
|
175
|
-
#: app/controllers/versions_controller.rb:
|
|
193
|
+
#: app/controllers/versions_controller.rb:203
|
|
176
194
|
msgid "Could not refuse proposition."
|
|
177
195
|
msgstr ""
|
|
178
196
|
|
|
179
|
-
#: app/controllers/versions_controller.rb:
|
|
180
|
-
#: app/controllers/versions_controller.rb:
|
|
197
|
+
#: app/controllers/versions_controller.rb:222
|
|
198
|
+
#: app/controllers/versions_controller.rb:242
|
|
181
199
|
msgid "Could not remove publication."
|
|
182
200
|
msgstr ""
|
|
183
201
|
|
|
184
|
-
#: app/controllers/versions_controller.rb:
|
|
202
|
+
#: app/controllers/versions_controller.rb:231
|
|
185
203
|
msgid "Could not rollback:"
|
|
186
204
|
msgstr ""
|
|
187
205
|
|
|
188
|
-
#: app/controllers/nodes_controller.rb:
|
|
206
|
+
#: app/controllers/nodes_controller.rb:571
|
|
189
207
|
msgid "Could not update order."
|
|
190
208
|
msgstr ""
|
|
191
209
|
|
|
@@ -194,105 +212,110 @@ msgstr ""
|
|
|
194
212
|
msgid "Data entry was successfully created."
|
|
195
213
|
msgstr "Informations successfully updated."
|
|
196
214
|
|
|
197
|
-
#: lib/gettext_strings.rb:
|
|
215
|
+
#: lib/gettext_strings.rb:156
|
|
198
216
|
msgid "Dec"
|
|
199
217
|
msgstr "dic."
|
|
200
218
|
|
|
201
|
-
#: lib/gettext_strings.rb:
|
|
219
|
+
#: lib/gettext_strings.rb:143
|
|
202
220
|
msgid "December"
|
|
203
221
|
msgstr "dicembre"
|
|
204
222
|
|
|
205
|
-
#: lib/zena/use/calendar.rb:
|
|
223
|
+
#: lib/zena/use/calendar.rb:139
|
|
206
224
|
msgid "Delete relation '%{role}' between '%{source}' and '%{target}' ?"
|
|
207
225
|
msgstr ""
|
|
208
226
|
|
|
209
|
-
#: lib/gettext_strings.rb:
|
|
227
|
+
#: lib/gettext_strings.rb:146
|
|
210
228
|
msgid "Feb"
|
|
211
229
|
msgstr "febbr."
|
|
212
230
|
|
|
213
|
-
#: lib/gettext_strings.rb:
|
|
231
|
+
#: lib/gettext_strings.rb:133
|
|
214
232
|
msgid "February"
|
|
215
233
|
msgstr "febbraio"
|
|
216
234
|
|
|
217
|
-
#: lib/gettext_strings.rb:
|
|
235
|
+
#: lib/gettext_strings.rb:128
|
|
218
236
|
msgid "Fri"
|
|
219
237
|
msgstr "ven."
|
|
220
238
|
|
|
221
|
-
#: lib/gettext_strings.rb:
|
|
239
|
+
#: lib/gettext_strings.rb:115
|
|
222
240
|
msgid "Friday"
|
|
223
241
|
msgstr "venerdì"
|
|
224
242
|
|
|
225
|
-
#: app/controllers/sites_controller.rb:
|
|
243
|
+
#: app/controllers/sites_controller.rb:68
|
|
226
244
|
msgid "Invalid action '%{action}'."
|
|
227
245
|
msgstr ""
|
|
228
246
|
|
|
229
|
-
#: app/controllers/user_sessions_controller.rb:
|
|
247
|
+
#: app/controllers/user_sessions_controller.rb:28
|
|
248
|
+
#: app/controllers/user_sessions_controller.rb:38
|
|
230
249
|
msgid "Invalid login or password."
|
|
231
250
|
msgstr "Invalid login or password."
|
|
232
251
|
|
|
233
|
-
#: lib/gettext_strings.rb:
|
|
252
|
+
#: lib/gettext_strings.rb:145
|
|
234
253
|
msgid "Jan"
|
|
235
254
|
msgstr "genn."
|
|
236
255
|
|
|
237
|
-
#: lib/gettext_strings.rb:
|
|
256
|
+
#: lib/gettext_strings.rb:132
|
|
238
257
|
msgid "January"
|
|
239
258
|
msgstr "gennaio"
|
|
240
259
|
|
|
241
|
-
#: lib/gettext_strings.rb:
|
|
260
|
+
#: lib/gettext_strings.rb:151
|
|
242
261
|
msgid "Jul"
|
|
243
262
|
msgstr "luglio"
|
|
244
263
|
|
|
245
|
-
#: lib/gettext_strings.rb:
|
|
264
|
+
#: lib/gettext_strings.rb:138
|
|
246
265
|
msgid "July"
|
|
247
266
|
msgstr "luglio"
|
|
248
267
|
|
|
249
|
-
#: lib/gettext_strings.rb:
|
|
268
|
+
#: lib/gettext_strings.rb:150
|
|
250
269
|
msgid "Jun"
|
|
251
270
|
msgstr "giugno"
|
|
252
271
|
|
|
253
|
-
#: lib/gettext_strings.rb:
|
|
272
|
+
#: lib/gettext_strings.rb:137
|
|
254
273
|
msgid "June"
|
|
255
274
|
msgstr "giugno"
|
|
256
275
|
|
|
257
|
-
#: lib/gettext_strings.rb:
|
|
276
|
+
#: lib/gettext_strings.rb:160
|
|
277
|
+
msgid "Login for"
|
|
278
|
+
msgstr "Accedi per"
|
|
279
|
+
|
|
280
|
+
#: lib/gettext_strings.rb:147
|
|
258
281
|
msgid "Mar"
|
|
259
282
|
msgstr "mar."
|
|
260
283
|
|
|
261
|
-
#: lib/gettext_strings.rb:
|
|
284
|
+
#: lib/gettext_strings.rb:134
|
|
262
285
|
msgid "March"
|
|
263
286
|
msgstr "marzo"
|
|
264
287
|
|
|
265
|
-
#: lib/gettext_strings.rb:
|
|
266
|
-
#: lib/gettext_strings.rb:147
|
|
288
|
+
#: lib/gettext_strings.rb:136 lib/gettext_strings.rb:149
|
|
267
289
|
msgid "May"
|
|
268
290
|
msgstr "maggio"
|
|
269
291
|
|
|
270
|
-
#: lib/gettext_strings.rb:
|
|
292
|
+
#: lib/gettext_strings.rb:124
|
|
271
293
|
msgid "Mon"
|
|
272
294
|
msgstr "lun."
|
|
273
295
|
|
|
274
|
-
#: lib/gettext_strings.rb:
|
|
296
|
+
#: lib/gettext_strings.rb:111
|
|
275
297
|
msgid "Monday"
|
|
276
298
|
msgstr "lunedì"
|
|
277
299
|
|
|
278
|
-
#: app/controllers/
|
|
300
|
+
#: app/controllers/nodes_controller.rb:326
|
|
301
|
+
#: app/controllers/versions_controller.rb:251
|
|
279
302
|
#, fuzzy
|
|
280
303
|
msgid "Node destroyed."
|
|
281
304
|
msgstr "<img src='/images/bomb.png' alt='destroy'/>"
|
|
282
305
|
|
|
283
|
-
#: lib/gettext_strings.rb:
|
|
306
|
+
#: lib/gettext_strings.rb:155
|
|
284
307
|
msgid "Nov"
|
|
285
308
|
msgstr "nov."
|
|
286
309
|
|
|
287
|
-
#: lib/gettext_strings.rb:
|
|
310
|
+
#: lib/gettext_strings.rb:142
|
|
288
311
|
msgid "November"
|
|
289
312
|
msgstr "novembre"
|
|
290
313
|
|
|
291
|
-
#: lib/gettext_strings.rb:
|
|
314
|
+
#: lib/gettext_strings.rb:154
|
|
292
315
|
msgid "Oct"
|
|
293
316
|
msgstr "ott."
|
|
294
317
|
|
|
295
|
-
#: lib/gettext_strings.rb:
|
|
318
|
+
#: lib/gettext_strings.rb:141
|
|
296
319
|
msgid "October"
|
|
297
320
|
msgstr "ottobre"
|
|
298
321
|
|
|
@@ -301,29 +324,29 @@ msgstr "ottobre"
|
|
|
301
324
|
msgid "Order cleared."
|
|
302
325
|
msgstr "Order updated."
|
|
303
326
|
|
|
304
|
-
#: app/controllers/nodes_controller.rb:
|
|
327
|
+
#: app/controllers/nodes_controller.rb:569
|
|
305
328
|
msgid "Order updated"
|
|
306
329
|
msgstr "Order updated."
|
|
307
330
|
|
|
308
|
-
#: lib/gettext_strings.rb:
|
|
331
|
+
#: lib/gettext_strings.rb:159
|
|
309
332
|
msgid "Password:"
|
|
310
333
|
msgstr ""
|
|
311
334
|
|
|
312
|
-
#: app/controllers/versions_controller.rb:
|
|
335
|
+
#: app/controllers/versions_controller.rb:200
|
|
313
336
|
msgid "Proposition refused."
|
|
314
337
|
msgstr ""
|
|
315
338
|
|
|
316
|
-
#: app/controllers/versions_controller.rb:
|
|
317
|
-
#: app/controllers/versions_controller.rb:
|
|
339
|
+
#: app/controllers/versions_controller.rb:220
|
|
340
|
+
#: app/controllers/versions_controller.rb:240
|
|
318
341
|
#, fuzzy
|
|
319
342
|
msgid "Publication removed."
|
|
320
343
|
msgstr "<img src='/images/delete.png' alt='delete'/>"
|
|
321
344
|
|
|
322
|
-
#: app/controllers/versions_controller.rb:
|
|
345
|
+
#: app/controllers/versions_controller.rb:191
|
|
323
346
|
msgid "Redaction proposed for publication."
|
|
324
347
|
msgstr ""
|
|
325
348
|
|
|
326
|
-
#: app/controllers/versions_controller.rb:
|
|
349
|
+
#: app/controllers/versions_controller.rb:210
|
|
327
350
|
#, fuzzy
|
|
328
351
|
msgid "Redaction published."
|
|
329
352
|
msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
@@ -338,36 +361,36 @@ msgstr "Informations successfully updated."
|
|
|
338
361
|
msgid "Relation was successfully updated."
|
|
339
362
|
msgstr "Informations successfully updated."
|
|
340
363
|
|
|
341
|
-
#: app/controllers/versions_controller.rb:
|
|
364
|
+
#: app/controllers/versions_controller.rb:229
|
|
342
365
|
msgid "Rolled back to redaction."
|
|
343
366
|
msgstr ""
|
|
344
367
|
|
|
345
|
-
#: lib/gettext_strings.rb:
|
|
368
|
+
#: lib/gettext_strings.rb:129
|
|
346
369
|
msgid "Sat"
|
|
347
370
|
msgstr "sab."
|
|
348
371
|
|
|
349
|
-
#: lib/gettext_strings.rb:
|
|
372
|
+
#: lib/gettext_strings.rb:116
|
|
350
373
|
msgid "Saturday"
|
|
351
374
|
msgstr "sabato"
|
|
352
375
|
|
|
353
|
-
#: lib/gettext_strings.rb:
|
|
376
|
+
#: lib/gettext_strings.rb:153
|
|
354
377
|
msgid "Sep"
|
|
355
378
|
msgstr "sett."
|
|
356
379
|
|
|
357
|
-
#: lib/gettext_strings.rb:
|
|
380
|
+
#: lib/gettext_strings.rb:140
|
|
358
381
|
msgid "September"
|
|
359
382
|
msgstr "settembre"
|
|
360
383
|
|
|
361
|
-
#: app/controllers/sites_controller.rb:
|
|
384
|
+
#: app/controllers/sites_controller.rb:44
|
|
362
385
|
#, fuzzy
|
|
363
386
|
msgid "Site was successfully updated."
|
|
364
387
|
msgstr "Le mot de passe a été modifié avec succès."
|
|
365
388
|
|
|
366
|
-
#: lib/gettext_strings.rb:
|
|
389
|
+
#: lib/gettext_strings.rb:130
|
|
367
390
|
msgid "Sun"
|
|
368
391
|
msgstr "dom."
|
|
369
392
|
|
|
370
|
-
#: lib/gettext_strings.rb:
|
|
393
|
+
#: lib/gettext_strings.rb:117
|
|
371
394
|
msgid "Sunday"
|
|
372
395
|
msgstr "domenica"
|
|
373
396
|
|
|
@@ -375,19 +398,19 @@ msgstr "domenica"
|
|
|
375
398
|
msgid "This node contains sub-nodes: it cannot be destroyed."
|
|
376
399
|
msgstr ""
|
|
377
400
|
|
|
378
|
-
#: lib/gettext_strings.rb:
|
|
401
|
+
#: lib/gettext_strings.rb:127
|
|
379
402
|
msgid "Thu"
|
|
380
403
|
msgstr "giov."
|
|
381
404
|
|
|
382
|
-
#: lib/gettext_strings.rb:
|
|
405
|
+
#: lib/gettext_strings.rb:114
|
|
383
406
|
msgid "Thursday"
|
|
384
407
|
msgstr "giovedì"
|
|
385
408
|
|
|
386
|
-
#: lib/gettext_strings.rb:
|
|
409
|
+
#: lib/gettext_strings.rb:125
|
|
387
410
|
msgid "Tue"
|
|
388
411
|
msgstr "mart."
|
|
389
412
|
|
|
390
|
-
#: lib/gettext_strings.rb:
|
|
413
|
+
#: lib/gettext_strings.rb:112
|
|
391
414
|
msgid "Tuesday"
|
|
392
415
|
msgstr "martedì"
|
|
393
416
|
|
|
@@ -395,7 +418,7 @@ msgstr "martedì"
|
|
|
395
418
|
msgid "Upload failed."
|
|
396
419
|
msgstr ""
|
|
397
420
|
|
|
398
|
-
#: app/controllers/virtual_classes_controller.rb:
|
|
421
|
+
#: app/controllers/virtual_classes_controller.rb:55
|
|
399
422
|
msgid "Upload failure: no definitions."
|
|
400
423
|
msgstr ""
|
|
401
424
|
|
|
@@ -403,7 +426,7 @@ msgstr ""
|
|
|
403
426
|
msgid "Upload succeeded."
|
|
404
427
|
msgstr ""
|
|
405
428
|
|
|
406
|
-
#: lib/gettext_strings.rb:
|
|
429
|
+
#: lib/gettext_strings.rb:158
|
|
407
430
|
msgid "User name:"
|
|
408
431
|
msgstr ""
|
|
409
432
|
|
|
@@ -411,42 +434,46 @@ msgstr ""
|
|
|
411
434
|
msgid "Version changed back to redaction."
|
|
412
435
|
msgstr ""
|
|
413
436
|
|
|
414
|
-
#: app/controllers/versions_controller.rb:
|
|
437
|
+
#: app/controllers/versions_controller.rb:257
|
|
415
438
|
msgid "Version destroyed."
|
|
416
439
|
msgstr ""
|
|
417
440
|
|
|
418
|
-
#: app/controllers/virtual_classes_controller.rb:
|
|
441
|
+
#: app/controllers/virtual_classes_controller.rb:152
|
|
419
442
|
#, fuzzy
|
|
420
443
|
msgid "VirtualClass was successfully created."
|
|
421
444
|
msgstr "Informations successfully updated."
|
|
422
445
|
|
|
423
|
-
#: app/controllers/virtual_classes_controller.rb:
|
|
446
|
+
#: app/controllers/virtual_classes_controller.rb:167
|
|
424
447
|
#, fuzzy
|
|
425
448
|
msgid "VirtualClass was successfully updated."
|
|
426
449
|
msgstr "Le mot de passe a été modifié avec succès."
|
|
427
450
|
|
|
428
|
-
#: lib/gettext_strings.rb:
|
|
451
|
+
#: lib/gettext_strings.rb:126
|
|
429
452
|
msgid "Wed"
|
|
430
453
|
msgstr "merc."
|
|
431
454
|
|
|
432
|
-
#: lib/gettext_strings.rb:
|
|
455
|
+
#: lib/gettext_strings.rb:113
|
|
433
456
|
msgid "Wednesday"
|
|
434
457
|
msgstr "mercoledì"
|
|
435
458
|
|
|
436
|
-
#:
|
|
459
|
+
#: app/controllers/user_sessions_controller.rb:23
|
|
460
|
+
msgid ""
|
|
461
|
+
"You need to wait %ih %im %is before any new attempt (%i failed attempts)."
|
|
462
|
+
msgstr ""
|
|
463
|
+
|
|
464
|
+
#: lib/zena/parser/zazen_rules.rb:120
|
|
437
465
|
msgid "[documents]"
|
|
438
466
|
msgstr ""
|
|
439
467
|
|
|
440
|
-
#: lib/zena/parser/zazen_rules.rb:
|
|
468
|
+
#: lib/zena/parser/zazen_rules.rb:105
|
|
441
469
|
msgid "[gallery]"
|
|
442
470
|
msgstr ""
|
|
443
471
|
|
|
444
|
-
#: lib/zena/use/display.rb:
|
|
472
|
+
#: lib/zena/use/display.rb:618
|
|
445
473
|
msgid "a Zen garden"
|
|
446
474
|
msgstr ""
|
|
447
475
|
|
|
448
|
-
#: app/views/acls/show.html.erb:1
|
|
449
|
-
#: app/views/acls/index.rhtml:1
|
|
476
|
+
#: app/views/acls/show.html.erb:1 app/views/acls/index.rhtml:1
|
|
450
477
|
msgid "access controls"
|
|
451
478
|
msgstr ""
|
|
452
479
|
|
|
@@ -454,15 +481,17 @@ msgstr ""
|
|
|
454
481
|
msgid "acl_action_help"
|
|
455
482
|
msgstr "Action on which this acl will be used."
|
|
456
483
|
|
|
457
|
-
#: app/views/acls/_form.rhtml:
|
|
484
|
+
#: app/views/acls/_form.rhtml:55
|
|
458
485
|
msgid "acl_exec_group_help"
|
|
459
|
-
msgstr "
|
|
486
|
+
msgstr ""
|
|
487
|
+
"Group added to the visitor during request execution and rendering (if "
|
|
488
|
+
"request validates)."
|
|
460
489
|
|
|
461
|
-
#: app/views/acls/_form.rhtml:
|
|
490
|
+
#: app/views/acls/_form.rhtml:59
|
|
462
491
|
msgid "acl_exec_skin_help"
|
|
463
492
|
msgstr "Force a given rendering skin."
|
|
464
493
|
|
|
465
|
-
#: app/views/acls/_form.rhtml:
|
|
494
|
+
#: app/views/acls/_form.rhtml:43
|
|
466
495
|
msgid "acl_format_help"
|
|
467
496
|
msgstr "Format (html,xml,...) for which this acl can be used ('*' = any)."
|
|
468
497
|
|
|
@@ -470,37 +499,42 @@ msgstr "Format (html,xml,...) for which this acl can be used ('*' = any)."
|
|
|
470
499
|
msgid "acl_group_help"
|
|
471
500
|
msgstr "Group of users for which this acl can apply."
|
|
472
501
|
|
|
473
|
-
#: app/views/acls/_form.rhtml:
|
|
502
|
+
#: app/views/acls/_form.rhtml:39
|
|
474
503
|
msgid "acl_mode_help"
|
|
475
504
|
msgstr "Mode for which this acl can be used ('*' = any, '' = no mode)."
|
|
476
505
|
|
|
477
|
-
#: app/views/acls/_form.rhtml:
|
|
506
|
+
#: app/views/acls/_form.rhtml:31
|
|
478
507
|
msgid "acl_priority_help"
|
|
479
508
|
msgstr "Acl with highest priority is tested first."
|
|
480
509
|
|
|
481
|
-
#: app/views/acls/_form.rhtml:
|
|
510
|
+
#: app/views/acls/_form.rhtml:51
|
|
482
511
|
msgid "acl_query_help"
|
|
483
|
-
msgstr "
|
|
512
|
+
msgstr ""
|
|
513
|
+
"SQLiss query to fetch all the nodes for which this acl authorizes access "
|
|
514
|
+
"(Ruby)."
|
|
484
515
|
|
|
485
|
-
#: lib/zena/use/display.rb:
|
|
516
|
+
#: lib/zena/use/display.rb:313
|
|
486
517
|
msgid "acls"
|
|
487
518
|
msgstr "acls"
|
|
488
519
|
|
|
489
|
-
#: app/views/sites/_form.erb:
|
|
490
|
-
#: app/views/acls/_form.rhtml:23
|
|
520
|
+
#: app/views/sites/_form.erb:36 app/views/acls/_form.rhtml:23
|
|
491
521
|
#: app/views/acls/index.rhtml:7
|
|
492
522
|
#, fuzzy
|
|
493
523
|
msgid "action"
|
|
494
524
|
msgstr "icon"
|
|
495
525
|
|
|
496
|
-
#: lib/gettext_strings.rb:
|
|
526
|
+
#: lib/gettext_strings.rb:173
|
|
497
527
|
msgid "address"
|
|
498
528
|
msgstr ""
|
|
499
529
|
|
|
500
|
-
#: lib/gettext_strings.rb:
|
|
530
|
+
#: lib/gettext_strings.rb:70
|
|
501
531
|
msgid "admin"
|
|
502
532
|
msgstr ""
|
|
503
533
|
|
|
534
|
+
#: app/views/sites/_li.erb:2
|
|
535
|
+
msgid "alias_img"
|
|
536
|
+
msgstr "<img src='/images/world_link.png' alt='alias' title='alias'/>"
|
|
537
|
+
|
|
504
538
|
#: app/views/virtual_classes/import_prepare.html.erb:11
|
|
505
539
|
msgid "apply"
|
|
506
540
|
msgstr ""
|
|
@@ -518,6 +552,11 @@ msgstr ""
|
|
|
518
552
|
msgid "auto create discussion"
|
|
519
553
|
msgstr "<img src='/images/comments_add.png' alt='add a discussion'/>"
|
|
520
554
|
|
|
555
|
+
#: app/views/groups/_form.rhtml:36 app/views/groups/_form.rhtml:39
|
|
556
|
+
#, fuzzy
|
|
557
|
+
msgid "auto_publish"
|
|
558
|
+
msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
559
|
+
|
|
521
560
|
#: app/views/virtual_classes/index.erb:20
|
|
522
561
|
msgid "back"
|
|
523
562
|
msgstr ""
|
|
@@ -526,7 +565,7 @@ msgstr ""
|
|
|
526
565
|
msgid "bak"
|
|
527
566
|
msgstr ""
|
|
528
567
|
|
|
529
|
-
#: lib/gettext_strings.rb:
|
|
568
|
+
#: lib/gettext_strings.rb:180
|
|
530
569
|
msgid "birthday"
|
|
531
570
|
msgstr ""
|
|
532
571
|
|
|
@@ -534,12 +573,12 @@ msgstr ""
|
|
|
534
573
|
msgid "btn_acl_add"
|
|
535
574
|
msgstr "<img src='/images/key_add.png' alt='add an access'/>"
|
|
536
575
|
|
|
537
|
-
#: lib/gettext_strings.rb:26
|
|
576
|
+
#: lib/gettext_strings.rb:26 lib/zafu/process/ajax.rb:330
|
|
538
577
|
msgid "btn_add"
|
|
539
578
|
msgstr "<img src='/images/add.png' alt='add'/>"
|
|
540
579
|
|
|
541
|
-
#: app/views/comments/_add.rhtml:2
|
|
542
|
-
#: lib/
|
|
580
|
+
#: app/views/comments/_add.rhtml:2 lib/gettext_strings.rb:27
|
|
581
|
+
#: lib/zafu/process/ajax.rb:330
|
|
543
582
|
msgid "btn_add_comment"
|
|
544
583
|
msgstr "<img src='/images/comment_add.png' alt='add a comment'/>"
|
|
545
584
|
|
|
@@ -563,19 +602,19 @@ msgstr "<img src='/images/bomb.png' alt='empty bin'/>"
|
|
|
563
602
|
msgid "btn_column_add"
|
|
564
603
|
msgstr "<img src='/images/textfield_add.png' alt='add a property'/>"
|
|
565
604
|
|
|
566
|
-
#: lib/gettext_strings.rb:
|
|
605
|
+
#: lib/gettext_strings.rb:84
|
|
567
606
|
msgid "btn_destroy"
|
|
568
607
|
msgstr "<img src='/images/bomb.png' alt='destroy'/>"
|
|
569
608
|
|
|
570
|
-
#: lib/gettext_strings.rb:
|
|
609
|
+
#: lib/gettext_strings.rb:89
|
|
571
610
|
msgid "btn_destroy_version"
|
|
572
611
|
msgstr "<img src='/images/bomb.png' alt='destroy'/>"
|
|
573
612
|
|
|
574
|
-
#: lib/gettext_strings.rb:
|
|
613
|
+
#: lib/gettext_strings.rb:87
|
|
575
614
|
msgid "btn_drive"
|
|
576
615
|
msgstr "<img src='/images/wrench.png' alt='drive'/>"
|
|
577
616
|
|
|
578
|
-
#: lib/gettext_strings.rb:
|
|
617
|
+
#: lib/gettext_strings.rb:86
|
|
579
618
|
msgid "btn_edit"
|
|
580
619
|
msgstr "<img src='/images/page_edit.png' alt='edit'/>"
|
|
581
620
|
|
|
@@ -587,7 +626,7 @@ msgstr "<img src='/images/group_add.png' alt='add a group'/>"
|
|
|
587
626
|
msgid "btn_iformat_add"
|
|
588
627
|
msgstr "<img src='/images/photo_add.png' alt='add an image format'/>"
|
|
589
628
|
|
|
590
|
-
#: lib/gettext_strings.rb:
|
|
629
|
+
#: lib/gettext_strings.rb:85
|
|
591
630
|
msgid "btn_propose"
|
|
592
631
|
msgstr "<img src='/images/picture_empty.png' alt='propose'/>"
|
|
593
632
|
|
|
@@ -595,21 +634,19 @@ msgstr "<img src='/images/picture_empty.png' alt='propose'/>"
|
|
|
595
634
|
msgid "btn_publish"
|
|
596
635
|
msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
597
636
|
|
|
598
|
-
#: lib/gettext_strings.rb:
|
|
637
|
+
#: lib/gettext_strings.rb:90
|
|
599
638
|
msgid "btn_redit"
|
|
600
639
|
msgstr "<img src='/images/page_edit.png' alt='edit'/>"
|
|
601
640
|
|
|
602
|
-
#: lib/gettext_strings.rb:
|
|
641
|
+
#: lib/gettext_strings.rb:88
|
|
603
642
|
msgid "btn_refuse"
|
|
604
643
|
msgstr "<img src='/images/delete.png' alt='refuse'/>"
|
|
605
644
|
|
|
606
|
-
#: app/views/relations/_add.erb:2
|
|
607
|
-
#: lib/gettext_strings.rb:39
|
|
645
|
+
#: app/views/relations/_add.erb:2 lib/gettext_strings.rb:39
|
|
608
646
|
msgid "btn_relation_add"
|
|
609
647
|
msgstr "<img src='/images/link_add.png' alt='add a role'/>"
|
|
610
648
|
|
|
611
|
-
#: app/views/comments/_li.rhtml:3
|
|
612
|
-
#: lib/zena/use/action.rb:145
|
|
649
|
+
#: app/views/comments/_li.rhtml:3 lib/zena/use/action.rb:156
|
|
613
650
|
msgid "btn_remove"
|
|
614
651
|
msgstr "<img src='/images/delete.png' alt='delete'/>"
|
|
615
652
|
|
|
@@ -617,16 +654,15 @@ msgstr "<img src='/images/delete.png' alt='delete'/>"
|
|
|
617
654
|
msgid "btn_site_add"
|
|
618
655
|
msgstr "<img src='/images/world_add.png' alt='add a site'/>"
|
|
619
656
|
|
|
620
|
-
#: app/views/links/_li.rhtml:6
|
|
621
|
-
#: lib/zena/use/ajax.rb:418
|
|
657
|
+
#: app/views/links/_li.rhtml:6 lib/zena/use/ajax.rb:506
|
|
622
658
|
msgid "btn_tiny_del"
|
|
623
659
|
msgstr "<img src='/images/bullet_delete.png' alt='remove'/>"
|
|
624
660
|
|
|
625
|
-
#: lib/zena/use/action.rb:
|
|
661
|
+
#: lib/zena/use/action.rb:151
|
|
626
662
|
msgid "btn_title_close_discussion"
|
|
627
663
|
msgstr "Close the discussion (disable comments)."
|
|
628
664
|
|
|
629
|
-
#: lib/zena/use/action.rb:
|
|
665
|
+
#: lib/zena/use/action.rb:156
|
|
630
666
|
msgid "btn_title_destroy_discussion"
|
|
631
667
|
msgstr "Delete the discussion (with all comments)."
|
|
632
668
|
|
|
@@ -638,11 +674,11 @@ msgstr "Open the drive window to change the location, links, etc."
|
|
|
638
674
|
msgid "btn_title_edit"
|
|
639
675
|
msgstr "Open the edition window to edit the node."
|
|
640
676
|
|
|
641
|
-
#: lib/zena/use/action.rb:
|
|
677
|
+
#: lib/zena/use/action.rb:153
|
|
642
678
|
msgid "btn_title_open_discussion"
|
|
643
679
|
msgstr "Open the edition window to edit the node"
|
|
644
680
|
|
|
645
|
-
#: lib/gettext_strings.rb:
|
|
681
|
+
#: lib/gettext_strings.rb:83
|
|
646
682
|
msgid "btn_unpublish"
|
|
647
683
|
msgstr "<img src='/images/delete.png' alt='unpublish'/>"
|
|
648
684
|
|
|
@@ -650,67 +686,51 @@ msgstr "<img src='/images/delete.png' alt='unpublish'/>"
|
|
|
650
686
|
msgid "btn_user_add"
|
|
651
687
|
msgstr "<img src='/images/user_add.png' alt='add a user'/>"
|
|
652
688
|
|
|
653
|
-
#: lib/zena/use/action.rb:
|
|
689
|
+
#: lib/zena/use/action.rb:148
|
|
654
690
|
msgid "btn_view"
|
|
655
691
|
msgstr "<img src='/images/eye.png' alt='view'/>"
|
|
656
692
|
|
|
657
|
-
#: app/views/virtual_classes/_add.erb:2
|
|
658
|
-
#: lib/gettext_strings.rb:42
|
|
693
|
+
#: app/views/virtual_classes/_add.erb:2 lib/gettext_strings.rb:42
|
|
659
694
|
msgid "btn_virtual_class_add"
|
|
660
695
|
msgstr "<img src='/images/brick_add.png' alt='add a class'/>"
|
|
661
696
|
|
|
662
|
-
#: app/views/columns/_form.html.erb:3
|
|
663
|
-
#: app/views/
|
|
664
|
-
#: app/views/
|
|
665
|
-
#: app/views/
|
|
666
|
-
#: app/views/
|
|
667
|
-
#: app/views/
|
|
668
|
-
#: app/views/
|
|
669
|
-
#: app/views/
|
|
670
|
-
#: app/views/
|
|
671
|
-
#: app/views/
|
|
672
|
-
#: app/views/
|
|
673
|
-
#: app/views/
|
|
674
|
-
#:
|
|
675
|
-
#: app/views/discussions/_form.rhtml:8
|
|
676
|
-
#: app/views/groups/_form.rhtml:3
|
|
677
|
-
#: app/views/groups/_form.rhtml:5
|
|
678
|
-
#: app/views/iformats/_form.rhtml:3
|
|
679
|
-
#: app/views/iformats/_form.rhtml:5
|
|
680
|
-
#: app/views/links/_form.rhtml:12
|
|
681
|
-
#: app/views/links/_form.rhtml:14
|
|
682
|
-
#: app/views/nodes/_import_results.rhtml:3
|
|
683
|
-
#: app/views/nodes/_results.rhtml:7
|
|
684
|
-
#: app/views/users/_form.rhtml:3
|
|
685
|
-
#: app/views/users/_form.rhtml:5
|
|
686
|
-
#: lib/zena/use/forms.rb:199
|
|
697
|
+
#: app/views/columns/_form.html.erb:3 app/views/columns/_form.html.erb:5
|
|
698
|
+
#: app/views/relations/_form.erb:3 app/views/relations/_form.erb:5
|
|
699
|
+
#: app/views/sites/_form.erb:3 app/views/sites/_form.erb:5
|
|
700
|
+
#: app/views/virtual_classes/_form.erb:3 app/views/virtual_classes/_form.erb:5
|
|
701
|
+
#: app/views/acls/_form.rhtml:3 app/views/acls/_form.rhtml:5
|
|
702
|
+
#: app/views/comments/_form.rhtml:8 app/views/comments/_form.rhtml:10
|
|
703
|
+
#: app/views/comments/_form.rhtml:12 app/views/discussions/_form.rhtml:8
|
|
704
|
+
#: app/views/groups/_form.rhtml:3 app/views/groups/_form.rhtml:5
|
|
705
|
+
#: app/views/iformats/_form.rhtml:3 app/views/iformats/_form.rhtml:5
|
|
706
|
+
#: app/views/links/_form.rhtml:12 app/views/links/_form.rhtml:14
|
|
707
|
+
#: app/views/nodes/_import_results.rhtml:3 app/views/nodes/_results.rhtml:7
|
|
708
|
+
#: app/views/users/_form.rhtml:3 app/views/users/_form.rhtml:5
|
|
709
|
+
#: lib/zena/use/forms.rb:209
|
|
687
710
|
msgid "btn_x"
|
|
688
711
|
msgstr "<img src='/images/cross.png' alt='cancel'/>"
|
|
689
712
|
|
|
690
713
|
#: app/views/users/preferences.html.erb:10
|
|
691
714
|
#: app/views/users/preferences.html.erb:30
|
|
692
715
|
#: app/views/virtual_classes/import_prepare.html.erb:10
|
|
693
|
-
#: app/views/virtual_classes/index.erb:30
|
|
694
|
-
#: app/views/users/_form.rhtml:20
|
|
716
|
+
#: app/views/virtual_classes/index.erb:30 app/views/users/_form.rhtml:20
|
|
695
717
|
msgid "cancel"
|
|
696
718
|
msgstr ""
|
|
697
719
|
|
|
698
|
-
#: app/models/relation_proxy.rb:
|
|
720
|
+
#: app/models/relation_proxy.rb:400
|
|
699
721
|
msgid "cannot remove link"
|
|
700
722
|
msgstr ""
|
|
701
723
|
|
|
702
|
-
#: app/models/relation_proxy.rb:
|
|
724
|
+
#: app/models/relation_proxy.rb:283
|
|
703
725
|
msgid "cannot update multiple targets"
|
|
704
726
|
msgstr ""
|
|
705
727
|
|
|
706
|
-
#: app/views/nodes/_groups.rhtml:19
|
|
707
|
-
#:
|
|
708
|
-
#: lib/zena/use/upload.rb:167
|
|
728
|
+
#: app/views/nodes/_groups.rhtml:19 app/views/nodes/_parent.rhtml:11
|
|
729
|
+
#: lib/zena/use/upload.rb:215
|
|
709
730
|
msgid "change"
|
|
710
731
|
msgstr ""
|
|
711
732
|
|
|
712
|
-
#: app/views/users/preferences.html.erb:27
|
|
713
|
-
#: app/views/users/_form.rhtml:19
|
|
733
|
+
#: app/views/users/preferences.html.erb:27 app/views/users/_form.rhtml:19
|
|
714
734
|
msgid "change password"
|
|
715
735
|
msgstr ""
|
|
716
736
|
|
|
@@ -718,23 +738,21 @@ msgstr ""
|
|
|
718
738
|
msgid "change personal information"
|
|
719
739
|
msgstr ""
|
|
720
740
|
|
|
721
|
-
#: app/views/relations/_form.erb:17
|
|
722
|
-
#: app/views/nodes/_parent.rhtml:7
|
|
741
|
+
#: app/views/relations/_form.erb:17 app/views/nodes/_parent.rhtml:7
|
|
723
742
|
#, fuzzy
|
|
724
743
|
msgid "class"
|
|
725
744
|
msgstr "<img src='/images/lock.png' alt='closed'/>"
|
|
726
745
|
|
|
727
|
-
#: app/views/templates/document_create_tabs/_import.rhtml:
|
|
746
|
+
#: app/views/templates/document_create_tabs/_import.rhtml:10
|
|
728
747
|
msgid "class of first element"
|
|
729
748
|
msgstr ""
|
|
730
749
|
|
|
731
|
-
#: app/views/templates/document_create_tabs/_template.rhtml:
|
|
750
|
+
#: app/views/templates/document_create_tabs/_template.rhtml:13
|
|
732
751
|
#: app/views/templates/edit_tabs/_template.rhtml:7
|
|
733
752
|
msgid "class scope"
|
|
734
753
|
msgstr ""
|
|
735
754
|
|
|
736
|
-
#: app/views/virtual_classes/index.erb:1
|
|
737
|
-
#: lib/zena/use/display.rb:270
|
|
755
|
+
#: app/views/virtual_classes/index.erb:1 lib/zena/use/display.rb:301
|
|
738
756
|
msgid "classes"
|
|
739
757
|
msgstr ""
|
|
740
758
|
|
|
@@ -743,11 +761,11 @@ msgstr ""
|
|
|
743
761
|
msgid "classes import"
|
|
744
762
|
msgstr "import"
|
|
745
763
|
|
|
746
|
-
#: lib/gettext_strings.rb:
|
|
764
|
+
#: lib/gettext_strings.rb:183
|
|
747
765
|
msgid "clear_cache"
|
|
748
766
|
msgstr ""
|
|
749
767
|
|
|
750
|
-
#: lib/gettext_strings.rb:
|
|
768
|
+
#: lib/gettext_strings.rb:184
|
|
751
769
|
msgid "clear_cache done."
|
|
752
770
|
msgstr "Cache cleared."
|
|
753
771
|
|
|
@@ -756,7 +774,7 @@ msgstr "Cache cleared."
|
|
|
756
774
|
msgid "close"
|
|
757
775
|
msgstr "<img src='/images/lock.png' alt='closed'/>"
|
|
758
776
|
|
|
759
|
-
#: lib/gettext_strings.rb:
|
|
777
|
+
#: lib/gettext_strings.rb:65
|
|
760
778
|
#, fuzzy
|
|
761
779
|
msgid "closed"
|
|
762
780
|
msgstr "<img src='/images/lock.png' alt='closed'/>"
|
|
@@ -765,7 +783,7 @@ msgstr "<img src='/images/lock.png' alt='closed'/>"
|
|
|
765
783
|
msgid "column_error_img"
|
|
766
784
|
msgstr "<img src='/images/textfield_error.png' alt='property error'/>"
|
|
767
785
|
|
|
768
|
-
#: app/views/links/_form.rhtml:30
|
|
786
|
+
#: app/views/columns/_form.html.erb:31 app/views/links/_form.rhtml:30
|
|
769
787
|
msgid "comment"
|
|
770
788
|
msgstr ""
|
|
771
789
|
|
|
@@ -773,12 +791,11 @@ msgstr ""
|
|
|
773
791
|
msgid "comment(s)"
|
|
774
792
|
msgstr ""
|
|
775
793
|
|
|
776
|
-
#: lib/gettext_strings.rb:
|
|
794
|
+
#: lib/gettext_strings.rb:72
|
|
777
795
|
msgid "commentator"
|
|
778
796
|
msgstr ""
|
|
779
797
|
|
|
780
|
-
#: app/views/comments/index.rhtml:1
|
|
781
|
-
#: lib/zena/use/display.rb:258
|
|
798
|
+
#: app/views/comments/index.rhtml:1 lib/zena/use/display.rb:289
|
|
782
799
|
msgid "comments"
|
|
783
800
|
msgstr ""
|
|
784
801
|
|
|
@@ -791,30 +808,29 @@ msgstr ""
|
|
|
791
808
|
msgid "contact_tab"
|
|
792
809
|
msgstr "contact"
|
|
793
810
|
|
|
794
|
-
#: app/views/templates/document_create_tabs/_text_document.rhtml:
|
|
811
|
+
#: app/views/templates/document_create_tabs/_text_document.rhtml:8
|
|
795
812
|
#: app/views/templates/edit_tabs/_document.rhtml:3
|
|
796
813
|
#: app/views/templates/edit_tabs/_textdocument.rhtml:9
|
|
797
814
|
msgid "content type"
|
|
798
815
|
msgstr ""
|
|
799
816
|
|
|
817
|
+
#: app/views/virtual_classes/_form.erb:45
|
|
818
|
+
#, fuzzy
|
|
819
|
+
msgid "content_type"
|
|
820
|
+
msgstr "contact"
|
|
821
|
+
|
|
800
822
|
#: app/views/documents/_crop.rhtml:3
|
|
801
823
|
msgid "convert"
|
|
802
824
|
msgstr ""
|
|
803
825
|
|
|
804
|
-
#: app/models/node.rb:
|
|
805
|
-
#: app/models/
|
|
806
|
-
#: app/models/
|
|
807
|
-
#: app/models/relation_proxy.rb:209
|
|
826
|
+
#: app/models/node.rb:1590 app/models/node.rb:1602
|
|
827
|
+
#: app/models/relation_proxy.rb:186 app/models/relation_proxy.rb:210
|
|
828
|
+
#: app/models/site.rb:405 app/models/site.rb:420
|
|
808
829
|
#, fuzzy
|
|
809
830
|
msgid "could not be found"
|
|
810
831
|
msgstr "Node not found."
|
|
811
832
|
|
|
812
|
-
#:
|
|
813
|
-
#: lib/zena/use/grid.rb:98
|
|
814
|
-
msgid "could not save value (bad attribute)"
|
|
815
|
-
msgstr ""
|
|
816
|
-
|
|
817
|
-
#: app/controllers/nodes_controller.rb:368
|
|
833
|
+
#: app/controllers/nodes_controller.rb:446
|
|
818
834
|
msgid "could not update"
|
|
819
835
|
msgstr "The node could not be updated."
|
|
820
836
|
|
|
@@ -822,7 +838,7 @@ msgstr "The node could not be updated."
|
|
|
822
838
|
msgid "could not update user"
|
|
823
839
|
msgstr "User could not be updated."
|
|
824
840
|
|
|
825
|
-
#: lib/gettext_strings.rb:
|
|
841
|
+
#: lib/gettext_strings.rb:176
|
|
826
842
|
msgid "country"
|
|
827
843
|
msgstr ""
|
|
828
844
|
|
|
@@ -830,10 +846,9 @@ msgstr ""
|
|
|
830
846
|
msgid "create"
|
|
831
847
|
msgstr ""
|
|
832
848
|
|
|
833
|
-
#: app/views/
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
849
|
+
#: app/views/acls/_form.rhtml:27
|
|
850
|
+
msgid "create only: allow"
|
|
851
|
+
msgstr ""
|
|
837
852
|
|
|
838
853
|
#: app/views/templates/edit_tabs/_image.rhtml:10
|
|
839
854
|
msgid "crop/resize"
|
|
@@ -857,15 +872,13 @@ msgstr "++"
|
|
|
857
872
|
msgid "data entries"
|
|
858
873
|
msgstr "%Y-%m-%d %H:%M"
|
|
859
874
|
|
|
860
|
-
#: lib/gettext_strings.rb:
|
|
861
|
-
#: lib/zena/use/dates.rb:
|
|
862
|
-
#: lib/zena/use/dates.rb:
|
|
863
|
-
#: lib/zena/use/dates.rb:183
|
|
864
|
-
#: lib/zena/use/dates.rb:194
|
|
875
|
+
#: lib/gettext_strings.rb:119 lib/zena/use/dates.rb:16
|
|
876
|
+
#: lib/zena/use/dates.rb:130 lib/zena/use/dates.rb:190
|
|
877
|
+
#: lib/zena/use/dates.rb:201
|
|
865
878
|
msgid "datetime"
|
|
866
879
|
msgstr "%Y-%m-%d %H:%M"
|
|
867
880
|
|
|
868
|
-
#: lib/gettext_strings.rb:
|
|
881
|
+
#: lib/gettext_strings.rb:110
|
|
869
882
|
msgid "de"
|
|
870
883
|
msgstr "german"
|
|
871
884
|
|
|
@@ -873,29 +886,26 @@ msgstr "german"
|
|
|
873
886
|
msgid "default_iformat_img"
|
|
874
887
|
msgstr "<img src='/images/photo_grey.png' alt='image format'/>"
|
|
875
888
|
|
|
876
|
-
#: lib/gettext_strings.rb:
|
|
889
|
+
#: lib/gettext_strings.rb:75
|
|
877
890
|
msgid "deleted"
|
|
878
891
|
msgstr ""
|
|
879
892
|
|
|
880
|
-
#: app/views/acls/_form.rhtml:
|
|
893
|
+
#: app/views/acls/_form.rhtml:47
|
|
881
894
|
msgid "description"
|
|
882
895
|
msgstr ""
|
|
883
896
|
|
|
884
|
-
#: app/views/columns/_form.html.erb:
|
|
885
|
-
#: app/views/
|
|
886
|
-
#: app/views/
|
|
887
|
-
#: app/views/acls/_form.rhtml:68
|
|
888
|
-
#: app/views/groups/_form.rhtml:41
|
|
889
|
-
#: app/views/iformats/_form.rhtml:27
|
|
897
|
+
#: app/views/columns/_form.html.erb:41 app/views/relations/_form.erb:47
|
|
898
|
+
#: app/views/virtual_classes/_form.erb:54 app/views/acls/_form.rhtml:72
|
|
899
|
+
#: app/views/groups/_form.rhtml:48 app/views/iformats/_form.rhtml:27
|
|
890
900
|
#, fuzzy
|
|
891
901
|
msgid "destroy"
|
|
892
902
|
msgstr "<img src='/images/bomb.png' alt='destroy'/>"
|
|
893
903
|
|
|
894
|
-
#: app/views/acls/_form.rhtml:
|
|
904
|
+
#: app/views/acls/_form.rhtml:72
|
|
895
905
|
msgid "destroy acl"
|
|
896
906
|
msgstr "destroy acl"
|
|
897
907
|
|
|
898
|
-
#: app/views/groups/_form.rhtml:
|
|
908
|
+
#: app/views/groups/_form.rhtml:48
|
|
899
909
|
#, fuzzy
|
|
900
910
|
msgid "destroy group"
|
|
901
911
|
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
@@ -904,16 +914,16 @@ msgstr "<img src='/images/group.png' alt='group'/>"
|
|
|
904
914
|
msgid "destroy image format"
|
|
905
915
|
msgstr ""
|
|
906
916
|
|
|
907
|
-
#: app/views/columns/_form.html.erb:
|
|
917
|
+
#: app/views/columns/_form.html.erb:41
|
|
908
918
|
#, fuzzy
|
|
909
919
|
msgid "destroy property"
|
|
910
920
|
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
911
921
|
|
|
912
|
-
#: app/views/relations/_form.erb:
|
|
922
|
+
#: app/views/relations/_form.erb:47
|
|
913
923
|
msgid "destroy relation (with all links)"
|
|
914
924
|
msgstr ""
|
|
915
925
|
|
|
916
|
-
#: app/views/virtual_classes/_form.erb:
|
|
926
|
+
#: app/views/virtual_classes/_form.erb:54
|
|
917
927
|
#, fuzzy
|
|
918
928
|
msgid "destroy virtual class"
|
|
919
929
|
msgstr "<img src='/images/brick.png' alt='class'/>"
|
|
@@ -944,10 +954,15 @@ msgstr "doc"
|
|
|
944
954
|
msgid "drive_tab"
|
|
945
955
|
msgstr "drive"
|
|
946
956
|
|
|
947
|
-
#: lib/zena/use/urls.rb:
|
|
957
|
+
#: lib/zafu/process/ajax.rb:218 lib/zena/use/urls.rb:767
|
|
948
958
|
msgid "edit"
|
|
949
959
|
msgstr ""
|
|
950
960
|
|
|
961
|
+
#: app/views/virtual_classes/_form.erb:42
|
|
962
|
+
#, fuzzy
|
|
963
|
+
msgid "edit group"
|
|
964
|
+
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
965
|
+
|
|
951
966
|
#: app/views/relations/edit.erb:1
|
|
952
967
|
#, fuzzy
|
|
953
968
|
msgid "edit relation"
|
|
@@ -958,25 +973,28 @@ msgstr "<img src='/images/target.png' alt='role'/>"
|
|
|
958
973
|
msgid "edit site"
|
|
959
974
|
msgstr "%Y-%m-%d %H:%M"
|
|
960
975
|
|
|
961
|
-
#: lib/gettext_strings.rb:
|
|
976
|
+
#: lib/gettext_strings.rb:179
|
|
962
977
|
msgid "email"
|
|
963
978
|
msgstr ""
|
|
964
979
|
|
|
965
|
-
#: lib/gettext_strings.rb:
|
|
980
|
+
#: lib/gettext_strings.rb:108
|
|
966
981
|
msgid "en"
|
|
967
982
|
msgstr "english"
|
|
968
983
|
|
|
969
|
-
#: app/views/acls/_form.rhtml:
|
|
970
|
-
#: app/views/acls/index.rhtml:12
|
|
984
|
+
#: app/views/acls/_form.rhtml:55 app/views/acls/index.rhtml:12
|
|
971
985
|
#, fuzzy
|
|
972
986
|
msgid "exec group"
|
|
973
987
|
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
974
988
|
|
|
975
|
-
#: app/views/acls/_form.rhtml:
|
|
976
|
-
#: app/views/acls/index.rhtml:13
|
|
989
|
+
#: app/views/acls/_form.rhtml:59 app/views/acls/index.rhtml:13
|
|
977
990
|
msgid "exec skin"
|
|
978
991
|
msgstr ""
|
|
979
992
|
|
|
993
|
+
#: app/views/sites/jobs.erb:5
|
|
994
|
+
#, fuzzy
|
|
995
|
+
msgid "execution"
|
|
996
|
+
msgstr "icon"
|
|
997
|
+
|
|
980
998
|
#: app/views/virtual_classes/index.erb:25
|
|
981
999
|
#, fuzzy
|
|
982
1000
|
msgid "export"
|
|
@@ -990,13 +1008,12 @@ msgstr ""
|
|
|
990
1008
|
msgid "file_tab"
|
|
991
1009
|
msgstr "file"
|
|
992
1010
|
|
|
993
|
-
#: lib/gettext_strings.rb:
|
|
1011
|
+
#: lib/gettext_strings.rb:171
|
|
994
1012
|
msgid "first_name"
|
|
995
1013
|
msgstr "first name"
|
|
996
1014
|
|
|
997
|
-
#: app/views/acls/_form.rhtml:
|
|
998
|
-
#: app/views/
|
|
999
|
-
#: app/views/templates/document_create_tabs/_template.rhtml:16
|
|
1015
|
+
#: app/views/acls/_form.rhtml:43 app/views/acls/index.rhtml:10
|
|
1016
|
+
#: app/views/templates/document_create_tabs/_template.rhtml:19
|
|
1000
1017
|
#: app/views/templates/edit_tabs/_template.rhtml:1
|
|
1001
1018
|
msgid "format"
|
|
1002
1019
|
msgstr ""
|
|
@@ -1005,16 +1022,16 @@ msgstr ""
|
|
|
1005
1022
|
msgid "forward"
|
|
1006
1023
|
msgstr ""
|
|
1007
1024
|
|
|
1008
|
-
#: lib/gettext_strings.rb:
|
|
1025
|
+
#: lib/gettext_strings.rb:109
|
|
1009
1026
|
msgid "fr"
|
|
1010
1027
|
msgstr "french"
|
|
1011
1028
|
|
|
1012
|
-
#: lib/zena/use/calendar.rb:
|
|
1029
|
+
#: lib/zena/use/calendar.rb:128
|
|
1013
1030
|
#, fuzzy
|
|
1014
1031
|
msgid "free"
|
|
1015
1032
|
msgstr "french"
|
|
1016
1033
|
|
|
1017
|
-
#: lib/zena/use/i18n.rb:
|
|
1034
|
+
#: lib/zena/use/i18n.rb:98
|
|
1018
1035
|
msgid "full_date"
|
|
1019
1036
|
msgstr "%A, %B %d %Y"
|
|
1020
1037
|
|
|
@@ -1026,30 +1043,25 @@ msgstr "<img src='/images/photo_blue.png' alt='full image format'/>"
|
|
|
1026
1043
|
msgid "gravity"
|
|
1027
1044
|
msgstr ""
|
|
1028
1045
|
|
|
1029
|
-
#: app/views/groups/edit.html.erb:1
|
|
1030
|
-
#: app/views/
|
|
1031
|
-
#: app/views/acls/_form.rhtml:19
|
|
1032
|
-
#: app/views/acls/index.rhtml:6
|
|
1046
|
+
#: app/views/groups/edit.html.erb:1 app/views/groups/show.html.erb:1
|
|
1047
|
+
#: app/views/acls/_form.rhtml:19 app/views/acls/index.rhtml:6
|
|
1033
1048
|
msgid "group"
|
|
1034
1049
|
msgstr ""
|
|
1035
1050
|
|
|
1036
|
-
#: app/views/groups/index.rhtml:1
|
|
1037
|
-
#:
|
|
1038
|
-
#: lib/zena/use/display.rb:264
|
|
1051
|
+
#: app/views/groups/index.rhtml:1 app/views/users/_form.rhtml:37
|
|
1052
|
+
#: lib/zena/use/display.rb:295
|
|
1039
1053
|
msgid "groups"
|
|
1040
1054
|
msgstr ""
|
|
1041
1055
|
|
|
1042
|
-
#: app/models/column.rb:
|
|
1056
|
+
#: app/models/column.rb:122
|
|
1043
1057
|
msgid "has already been taken in %s"
|
|
1044
1058
|
msgstr ""
|
|
1045
1059
|
|
|
1046
|
-
#: app/views/relations/_form.erb:24
|
|
1047
|
-
#: app/views/relations/_form.erb:28
|
|
1060
|
+
#: app/views/relations/_form.erb:24 app/views/relations/_form.erb:28
|
|
1048
1061
|
msgid "has_many"
|
|
1049
1062
|
msgstr ""
|
|
1050
1063
|
|
|
1051
|
-
#: app/views/relations/_form.erb:23
|
|
1052
|
-
#: app/views/relations/_form.erb:27
|
|
1064
|
+
#: app/views/relations/_form.erb:23 app/views/relations/_form.erb:27
|
|
1053
1065
|
msgid "has_one"
|
|
1054
1066
|
msgstr ""
|
|
1055
1067
|
|
|
@@ -1060,18 +1072,24 @@ msgstr "<img src='/images/lightbulb.png' alt='hot'/>"
|
|
|
1060
1072
|
|
|
1061
1073
|
#: app/views/templates/edit_tabs/_help.rhtml:6
|
|
1062
1074
|
msgid "help not found"
|
|
1063
|
-
msgstr "
|
|
1075
|
+
msgstr ""
|
|
1076
|
+
"Help node not found. This node should be named 'help'. In the meantime, you "
|
|
1077
|
+
"can visit the official website: \"zena\":http://zenadmin.org."
|
|
1064
1078
|
|
|
1065
1079
|
#: lib/gettext_strings.rb:4
|
|
1066
1080
|
msgid "help_tab"
|
|
1067
1081
|
msgstr "help"
|
|
1068
1082
|
|
|
1083
|
+
#: app/views/sites/_form.erb:17
|
|
1084
|
+
#, fuzzy
|
|
1085
|
+
msgid "home"
|
|
1086
|
+
msgstr "management"
|
|
1087
|
+
|
|
1069
1088
|
#: app/views/sites/_form.erb:16
|
|
1070
1089
|
msgid "host"
|
|
1071
1090
|
msgstr ""
|
|
1072
1091
|
|
|
1073
|
-
#: app/views/relations/_form.erb:35
|
|
1074
|
-
#: app/views/virtual_classes/_form.erb:45
|
|
1092
|
+
#: app/views/relations/_form.erb:35 app/views/virtual_classes/_form.erb:47
|
|
1075
1093
|
msgid "icon"
|
|
1076
1094
|
msgstr "icon"
|
|
1077
1095
|
|
|
@@ -1088,8 +1106,7 @@ msgstr ""
|
|
|
1088
1106
|
msgid "idx_scope"
|
|
1089
1107
|
msgstr ""
|
|
1090
1108
|
|
|
1091
|
-
#: app/views/iformats/edit.html.erb:1
|
|
1092
|
-
#: app/views/iformats/show.html.erb:1
|
|
1109
|
+
#: app/views/iformats/edit.html.erb:1 app/views/iformats/show.html.erb:1
|
|
1093
1110
|
msgid "iformat"
|
|
1094
1111
|
msgstr ""
|
|
1095
1112
|
|
|
@@ -1101,8 +1118,7 @@ msgstr "<img src='/images/photo.png' alt='image format'/>"
|
|
|
1101
1118
|
msgid "image"
|
|
1102
1119
|
msgstr ""
|
|
1103
1120
|
|
|
1104
|
-
#: app/views/iformats/index.rhtml:1
|
|
1105
|
-
#: lib/zena/use/display.rb:276
|
|
1121
|
+
#: app/views/iformats/index.rhtml:1 lib/zena/use/display.rb:307
|
|
1106
1122
|
msgid "image formats"
|
|
1107
1123
|
msgstr ""
|
|
1108
1124
|
|
|
@@ -1114,15 +1130,15 @@ msgstr "image"
|
|
|
1114
1130
|
msgid "img_acl"
|
|
1115
1131
|
msgstr "<img src='/images/key.png' alt='access control list'/>"
|
|
1116
1132
|
|
|
1117
|
-
#: lib/zena/use/action.rb:
|
|
1133
|
+
#: lib/zena/use/action.rb:153
|
|
1118
1134
|
msgid "img_closed"
|
|
1119
1135
|
msgstr "<img src='/images/lock.png' alt='closed'/>"
|
|
1120
1136
|
|
|
1121
|
-
#: lib/gettext_strings.rb:
|
|
1137
|
+
#: lib/gettext_strings.rb:60
|
|
1122
1138
|
msgid "img_comments"
|
|
1123
1139
|
msgstr "<img src='/images/comments.png' alt='comments'/>"
|
|
1124
1140
|
|
|
1125
|
-
#: lib/gettext_strings.rb:
|
|
1141
|
+
#: lib/gettext_strings.rb:61
|
|
1126
1142
|
msgid "img_comments_inside"
|
|
1127
1143
|
msgstr "<img src='/images/comment.png' alt='private comments'/>"
|
|
1128
1144
|
|
|
@@ -1130,37 +1146,35 @@ msgstr "<img src='/images/comment.png' alt='private comments'/>"
|
|
|
1130
1146
|
msgid "img_custom_inherit"
|
|
1131
1147
|
msgstr "<img src='/images/cog.png' alt='custom rights'/>"
|
|
1132
1148
|
|
|
1133
|
-
#: lib/gettext_strings.rb:
|
|
1149
|
+
#: lib/gettext_strings.rb:192
|
|
1134
1150
|
msgid "img_datetime"
|
|
1135
1151
|
msgstr "<img src='/images/date.png' alt='datetime property'/>"
|
|
1136
1152
|
|
|
1137
|
-
#: lib/gettext_strings.rb:
|
|
1153
|
+
#: lib/gettext_strings.rb:191
|
|
1138
1154
|
msgid "img_float"
|
|
1139
1155
|
msgstr "<img src='/images/chart_curve.png' alt='float property'/>"
|
|
1140
1156
|
|
|
1141
|
-
#: lib/gettext_strings.rb:
|
|
1157
|
+
#: lib/gettext_strings.rb:57
|
|
1142
1158
|
msgid "img_group"
|
|
1143
1159
|
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
1144
1160
|
|
|
1145
|
-
#: lib/gettext_strings.rb:
|
|
1161
|
+
#: lib/gettext_strings.rb:58
|
|
1146
1162
|
msgid "img_group_pub"
|
|
1147
1163
|
msgstr "<img src='/images/group_pub.png' alt='public group'/>"
|
|
1148
1164
|
|
|
1149
|
-
#: lib/gettext_strings.rb:
|
|
1165
|
+
#: lib/gettext_strings.rb:59
|
|
1150
1166
|
msgid "img_group_site"
|
|
1151
1167
|
msgstr "<img src='/images/group_site.png' alt='site group'/>"
|
|
1152
1168
|
|
|
1153
|
-
#: app/views/relations/_li.erb:8
|
|
1154
|
-
#: app/views/relations/_li.erb:18
|
|
1169
|
+
#: app/views/relations/_li.erb:8 app/views/relations/_li.erb:18
|
|
1155
1170
|
msgid "img_has_many"
|
|
1156
1171
|
msgstr "<img src='/images/page_white_stack.png' alt='has many'/>"
|
|
1157
1172
|
|
|
1158
|
-
#: app/views/relations/_li.erb:8
|
|
1159
|
-
#: app/views/relations/_li.erb:18
|
|
1173
|
+
#: app/views/relations/_li.erb:8 app/views/relations/_li.erb:18
|
|
1160
1174
|
msgid "img_has_one"
|
|
1161
1175
|
msgstr "<img src='/images/page_white.png' alt='has one'/>"
|
|
1162
1176
|
|
|
1163
|
-
#: lib/gettext_strings.rb:
|
|
1177
|
+
#: lib/gettext_strings.rb:190
|
|
1164
1178
|
msgid "img_integer"
|
|
1165
1179
|
msgstr "<img src='/images/chart_line.png' alt='integer property'/>"
|
|
1166
1180
|
|
|
@@ -1168,26 +1182,27 @@ msgstr "<img src='/images/chart_line.png' alt='integer property'/>"
|
|
|
1168
1182
|
msgid "img_link"
|
|
1169
1183
|
msgstr "<img src='/images/tag_blue.png' alt='link'/>"
|
|
1170
1184
|
|
|
1171
|
-
#: lib/gettext_strings.rb:
|
|
1172
|
-
#: lib/zena/use/i18n.rb:204
|
|
1185
|
+
#: lib/gettext_strings.rb:68 lib/zena/use/i18n.rb:219
|
|
1173
1186
|
msgid "img_next_page"
|
|
1174
|
-
msgstr "
|
|
1187
|
+
msgstr ""
|
|
1188
|
+
"<img src='/images/control_fastforward.png' alt='next page' title='next page'/"
|
|
1189
|
+
">"
|
|
1175
1190
|
|
|
1176
|
-
#: lib/zena/use/action.rb:
|
|
1191
|
+
#: lib/zena/use/action.rb:151
|
|
1177
1192
|
msgid "img_open"
|
|
1178
1193
|
msgstr "<img src='/images/lock_open.png' alt='open'/>"
|
|
1179
1194
|
|
|
1180
|
-
#: lib/gettext_strings.rb:
|
|
1181
|
-
#: lib/zena/use/i18n.rb:204
|
|
1195
|
+
#: lib/gettext_strings.rb:67 lib/zena/use/i18n.rb:219
|
|
1182
1196
|
msgid "img_prev_page"
|
|
1183
|
-
msgstr "
|
|
1197
|
+
msgstr ""
|
|
1198
|
+
"<img src='/images/control_rewind.png' alt='previous page' title='previous "
|
|
1199
|
+
"page'/>"
|
|
1184
1200
|
|
|
1185
1201
|
#: lib/gettext_strings.rb:49
|
|
1186
1202
|
msgid "img_private"
|
|
1187
1203
|
msgstr "<img src='/images/lock.png' alt='private'/>"
|
|
1188
1204
|
|
|
1189
|
-
#: lib/gettext_strings.rb:48
|
|
1190
|
-
#: lib/zena/use/html_tags.rb:112
|
|
1205
|
+
#: lib/gettext_strings.rb:48 lib/zena/use/html_tags.rb:112
|
|
1191
1206
|
msgid "img_public"
|
|
1192
1207
|
msgstr "<img src='/images/user_pub.png' alt='public'/>"
|
|
1193
1208
|
|
|
@@ -1195,7 +1210,7 @@ msgstr "<img src='/images/user_pub.png' alt='public'/>"
|
|
|
1195
1210
|
msgid "img_relation"
|
|
1196
1211
|
msgstr "<img src='/images/link.png' alt='relation'/>"
|
|
1197
1212
|
|
|
1198
|
-
#: lib/gettext_strings.rb:
|
|
1213
|
+
#: lib/gettext_strings.rb:189
|
|
1199
1214
|
msgid "img_string"
|
|
1200
1215
|
msgstr "<img src='/images/text_align_left.png' alt='string property'/>"
|
|
1201
1216
|
|
|
@@ -1207,11 +1222,19 @@ msgstr "<img src='/images/user.png' alt='user'/>"
|
|
|
1207
1222
|
msgid "img_user_admin"
|
|
1208
1223
|
msgstr "<img src='/images/user_admin.png' alt='administrator'/>"
|
|
1209
1224
|
|
|
1225
|
+
#: lib/gettext_strings.rb:53
|
|
1226
|
+
msgid "img_user_manager"
|
|
1227
|
+
msgstr "<img src='/images/user_red.png' alt='manager'/>"
|
|
1228
|
+
|
|
1210
1229
|
#: lib/gettext_strings.rb:54
|
|
1230
|
+
msgid "img_user_profile"
|
|
1231
|
+
msgstr "<img src='/images/user_orange.png' title='profile user'/>"
|
|
1232
|
+
|
|
1233
|
+
#: lib/gettext_strings.rb:56
|
|
1211
1234
|
msgid "img_user_pub"
|
|
1212
1235
|
msgstr "<img src='/images/user_pub.png' alt='anonymous user'/>"
|
|
1213
1236
|
|
|
1214
|
-
#: lib/gettext_strings.rb:
|
|
1237
|
+
#: lib/gettext_strings.rb:55
|
|
1215
1238
|
msgid "img_user_su"
|
|
1216
1239
|
msgstr "<img src='/images/user_su.png' alt='super user'/>"
|
|
1217
1240
|
|
|
@@ -1257,6 +1280,10 @@ msgstr ""
|
|
|
1257
1280
|
msgid "index"
|
|
1258
1281
|
msgstr ""
|
|
1259
1282
|
|
|
1283
|
+
#: app/views/sites/jobs.erb:6
|
|
1284
|
+
msgid "info"
|
|
1285
|
+
msgstr ""
|
|
1286
|
+
|
|
1260
1287
|
#: app/controllers/users_controller.rb:115
|
|
1261
1288
|
msgid "information successfully updated"
|
|
1262
1289
|
msgstr "Informations successfully updated."
|
|
@@ -1265,20 +1292,24 @@ msgstr "Informations successfully updated."
|
|
|
1265
1292
|
msgid "inherit"
|
|
1266
1293
|
msgstr ""
|
|
1267
1294
|
|
|
1268
|
-
#: app/views/discussions/_form.rhtml:12
|
|
1269
|
-
#: lib/gettext_strings.rb:60
|
|
1295
|
+
#: app/views/discussions/_form.rhtml:12 lib/gettext_strings.rb:62
|
|
1270
1296
|
msgid "inside"
|
|
1271
1297
|
msgstr ""
|
|
1272
1298
|
|
|
1273
|
-
#:
|
|
1299
|
+
#: bricks/fs_skin/lib/bricks/fs_skin.rb:110
|
|
1300
|
+
#, fuzzy
|
|
1301
|
+
msgid "invalid"
|
|
1302
|
+
msgstr " validate "
|
|
1303
|
+
|
|
1304
|
+
#: app/models/column.rb:125
|
|
1274
1305
|
msgid "invalid (cannot end with _id or _ids)"
|
|
1275
1306
|
msgstr ""
|
|
1276
1307
|
|
|
1277
|
-
#: app/models/column.rb:
|
|
1308
|
+
#: app/models/column.rb:129
|
|
1278
1309
|
msgid "invalid (method defined in %s)"
|
|
1279
1310
|
msgstr ""
|
|
1280
1311
|
|
|
1281
|
-
#: app/models/relation_proxy.rb:
|
|
1312
|
+
#: app/models/relation_proxy.rb:385
|
|
1282
1313
|
#, fuzzy
|
|
1283
1314
|
msgid "invalid target"
|
|
1284
1315
|
msgstr " validate "
|
|
@@ -1287,17 +1318,24 @@ msgstr " validate "
|
|
|
1287
1318
|
msgid "inverse"
|
|
1288
1319
|
msgstr ""
|
|
1289
1320
|
|
|
1321
|
+
#: app/views/users/_form.rhtml:51
|
|
1322
|
+
msgid "is profile"
|
|
1323
|
+
msgstr ""
|
|
1324
|
+
|
|
1325
|
+
#: app/views/sites/jobs.erb:1 lib/zena/use/display.rb:316
|
|
1326
|
+
msgid "jobs"
|
|
1327
|
+
msgstr ""
|
|
1328
|
+
|
|
1290
1329
|
#: app/views/virtual_classes/_form.erb:28
|
|
1291
1330
|
msgid "kpath"
|
|
1292
1331
|
msgstr ""
|
|
1293
1332
|
|
|
1294
1333
|
#: app/views/users/preferences.html.erb:17
|
|
1295
|
-
#: app/views/templates/edit_tabs/_title.rhtml:7
|
|
1296
|
-
#: app/views/users/_form.rhtml:26
|
|
1334
|
+
#: app/views/templates/edit_tabs/_title.rhtml:7 app/views/users/_form.rhtml:33
|
|
1297
1335
|
msgid "language"
|
|
1298
1336
|
msgstr ""
|
|
1299
1337
|
|
|
1300
|
-
#: lib/gettext_strings.rb:
|
|
1338
|
+
#: lib/gettext_strings.rb:172
|
|
1301
1339
|
msgid "last_name"
|
|
1302
1340
|
msgstr "last name"
|
|
1303
1341
|
|
|
@@ -1309,26 +1347,27 @@ msgstr ""
|
|
|
1309
1347
|
msgid "links_tab"
|
|
1310
1348
|
msgstr "relations"
|
|
1311
1349
|
|
|
1312
|
-
#: lib/gettext_strings.rb:
|
|
1350
|
+
#: lib/gettext_strings.rb:175
|
|
1313
1351
|
msgid "locality"
|
|
1314
1352
|
msgstr ""
|
|
1315
1353
|
|
|
1316
|
-
#: app/views/users/preferences.html.erb:16
|
|
1317
|
-
#: app/views/users/_form.rhtml:17
|
|
1354
|
+
#: app/views/users/preferences.html.erb:16 app/views/users/_form.rhtml:17
|
|
1318
1355
|
msgid "login"
|
|
1319
1356
|
msgstr ""
|
|
1320
1357
|
|
|
1321
|
-
#:
|
|
1322
|
-
|
|
1323
|
-
|
|
1358
|
+
#: app/views/users/_form.rhtml:35
|
|
1359
|
+
msgid "login_attempt_count"
|
|
1360
|
+
msgstr ""
|
|
1361
|
+
|
|
1362
|
+
#: lib/zena/use/dates.rb:57 lib/zena/use/dates.rb:130 lib/zena/use/i18n.rb:103
|
|
1324
1363
|
msgid "long_date"
|
|
1325
1364
|
msgstr "%Y-%m-%d"
|
|
1326
1365
|
|
|
1327
|
-
#: lib/zena/use/i18n.rb:
|
|
1366
|
+
#: lib/zena/use/i18n.rb:88
|
|
1328
1367
|
msgid "long_time"
|
|
1329
1368
|
msgstr "%H:%M:%S"
|
|
1330
1369
|
|
|
1331
|
-
#: lib/zena/use/display.rb:
|
|
1370
|
+
#: lib/zena/use/display.rb:620
|
|
1332
1371
|
msgid "made with Zena"
|
|
1333
1372
|
msgstr ""
|
|
1334
1373
|
|
|
@@ -1336,24 +1375,23 @@ msgstr ""
|
|
|
1336
1375
|
msgid "max size"
|
|
1337
1376
|
msgstr ""
|
|
1338
1377
|
|
|
1339
|
-
#: app/models/relation_proxy.rb:
|
|
1378
|
+
#: app/models/relation_proxy.rb:279
|
|
1340
1379
|
#, fuzzy
|
|
1341
1380
|
msgid "missing target"
|
|
1342
1381
|
msgstr "tags"
|
|
1343
1382
|
|
|
1344
|
-
#: lib/gettext_strings.rb:
|
|
1383
|
+
#: lib/gettext_strings.rb:178
|
|
1345
1384
|
msgid "mobile"
|
|
1346
1385
|
msgstr ""
|
|
1347
1386
|
|
|
1348
|
-
#: app/views/acls/_form.rhtml:
|
|
1349
|
-
#: app/views/acls/index.rhtml:9
|
|
1387
|
+
#: app/views/acls/_form.rhtml:39 app/views/acls/index.rhtml:9
|
|
1350
1388
|
#: app/views/nodes/_groups.rhtml:14
|
|
1351
|
-
#: app/views/templates/document_create_tabs/_template.rhtml:
|
|
1389
|
+
#: app/views/templates/document_create_tabs/_template.rhtml:16
|
|
1352
1390
|
#: app/views/templates/edit_tabs/_template.rhtml:4
|
|
1353
1391
|
msgid "mode"
|
|
1354
1392
|
msgstr ""
|
|
1355
1393
|
|
|
1356
|
-
#: lib/gettext_strings.rb:
|
|
1394
|
+
#: lib/gettext_strings.rb:73
|
|
1357
1395
|
#, fuzzy
|
|
1358
1396
|
msgid "moderated"
|
|
1359
1397
|
msgstr "Node successfully updated."
|
|
@@ -1362,27 +1400,27 @@ msgstr "Node successfully updated."
|
|
|
1362
1400
|
msgid "modified by"
|
|
1363
1401
|
msgstr ""
|
|
1364
1402
|
|
|
1365
|
-
#:
|
|
1403
|
+
#: app/views/virtual_classes/_form.erb:44
|
|
1404
|
+
msgid "monolingual"
|
|
1405
|
+
msgstr ""
|
|
1406
|
+
|
|
1407
|
+
#: lib/zena/use/display.rb:283
|
|
1366
1408
|
msgid "my home"
|
|
1367
1409
|
msgstr "management"
|
|
1368
1410
|
|
|
1369
|
-
#: app/views/columns/_form.html.erb:19
|
|
1370
|
-
#: app/views/
|
|
1371
|
-
#: app/views/
|
|
1372
|
-
#: app/views/
|
|
1373
|
-
#: app/views/
|
|
1374
|
-
#: app/views/iformats/_form.rhtml:16
|
|
1375
|
-
#: app/views/templates/document_create_tabs/_template.rhtml:7
|
|
1376
|
-
#: app/views/templates/document_create_tabs/_text_document.rhtml:8
|
|
1411
|
+
#: app/views/columns/_form.html.erb:19 app/views/virtual_classes/_form.erb:16
|
|
1412
|
+
#: app/views/acls/_form.rhtml:35 app/views/acls/index.rhtml:8
|
|
1413
|
+
#: app/views/groups/_form.rhtml:18 app/views/iformats/_form.rhtml:16
|
|
1414
|
+
#: app/views/templates/document_create_tabs/_template.rhtml:10
|
|
1415
|
+
#: app/views/templates/document_create_tabs/_text_document.rhtml:11
|
|
1377
1416
|
msgid "name"
|
|
1378
1417
|
msgstr ""
|
|
1379
1418
|
|
|
1380
|
-
#: app/controllers/nodes_controller.rb:
|
|
1419
|
+
#: app/controllers/nodes_controller.rb:545
|
|
1381
1420
|
msgid "new"
|
|
1382
1421
|
msgstr ""
|
|
1383
1422
|
|
|
1384
|
-
#: app/views/columns/new.html.erb:1
|
|
1385
|
-
#: app/views/virtual_classes/new.erb:1
|
|
1423
|
+
#: app/views/columns/new.html.erb:1 app/views/virtual_classes/new.erb:1
|
|
1386
1424
|
msgid "new class"
|
|
1387
1425
|
msgstr ""
|
|
1388
1426
|
|
|
@@ -1395,24 +1433,24 @@ msgstr ""
|
|
|
1395
1433
|
msgid "new relation"
|
|
1396
1434
|
msgstr "<img src='/images/target.png' alt='role'/>"
|
|
1397
1435
|
|
|
1398
|
-
#: lib/gettext_strings.rb:
|
|
1436
|
+
#: lib/gettext_strings.rb:122
|
|
1399
1437
|
msgid "news_date"
|
|
1400
1438
|
msgstr "%A, %B %d %Y"
|
|
1401
1439
|
|
|
1402
|
-
#: app/views/sites/_li.erb:
|
|
1440
|
+
#: app/views/sites/_li.erb:14
|
|
1403
1441
|
msgid "no API"
|
|
1404
1442
|
msgstr ""
|
|
1405
1443
|
|
|
1406
|
-
#: lib/gettext_strings.rb:
|
|
1444
|
+
#: lib/gettext_strings.rb:80
|
|
1407
1445
|
#, fuzzy
|
|
1408
1446
|
msgid "no result found"
|
|
1409
1447
|
msgstr "Node not found."
|
|
1410
1448
|
|
|
1411
|
-
#: app/controllers/nodes_controller.rb:
|
|
1449
|
+
#: app/controllers/nodes_controller.rb:545
|
|
1412
1450
|
msgid "node not found"
|
|
1413
1451
|
msgstr "Node not found."
|
|
1414
1452
|
|
|
1415
|
-
#: app/controllers/nodes_controller.rb:
|
|
1453
|
+
#: app/controllers/nodes_controller.rb:444
|
|
1416
1454
|
msgid "node updated"
|
|
1417
1455
|
msgstr "Node successfully updated."
|
|
1418
1456
|
|
|
@@ -1420,13 +1458,12 @@ msgstr "Node successfully updated."
|
|
|
1420
1458
|
msgid "old password"
|
|
1421
1459
|
msgstr ""
|
|
1422
1460
|
|
|
1423
|
-
#: lib/gettext_strings.rb:
|
|
1461
|
+
#: lib/gettext_strings.rb:64
|
|
1424
1462
|
#, fuzzy
|
|
1425
1463
|
msgid "open"
|
|
1426
1464
|
msgstr "<img src='/images/lock_open.png' alt='open'/>"
|
|
1427
1465
|
|
|
1428
|
-
#: app/views/sites/_form.erb:
|
|
1429
|
-
#: lib/gettext_strings.rb:36
|
|
1466
|
+
#: app/views/sites/_form.erb:29 lib/gettext_strings.rb:36
|
|
1430
1467
|
msgid "options"
|
|
1431
1468
|
msgstr ""
|
|
1432
1469
|
|
|
@@ -1443,8 +1480,7 @@ msgstr ""
|
|
|
1443
1480
|
msgid "original is #X this view"
|
|
1444
1481
|
msgstr ""
|
|
1445
1482
|
|
|
1446
|
-
#: app/views/discussions/_form.rhtml:11
|
|
1447
|
-
#: lib/gettext_strings.rb:61
|
|
1483
|
+
#: app/views/discussions/_form.rhtml:11 lib/gettext_strings.rb:63
|
|
1448
1484
|
msgid "outside"
|
|
1449
1485
|
msgstr ""
|
|
1450
1486
|
|
|
@@ -1469,8 +1505,7 @@ msgstr ""
|
|
|
1469
1505
|
msgid "parse names to ids"
|
|
1470
1506
|
msgstr ""
|
|
1471
1507
|
|
|
1472
|
-
#: app/views/users/_form.rhtml:20
|
|
1473
|
-
#: app/views/users/_form.rhtml:22
|
|
1508
|
+
#: app/views/users/_form.rhtml:20 app/views/users/_form.rhtml:22
|
|
1474
1509
|
msgid "password"
|
|
1475
1510
|
msgstr ""
|
|
1476
1511
|
|
|
@@ -1478,7 +1513,7 @@ msgstr ""
|
|
|
1478
1513
|
msgid "popup"
|
|
1479
1514
|
msgstr ""
|
|
1480
1515
|
|
|
1481
|
-
#: lib/gettext_strings.rb:
|
|
1516
|
+
#: lib/gettext_strings.rb:174
|
|
1482
1517
|
msgid "postal_code"
|
|
1483
1518
|
msgstr ""
|
|
1484
1519
|
|
|
@@ -1486,16 +1521,19 @@ msgstr ""
|
|
|
1486
1521
|
msgid "posted by"
|
|
1487
1522
|
msgstr ""
|
|
1488
1523
|
|
|
1489
|
-
#: app/views/users/preferences.html.erb:1
|
|
1490
|
-
#: lib/zena/use/display.rb:255
|
|
1524
|
+
#: app/views/users/preferences.html.erb:1 lib/zena/use/display.rb:286
|
|
1491
1525
|
msgid "preferences"
|
|
1492
1526
|
msgstr ""
|
|
1493
1527
|
|
|
1494
|
-
#: app/views/acls/_form.rhtml:
|
|
1528
|
+
#: app/views/acls/_form.rhtml:31
|
|
1495
1529
|
#, fuzzy
|
|
1496
1530
|
msgid "priority"
|
|
1497
1531
|
msgstr "property"
|
|
1498
1532
|
|
|
1533
|
+
#: app/views/users/_form.rhtml:25
|
|
1534
|
+
msgid "profile"
|
|
1535
|
+
msgstr ""
|
|
1536
|
+
|
|
1499
1537
|
#: app/views/virtual_classes/_li.erb:22
|
|
1500
1538
|
#, fuzzy
|
|
1501
1539
|
msgid "prop"
|
|
@@ -1505,8 +1543,7 @@ msgstr "property"
|
|
|
1505
1543
|
msgid "prop eval"
|
|
1506
1544
|
msgstr ""
|
|
1507
1545
|
|
|
1508
|
-
#: app/views/columns/index.html.erb:1
|
|
1509
|
-
#: lib/zena/use/display.rb:273
|
|
1546
|
+
#: app/views/columns/index.html.erb:1 lib/zena/use/display.rb:304
|
|
1510
1547
|
msgid "properties"
|
|
1511
1548
|
msgstr ""
|
|
1512
1549
|
|
|
@@ -1514,22 +1551,21 @@ msgstr ""
|
|
|
1514
1551
|
msgid "property"
|
|
1515
1552
|
msgstr "property"
|
|
1516
1553
|
|
|
1517
|
-
#: app/views/templates/document_create_tabs/_import.rhtml:
|
|
1554
|
+
#: app/views/templates/document_create_tabs/_import.rhtml:15
|
|
1518
1555
|
#: app/views/versions/edit.rhtml:32
|
|
1519
1556
|
#, fuzzy
|
|
1520
1557
|
msgid "pub"
|
|
1521
1558
|
msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
1522
1559
|
|
|
1523
|
-
#: app/views/sites/_form.erb:
|
|
1524
|
-
#: lib/gettext_strings.rb:37
|
|
1560
|
+
#: app/views/sites/_form.erb:24 lib/gettext_strings.rb:37
|
|
1525
1561
|
msgid "public group"
|
|
1526
1562
|
msgstr ""
|
|
1527
1563
|
|
|
1528
|
-
#: app/views/templates/edit_tabs/_title.rhtml:
|
|
1564
|
+
#: app/views/templates/edit_tabs/_title.rhtml:19
|
|
1529
1565
|
msgid "publication date"
|
|
1530
1566
|
msgstr ""
|
|
1531
1567
|
|
|
1532
|
-
#: app/views/templates/document_create_tabs/_import.rhtml:
|
|
1568
|
+
#: app/views/templates/document_create_tabs/_import.rhtml:14
|
|
1533
1569
|
#, fuzzy
|
|
1534
1570
|
msgid "publish nodes"
|
|
1535
1571
|
msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
@@ -1538,8 +1574,7 @@ msgstr "<img src='/images/wand.png' alt='publish'/>"
|
|
|
1538
1574
|
msgid "publishers"
|
|
1539
1575
|
msgstr ""
|
|
1540
1576
|
|
|
1541
|
-
#: app/views/acls/_form.rhtml:
|
|
1542
|
-
#: app/views/acls/index.rhtml:11
|
|
1577
|
+
#: app/views/acls/_form.rhtml:51 app/views/acls/index.rhtml:11
|
|
1543
1578
|
msgid "query"
|
|
1544
1579
|
msgstr ""
|
|
1545
1580
|
|
|
@@ -1547,7 +1582,7 @@ msgstr ""
|
|
|
1547
1582
|
msgid "re: "
|
|
1548
1583
|
msgstr ""
|
|
1549
1584
|
|
|
1550
|
-
#: lib/gettext_strings.rb:
|
|
1585
|
+
#: lib/gettext_strings.rb:74
|
|
1551
1586
|
msgid "reader"
|
|
1552
1587
|
msgstr ""
|
|
1553
1588
|
|
|
@@ -1555,28 +1590,28 @@ msgstr ""
|
|
|
1555
1590
|
msgid "readers"
|
|
1556
1591
|
msgstr ""
|
|
1557
1592
|
|
|
1558
|
-
#: lib/gettext_strings.rb:
|
|
1593
|
+
#: lib/gettext_strings.rb:167
|
|
1559
1594
|
msgid "rebuild"
|
|
1560
1595
|
msgstr "rebuild template"
|
|
1561
1596
|
|
|
1562
|
-
#: lib/gettext_strings.rb:
|
|
1597
|
+
#: lib/gettext_strings.rb:168
|
|
1563
1598
|
msgid "rebuild_btn"
|
|
1564
1599
|
msgstr "<img src='/images/arrow_refresh.png' alt='rebuild template'/>"
|
|
1565
1600
|
|
|
1566
|
-
#: lib/gettext_strings.rb:
|
|
1601
|
+
#: lib/gettext_strings.rb:185
|
|
1567
1602
|
#, fuzzy
|
|
1568
1603
|
msgid "rebuild_index"
|
|
1569
1604
|
msgstr "<img src='/images/arrow_refresh.png' alt='rebuild template'/>"
|
|
1570
1605
|
|
|
1571
|
-
#: lib/gettext_strings.rb:
|
|
1606
|
+
#: lib/gettext_strings.rb:186
|
|
1572
1607
|
msgid "rebuild_index done."
|
|
1573
1608
|
msgstr "Rebuilding index."
|
|
1574
1609
|
|
|
1575
|
-
#: lib/gettext_strings.rb:
|
|
1610
|
+
#: lib/gettext_strings.rb:164
|
|
1576
1611
|
msgid "redaction saved"
|
|
1577
1612
|
msgstr ""
|
|
1578
1613
|
|
|
1579
|
-
#: app/views/sites/_form.erb:
|
|
1614
|
+
#: app/views/sites/_form.erb:23
|
|
1580
1615
|
#, fuzzy
|
|
1581
1616
|
msgid "redit_time"
|
|
1582
1617
|
msgstr "%H:%M"
|
|
@@ -1585,8 +1620,7 @@ msgstr "%H:%M"
|
|
|
1585
1620
|
msgid "relation_img"
|
|
1586
1621
|
msgstr "<img src='/images/target.png' alt='role'/>"
|
|
1587
1622
|
|
|
1588
|
-
#: app/views/relations/index.erb:1
|
|
1589
|
-
#: lib/zena/use/display.rb:267
|
|
1623
|
+
#: app/views/relations/index.erb:1 lib/zena/use/display.rb:298
|
|
1590
1624
|
msgid "relations"
|
|
1591
1625
|
msgstr ""
|
|
1592
1626
|
|
|
@@ -1615,8 +1649,7 @@ msgstr "french"
|
|
|
1615
1649
|
msgid "rights cannot be changed"
|
|
1616
1650
|
msgstr ""
|
|
1617
1651
|
|
|
1618
|
-
#: app/views/columns/_form.html.erb:17
|
|
1619
|
-
#: app/views/relations/_form.erb:31
|
|
1652
|
+
#: app/views/columns/_form.html.erb:17 app/views/relations/_form.erb:31
|
|
1620
1653
|
msgid "role"
|
|
1621
1654
|
msgstr ""
|
|
1622
1655
|
|
|
@@ -1633,7 +1666,7 @@ msgstr " save "
|
|
|
1633
1666
|
msgid "search field"
|
|
1634
1667
|
msgstr "search"
|
|
1635
1668
|
|
|
1636
|
-
#: lib/gettext_strings.rb:
|
|
1669
|
+
#: lib/gettext_strings.rb:81
|
|
1637
1670
|
msgid "search results"
|
|
1638
1671
|
msgstr ""
|
|
1639
1672
|
|
|
@@ -1641,31 +1674,28 @@ msgstr ""
|
|
|
1641
1674
|
msgid "set"
|
|
1642
1675
|
msgstr ""
|
|
1643
1676
|
|
|
1644
|
-
#: lib/zena/use/i18n.rb:
|
|
1677
|
+
#: lib/zena/use/i18n.rb:108
|
|
1645
1678
|
msgid "short_date"
|
|
1646
1679
|
msgstr "%m.%d"
|
|
1647
1680
|
|
|
1648
|
-
#: lib/zena/use/i18n.rb:
|
|
1681
|
+
#: lib/zena/use/i18n.rb:93
|
|
1649
1682
|
msgid "short_time"
|
|
1650
1683
|
msgstr "%H:%M"
|
|
1651
1684
|
|
|
1652
|
-
#: app/views/
|
|
1653
|
-
|
|
1685
|
+
#: app/views/users/_form.rhtml:32
|
|
1686
|
+
msgid "single_access_token"
|
|
1687
|
+
msgstr ""
|
|
1688
|
+
|
|
1689
|
+
#: app/views/sites/_form.erb:25 lib/gettext_strings.rb:38
|
|
1654
1690
|
#, fuzzy
|
|
1655
1691
|
msgid "site group"
|
|
1656
1692
|
msgstr "<img src='/images/group.png' alt='group'/>"
|
|
1657
1693
|
|
|
1658
|
-
#: app/views/sites/_li.erb:2
|
|
1659
|
-
#: lib/gettext_strings.rb:34
|
|
1694
|
+
#: app/views/sites/_li.erb:2 lib/gettext_strings.rb:34
|
|
1660
1695
|
msgid "site_img"
|
|
1661
1696
|
msgstr "<img src='/images/world.png' alt='site' title='site'/>"
|
|
1662
1697
|
|
|
1663
|
-
#: app/views/sites/
|
|
1664
|
-
msgid "alias_img"
|
|
1665
|
-
msgstr "<img src='/images/world_link.png' alt='alias' title='alias'/>"
|
|
1666
|
-
|
|
1667
|
-
#: app/views/sites/index.erb:1
|
|
1668
|
-
#: lib/zena/use/display.rb:279
|
|
1698
|
+
#: app/views/sites/index.erb:1 lib/zena/use/display.rb:310
|
|
1669
1699
|
msgid "sites"
|
|
1670
1700
|
msgstr ""
|
|
1671
1701
|
|
|
@@ -1673,75 +1703,74 @@ msgstr ""
|
|
|
1673
1703
|
msgid "size"
|
|
1674
1704
|
msgstr ""
|
|
1675
1705
|
|
|
1676
|
-
#: app/views/nodes/_groups.rhtml:18
|
|
1706
|
+
#: app/views/sites/_form.erb:18 app/views/nodes/_groups.rhtml:18
|
|
1677
1707
|
msgid "skin"
|
|
1678
1708
|
msgstr ""
|
|
1679
1709
|
|
|
1680
|
-
#: app/views/links/_form.rhtml:29
|
|
1681
|
-
#: app/views/users/_form.rhtml:25
|
|
1710
|
+
#: app/views/links/_form.rhtml:29 app/views/users/_form.rhtml:31
|
|
1682
1711
|
msgid "status"
|
|
1683
1712
|
msgstr "status"
|
|
1684
1713
|
|
|
1685
|
-
#: lib/gettext_strings.rb:
|
|
1714
|
+
#: lib/gettext_strings.rb:98
|
|
1686
1715
|
msgid "status_0"
|
|
1687
1716
|
msgstr "deleted"
|
|
1688
1717
|
|
|
1689
|
-
#: lib/gettext_strings.rb:
|
|
1718
|
+
#: lib/gettext_strings.rb:106
|
|
1690
1719
|
msgid "status_0_img"
|
|
1691
1720
|
msgstr "<img src='/images/weather_lightning.png'/>"
|
|
1692
1721
|
|
|
1693
|
-
#: lib/gettext_strings.rb:
|
|
1722
|
+
#: lib/gettext_strings.rb:97
|
|
1694
1723
|
msgid "status_10"
|
|
1695
1724
|
msgstr "removed"
|
|
1696
1725
|
|
|
1697
|
-
#: lib/gettext_strings.rb:
|
|
1726
|
+
#: lib/gettext_strings.rb:105
|
|
1698
1727
|
msgid "status_10_img"
|
|
1699
1728
|
msgstr "<img src='/images/weather_rain.png'/>"
|
|
1700
1729
|
|
|
1701
|
-
#: lib/gettext_strings.rb:
|
|
1730
|
+
#: lib/gettext_strings.rb:96
|
|
1702
1731
|
msgid "status_20"
|
|
1703
1732
|
msgstr "replaced"
|
|
1704
1733
|
|
|
1705
|
-
#: lib/gettext_strings.rb:
|
|
1734
|
+
#: lib/gettext_strings.rb:104
|
|
1706
1735
|
msgid "status_20_img"
|
|
1707
1736
|
msgstr "<img src='/images/weather_clouds.png'/>"
|
|
1708
1737
|
|
|
1709
|
-
#: lib/gettext_strings.rb:
|
|
1738
|
+
#: lib/gettext_strings.rb:92
|
|
1710
1739
|
msgid "status_50"
|
|
1711
1740
|
msgstr "published"
|
|
1712
1741
|
|
|
1713
|
-
#: lib/gettext_strings.rb:
|
|
1742
|
+
#: lib/gettext_strings.rb:100
|
|
1714
1743
|
msgid "status_50_img"
|
|
1715
1744
|
msgstr "<img src='/images/weather_sun.png'/>"
|
|
1716
1745
|
|
|
1717
|
-
#: lib/gettext_strings.rb:
|
|
1746
|
+
#: lib/gettext_strings.rb:93
|
|
1718
1747
|
msgid "status_60"
|
|
1719
1748
|
msgstr "proposed"
|
|
1720
1749
|
|
|
1721
|
-
#: lib/gettext_strings.rb:
|
|
1750
|
+
#: lib/gettext_strings.rb:101
|
|
1722
1751
|
msgid "status_60_img"
|
|
1723
1752
|
msgstr "<img src='/images/magnifier.png'/>"
|
|
1724
1753
|
|
|
1725
|
-
#: lib/gettext_strings.rb:
|
|
1754
|
+
#: lib/gettext_strings.rb:94
|
|
1726
1755
|
msgid "status_65"
|
|
1727
1756
|
msgstr "proposed with"
|
|
1728
1757
|
|
|
1729
|
-
#: lib/gettext_strings.rb:
|
|
1758
|
+
#: lib/gettext_strings.rb:102
|
|
1730
1759
|
msgid "status_65_img"
|
|
1731
1760
|
msgstr "<img src='/images/magnifier.png'/>"
|
|
1732
1761
|
|
|
1733
|
-
#: lib/gettext_strings.rb:
|
|
1762
|
+
#: lib/gettext_strings.rb:95
|
|
1734
1763
|
msgid "status_70"
|
|
1735
1764
|
msgstr "redaction"
|
|
1736
1765
|
|
|
1737
|
-
#: lib/gettext_strings.rb:
|
|
1766
|
+
#: lib/gettext_strings.rb:103
|
|
1738
1767
|
msgid "status_70_img"
|
|
1739
1768
|
msgstr "<img src='/images/pencil.png'/>"
|
|
1740
1769
|
|
|
1741
|
-
#: app/views/templates/document_create_tabs/_file.rhtml:
|
|
1742
|
-
#: app/views/templates/document_create_tabs/_template.rhtml:
|
|
1743
|
-
#: app/views/templates/document_create_tabs/_text_document.rhtml:
|
|
1744
|
-
#: app/views/templates/edit_tabs/_title.rhtml:
|
|
1770
|
+
#: app/views/templates/document_create_tabs/_file.rhtml:13
|
|
1771
|
+
#: app/views/templates/document_create_tabs/_template.rhtml:22
|
|
1772
|
+
#: app/views/templates/document_create_tabs/_text_document.rhtml:14
|
|
1773
|
+
#: app/views/templates/edit_tabs/_title.rhtml:21
|
|
1745
1774
|
msgid "summary"
|
|
1746
1775
|
msgstr ""
|
|
1747
1776
|
|
|
@@ -1754,7 +1783,7 @@ msgstr ""
|
|
|
1754
1783
|
msgid "tags"
|
|
1755
1784
|
msgstr "status"
|
|
1756
1785
|
|
|
1757
|
-
#: lib/gettext_strings.rb:
|
|
1786
|
+
#: lib/gettext_strings.rb:177
|
|
1758
1787
|
msgid "telephone"
|
|
1759
1788
|
msgstr ""
|
|
1760
1789
|
|
|
@@ -1774,13 +1803,12 @@ msgstr "text"
|
|
|
1774
1803
|
msgid "textdocument_tab"
|
|
1775
1804
|
msgstr "text doc."
|
|
1776
1805
|
|
|
1777
|
-
#: app/views/users/preferences.html.erb:18
|
|
1778
|
-
#: app/views/users/_form.rhtml:27
|
|
1806
|
+
#: app/views/users/preferences.html.erb:18 app/views/users/_form.rhtml:34
|
|
1779
1807
|
msgid "time zone"
|
|
1780
1808
|
msgstr ""
|
|
1781
1809
|
|
|
1782
1810
|
#: app/views/comments/_form.rhtml:15
|
|
1783
|
-
#: app/views/templates/document_create_tabs/_file.rhtml:
|
|
1811
|
+
#: app/views/templates/document_create_tabs/_file.rhtml:10
|
|
1784
1812
|
#: app/views/templates/edit_tabs/_title.rhtml:1
|
|
1785
1813
|
msgid "title"
|
|
1786
1814
|
msgstr ""
|
|
@@ -1793,29 +1821,31 @@ msgstr "title & Co"
|
|
|
1793
1821
|
msgid "tomorrow"
|
|
1794
1822
|
msgstr ""
|
|
1795
1823
|
|
|
1796
|
-
#: lib/zena/use/display.rb:
|
|
1824
|
+
#: lib/zena/use/display.rb:320
|
|
1797
1825
|
msgid "turn dev off"
|
|
1798
1826
|
msgstr "turn dev off"
|
|
1799
1827
|
|
|
1800
|
-
#: lib/zena/use/display.rb:
|
|
1828
|
+
#: lib/zena/use/display.rb:322
|
|
1801
1829
|
msgid "turn dev on"
|
|
1802
1830
|
msgstr ""
|
|
1803
1831
|
|
|
1804
|
-
#: lib/gettext_strings.rb:
|
|
1832
|
+
#: lib/gettext_strings.rb:169
|
|
1805
1833
|
msgid "turn_dev_off_btn"
|
|
1806
1834
|
msgstr "<img src='/images/bug.png' title='turn dev off'/>"
|
|
1807
1835
|
|
|
1808
|
-
#: app/views/columns/_form.html.erb:18
|
|
1809
|
-
#: app/views/
|
|
1810
|
-
#: app/views/virtual_classes/_form.erb:18
|
|
1811
|
-
#: app/views/iformats/_form.rhtml:17
|
|
1836
|
+
#: app/views/columns/_form.html.erb:18 app/views/relations/_form.erb:21
|
|
1837
|
+
#: app/views/virtual_classes/_form.erb:18 app/views/iformats/_form.rhtml:17
|
|
1812
1838
|
msgid "type"
|
|
1813
1839
|
msgstr ""
|
|
1814
1840
|
|
|
1815
|
-
#: app/models/node.rb:
|
|
1841
|
+
#: app/models/node.rb:1597
|
|
1816
1842
|
msgid "type mismatch (%{type} is not a Skin)"
|
|
1817
1843
|
msgstr ""
|
|
1818
1844
|
|
|
1845
|
+
#: bricks/grid/lib/bricks/grid.rb:55
|
|
1846
|
+
msgid "type to edit"
|
|
1847
|
+
msgstr ""
|
|
1848
|
+
|
|
1819
1849
|
#: app/views/templates/edit_tabs/_textdocument.rhtml:5
|
|
1820
1850
|
msgid "unparse assets"
|
|
1821
1851
|
msgstr ""
|
|
@@ -1824,41 +1854,38 @@ msgstr ""
|
|
|
1824
1854
|
msgid "upload more"
|
|
1825
1855
|
msgstr ""
|
|
1826
1856
|
|
|
1827
|
-
#: app/views/users/_form.rhtml:
|
|
1857
|
+
#: app/views/users/_form.rhtml:59
|
|
1828
1858
|
#, fuzzy
|
|
1829
1859
|
msgid "use acls"
|
|
1830
1860
|
msgstr "<img src='/images/lock.png' alt='closed'/>"
|
|
1831
1861
|
|
|
1832
|
-
#: lib/gettext_strings.rb:
|
|
1862
|
+
#: lib/gettext_strings.rb:71
|
|
1833
1863
|
msgid "user"
|
|
1834
1864
|
msgstr ""
|
|
1835
1865
|
|
|
1836
|
-
#: app/views/groups/_form.rhtml:19
|
|
1837
|
-
#:
|
|
1838
|
-
#: lib/zena/use/display.rb:261
|
|
1866
|
+
#: app/views/groups/_form.rhtml:19 app/views/users/index.rhtml:1
|
|
1867
|
+
#: lib/zena/use/display.rb:292
|
|
1839
1868
|
msgid "users"
|
|
1840
1869
|
msgstr ""
|
|
1841
1870
|
|
|
1842
|
-
#: app/views/columns/_form.html.erb:
|
|
1843
|
-
#: app/views/
|
|
1844
|
-
#: app/views/sites/_form.erb:40
|
|
1845
|
-
#: app/views/users/preferences.html.erb:19
|
|
1871
|
+
#: app/views/columns/_form.html.erb:36 app/views/relations/_form.erb:42
|
|
1872
|
+
#: app/views/sites/_form.erb:44 app/views/users/preferences.html.erb:19
|
|
1846
1873
|
#: app/views/users/preferences.html.erb:38
|
|
1847
|
-
#: app/views/virtual_classes/_form.erb:
|
|
1848
|
-
#: app/views/
|
|
1849
|
-
#: app/views/
|
|
1850
|
-
#: app/views/
|
|
1851
|
-
#: app/views/iformats/_form.rhtml:22
|
|
1852
|
-
#: app/views/nodes/_edit_attribute.rhtml:15
|
|
1853
|
-
#: app/views/templates/document_create_tabs/_file.rhtml:3
|
|
1874
|
+
#: app/views/virtual_classes/_form.erb:48 app/views/acls/_form.rhtml:64
|
|
1875
|
+
#: app/views/comments/_form.rhtml:23 app/views/groups/_form.rhtml:42
|
|
1876
|
+
#: app/views/iformats/_form.rhtml:22 app/views/nodes/_edit_attribute.rhtml:15
|
|
1877
|
+
#: app/views/templates/document_create_tabs/_file.rhtml:6
|
|
1854
1878
|
#: app/views/templates/document_create_tabs/_import.rhtml:2
|
|
1855
1879
|
#: app/views/templates/document_create_tabs/_template.rhtml:3
|
|
1856
1880
|
#: app/views/templates/document_create_tabs/_text_document.rhtml:3
|
|
1857
|
-
#: app/views/users/_form.rhtml:
|
|
1858
|
-
#: app/views/versions/edit.rhtml:17
|
|
1881
|
+
#: app/views/users/_form.rhtml:66 app/views/versions/edit.rhtml:17
|
|
1859
1882
|
msgid "validate"
|
|
1860
1883
|
msgstr " validate "
|
|
1861
1884
|
|
|
1885
|
+
#: app/views/columns/_form.html.erb:21
|
|
1886
|
+
msgid "vers."
|
|
1887
|
+
msgstr ""
|
|
1888
|
+
|
|
1862
1889
|
#: app/views/templates/drive_tabs/_links.rhtml:4
|
|
1863
1890
|
msgid "versions"
|
|
1864
1891
|
msgstr ""
|
|
@@ -1868,18 +1895,16 @@ msgstr ""
|
|
|
1868
1895
|
msgid "virtual class"
|
|
1869
1896
|
msgstr "<img src='/images/brick.png' alt='class'/>"
|
|
1870
1897
|
|
|
1871
|
-
#: app/views/virtual_classes/_li.erb:13
|
|
1872
|
-
#: lib/gettext_strings.rb:41
|
|
1898
|
+
#: app/views/virtual_classes/_li.erb:13 lib/gettext_strings.rb:41
|
|
1873
1899
|
msgid "virtual_class_error_img"
|
|
1874
1900
|
msgstr "<img src='/images/brick_error.png' alt='class error'/>"
|
|
1875
1901
|
|
|
1876
|
-
#: app/views/virtual_classes/_li.erb:3
|
|
1877
|
-
#: app/views/virtual_classes/_li.erb:13
|
|
1902
|
+
#: app/views/virtual_classes/_li.erb:3 app/views/virtual_classes/_li.erb:13
|
|
1878
1903
|
#: lib/gettext_strings.rb:40
|
|
1879
1904
|
msgid "virtual_class_img"
|
|
1880
1905
|
msgstr "<img src='/images/brick.png' alt='class'/>"
|
|
1881
1906
|
|
|
1882
|
-
#: lib/zena/use/calendar.rb:
|
|
1907
|
+
#: lib/zena/use/calendar.rb:367
|
|
1883
1908
|
msgid "week_start_day"
|
|
1884
1909
|
msgstr "0"
|
|
1885
1910
|
|
|
@@ -1896,7 +1921,7 @@ msgstr ""
|
|
|
1896
1921
|
msgid "yesterday"
|
|
1897
1922
|
msgstr "<img src='/images/bomb.png' alt='destroy'/>"
|
|
1898
1923
|
|
|
1899
|
-
#: lib/gettext_strings.rb:
|
|
1924
|
+
#: lib/gettext_strings.rb:163
|
|
1900
1925
|
msgid "you are editing the original"
|
|
1901
1926
|
msgstr ""
|
|
1902
1927
|
|
|
@@ -1951,6 +1976,10 @@ msgstr ""
|
|
|
1951
1976
|
#~ msgid "column_img"
|
|
1952
1977
|
#~ msgstr "<img src='/images/textfield.png' alt='property'/>"
|
|
1953
1978
|
|
|
1979
|
+
#, fuzzy
|
|
1980
|
+
#~ msgid "create group"
|
|
1981
|
+
#~ msgstr "<img src='/images/group.png' alt='group'/>"
|
|
1982
|
+
|
|
1954
1983
|
#~ msgid "favorite_for"
|
|
1955
1984
|
#~ msgstr "favorite for"
|
|
1956
1985
|
|