refinerycms 0.9.9 → 0.9.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -1
- data/Gemfile +8 -24
- data/Gemfile.lock +94 -69
- data/Rakefile +1 -1
- data/bin/refinerycms +118 -109
- data/changelog.md +13 -2
- data/config/cucumber.yml +3 -7
- data/config/settings.rb +0 -1
- data/lib/refinery.rb +14 -1
- data/lib/refinerycms.rb +2 -9
- data/refinerycms.gemspec +15 -855
- data/spec/spec_helper.rb +3 -2
- metadata +27 -907
- data/authentication/app/controllers/admin/users_controller.rb +0 -90
- data/authentication/app/controllers/passwords_controller.rb +0 -43
- data/authentication/app/controllers/registrations_controller.rb +0 -67
- data/authentication/app/controllers/sessions_controller.rb +0 -23
- data/authentication/app/helpers/sessions_helper.rb +0 -2
- data/authentication/app/helpers/users_helper.rb +0 -2
- data/authentication/app/mailers/user_mailer.rb +0 -20
- data/authentication/app/models/role.rb +0 -16
- data/authentication/app/models/roles_users.rb +0 -6
- data/authentication/app/models/user.rb +0 -58
- data/authentication/app/models/user_plugin.rb +0 -5
- data/authentication/app/views/admin/users/_form.html.erb +0 -92
- data/authentication/app/views/admin/users/_user.html.erb +0 -19
- data/authentication/app/views/admin/users/_users.html.erb +0 -4
- data/authentication/app/views/admin/users/edit.html.erb +0 -1
- data/authentication/app/views/admin/users/index.html.erb +0 -12
- data/authentication/app/views/admin/users/new.html.erb +0 -1
- data/authentication/app/views/layouts/login.html.erb +0 -21
- data/authentication/app/views/passwords/edit.html.erb +0 -31
- data/authentication/app/views/passwords/new.html.erb +0 -18
- data/authentication/app/views/registrations/new.html.erb +0 -41
- data/authentication/app/views/sessions/new.html.erb +0 -29
- data/authentication/app/views/user_mailer/reset_notification.html.erb +0 -12
- data/authentication/app/views/user_mailer/reset_notification.text.plain.erb +0 -7
- data/authentication/config/locales/cs.yml +0 -75
- data/authentication/config/locales/da.yml +0 -72
- data/authentication/config/locales/de.yml +0 -72
- data/authentication/config/locales/el.yml +0 -72
- data/authentication/config/locales/en.yml +0 -72
- data/authentication/config/locales/es.yml +0 -100
- data/authentication/config/locales/fr.yml +0 -72
- data/authentication/config/locales/it.yml +0 -97
- data/authentication/config/locales/lolcat.yml +0 -55
- data/authentication/config/locales/lt.yml +0 -55
- data/authentication/config/locales/lv.yml +0 -72
- data/authentication/config/locales/nb.yml +0 -72
- data/authentication/config/locales/nl.yml +0 -70
- data/authentication/config/locales/pl.yml +0 -100
- data/authentication/config/locales/pt-BR.yml +0 -68
- data/authentication/config/locales/rs.yml +0 -72
- data/authentication/config/locales/ru.yml +0 -97
- data/authentication/config/locales/sl.yml +0 -61
- data/authentication/config/locales/sv.yml +0 -64
- data/authentication/config/locales/zh-CN.yml +0 -72
- data/authentication/config/locales/zh-TW.yml +0 -72
- data/authentication/config/routes.rb +0 -31
- data/authentication/db/migrate/20100913234705_create_refinerycms_authentication_schema.rb +0 -43
- data/authentication/db/migrate/20100929035252_add_missing_indexes_to_roles_users.rb +0 -11
- data/authentication/db/migrate/20101206013505_change_to_devise_users_table.rb +0 -27
- data/authentication/db/migrate/20110106184757_add_remember_created_at_to_users.rb +0 -9
- data/authentication/features/lost_password.feature +0 -49
- data/authentication/features/manage_users.feature +0 -61
- data/authentication/features/step_definitions/lost_password.rb +0 -8
- data/authentication/features/step_definitions/user_steps.rb +0 -36
- data/authentication/features/support/factories.rb +0 -18
- data/authentication/features/support/paths.rb +0 -24
- data/authentication/lib/authenticated_system.rb +0 -29
- data/authentication/lib/authentication.rb +0 -30
- data/authentication/lib/generators/refinerycms_authentication_generator.rb +0 -8
- data/authentication/license.md +0 -21
- data/authentication/readme.md +0 -17
- data/authentication/refinerycms-authentication.gemspec +0 -20
- data/authentication/spec/models/user_spec.rb +0 -159
- data/base/db/migrate/20100913234706_create_refinerycms_core_schema.rb +0 -23
- data/base/db/migrate/20101217113424_add_locale_to_slugs.rb +0 -13
- data/base/features/step_definitions/web_steps.rb +0 -219
- data/base/features/support/env.rb +0 -84
- data/base/features/support/factories.rb +0 -1
- data/base/features/support/negative_expectations_helper.rb +0 -57
- data/base/features/support/paths.rb +0 -91
- data/base/lib/base.rb +0 -32
- data/base/lib/generators/refinerycms_base_generator.rb +0 -8
- data/base/lib/refinery.rb +0 -32
- data/base/lib/refinery/version.rb +0 -16
- data/base/license.md +0 -21
- data/base/refinerycms-base.gemspec +0 -18
- data/core/app/controllers/admin/base_controller.rb +0 -10
- data/core/app/controllers/admin/dialogs_controller.rb +0 -26
- data/core/app/controllers/admin/refinery_core_controller.rb +0 -12
- data/core/app/controllers/application_controller.rb +0 -6
- data/core/app/controllers/refinery/fast_controller.rb +0 -9
- data/core/app/controllers/sitemap_controller.rb +0 -14
- data/core/app/helpers/application_helper.rb +0 -5
- data/core/app/views/admin/_head.html.erb +0 -43
- data/core/app/views/admin/_javascripts.html.erb +0 -32
- data/core/app/views/admin/_menu.html.erb +0 -17
- data/core/app/views/admin/dialogs/show.html.erb +0 -19
- data/core/app/views/layouts/admin.html.erb +0 -24
- data/core/app/views/layouts/admin_dialog.html.erb +0 -14
- data/core/app/views/layouts/application.html.erb +0 -21
- data/core/app/views/shared/_content_page.html.erb +0 -63
- data/core/app/views/shared/_draft_page_message.html.erb +0 -3
- data/core/app/views/shared/_footer.html.erb +0 -4
- data/core/app/views/shared/_google_analytics.html.erb +0 -8
- data/core/app/views/shared/_head.html.erb +0 -42
- data/core/app/views/shared/_header.html.erb +0 -8
- data/core/app/views/shared/_html_tag.html.erb +0 -6
- data/core/app/views/shared/_ie6check.html.erb +0 -63
- data/core/app/views/shared/_javascripts.html.erb +0 -10
- data/core/app/views/shared/_menu.html.erb +0 -30
- data/core/app/views/shared/_menu_branch.html.erb +0 -26
- data/core/app/views/shared/_message.html.erb +0 -10
- data/core/app/views/shared/_no_script.html.erb +0 -9
- data/core/app/views/shared/_site_bar.html.erb +0 -25
- data/core/app/views/shared/admin/_continue_editing.html.erb +0 -3
- data/core/app/views/shared/admin/_error_messages.html.erb +0 -16
- data/core/app/views/shared/admin/_form_actions.html.erb +0 -77
- data/core/app/views/shared/admin/_image_picker.html.erb +0 -60
- data/core/app/views/shared/admin/_make_sortable.html.erb +0 -13
- data/core/app/views/shared/admin/_resource_picker.html.erb +0 -66
- data/core/app/views/shared/admin/_search.html.erb +0 -6
- data/core/app/views/shared/admin/_sortable_list.html.erb +0 -7
- data/core/app/views/shared/admin/_tabbed_fields.html.erb +0 -42
- data/core/app/views/welcome.html.erb +0 -17
- data/core/app/views/wymiframe.html.erb +0 -15
- data/core/config/locales/cs.yml +0 -77
- data/core/config/locales/da.yml +0 -75
- data/core/config/locales/de.yml +0 -75
- data/core/config/locales/el.yml +0 -75
- data/core/config/locales/en.yml +0 -75
- data/core/config/locales/es.yml +0 -68
- data/core/config/locales/fr.yml +0 -72
- data/core/config/locales/it.yml +0 -96
- data/core/config/locales/lolcat.yml +0 -68
- data/core/config/locales/lt.yml +0 -75
- data/core/config/locales/lv.yml +0 -72
- data/core/config/locales/nb.yml +0 -75
- data/core/config/locales/nl.yml +0 -75
- data/core/config/locales/pl.yml +0 -75
- data/core/config/locales/pt-BR.yml +0 -72
- data/core/config/locales/rs.yml +0 -76
- data/core/config/locales/ru.yml +0 -71
- data/core/config/locales/sl.yml +0 -72
- data/core/config/locales/sv.yml +0 -75
- data/core/config/locales/zh-CN.yml +0 -75
- data/core/config/locales/zh-TW.yml +0 -75
- data/core/config/routes.rb +0 -19
- data/core/crud.md +0 -197
- data/core/doc/included-jquery-ui-packages.jpg +0 -0
- data/core/engines.md +0 -179
- data/core/features/search.feature +0 -55
- data/core/features/site_bar.feature +0 -24
- data/core/features/step_definitions/core_steps.rb +0 -61
- data/core/features/support/paths.rb +0 -14
- data/core/features/uploads/beach.jpeg +0 -0
- data/core/features/uploads/refinery_is_awesome.txt +0 -1
- data/core/lib/core.rb +0 -143
- data/core/lib/generators/refinerycms_generator.rb +0 -107
- data/core/lib/generators/templates/.gitignore +0 -83
- data/core/lib/generators/templates/.rspec +0 -2
- data/core/lib/generators/templates/app/views/sitemap/index.xml.builder +0 -22
- data/core/lib/generators/templates/autotest/autotest.rb +0 -17
- data/core/lib/generators/templates/autotest/discover.rb +0 -2
- data/core/lib/generators/templates/config/cucumber.yml +0 -15
- data/core/lib/generators/templates/config/database.yml.mysql +0 -20
- data/core/lib/generators/templates/config/database.yml.postgresql +0 -57
- data/core/lib/generators/templates/config/database.yml.sqlite3 +0 -26
- data/core/lib/generators/templates/config/i18n-js.yml +0 -6
- data/core/lib/generators/templates/config/initializers/devise.rb +0 -142
- data/core/lib/generators/templates/config/settings.rb +0 -3
- data/core/lib/generators/templates/db/seeds.rb +0 -5
- data/core/lib/generators/templates/spec/rcov.opts +0 -2
- data/core/lib/generators/templates/spec/spec_helper.rb +0 -76
- data/core/lib/refinery/activity.rb +0 -45
- data/core/lib/refinery/admin/base_controller.rb +0 -111
- data/core/lib/refinery/admin_base_controller.rb +0 -5
- data/core/lib/refinery/application.rb +0 -76
- data/core/lib/refinery/application_controller.rb +0 -116
- data/core/lib/refinery/application_helper.rb +0 -19
- data/core/lib/refinery/base_presenter.rb +0 -27
- data/core/lib/refinery/catch_all_routes.rb +0 -11
- data/core/lib/refinery/crud.rb +0 -295
- data/core/lib/refinery/helpers/form_helper.rb +0 -66
- data/core/lib/refinery/helpers/head_helper.rb +0 -17
- data/core/lib/refinery/helpers/html_truncation_helper.rb +0 -25
- data/core/lib/refinery/helpers/image_helper.rb +0 -49
- data/core/lib/refinery/helpers/menu_helper.rb +0 -68
- data/core/lib/refinery/helpers/meta_helper.rb +0 -67
- data/core/lib/refinery/helpers/pagination_helper.rb +0 -16
- data/core/lib/refinery/helpers/script_helper.rb +0 -36
- data/core/lib/refinery/helpers/site_bar_helper.rb +0 -24
- data/core/lib/refinery/helpers/tag_helper.rb +0 -21
- data/core/lib/refinery/helpers/translation_helper.rb +0 -17
- data/core/lib/refinery/link_renderer.rb +0 -55
- data/core/lib/refinery/plugin.rb +0 -134
- data/core/lib/refinery/plugins.rb +0 -75
- data/core/lib/tasks/cucumber.rake +0 -53
- data/core/lib/tasks/doc.rake +0 -29
- data/core/lib/tasks/refinery.rake +0 -231
- data/core/lib/tasks/yard.rake +0 -30
- data/core/license.md +0 -21
- data/core/public/404.html +0 -26
- data/core/public/422.html +0 -26
- data/core/public/500.html +0 -26
- data/core/public/favicon.ico +0 -0
- data/core/public/images/refinery/add.png +0 -0
- data/core/public/images/refinery/admin_bg.png +0 -0
- data/core/public/images/refinery/ajax-loader.gif +0 -0
- data/core/public/images/refinery/branch-end.gif +0 -0
- data/core/public/images/refinery/branch-start.gif +0 -0
- data/core/public/images/refinery/branch.gif +0 -0
- data/core/public/images/refinery/carousel-left.png +0 -0
- data/core/public/images/refinery/carousel-right.png +0 -0
- data/core/public/images/refinery/cross.png +0 -0
- data/core/public/images/refinery/dialogLoadingAnimation.gif +0 -0
- data/core/public/images/refinery/header_background.png +0 -0
- data/core/public/images/refinery/hover-gradient.jpg +0 -0
- data/core/public/images/refinery/icons/accept.png +0 -0
- data/core/public/images/refinery/icons/add.png +0 -0
- data/core/public/images/refinery/icons/ajax-loader.gif +0 -0
- data/core/public/images/refinery/icons/application_edit.png +0 -0
- data/core/public/images/refinery/icons/application_go.png +0 -0
- data/core/public/images/refinery/icons/arrow_left.png +0 -0
- data/core/public/images/refinery/icons/arrow_switch.png +0 -0
- data/core/public/images/refinery/icons/arrow_up.png +0 -0
- data/core/public/images/refinery/icons/bin.png +0 -0
- data/core/public/images/refinery/icons/bin_closed.png +0 -0
- data/core/public/images/refinery/icons/cancel.png +0 -0
- data/core/public/images/refinery/icons/cog_add.png +0 -0
- data/core/public/images/refinery/icons/cog_edit.png +0 -0
- data/core/public/images/refinery/icons/cross.png +0 -0
- data/core/public/images/refinery/icons/delete.png +0 -0
- data/core/public/images/refinery/icons/doc.png +0 -0
- data/core/public/images/refinery/icons/down.gif +0 -0
- data/core/public/images/refinery/icons/edit.png +0 -0
- data/core/public/images/refinery/icons/email.png +0 -0
- data/core/public/images/refinery/icons/email_edit.png +0 -0
- data/core/public/images/refinery/icons/email_go.png +0 -0
- data/core/public/images/refinery/icons/email_open.png +0 -0
- data/core/public/images/refinery/icons/eye.png +0 -0
- data/core/public/images/refinery/icons/folder_page_white.png +0 -0
- data/core/public/images/refinery/icons/image_add.png +0 -0
- data/core/public/images/refinery/icons/image_edit.png +0 -0
- data/core/public/images/refinery/icons/img.png +0 -0
- data/core/public/images/refinery/icons/information.png +0 -0
- data/core/public/images/refinery/icons/layout_add.png +0 -0
- data/core/public/images/refinery/icons/layout_edit.png +0 -0
- data/core/public/images/refinery/icons/music.png +0 -0
- data/core/public/images/refinery/icons/page_add.png +0 -0
- data/core/public/images/refinery/icons/page_edit.png +0 -0
- data/core/public/images/refinery/icons/page_white_edit.png +0 -0
- data/core/public/images/refinery/icons/page_white_gear.png +0 -0
- data/core/public/images/refinery/icons/page_white_put.png +0 -0
- data/core/public/images/refinery/icons/pdf.png +0 -0
- data/core/public/images/refinery/icons/ppt.png +0 -0
- data/core/public/images/refinery/icons/star.png +0 -0
- data/core/public/images/refinery/icons/tick.png +0 -0
- data/core/public/images/refinery/icons/up.gif +0 -0
- data/core/public/images/refinery/icons/user_add.png +0 -0
- data/core/public/images/refinery/icons/user_comment.png +0 -0
- data/core/public/images/refinery/icons/user_edit.png +0 -0
- data/core/public/images/refinery/icons/xls.png +0 -0
- data/core/public/images/refinery/icons/zip.png +0 -0
- data/core/public/images/refinery/icons/zoom.png +0 -0
- data/core/public/images/refinery/logo-large.png +0 -0
- data/core/public/images/refinery/logo-medium.png +0 -0
- data/core/public/images/refinery/logo-site-bar.png +0 -0
- data/core/public/images/refinery/logo-small-medium.png +0 -0
- data/core/public/images/refinery/logo-small.png +0 -0
- data/core/public/images/refinery/logo-tiny.png +0 -0
- data/core/public/images/refinery/logo.png +0 -0
- data/core/public/images/refinery/nav-3-background.gif +0 -0
- data/core/public/images/refinery/nav_inactive_background.png +0 -0
- data/core/public/images/refinery/orange_button.png +0 -0
- data/core/public/images/refinery/page_bg.png +0 -0
- data/core/public/images/refinery/resolve_digital_footer_logo.png +0 -0
- data/core/public/images/refinery/text_field_background.png +0 -0
- data/core/public/images/refinery/tooltip-nib.gif +0 -0
- data/core/public/images/refinery/tooltip-nib.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/arrow_redo.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/arrow_undo.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/eye.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h1.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h2.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h3.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h4.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h5.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h6.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-p.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-pre.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/link_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/link_break.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/page_code.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/page_paste.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/photo_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/right.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/style.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/table_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_center.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_justify.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_left.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_right.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_bold.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_1.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_2.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_3.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_4.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_5.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_6.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_indent.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_indent_remove.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_italic.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_list_bullets.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_list_numbers.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_paragraph.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_strikethrough.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_subscript.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_superscript.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_underline.png +0 -0
- data/core/public/images/wymeditor/skins/wymeditor_icon.png +0 -0
- data/core/public/javascripts/admin.js +0 -7
- data/core/public/javascripts/application.js +0 -1
- data/core/public/javascripts/dd_belatedpng.js +0 -13
- data/core/public/javascripts/i18n-messages.js +0 -2
- data/core/public/javascripts/jquery-min.js +0 -154
- data/core/public/javascripts/jquery-ui-custom-min.js +0 -249
- data/core/public/javascripts/jquery.js +0 -6240
- data/core/public/javascripts/jquery/GPL-LICENSE.txt +0 -278
- data/core/public/javascripts/jquery/MIT-LICENSE.txt +0 -20
- data/core/public/javascripts/jquery/jquery.corner.js +0 -345
- data/core/public/javascripts/jquery/jquery.html5-placeholder-shim.js +0 -88
- data/core/public/javascripts/jquery/jquery.jcarousel.js +0 -900
- data/core/public/javascripts/jquery/jquery.textTruncate.js +0 -174
- data/core/public/javascripts/jquery/jquery.timers.js +0 -138
- data/core/public/javascripts/modernizr-min.js +0 -30
- data/core/public/javascripts/rails.js +0 -152
- data/core/public/javascripts/refinery/admin.js +0 -1114
- data/core/public/javascripts/refinery/boot_wym.js +0 -285
- data/core/public/javascripts/refinery/core.js +0 -18
- data/core/public/javascripts/refinery/i18n.js +0 -340
- data/core/public/javascripts/refinery/nestedsortables.js +0 -164
- data/core/public/javascripts/refinery/serializelist.js +0 -66
- data/core/public/javascripts/refinery/site_bar.js +0 -16
- data/core/public/javascripts/refinery/submenu.js +0 -49
- data/core/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +0 -5142
- data/core/public/javascripts/wymeditor/lang/ca.js +0 -45
- data/core/public/javascripts/wymeditor/lang/cs.js +0 -45
- data/core/public/javascripts/wymeditor/lang/da.js +0 -48
- data/core/public/javascripts/wymeditor/lang/de.js +0 -45
- data/core/public/javascripts/wymeditor/lang/en.js +0 -47
- data/core/public/javascripts/wymeditor/lang/es.js +0 -45
- data/core/public/javascripts/wymeditor/lang/fa.js +0 -46
- data/core/public/javascripts/wymeditor/lang/fr.js +0 -45
- data/core/public/javascripts/wymeditor/lang/he.js +0 -45
- data/core/public/javascripts/wymeditor/lang/hu.js +0 -45
- data/core/public/javascripts/wymeditor/lang/it.js +0 -45
- data/core/public/javascripts/wymeditor/lang/lv.js +0 -47
- data/core/public/javascripts/wymeditor/lang/nb.js +0 -48
- data/core/public/javascripts/wymeditor/lang/nl.js +0 -47
- data/core/public/javascripts/wymeditor/lang/nn.js +0 -45
- data/core/public/javascripts/wymeditor/lang/pl.js +0 -45
- data/core/public/javascripts/wymeditor/lang/pt-BR.js +0 -47
- data/core/public/javascripts/wymeditor/lang/pt.js +0 -45
- data/core/public/javascripts/wymeditor/lang/rs.js +0 -47
- data/core/public/javascripts/wymeditor/lang/ru.js +0 -45
- data/core/public/javascripts/wymeditor/lang/sl.js +0 -47
- data/core/public/javascripts/wymeditor/lang/sv.js +0 -45
- data/core/public/javascripts/wymeditor/lang/tr.js +0 -45
- data/core/public/javascripts/wymeditor/lang/zh_cn.js +0 -47
- data/core/public/javascripts/wymeditor/skins/refinery/skin.js +0 -48
- data/core/public/robots.txt +0 -3
- data/core/public/stylesheets/application.css +0 -4
- data/core/public/stylesheets/formatting.css +0 -4
- data/core/public/stylesheets/home.css +0 -4
- data/core/public/stylesheets/refinery/application.css +0 -72
- data/core/public/stylesheets/refinery/formatting.css +0 -57
- data/core/public/stylesheets/refinery/home.css +0 -0
- data/core/public/stylesheets/refinery/refinery.css +0 -1572
- data/core/public/stylesheets/refinery/site_bar.css +0 -87
- data/core/public/stylesheets/refinery/submenu.css +0 -22
- data/core/public/stylesheets/refinery/theme.css +0 -36
- data/core/public/stylesheets/refinery/tooltips.css +0 -34
- data/core/public/stylesheets/refinery/ui.css +0 -107
- data/core/public/stylesheets/theme.css +0 -4
- data/core/public/stylesheets/wymeditor/skins/refinery/skin.css +0 -528
- data/core/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +0 -96
- data/core/public/wymeditor/GPL-license.txt +0 -278
- data/core/public/wymeditor/MIT-license.txt +0 -20
- data/core/public/wymeditor/README +0 -35
- data/core/refinerycms-core.gemspec +0 -20
- data/core/spec/lib/refinery/plugins_spec.rb +0 -90
- data/dashboard/app/controllers/admin/dashboard_controller.rb +0 -38
- data/dashboard/app/helpers/admin/dashboard_helper.rb +0 -24
- data/dashboard/app/views/admin/dashboard/_additional_dashboard_menu_items.html.erb +0 -1
- data/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +0 -14
- data/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +0 -11
- data/dashboard/app/views/admin/dashboard/index.html.erb +0 -70
- data/dashboard/app/views/admin/dashboard/index.rss.builder +0 -26
- data/dashboard/config/locales/cs.yml +0 -25
- data/dashboard/config/locales/da.yml +0 -25
- data/dashboard/config/locales/de.yml +0 -25
- data/dashboard/config/locales/el.yml +0 -25
- data/dashboard/config/locales/en.yml +0 -25
- data/dashboard/config/locales/es.yml +0 -28
- data/dashboard/config/locales/fr.yml +0 -25
- data/dashboard/config/locales/it.yml +0 -27
- data/dashboard/config/locales/lolcat.yml +0 -24
- data/dashboard/config/locales/lt.yml +0 -25
- data/dashboard/config/locales/lv.yml +0 -27
- data/dashboard/config/locales/nb.yml +0 -25
- data/dashboard/config/locales/nl.yml +0 -25
- data/dashboard/config/locales/pl.yml +0 -29
- data/dashboard/config/locales/pt-BR.yml +0 -29
- data/dashboard/config/locales/rs.yml +0 -26
- data/dashboard/config/locales/ru.yml +0 -29
- data/dashboard/config/locales/sl.yml +0 -24
- data/dashboard/config/locales/sv.yml +0 -25
- data/dashboard/config/locales/zh-CN.yml +0 -25
- data/dashboard/config/locales/zh-TW.yml +0 -25
- data/dashboard/config/routes.rb +0 -11
- data/dashboard/features/dashboard.feature +0 -35
- data/dashboard/features/support/paths.rb +0 -14
- data/dashboard/lib/dashboard.rb +0 -19
- data/dashboard/license.md +0 -21
- data/dashboard/readme.md +0 -22
- data/dashboard/refinerycms-dashboard.gemspec +0 -20
- data/images/app/controllers/admin/images_controller.rb +0 -108
- data/images/app/helpers/admin/images_helper.rb +0 -27
- data/images/app/models/image.rb +0 -72
- data/images/app/views/admin/images/_existing_image.html.erb +0 -73
- data/images/app/views/admin/images/_form.html.erb +0 -54
- data/images/app/views/admin/images/_grid_view.html.erb +0 -19
- data/images/app/views/admin/images/_images.html.erb +0 -2
- data/images/app/views/admin/images/_list_view.html.erb +0 -10
- data/images/app/views/admin/images/_list_view_image.html.erb +0 -17
- data/images/app/views/admin/images/edit.html.erb +0 -1
- data/images/app/views/admin/images/index.html.erb +0 -38
- data/images/app/views/admin/images/insert.html.erb +0 -47
- data/images/app/views/admin/images/new.html.erb +0 -1
- data/images/config/locales/cs.yml +0 -41
- data/images/config/locales/da.yml +0 -41
- data/images/config/locales/de.yml +0 -41
- data/images/config/locales/el.yml +0 -41
- data/images/config/locales/en.yml +0 -41
- data/images/config/locales/es.yml +0 -40
- data/images/config/locales/fr.yml +0 -41
- data/images/config/locales/it.yml +0 -47
- data/images/config/locales/lolcat.yml +0 -41
- data/images/config/locales/lt.yml +0 -41
- data/images/config/locales/lv.yml +0 -41
- data/images/config/locales/nb.yml +0 -42
- data/images/config/locales/nl.yml +0 -40
- data/images/config/locales/pl.yml +0 -42
- data/images/config/locales/pt-BR.yml +0 -42
- data/images/config/locales/rs.yml +0 -42
- data/images/config/locales/ru.yml +0 -41
- data/images/config/locales/sl.yml +0 -40
- data/images/config/locales/sv.yml +0 -41
- data/images/config/locales/zh-CN.yml +0 -41
- data/images/config/locales/zh-TW.yml +0 -41
- data/images/config/routes.rb +0 -11
- data/images/db/migrate/20100913234707_create_refinerycms_images_schema.rb +0 -23
- data/images/features/manage_images.feature +0 -49
- data/images/features/step_definitions/image_steps.rb +0 -40
- data/images/features/support/factories.rb +0 -5
- data/images/features/support/paths.rb +0 -17
- data/images/features/uploads/beach.jpeg +0 -0
- data/images/features/uploads/id-rather-be-here.jpg +0 -0
- data/images/features/uploads/refinery_is_awesome.txt +0 -1
- data/images/lib/generators/refinerycms_images_generator.rb +0 -8
- data/images/lib/images.rb +0 -59
- data/images/license.md +0 -21
- data/images/readme.md +0 -34
- data/images/refinerycms-images.gemspec +0 -20
- data/images/spec/models/image_spec.rb +0 -87
- data/images/spec/uploads/beach.jpeg +0 -0
- data/pages/app/controllers/admin/page_parts_controller.rb +0 -24
- data/pages/app/controllers/admin/pages_controller.rb +0 -37
- data/pages/app/controllers/admin/pages_dialogs_controller.rb +0 -87
- data/pages/app/controllers/pages_controller.rb +0 -32
- data/pages/app/helpers/pages_helper.rb +0 -2
- data/pages/app/models/page.rb +0 -290
- data/pages/app/models/page_part.rb +0 -23
- data/pages/app/presenters/page_presenter.rb +0 -7
- data/pages/app/views/admin/pages/_form.html.erb +0 -61
- data/pages/app/views/admin/pages/_form_advanced_options.html.erb +0 -79
- data/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +0 -24
- data/pages/app/views/admin/pages/_form_fields_after_title.html.erb +0 -1
- data/pages/app/views/admin/pages/_form_new_page_parts.html.erb +0 -14
- data/pages/app/views/admin/pages/_form_page_parts.html.erb +0 -47
- data/pages/app/views/admin/pages/_locale_picker.html.erb +0 -11
- data/pages/app/views/admin/pages/_page.html.erb +0 -33
- data/pages/app/views/admin/pages/_page_part_field.html.erb +0 -5
- data/pages/app/views/admin/pages/_sortable_list.html.erb +0 -5
- data/pages/app/views/admin/pages/edit.html.erb +0 -1
- data/pages/app/views/admin/pages/index.html.erb +0 -40
- data/pages/app/views/admin/pages/new.html.erb +0 -1
- data/pages/app/views/admin/pages_dialogs/_page_link.html.erb +0 -13
- data/pages/app/views/admin/pages_dialogs/link_to.html.erb +0 -141
- data/pages/app/views/pages/home.html.erb +0 -1
- data/pages/app/views/pages/show.html.erb +0 -1
- data/pages/config/locales/cs.yml +0 -84
- data/pages/config/locales/da.yml +0 -84
- data/pages/config/locales/de.yml +0 -84
- data/pages/config/locales/el.yml +0 -84
- data/pages/config/locales/en.yml +0 -84
- data/pages/config/locales/es.yml +0 -83
- data/pages/config/locales/fr.yml +0 -84
- data/pages/config/locales/it.yml +0 -98
- data/pages/config/locales/lolcat.yml +0 -83
- data/pages/config/locales/lt.yml +0 -85
- data/pages/config/locales/lv.yml +0 -86
- data/pages/config/locales/nb.yml +0 -85
- data/pages/config/locales/nl.yml +0 -81
- data/pages/config/locales/pl.yml +0 -85
- data/pages/config/locales/pt-BR.yml +0 -85
- data/pages/config/locales/rs.yml +0 -84
- data/pages/config/locales/ru.yml +0 -108
- data/pages/config/locales/sl.yml +0 -83
- data/pages/config/locales/sv.yml +0 -84
- data/pages/config/locales/zh-CN.yml +0 -84
- data/pages/config/locales/zh-TW.yml +0 -84
- data/pages/config/routes.rb +0 -21
- data/pages/db/migrate/20100913234708_create_refinerycms_pages_schema.rb +0 -53
- data/pages/db/migrate/20101214040815_translate_page_plugin.rb +0 -29
- data/pages/db/migrate/20101216194133_remove_cached_slug_from_pages.rb +0 -9
- data/pages/db/seeds/pages.rb +0 -43
- data/pages/features/manage_pages.feature +0 -47
- data/pages/features/step_definitions/page_steps.rb +0 -53
- data/pages/features/support/paths.rb +0 -26
- data/pages/features/visit_pages.feature +0 -47
- data/pages/lib/generators/refinerycms_pages_generator.rb +0 -8
- data/pages/lib/pages.rb +0 -36
- data/pages/lib/pages/marketable_routes.rb +0 -3
- data/pages/lib/pages/tabs.rb +0 -30
- data/pages/license.md +0 -21
- data/pages/readme.md +0 -156
- data/pages/refinerycms-pages.gemspec +0 -21
- data/pages/spec/models/page_spec.rb +0 -155
- data/resources/app/controllers/admin/resources_controller.rb +0 -89
- data/resources/app/models/resource.rb +0 -53
- data/resources/app/views/admin/resources/_existing_resource.html.erb +0 -32
- data/resources/app/views/admin/resources/_form.html.erb +0 -55
- data/resources/app/views/admin/resources/_resource.html.erb +0 -17
- data/resources/app/views/admin/resources/_resources.html.erb +0 -10
- data/resources/app/views/admin/resources/edit.html.erb +0 -1
- data/resources/app/views/admin/resources/index.html.erb +0 -31
- data/resources/app/views/admin/resources/insert.html.erb +0 -54
- data/resources/app/views/admin/resources/new.html.erb +0 -1
- data/resources/config/locales/cs.yml +0 -34
- data/resources/config/locales/da.yml +0 -34
- data/resources/config/locales/de.yml +0 -34
- data/resources/config/locales/el.yml +0 -34
- data/resources/config/locales/en.yml +0 -34
- data/resources/config/locales/es.yml +0 -33
- data/resources/config/locales/fr.yml +0 -34
- data/resources/config/locales/it.yml +0 -43
- data/resources/config/locales/lolcat.yml +0 -34
- data/resources/config/locales/lt.yml +0 -34
- data/resources/config/locales/lv.yml +0 -34
- data/resources/config/locales/nb.yml +0 -34
- data/resources/config/locales/nl.yml +0 -33
- data/resources/config/locales/pl.yml +0 -35
- data/resources/config/locales/pt-BR.yml +0 -34
- data/resources/config/locales/rs.yml +0 -35
- data/resources/config/locales/ru.yml +0 -34
- data/resources/config/locales/sl.yml +0 -33
- data/resources/config/locales/sv.yml +0 -34
- data/resources/config/locales/zh-CN.yml +0 -34
- data/resources/config/locales/zh-TW.yml +0 -34
- data/resources/config/routes.rb +0 -11
- data/resources/db/migrate/20100913234709_create_refinerycms_resources_schema.rb +0 -21
- data/resources/features/manage_files.feature +0 -43
- data/resources/features/step_definitions/file_steps.rb +0 -21
- data/resources/features/support/paths.rb +0 -17
- data/resources/features/uploads/beach.jpeg +0 -0
- data/resources/features/uploads/refinery_is_awesome.txt +0 -1
- data/resources/lib/generators/refinerycms_resources_generator.rb +0 -8
- data/resources/lib/resources.rb +0 -58
- data/resources/license.md +0 -21
- data/resources/readme.md +0 -9
- data/resources/refinerycms-resources.gemspec +0 -20
- data/resources/spec/models/resource_spec.rb +0 -91
- data/resources/spec/uploads/refinery_is_awesome.txt +0 -1
- data/settings/app/controllers/admin/refinery_settings_controller.rb +0 -77
- data/settings/app/helpers/refinery_settings_helper.rb +0 -25
- data/settings/app/models/refinery_setting.rb +0 -212
- data/settings/app/views/admin/refinery_settings/_form.html.erb +0 -62
- data/settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +0 -23
- data/settings/app/views/admin/refinery_settings/_refinery_settings.html.erb +0 -5
- data/settings/app/views/admin/refinery_settings/edit.html.erb +0 -1
- data/settings/app/views/admin/refinery_settings/index.html.erb +0 -49
- data/settings/app/views/admin/refinery_settings/new.html.erb +0 -1
- data/settings/config/locales/cs.yml +0 -45
- data/settings/config/locales/da.yml +0 -46
- data/settings/config/locales/de.yml +0 -46
- data/settings/config/locales/el.yml +0 -46
- data/settings/config/locales/en.yml +0 -46
- data/settings/config/locales/es.yml +0 -43
- data/settings/config/locales/fr.yml +0 -44
- data/settings/config/locales/it.yml +0 -36
- data/settings/config/locales/lolcat.yml +0 -43
- data/settings/config/locales/lt.yml +0 -46
- data/settings/config/locales/lv.yml +0 -46
- data/settings/config/locales/nb.yml +0 -47
- data/settings/config/locales/nl.yml +0 -46
- data/settings/config/locales/pl.yml +0 -46
- data/settings/config/locales/pt-BR.yml +0 -44
- data/settings/config/locales/rs.yml +0 -46
- data/settings/config/locales/ru.yml +0 -43
- data/settings/config/locales/sl.yml +0 -25
- data/settings/config/locales/sv.yml +0 -45
- data/settings/config/locales/zh-CN.yml +0 -46
- data/settings/config/locales/zh-TW.yml +0 -46
- data/settings/config/routes.rb +0 -8
- data/settings/db/migrate/20100913234710_create_refinerycms_settings_schema.rb +0 -24
- data/settings/db/migrate/20100926142529_add_value_type_to_refinery_settings.rb +0 -9
- data/settings/features/manage_refinery_settings.feature +0 -5
- data/settings/features/step_definitions/setting_steps.rb +0 -9
- data/settings/features/support/paths.rb +0 -14
- data/settings/lib/generators/refinerycms_settings_generator.rb +0 -8
- data/settings/lib/settings.rb +0 -16
- data/settings/license.md +0 -21
- data/settings/readme.md +0 -55
- data/settings/refinerycms-settings.gemspec +0 -20
- data/settings/spec/models/refinery_setting_spec.rb +0 -101
@@ -1 +0,0 @@
|
|
1
|
-
<%= render :partial => "/shared/content_page" %>
|
@@ -1 +0,0 @@
|
|
1
|
-
<%= render :partial => "/shared/content_page" %>
|
data/pages/config/locales/cs.yml
DELETED
@@ -1,84 +0,0 @@
|
|
1
|
-
cs:
|
2
|
-
plugins:
|
3
|
-
refinery_pages:
|
4
|
-
title: Stránky
|
5
|
-
description: Spravovat obsahové stránky
|
6
|
-
admin:
|
7
|
-
pages_dialogs:
|
8
|
-
page_link:
|
9
|
-
link_to_this_page: Odkaz na tuto stránku
|
10
|
-
link_to:
|
11
|
-
insert: Vložit
|
12
|
-
your_page:
|
13
|
-
tab_name: Vaše stránka
|
14
|
-
web_address:
|
15
|
-
tab_name: Web
|
16
|
-
location: Umístění
|
17
|
-
new_window: Nové okno
|
18
|
-
new_window_label: Zatrhněte pokud chcete odkaz otevřít v novém okně prohlížeče.
|
19
|
-
not_sure: Nejste si jisti co zadat do tohoto pole?
|
20
|
-
step1: Najděte na webu stránku na kterou chcete odkázat.
|
21
|
-
step2: Zkopírujte adresu z adresní řádky vašeho prohlížeče a vložte jí to tohoto pole.
|
22
|
-
email_address:
|
23
|
-
tab_name: Emailová adresa
|
24
|
-
subject_line_optional: Volitelný předmět
|
25
|
-
body_optional: Volitelný obsah zprávy
|
26
|
-
not_sure: Nejste si jisti co zadat do těchto polí?
|
27
|
-
step1_html: Napište nebo zkopírujte a vložte (např. z vašeho seznamu kontaktů) emailovou adresu to pole '<strong>Emailová adresa</strong>'
|
28
|
-
step2_html: Použijte '<strong>Volitelný předmět</strong>' pokud chcete aby mailová zpráva obsahovala <strong>předdefinovaný předmět</strong>.
|
29
|
-
step3_html: Použijte <strong>Volitelný obsah zprávy</strong> pokud chcete aby mailová zpráva obsahovala <strong>předdefinovaný obsah zprávy</strong>.
|
30
|
-
your_resource:
|
31
|
-
tab_name: Váš soubor
|
32
|
-
link_to_this_resource: Odkaz na tento soubor
|
33
|
-
pages:
|
34
|
-
delete: Smazat tuto stránku
|
35
|
-
edit: Upravit tuto stránku
|
36
|
-
reserved_system_word: Promiňte, ale tento titulek je rezervované systémové slovo.
|
37
|
-
page:
|
38
|
-
view_live_html: Zobrazit tuto stránku <br/><em>(otevře se v novém okně)</em>
|
39
|
-
hidden: skrytá
|
40
|
-
draft: pracovní verze
|
41
|
-
form_new_page_parts:
|
42
|
-
title: Název
|
43
|
-
form_page_parts:
|
44
|
-
create_content_section: Přidat sekci
|
45
|
-
delete_content_section: Smazat sekci
|
46
|
-
form_advanced_options:
|
47
|
-
toggle_advanced_options: Zpřístupní nastavení menu a meta tagů
|
48
|
-
page_options: Nastavení sránky
|
49
|
-
parent_page: Nadřazená stránka
|
50
|
-
advanced_options: Rozšířené nastavení
|
51
|
-
custom_title: Titulek
|
52
|
-
title_types:
|
53
|
-
none: Žádný
|
54
|
-
text: Text
|
55
|
-
show_in_menu_title: Zobrazit v menu
|
56
|
-
show_in_menu_description: Zobrazit tuto stránku v menu webu
|
57
|
-
show_in_menu_help: Odškrtněte pokud chcete odstranit odkaz na tuto stránku z menu webu.
|
58
|
-
save_as_draft: Uložit jako pracovní verzi
|
59
|
-
skip_to_first_child: Přeskočit na první dceřinou stránku
|
60
|
-
skip_to_first_child_label: Přesměruje návštěvníka na první dceřinou stránku.
|
61
|
-
skip_to_first_child_help: Tato stránka se nezobrazí, místo toho bude odkaz na ní přesměrován na její první dceřinou stránku. To se může hodit pro seskupování stránkek.
|
62
|
-
link_url: Přesměrovat tuto stránku na jiný web nebo stránku.
|
63
|
-
link_url_help: Pokud chcete aby po kliknutí na odkaz na tutu stránku byl návštěvník přesměrován na jiný web, vložte adresu (např. http://google.com), jinak nechte prázdné
|
64
|
-
parent_page_help: Můžete umístit tuto stránku v hierarchii pod jinou stránku. Pokud nevyberete nic, bude tato stránka umístěna na první úrovni.
|
65
|
-
custom_title_help: Pokud chcete aby stránka měla jiný titulek než ten který se zobrazuje v menu vyberte 'Text' a vložte jej zde.
|
66
|
-
form_advanced_options_seo:
|
67
|
-
seo: Optimalizace pro vyhledávače
|
68
|
-
seo_override_title: Titulek prohlížeče
|
69
|
-
seo_override_title_help: Vložte titulek délky 5-10 slov, který vystihuje obsah stránky.
|
70
|
-
meta_keywords_title: Klíčová slova
|
71
|
-
meta_keywords_help: Vložte 5-10 klíčových slov oddělených čárkou, které se vztahují k obsahu stránky.
|
72
|
-
meta_description_title: Popisek
|
73
|
-
meta_description_help: Vložte 2-3 krátké věty shrnující obsah stránky.
|
74
|
-
index:
|
75
|
-
create_new_page: Přidat novou stránku
|
76
|
-
reorder_pages: Přeuspořádat stránky
|
77
|
-
reorder_pages_done: Uložit uspořádání
|
78
|
-
no_pages_yet: Zatím nebyly vytvořeny žádné stránky.
|
79
|
-
activerecord:
|
80
|
-
models:
|
81
|
-
page: stránka
|
82
|
-
attributes:
|
83
|
-
page:
|
84
|
-
title: Název
|
data/pages/config/locales/da.yml
DELETED
@@ -1,84 +0,0 @@
|
|
1
|
-
da:
|
2
|
-
plugins:
|
3
|
-
refinery_pages:
|
4
|
-
title: Sider
|
5
|
-
description: Vedligehold indhold
|
6
|
-
admin:
|
7
|
-
pages_dialogs:
|
8
|
-
page_link:
|
9
|
-
link_to_this_page: Link til denne side
|
10
|
-
link_to:
|
11
|
-
insert: Indsæt
|
12
|
-
your_page:
|
13
|
-
tab_name: Side
|
14
|
-
web_address:
|
15
|
-
tab_name: Website
|
16
|
-
location: URL
|
17
|
-
new_window: Nyt vindue
|
18
|
-
new_window_label: Afkryds hvis linket skal åbne i et nyt browser vindue.
|
19
|
-
not_sure: Usikker på hvad der skal stå i feltet ovenfor?
|
20
|
-
step1: Find den side du vil linke til.
|
21
|
-
step2: Kopier adressen fra din browsers adresselinje og indsæt den i feltet ovenfor.
|
22
|
-
email_address:
|
23
|
-
tab_name: Email-adresse
|
24
|
-
subject_line_optional: Emne (ikke obligatorisk)
|
25
|
-
body_optional: Indhold (ikke obligatorisk)
|
26
|
-
not_sure: Usikker på hvad der skal stå i felterne ovenfor?
|
27
|
-
step1_html: Skriv eller kopier og indsæt (fx fra din adressebog) den email-adresse du vil linke til i feltet '<strong>Email-adresse</strong>'.
|
28
|
-
step2_html: Brug '<strong>Emne</strong>' feltet hvis du vil åbne beskeden med en præudfyldt emnelinje.
|
29
|
-
step3_html: Brug '<strong>Indhold</strong>' feltet hvis du vil åbne beskeden med et præudfyldt indhold.
|
30
|
-
your_resource:
|
31
|
-
tab_name: Fil
|
32
|
-
link_to_this_resource: Link til denne fil
|
33
|
-
pages:
|
34
|
-
delete: Slet siden permanent
|
35
|
-
edit: Redigér siden
|
36
|
-
reserved_system_word: Beklager, titlen er forbeholdt system-sider.
|
37
|
-
page:
|
38
|
-
view_live_html: Vis siden live <br/><em>(åbner i et nyt vindue)</em>
|
39
|
-
hidden: skjult
|
40
|
-
draft: kladde
|
41
|
-
form_new_page_parts:
|
42
|
-
title: Titel
|
43
|
-
form_page_parts:
|
44
|
-
create_content_section: Tilføj indholdselement
|
45
|
-
delete_content_section: Slet indholdselement
|
46
|
-
form_advanced_options:
|
47
|
-
toggle_advanced_options: Tilgå meta tags og menuindstillinger
|
48
|
-
page_options: Side indstillinger
|
49
|
-
parent_page: Overordnet side
|
50
|
-
advanced_options: Avancerede indstillinger
|
51
|
-
custom_title: Brugerdefineret titel
|
52
|
-
title_types:
|
53
|
-
none: Ingen
|
54
|
-
text: Tekst
|
55
|
-
show_in_menu_title: Vis i menuen
|
56
|
-
show_in_menu_description: Vis siden i menuen på sitet
|
57
|
-
show_in_menu_help: Afkryds ikke, hvis du vil fjerne siden fra menuen på sitet. Dette kan benyttes, hvis du vil have en side, du kan linke til direkte, men som ikke skal vises i menuen.
|
58
|
-
save_as_draft: Gem som kladde
|
59
|
-
skip_to_first_child: Spring øverste sideniveau over
|
60
|
-
skip_to_first_child_label: Videresend besøgende til den første underliggende side.
|
61
|
-
skip_to_first_child_help: Dette vil vise den første underliggende side i stedet for denne side. Kan benyttes når man vil gruppere sider.
|
62
|
-
link_url: Videresend besøgende til andet website eller anden side
|
63
|
-
link_url_help: Hvis du vil have denne side går til et andet website eller en anden side, når besøgende klikker på den i menuen, skal du indtaste URLen, fx http://google.com
|
64
|
-
parent_page_help: Du kan placere siden under en anden side ved at vælge den i listen. Hvis siden skal ligge på øverste niveau skal du ikke vælge noget.
|
65
|
-
custom_title_help: Hvis siden skal have en anden titel end i menuen, så vælg 'Tekst' og indtast titlen her.
|
66
|
-
form_advanced_options_seo:
|
67
|
-
seo: Søgemaskineoptimering
|
68
|
-
seo_override_title: Browser titel
|
69
|
-
seo_override_title_help: Indtast en titel på 5-10 ord, der summerer sidens indhold.
|
70
|
-
meta_keywords_title: Meta keywords
|
71
|
-
meta_keywords_help: Indtast 5-10 nøgleord der er relaterede til siden. Adskil nøgleordene med kommaer.
|
72
|
-
meta_description_title: Meta description
|
73
|
-
meta_description_help: Indtast to eller tre sætninger, der beskriver siden.
|
74
|
-
index:
|
75
|
-
create_new_page: Tilføj en ny side
|
76
|
-
reorder_pages: Redigér rækkefølgen af siderne
|
77
|
-
reorder_pages_done: Gem rækkefølgen
|
78
|
-
no_pages_yet: Der er ingen sider endnu. Klik på "Tilføj en ny side" for at oprette den første."
|
79
|
-
activerecord:
|
80
|
-
models:
|
81
|
-
page: side
|
82
|
-
attributes:
|
83
|
-
page:
|
84
|
-
title: Titel
|
data/pages/config/locales/de.yml
DELETED
@@ -1,84 +0,0 @@
|
|
1
|
-
de:
|
2
|
-
plugins:
|
3
|
-
refinery_pages:
|
4
|
-
title: Seiten
|
5
|
-
description: Verwaltet Inhaltsseiten
|
6
|
-
admin:
|
7
|
-
pages_dialogs:
|
8
|
-
page_link:
|
9
|
-
link_to_this_page: Link zu dieser Seite
|
10
|
-
link_to:
|
11
|
-
insert: Einfügen
|
12
|
-
your_page:
|
13
|
-
tab_name: Ihre Seite
|
14
|
-
web_address:
|
15
|
-
tab_name: Webseite
|
16
|
-
location: Zieladresse
|
17
|
-
new_window: Neues Fenster
|
18
|
-
new_window_label: Setzen Sie dieses Häkchen, damit sich der Link in einem neuen Browserfenster öffnet.
|
19
|
-
not_sure: Nicht sicher, was Sie in das obrige Feld eingeben sollen?
|
20
|
-
step1: Finden Sie die Seite im Web, die Sie verlinken möchten.
|
21
|
-
step2: Kopieren Sie die Adresse aus der Adressleiste ihres Browsers und fügen Sie diese in das Feld oben ein.
|
22
|
-
email_address:
|
23
|
-
tab_name: E-Mail-Adresse
|
24
|
-
subject_line_optional: Optionaler Betreff
|
25
|
-
body_optional: Optionaler Inhaltstext
|
26
|
-
not_sure: Nicht sicher, was in Felder oben rein soll?
|
27
|
-
step1_html: Schreiben oder kopieren Sie die E-Mail-Adresse (z.B. aus Ihrem Adressbuch), die verlinkt werden soll, in das obrige Feld <strong>E-Mail-Adresse</strong>.
|
28
|
-
step2_html: Verwenden Sie das Feld '<strong>Optionaler Betreff</strong>', wenn der Betreff schon <strong>vorher mit einer Zeile verfasst</strong> werden soll.
|
29
|
-
step3_html: Verwenden Sie das Feld '<strong>Optionaler Inhaltstext</strong>', wenn die E-Mail bereits <strong>mit einem Text verfasst</strong> werden soll.
|
30
|
-
your_resource:
|
31
|
-
tab_name: Ihre Datei
|
32
|
-
link_to_this_resource: Link zu dieser Datei
|
33
|
-
pages:
|
34
|
-
delete: Diese Seite dauerhaft entfernen
|
35
|
-
edit: Diese Seite bearbeiten
|
36
|
-
reserved_system_word: Tut mir leid, aber dieser Titel ist ein reserviertes Wort des Systems.
|
37
|
-
page:
|
38
|
-
view_live_html: Diese Seite live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>
|
39
|
-
hidden: Versteckt
|
40
|
-
draft: Entwurf
|
41
|
-
form_new_page_parts:
|
42
|
-
title: Titel
|
43
|
-
form_page_parts:
|
44
|
-
create_content_section: Inhaltsabschnitt anlegen
|
45
|
-
delete_content_section: Inhaltsabschnitt löschen
|
46
|
-
form_advanced_options:
|
47
|
-
toggle_advanced_options: Klicken Sie hier, für die Meta-Tag-Einstellungen und Menüoptionen
|
48
|
-
page_options: Seitenoptionen
|
49
|
-
parent_page: Übergeordnete Seite
|
50
|
-
advanced_options: Erweiterte Optionen
|
51
|
-
custom_title: Angepasster Titel
|
52
|
-
title_types:
|
53
|
-
none: Keinen
|
54
|
-
text: Text
|
55
|
-
show_in_menu_title: Im Menü anzeigen
|
56
|
-
show_in_menu_description: Zeigt diese Seite im Seitenmenü an
|
57
|
-
show_in_menu_help: Entfernen Sie dieses Häckchen, wenn die Seite nicht im Menü erscheinen soll. Dies kann nützlich sein, wenn Sie eine Seite direkt verlinken jedoch nicht im Menü anzeigen lassen möchten.
|
58
|
-
save_as_draft: Als Entwurf speichern
|
59
|
-
skip_to_first_child: Überspringen der obersten Ebene
|
60
|
-
skip_to_first_child_label: Auf erste untergeordnete Seite weiterleiten
|
61
|
-
skip_to_first_child_help: Diese Option verlinkt die Seite zu der ersten untergeordneten Seite. Dies kann nützlich sein, wenn Seiten gruppiert werden sollen.
|
62
|
-
link_url: Diese Seite auf eine andere Seite weiterleiten
|
63
|
-
link_url_help: Wenn diese Seite zu einer anderen Seite weitergeleitet werden soll, geben Sie hier eine Adresse an, sonst lassen Sie dieses Feld leer.
|
64
|
-
parent_page_help: Sie können eine Seite einer anderen unterordnen, indem Sie diese aus der Liste wählen. Soll die Seite auf die oberste Ebene, lassen Sie dieses Feld leer.
|
65
|
-
custom_title_help: Wenn die Seite einen anderen Titel haben soll, als der im Menü angezeigte, so wählen Sie 'Text' und geben Sie ihn hier ein.
|
66
|
-
form_advanced_options_seo:
|
67
|
-
seo: Suchmaschinenoptimierung
|
68
|
-
seo_override_title: Browsertitel
|
69
|
-
seo_override_title_help: Geben Sie einen 5-10 Wörter langen Titel an, den der Inhalt der Seite beschreibt.
|
70
|
-
meta_keywords_title: Meta-Schlüsselwörter
|
71
|
-
meta_keywords_help: Geben Sie 5-10 Schlüsselwörter für diese Seite an. Trennen Sie Schlüsselwörter mit einem Komma.
|
72
|
-
meta_description_title: Meta-Beschreibung
|
73
|
-
meta_description_help: Beschreiben Sie in knappen zwei oder drei Sätzen, um was es sich bei dieser Seite handelt.
|
74
|
-
index:
|
75
|
-
create_new_page: Neue Seite anlegen
|
76
|
-
reorder_pages: Seiten umsortieren
|
77
|
-
reorder_pages_done: Umsortieren erledigt
|
78
|
-
no_pages_yet: Es sind noch keine Seiten vorhanden. Klicken Sie auf "Neue Seite anlegen", um Ihre erste Seite zu erstellen.
|
79
|
-
activerecord:
|
80
|
-
models:
|
81
|
-
page: Seite
|
82
|
-
attributes:
|
83
|
-
page:
|
84
|
-
title: Titel
|
data/pages/config/locales/el.yml
DELETED
@@ -1,84 +0,0 @@
|
|
1
|
-
el:
|
2
|
-
plugins:
|
3
|
-
refinery_pages:
|
4
|
-
title: Σελίδες
|
5
|
-
description: Διαχείριση στατικών σελιδών
|
6
|
-
admin:
|
7
|
-
pages_dialogs:
|
8
|
-
page_link:
|
9
|
-
link_to_this_page: Σύνδεσμος στη σελίδα
|
10
|
-
link_to:
|
11
|
-
insert: Εισαγωγή
|
12
|
-
your_page:
|
13
|
-
tab_name: Η σελίδα σας
|
14
|
-
web_address:
|
15
|
-
tab_name: Ιστοσελίδα
|
16
|
-
location: Τοποθεσία
|
17
|
-
new_window: Νέο παράθυρο
|
18
|
-
new_window_label: Κάντε κλικ εδώ για να ανοίγει ο σύνδεσμος σε νέο παράθυρο.
|
19
|
-
not_sure: Δεν είστε σίγουροι τι να γράψετε;
|
20
|
-
step1: Βρείτε τη σελίδα στον Ιστό που θέλετε να βάλετε σύνδεσμο.
|
21
|
-
step2: Αντιγράψτε τη διεύθυνση από το φυλλομετρητή σας και αντιγράψτε τη στο πιο πάνω πεδίο.
|
22
|
-
email_address:
|
23
|
-
tab_name: Διεύθυνση Email
|
24
|
-
subject_line_optional: Προαιρετικό θέμα
|
25
|
-
body_optional: Προαιρετικό σώμα
|
26
|
-
not_sure: Δεν είστε σίγουροι τι να γράψετε;
|
27
|
-
step1_html: Write or copy and paste (e.g. from your address book) the email address to link to into the '<strong>Email Address</strong>' box above.
|
28
|
-
step2_html: Use the '<strong>Subject Line</strong>' box above if you want the message to be composed with a <strong>pre-written subject line</strong>.
|
29
|
-
step3_html: Use the <strong>Email Body</strong> box above if you want the message to be composed with a <strong>pre-written message</strong>.
|
30
|
-
your_resource:
|
31
|
-
tab_name: Το αρχείο σας
|
32
|
-
link_to_this_resource: Σύνδεσμος σε αυτό το αρχείο
|
33
|
-
pages:
|
34
|
-
delete: Διαγραφή σελίδας
|
35
|
-
edit: Επεξεργασία σελίδας
|
36
|
-
reserved_system_word: Συγγνώμη, αλλά αυτός ο τίτλος δεν είναι διαθέσιμος.
|
37
|
-
page:
|
38
|
-
view_live_html: Δείτε αυτή τη σελίδα live <br/><em>(ανοίγει σε νέο παράθυρο)</em>
|
39
|
-
hidden: κρυφό
|
40
|
-
draft: πρόχειρο
|
41
|
-
form_new_page_parts:
|
42
|
-
title: Τίτλος
|
43
|
-
form_page_parts:
|
44
|
-
create_content_section: Προσθήκη περιοχής περιεχομένου
|
45
|
-
delete_content_section: Διαγραφή περιοχής περιεχομένου
|
46
|
-
form_advanced_options:
|
47
|
-
toggle_advanced_options: Access meta tag settings and menu options
|
48
|
-
page_options: Επιλογές Σελίδας
|
49
|
-
parent_page: Ανήκει
|
50
|
-
advanced_options: Προχωρημένες Επιλογές
|
51
|
-
custom_title: Προσαρμοσμένος τίτλος
|
52
|
-
title_types:
|
53
|
-
none: Κανένα
|
54
|
-
text: Κείμενο
|
55
|
-
show_in_menu_title: Εμφάνιση στο μενού
|
56
|
-
show_in_menu_description: Να εμφανίζεται αυτή η σελίδα στο μενού
|
57
|
-
show_in_menu_help: Uncheck this box if you want to remove a page from your site menu. This can be handy if you have a page you want to link people to directly but don't want to show the page in the menu.
|
58
|
-
save_as_draft: Αποθήκευση ως πρόχειρο
|
59
|
-
skip_to_first_child: Skip top-level page
|
60
|
-
skip_to_first_child_label: Redirect visitors to the first sub-level page.
|
61
|
-
skip_to_first_child_help: This option makes this page link to the first page underneath. This can be useful when grouping pages together.
|
62
|
-
link_url: Forward this page to another website or page
|
63
|
-
link_url_help: If you want this page to go to another website or page when you click this page in the menu, enter a URL. e.g. http://google.com otherwise leave it blank
|
64
|
-
parent_page_help: You can put a page under another page by selecting it in the list. If you want this page to be a top-level page, just leave it blank.
|
65
|
-
custom_title_help: If you want the page to have a different title than the one that shows in the menu then select 'Text' and enter it here.
|
66
|
-
form_advanced_options_seo:
|
67
|
-
seo: Search Engine Optimization
|
68
|
-
seo_override_title: Browser title
|
69
|
-
seo_override_title_help: Enter a 5-10 word title that summarizes the contents of this page.
|
70
|
-
meta_keywords_title: Meta keywords
|
71
|
-
meta_keywords_help: Enter 5-10 keywords that relate to this page. Separate keywords by a comma.
|
72
|
-
meta_description_title: Meta description
|
73
|
-
meta_description_help: Enter a concise two or three sentences describing what this page is about.
|
74
|
-
index:
|
75
|
-
create_new_page: Προσθήκη νέας σελίδας
|
76
|
-
reorder_pages: Αναδιάταξη σελιδών
|
77
|
-
reorder_pages_done: Έγινε αναδιάταξη σελιδών
|
78
|
-
no_pages_yet: There are no pages yet. Click "Add new page" to add your first page.
|
79
|
-
activerecord:
|
80
|
-
models:
|
81
|
-
page: σελίδα
|
82
|
-
attributes:
|
83
|
-
page:
|
84
|
-
title: τίτλος
|
data/pages/config/locales/en.yml
DELETED
@@ -1,84 +0,0 @@
|
|
1
|
-
en:
|
2
|
-
plugins:
|
3
|
-
refinery_pages:
|
4
|
-
title: Pages
|
5
|
-
description: Manage content pages
|
6
|
-
admin:
|
7
|
-
pages_dialogs:
|
8
|
-
page_link:
|
9
|
-
link_to_this_page: Link to this page
|
10
|
-
link_to:
|
11
|
-
insert: Insert
|
12
|
-
your_page:
|
13
|
-
tab_name: Your page
|
14
|
-
web_address:
|
15
|
-
tab_name: Website
|
16
|
-
location: Location
|
17
|
-
new_window: New window
|
18
|
-
new_window_label: Check this box to have the link open in a new browser window.
|
19
|
-
not_sure: Not sure what to put in the box above?
|
20
|
-
step1: Find the page on the web you want to link to.
|
21
|
-
step2: Copy the web address from your browser's address bar and paste it into the box above.
|
22
|
-
email_address:
|
23
|
-
tab_name: Email address
|
24
|
-
subject_line_optional: Optional subject
|
25
|
-
body_optional: Optional body
|
26
|
-
not_sure: Not sure what to put in the boxes above?
|
27
|
-
step1_html: Write or copy and paste (e.g. from your address book) the email address to link to into the '<strong>Email Address</strong>' box above.
|
28
|
-
step2_html: Use the '<strong>Subject Line</strong>' box above if you want the message to be composed with a <strong>pre-written subject line</strong>.
|
29
|
-
step3_html: Use the <strong>Email Body</strong> box above if you want the message to be composed with a <strong>pre-written message</strong>.
|
30
|
-
your_resource:
|
31
|
-
tab_name: Your file
|
32
|
-
link_to_this_resource: Link to this file
|
33
|
-
pages:
|
34
|
-
delete: Remove this page forever
|
35
|
-
edit: Edit this page
|
36
|
-
reserved_system_word: "Sorry, but that title is a reserved system word."
|
37
|
-
page:
|
38
|
-
view_live_html: View this page live <br/><em>(opens in a new window)</em>
|
39
|
-
hidden: hidden
|
40
|
-
draft: draft
|
41
|
-
form_new_page_parts:
|
42
|
-
title: Title
|
43
|
-
form_page_parts:
|
44
|
-
create_content_section: Add content section
|
45
|
-
delete_content_section: Delete content section
|
46
|
-
form_advanced_options:
|
47
|
-
toggle_advanced_options: Access meta tag settings and menu options
|
48
|
-
page_options: Page Options
|
49
|
-
parent_page: Parent page
|
50
|
-
advanced_options: Advanced Options
|
51
|
-
custom_title: Custom title
|
52
|
-
title_types:
|
53
|
-
none: None
|
54
|
-
text: Text
|
55
|
-
show_in_menu_title: Show in menu
|
56
|
-
show_in_menu_description: Display this page in the site menu
|
57
|
-
show_in_menu_help: Uncheck this box if you want to remove a page from your site menu. This can be handy if you have a page you want to link people to directly but don't want to show the page in the menu.
|
58
|
-
save_as_draft: Save as Draft
|
59
|
-
skip_to_first_child: Skip top-level page
|
60
|
-
skip_to_first_child_label: Redirect visitors to the first sub-level page.
|
61
|
-
skip_to_first_child_help: This option makes this page link to the first page underneath. This can be useful when grouping pages together.
|
62
|
-
link_url: Forward this page to another website or page
|
63
|
-
link_url_help: If you want this page to go to another website or page when you click this page in the menu, enter a URL. e.g. http://google.com otherwise leave it blank
|
64
|
-
parent_page_help: You can put a page under another page by selecting it in the list. If you want this page to be a top-level page, just leave it blank.
|
65
|
-
custom_title_help: If you want the page to have a different title than the one that shows in the menu then select 'Text' and enter it here.
|
66
|
-
form_advanced_options_seo:
|
67
|
-
seo: Search Engine Optimization
|
68
|
-
seo_override_title: Browser title
|
69
|
-
seo_override_title_help: Enter a 5-10 word title that summarizes the contents of this page.
|
70
|
-
meta_keywords_title: Meta keywords
|
71
|
-
meta_keywords_help: Enter 5-10 keywords that relate to this page. Separate keywords by a comma.
|
72
|
-
meta_description_title: Meta description
|
73
|
-
meta_description_help: Enter a concise two or three sentences describing what this page is about.
|
74
|
-
index:
|
75
|
-
create_new_page: Add new page
|
76
|
-
reorder_pages: Reorder pages
|
77
|
-
reorder_pages_done: Done reordering pages
|
78
|
-
no_pages_yet: There are no pages yet. Click "Add new page" to add your first page.
|
79
|
-
activerecord:
|
80
|
-
models:
|
81
|
-
page: page
|
82
|
-
attributes:
|
83
|
-
page:
|
84
|
-
title: Title
|
data/pages/config/locales/es.yml
DELETED
@@ -1,83 +0,0 @@
|
|
1
|
-
es:
|
2
|
-
plugins:
|
3
|
-
refinery_pages:
|
4
|
-
title: Páginas
|
5
|
-
admin:
|
6
|
-
pages_dialogs:
|
7
|
-
page_link:
|
8
|
-
link_to_this_page: Enlace a esta página
|
9
|
-
link_to:
|
10
|
-
insert: Insertar
|
11
|
-
your_page:
|
12
|
-
tab_name: Tu página
|
13
|
-
web_address:
|
14
|
-
tab_name: Web
|
15
|
-
location: Dirección
|
16
|
-
new_window: Nueva ventana
|
17
|
-
new_window_label: Marca esta casilla para que el enlace se abra en una ventana nueva del navegador.
|
18
|
-
not_sure: ¿No sabes qué escribir en el campo anterior?
|
19
|
-
step1: Busca en la web qué página quieres enlazar .
|
20
|
-
step2: Copia la dirección web desde la barra de direcciones de tu navegador y pégala en el campo anterior.
|
21
|
-
email_address:
|
22
|
-
tab_name: Dirección e-mail
|
23
|
-
subject_line_optional: Asunto opcional
|
24
|
-
body_optional: Mensaje opcional
|
25
|
-
not_sure: ¿No sabes qué escribir en estos campos?
|
26
|
-
step1_html: Escribe o copia y pega (por ej. desde tu libreta de direcciones) la dirección e-mail a la que quieres enlazar en el campo '<strong>Dirección e-mail</strong>' anterior.
|
27
|
-
step2_html: Usa el campo <strong>Asunto opcional</strong> si quieres que el mensaje se envíe con un <strong>asunto predeterminado</strong>
|
28
|
-
step3_html: Usa el campo <strong>Mensaje</strong> si quieres que el mensaje se envíe con un <strong>contenido predeterminado</strong>
|
29
|
-
your_resource:
|
30
|
-
tab_name: Tu archivo
|
31
|
-
link_to_this_resource: Enlace a este archivo
|
32
|
-
pages:
|
33
|
-
delete: Borrar esta página para siempre
|
34
|
-
edit: Editar esta página
|
35
|
-
reserved_system_word: "Lo sentimos, pero ese título es una palabra reservada del sistema."
|
36
|
-
page:
|
37
|
-
view_live_html: Ver esta página como abierat al público<br/><em>(la abre en ventana nueva)</em>
|
38
|
-
hidden: oculta
|
39
|
-
draft: borrador
|
40
|
-
form_new_page_parts:
|
41
|
-
title: Título
|
42
|
-
form_page_parts:
|
43
|
-
create_content_section: Crear sección de contenido
|
44
|
-
delete_content_section: Borrar sección de contenido
|
45
|
-
form_advanced_options:
|
46
|
-
toggle_advanced_options: Pulsa para acceder a las opciones de meta tags y menú
|
47
|
-
page_options: Opciones de página
|
48
|
-
parent_page: Página de origen
|
49
|
-
advanced_options: Opciones avanzadas
|
50
|
-
custom_title: Título personalizado
|
51
|
-
title_types:
|
52
|
-
none: Ninguno
|
53
|
-
text: Texto
|
54
|
-
show_in_menu_title: Ver en menú
|
55
|
-
show_in_menu_description: Mostrar esta página en el menú de la web
|
56
|
-
show_in_menu_help: Deja sin marcar esta casilla para eliminar una página del menú de tu web. Puede ser útil si tienes una página que quieres que la gente enlace directamente pero no quieres mostrarla en el menú.
|
57
|
-
save_as_draft: Guardar como borrador
|
58
|
-
skip_to_first_child: Saltar página de primer nivel
|
59
|
-
skip_to_first_child_label: Redirigir a los visitantes a la primera página del primer nivel.
|
60
|
-
skip_to_first_child_help: Esta opción hace que esta página enlace a su primera página hija. Puede ser útil para agrupar varias páginas juntas.
|
61
|
-
link_url: Redirigir esta página a otra web o a otra página
|
62
|
-
link_url_help: "Si quieres que esta página envíe a otra web o página entonces pulsa esta página en el menú y introduce una URL (por ej: http://google.com). En caso contrario déjalo en blanco."
|
63
|
-
parent_page_help: Puedes incluir una página dentro de otra seleccionándola en la lista. Si quieres que sea una página de primer nivel, déjalo en blanco.
|
64
|
-
custom_title_help: Si quieres que la página tenga un título diferente al que aparece en el menú selecciona 'Texto' y teclea el título que prefieres.
|
65
|
-
form_advanced_options_seo:
|
66
|
-
seo: Optimicación para motores de búsqueda (SEO)
|
67
|
-
seo_override_title: Título
|
68
|
-
seo_override_title_help: Introduce un título de 5-10 palabras que resuma los contenidos de la página.
|
69
|
-
meta_keywords_title: Palabras clave (meta keyboards)
|
70
|
-
meta_keywords_help: Introduce 5-10 palabras clave relacionadas con esta página, separadas por comas.
|
71
|
-
meta_description_title: Meta-descripción
|
72
|
-
meta_description_help: Describe en dos o tres frases de qué tema trata esta página.
|
73
|
-
index:
|
74
|
-
create_new_page: Crear nueva página
|
75
|
-
reorder_pages: Reordenar páginas
|
76
|
-
reorder_pages_done: Reordenación de páginas completada
|
77
|
-
no_pages_yet: "Aún no hay páginas. Pulsa \"Crear nueva página\" para añadir tu primera página."
|
78
|
-
activerecord:
|
79
|
-
models:
|
80
|
-
page: página
|
81
|
-
attributes:
|
82
|
-
page:
|
83
|
-
title: Título
|