forgeos_cms 1.9.0
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/LICENSE +2 -0
- data/README.textile +42 -0
- data/app/assets/images/forgeos/admin/favicon.gif +0 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_cms/carousels.js +56 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_cms/menus.js +93 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_cms/overlay.js +86 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_cms/trees.js +8 -0
- data/app/assets/javascripts/forgeos/admin/functions/forgeos_cms/widget_actualities.js +117 -0
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_cms/carousels.js +131 -0
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_cms/menus.js +294 -0
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_cms/overlays.js +71 -0
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_cms/trees.js +94 -0
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_cms/widget_actualities.js +23 -0
- data/app/assets/javascripts/forgeos/admin/inits/forgeos_cms/widget_faq.js +13 -0
- data/app/assets/stylesheets/forgeos/admin/base.css.sass +2 -0
- data/app/assets/stylesheets/forgeos/admin/forgeos_cms/_all.css.sass +1 -0
- data/app/assets/stylesheets/forgeos/admin/forgeos_cms/_blocks.css.sass +220 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/bubble-quantity-products.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/check-checked.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/check-unchecked.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/context.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/create.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/dark-blue-minus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/dark-blue-plus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/dot.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/f.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/fminus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/fminus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/folder.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/fplus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/fplus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/lastli.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/lastli_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/li.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/remove.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/rename.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/style.css.sass +219 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/association_page/throbber.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/brown-minus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/brown-plus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/bubble-quantity-products.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/context.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/create.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/dot.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/f.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/fminus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/fminus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/fplus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/fplus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/lastli.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/lastli_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/li.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/remove.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/rename.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/style.css.sass +138 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/block_category/throbber.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/big-drag-and-drop.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/bubble-quantity-products.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/check-checked.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/check-unchecked.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/context.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/create.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/dark-blue-minus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/dark-blue-plus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/dot.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/drag-drop.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/f.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/fminus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/fminus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/folder.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/fplus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/fplus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/lastli.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/lastli_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/li.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/remove.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/rename.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/style.css.sass +186 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/menu-tree/throbber.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/brown-minus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/brown-plus.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/bubble-quantity-products.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/context.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/create.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/dot.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/f.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/fminus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/fminus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/fplus.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/fplus_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/lastli.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/lastli_rtl.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/li.gif +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/remove.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/rename.png +0 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/style.css.sass +138 -0
- data/app/assets/stylesheets/forgeos/jstree/themes/page_category/throbber.gif +0 -0
- data/app/controllers/actualities_controller.rb +11 -0
- data/app/controllers/admin/actualities_controller.rb +100 -0
- data/app/controllers/admin/base_controller.rb +11 -0
- data/app/controllers/admin/carousels_controller.rb +101 -0
- data/app/controllers/admin/import_controller.rb +20 -0
- data/app/controllers/admin/menus_controller.rb +104 -0
- data/app/controllers/admin/newsletters_controller.rb +110 -0
- data/app/controllers/admin/pages_controller.rb +169 -0
- data/app/controllers/admin/static_content_blocks_controller.rb +174 -0
- data/app/controllers/admin/statistics_controller.rb +29 -0
- data/app/controllers/admin/widget_actualities_controller.rb +101 -0
- data/app/controllers/admin/widget_faqs_controller.rb +71 -0
- data/app/controllers/admin/widgets_controller.rb +83 -0
- data/app/controllers/forgeos/application_controller.rb +21 -0
- data/app/controllers/newsletters_controller.rb +11 -0
- data/app/controllers/pages_controller.rb +24 -0
- data/app/controllers/search_controller.rb +7 -0
- data/app/helpers/application_helper.rb +43 -0
- data/app/helpers/menu_helper.rb +46 -0
- data/app/helpers/routes_helper.rb +19 -0
- data/app/models/actuality.rb +21 -0
- data/app/models/block.rb +65 -0
- data/app/models/block_category.rb +7 -0
- data/app/models/carousel.rb +14 -0
- data/app/models/carousel_item.rb +12 -0
- data/app/models/category_link.rb +2 -0
- data/app/models/comment.rb +6 -0
- data/app/models/external_link.rb +5 -0
- data/app/models/faq.rb +10 -0
- data/app/models/link_page.rb +2 -0
- data/app/models/menu.rb +30 -0
- data/app/models/menu_category.rb +7 -0
- data/app/models/menu_link.rb +57 -0
- data/app/models/newsletter.rb +5 -0
- data/app/models/page.rb +85 -0
- data/app/models/page_category.rb +11 -0
- data/app/models/page_col.rb +14 -0
- data/app/models/page_link.rb +17 -0
- data/app/models/page_sweeper.rb +54 -0
- data/app/models/static_content_block.rb +2 -0
- data/app/models/static_content_category.rb +2 -0
- data/app/models/widget.rb +2 -0
- data/app/models/widget_actuality.rb +19 -0
- data/app/models/widget_category.rb +2 -0
- data/app/models/widget_faq.rb +12 -0
- data/app/views/actualities/rss.rxml +20 -0
- data/app/views/admin/actualities/_form.html.haml +38 -0
- data/app/views/admin/actualities/_tabs.html.haml +5 -0
- data/app/views/admin/actualities/edit.html.haml +3 -0
- data/app/views/admin/actualities/index.html.haml +10 -0
- data/app/views/admin/actualities/index.json.erb +34 -0
- data/app/views/admin/actualities/new.html.haml +3 -0
- data/app/views/admin/blocks/_associated_pages.html.haml +33 -0
- data/app/views/admin/blocks/_tabs.html.haml +8 -0
- data/app/views/admin/carousels/_attachments_popups.html.haml +81 -0
- data/app/views/admin/carousels/_form.html.haml +95 -0
- data/app/views/admin/carousels/_form_item.html.haml +54 -0
- data/app/views/admin/carousels/_item.html.haml +25 -0
- data/app/views/admin/carousels/edit.html.haml +1 -0
- data/app/views/admin/carousels/new.html.haml +1 -0
- data/app/views/admin/carousels/show.html.haml +40 -0
- data/app/views/admin/categories/_block.html.haml +4 -0
- data/app/views/admin/categories/_list_blocks.html.haml +13 -0
- data/app/views/admin/categories/_list_pages.html.haml +13 -0
- data/app/views/admin/categories/_page.html.haml +2 -0
- data/app/views/admin/dashboard/index.html.haml +19 -0
- data/app/views/admin/menu_links/_show.html.haml +8 -0
- data/app/views/admin/menus/_empty_menu_link.html.haml +45 -0
- data/app/views/admin/menus/_form.html.haml +27 -0
- data/app/views/admin/menus/_form_menu_links.html.haml +60 -0
- data/app/views/admin/menus/_lang_switcher.html.haml +2 -0
- data/app/views/admin/menus/_tabs.html.haml +5 -0
- data/app/views/admin/menus/_types_popups.html.haml +21 -0
- data/app/views/admin/menus/edit.html.haml +1 -0
- data/app/views/admin/menus/index.html.haml +13 -0
- data/app/views/admin/menus/index.json.erb +31 -0
- data/app/views/admin/menus/new.html.haml +1 -0
- data/app/views/admin/menus/show.html.haml +22 -0
- data/app/views/admin/newsletters/_form.html.haml +19 -0
- data/app/views/admin/newsletters/_tabs.html.haml +3 -0
- data/app/views/admin/newsletters/edit.html.haml +2 -0
- data/app/views/admin/newsletters/index.html.haml +14 -0
- data/app/views/admin/newsletters/index.json.erb +22 -0
- data/app/views/admin/newsletters/new.html.haml +2 -0
- data/app/views/admin/pages/_block_popup.html.haml +18 -0
- data/app/views/admin/pages/_blocks.html.haml +29 -0
- data/app/views/admin/pages/_codes.html.haml +33 -0
- data/app/views/admin/pages/_form.html.haml +15 -0
- data/app/views/admin/pages/_general.html.haml +64 -0
- data/app/views/admin/pages/_seo.html.haml +31 -0
- data/app/views/admin/pages/_tabs.html.haml +5 -0
- data/app/views/admin/pages/_tabs_show.html.haml +9 -0
- data/app/views/admin/pages/edit.html.haml +1 -0
- data/app/views/admin/pages/index.html.haml +13 -0
- data/app/views/admin/pages/index.json.erb +37 -0
- data/app/views/admin/pages/new.html.haml +2 -0
- data/app/views/admin/pages/show.html.haml +100 -0
- data/app/views/admin/static_content_blocks/_form.html.haml +41 -0
- data/app/views/admin/static_content_blocks/edit.html.haml +1 -0
- data/app/views/admin/static_content_blocks/index.html.haml +16 -0
- data/app/views/admin/static_content_blocks/index.json.erb +28 -0
- data/app/views/admin/static_content_blocks/new.html.haml +1 -0
- data/app/views/admin/static_content_blocks/show.html.haml +23 -0
- data/app/views/admin/statistics/index.html.haml +57 -0
- data/app/views/admin/users/_tabs.html.haml +3 -0
- data/app/views/admin/widget_actualities/_form.html.haml +87 -0
- data/app/views/admin/widget_actualities/_form_item.html.haml +28 -0
- data/app/views/admin/widget_actualities/_item.html.haml +11 -0
- data/app/views/admin/widget_actualities/_tabs.html.haml +8 -0
- data/app/views/admin/widget_actualities/edit.html.haml +2 -0
- data/app/views/admin/widget_actualities/new.html.haml +2 -0
- data/app/views/admin/widget_actualities/show.html.haml +39 -0
- data/app/views/admin/widget_faqs/_form.html.haml +68 -0
- data/app/views/admin/widget_faqs/_tabs.html.haml +8 -0
- data/app/views/admin/widget_faqs/edit.html.haml +2 -0
- data/app/views/admin/widget_faqs/new.html.haml +2 -0
- data/app/views/admin/widgets/_tabs.html.haml +8 -0
- data/app/views/admin/widgets/index.html.haml +28 -0
- data/app/views/admin/widgets/index.json.erb +27 -0
- data/app/views/layouts/admin/_menu.html.haml +0 -0
- data/app/views/layouts/application.html.haml +21 -0
- data/app/views/pages/_linked_pages.html.haml +4 -0
- data/app/views/pages/_page.html.haml +15 -0
- data/app/views/pages/show.html.haml +9 -0
- data/app/views/search/index.html.haml +8 -0
- data/config/locales/activerecord/en.yml +48 -0
- data/config/locales/activerecord/fr.yml +77 -0
- data/config/locales/admin/actuality/en.yml +30 -0
- data/config/locales/admin/actuality/fr.yml +30 -0
- data/config/locales/admin/block/en.yml +38 -0
- data/config/locales/admin/block/fr.yml +38 -0
- data/config/locales/admin/carousel/en.yml +24 -0
- data/config/locales/admin/carousel/fr.yml +24 -0
- data/config/locales/admin/menu/en.yml +33 -0
- data/config/locales/admin/menu/fr.yml +38 -0
- data/config/locales/admin/newsletter/en.yml +30 -0
- data/config/locales/admin/newsletter/fr.yml +30 -0
- data/config/locales/admin/page/en.yml +77 -0
- data/config/locales/admin/page/fr.yml +77 -0
- data/config/locales/admin/section/en.yml +23 -0
- data/config/locales/admin/section/fr.yml +23 -0
- data/config/locales/admin/static_content_block/en.yml +43 -0
- data/config/locales/admin/static_content_block/fr.yml +42 -0
- data/config/locales/admin/widget/en.yml +34 -0
- data/config/locales/admin/widget/fr.yml +34 -0
- data/config/locales/admin/widget_actuality/en.yml +23 -0
- data/config/locales/admin/widget_actuality/fr.yml +23 -0
- data/config/locales/admin/widget_faq/en.yml +22 -0
- data/config/locales/admin/widget_faq/fr.yml +30 -0
- data/config/locales/common/en.yml +208 -0
- data/config/locales/common/fr.yml +209 -0
- data/config/routes.rb +73 -0
- data/db/fixtures/menu_link_translations.yml +5 -0
- data/db/fixtures/menu_links.yml +5 -0
- data/db/fixtures/menus.yml +3 -0
- data/db/fixtures/page_translations.yml +19 -0
- data/db/fixtures/pages.yml +5 -0
- data/db/fixtures/people.yml +11 -0
- data/db/migrate/20091009134405_create_actualities.rb +18 -0
- data/db/migrate/20091009134503_create_blocks.rb +15 -0
- data/db/migrate/20091009134510_create_blocks_pages.rb +13 -0
- data/db/migrate/20091009134518_create_carousel_items.rb +17 -0
- data/db/migrate/20091009134729_create_pages.rb +18 -0
- data/db/migrate/20091009134736_create_pages_links.rb +12 -0
- data/db/migrate/20091027153116_create_menus.rb +14 -0
- data/db/migrate/20091027153659_create_menu_links.rb +19 -0
- data/db/migrate/20091208113459_create_page_translations.rb +9 -0
- data/db/migrate/20091208113460_create_block_translations.rb +9 -0
- data/db/migrate/20091208113461_create_menu_link_translations.rb +9 -0
- data/db/migrate/20091208170256_remove_translations_to_page.rb +10 -0
- data/db/migrate/20091208170257_remove_translations_to_block.rb +9 -0
- data/db/migrate/20091208170258_remove_translations_to_menu_link.rb +9 -0
- data/db/migrate/20100203102853_add_actuality_translations.rb +9 -0
- data/db/migrate/20100203102914_add_carousel_item_translations.rb +9 -0
- data/db/migrate/20100203125804_remove_translated_columns_to_actualities.rb +9 -0
- data/db/migrate/20100203125820_remove_translated_columns_to_carousel_items.rb +10 -0
- data/db/migrate/20100405095844_create_page_cols_table.rb +12 -0
- data/db/migrate/20100405101416_create_blocks_page_cols.rb +13 -0
- data/db/migrate/20100407093551_create_table_translation_for_page_cols.rb +13 -0
- data/db/migrate/20100413134832_add_index_on_menu_links.rb +11 -0
- data/db/migrate/20100501150819_add_code_to_pages.rb +13 -0
- data/db/migrate/20100511161012_create_faqs.rb +13 -0
- data/db/migrate/20100526163534_add_popup_to_menu_link.rb +9 -0
- data/db/migrate/20100929183346_change_answer_type.rb +9 -0
- data/db/migrate/20101015095242_update_actualities.rb +11 -0
- data/db/migrate/20101216155044_create_newsletter.rb +12 -0
- data/db/migrate/20110310092311_add_indexes_to_menu.rb +9 -0
- data/db/migrate/20110408133955_add_summary_to_menu_link_translations.rb +7 -0
- data/lib/forgeos/admin_menu.rb +14 -0
- data/lib/forgeos/cms.rb +8 -0
- data/lib/forgeos/cms/engine.rb +8 -0
- data/lib/forgeos/cms/statistics.rb +16 -0
- data/lib/forgeos_cms.rb +3 -0
- data/lib/tasks/install.rake +9 -0
- data/lib/tasks/upgrade.rake +22 -0
- data/recipes/deploy.rb +14 -0
- metadata +375 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
en:
|
|
2
|
+
newsletter:
|
|
3
|
+
one: newsletter
|
|
4
|
+
other: newsletters
|
|
5
|
+
none: no newsletters
|
|
6
|
+
all: all newsletters
|
|
7
|
+
show: show newsletter
|
|
8
|
+
back: back to newsletters list
|
|
9
|
+
duplicate: duplicate newsletter
|
|
10
|
+
not_exist: the requested newsletter does not exist
|
|
11
|
+
subscribe:
|
|
12
|
+
action: subscribe to our newsletter
|
|
13
|
+
success: you have successfully subscribed to our newsletter
|
|
14
|
+
failed: a problem occured during your subscribtion
|
|
15
|
+
create:
|
|
16
|
+
success: the newsletter was successfully created
|
|
17
|
+
failed: a problem occured during the newsletter creation
|
|
18
|
+
action: create newsletter
|
|
19
|
+
update:
|
|
20
|
+
success: the newsletter was successfully updated
|
|
21
|
+
failed: a problem occured during the newsletter update
|
|
22
|
+
action: edit newsletter
|
|
23
|
+
destroy:
|
|
24
|
+
success: the newsletter was successfully deleted
|
|
25
|
+
failed: a problem occured during the newsletter deletion
|
|
26
|
+
confirm: are you sure that you want to delete this newsletter?
|
|
27
|
+
action: delete newsletter
|
|
28
|
+
export:
|
|
29
|
+
action: export to csv
|
|
30
|
+
failed: a problem occured during the newsletter export
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
newsletter:
|
|
3
|
+
one: newsletter
|
|
4
|
+
other: newsletters
|
|
5
|
+
none: aucune newsletter
|
|
6
|
+
all: tous les newsletters
|
|
7
|
+
show: voir la newsletter
|
|
8
|
+
back: retour vers les newsletters
|
|
9
|
+
duplicate: dupliquer la newsletter
|
|
10
|
+
not_exist: "la newsletter sélectionnée n'existe pas"
|
|
11
|
+
subscribe:
|
|
12
|
+
action: inscrivez vous à notre newsletter
|
|
13
|
+
success: félicitation vous êtes maintenant inscrit à note newsletter
|
|
14
|
+
failed: un problème est survenu lors de votre inscription à la newsletter
|
|
15
|
+
create:
|
|
16
|
+
success: la newsletter a bien été créé
|
|
17
|
+
failed: un problème est survenu lors de la création de la newsletter
|
|
18
|
+
action: créer une newsletter
|
|
19
|
+
update:
|
|
20
|
+
success: le newsletter a bien été mis à jour
|
|
21
|
+
failed: un problème est survenu lors de la mise à jour de la newsletter
|
|
22
|
+
action: éditer le newsletter
|
|
23
|
+
destroy:
|
|
24
|
+
success: le newsletter a bien été supprimé
|
|
25
|
+
failed: un problème est survenu lors de la suppression de la newsletter
|
|
26
|
+
confirm: êtes-vous sûr de vouloir supprimer cette newsletter ?
|
|
27
|
+
action: supprimer la newsletter
|
|
28
|
+
export:
|
|
29
|
+
action: exporter en csv
|
|
30
|
+
failed: un problème est survenu lors de l'export de la newsletter
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
en:
|
|
2
|
+
page_col_0: First column
|
|
3
|
+
page_col_1: Second column
|
|
4
|
+
page_col_2: Third column
|
|
5
|
+
codes: Codes tags
|
|
6
|
+
paste_code: Paste your Google Analytics, Google Optimizer or other Javascript code in these fields
|
|
7
|
+
page_code: Page Code - Before HTML
|
|
8
|
+
page_code_explain: Your code will be inserted before the <HTML> tag of your page.<br /> Use to paste your Control script for Google Optimizer A/B testing.
|
|
9
|
+
header_code: Header Code
|
|
10
|
+
header_code_explain: Your code will be inserted in the <head> tag of your page. <br /> Use to paste your Control script for Google Optimizer multivariable testing.
|
|
11
|
+
bottom_code: Bottom Code
|
|
12
|
+
bottom_code_explain: Your code will be inserted before the <body> tag of your page.<br /> Use to paste your tracking scripts.
|
|
13
|
+
page:
|
|
14
|
+
zero: 'page'
|
|
15
|
+
one: 'page'
|
|
16
|
+
other: 'pages'
|
|
17
|
+
all: 'all pages'
|
|
18
|
+
list: 'list of pages'
|
|
19
|
+
none: 'no pages'
|
|
20
|
+
not_exist: 'the requested page does not exist'
|
|
21
|
+
back: 'back to pages list'
|
|
22
|
+
date: 'date'
|
|
23
|
+
author: 'author'
|
|
24
|
+
title: title
|
|
25
|
+
show:
|
|
26
|
+
one: show page
|
|
27
|
+
other: show pages
|
|
28
|
+
all: see all pages
|
|
29
|
+
viewed:
|
|
30
|
+
one: "viewed %{count} time"
|
|
31
|
+
other: "viewed %{count} times"
|
|
32
|
+
most_viewed:
|
|
33
|
+
one: most viewed
|
|
34
|
+
other: most viewed
|
|
35
|
+
most_commented:
|
|
36
|
+
one: most commented
|
|
37
|
+
other: most commented
|
|
38
|
+
unlink:
|
|
39
|
+
confirm: 'are you sure that you want to unlink this page?'
|
|
40
|
+
general_box:
|
|
41
|
+
create:
|
|
42
|
+
failed: 'error with general box creation'
|
|
43
|
+
update:
|
|
44
|
+
failed: 'error with general box update'
|
|
45
|
+
link:
|
|
46
|
+
update:
|
|
47
|
+
success: 'the page links were successfully updated'
|
|
48
|
+
failed: "the page links can't be updated"
|
|
49
|
+
create:
|
|
50
|
+
success: 'the page was successfully created'
|
|
51
|
+
failed: 'a problem occured during the page creation'
|
|
52
|
+
action: 'create a page'
|
|
53
|
+
update:
|
|
54
|
+
success: 'the page was successfully updated'
|
|
55
|
+
failed: 'a problem occured during the page update'
|
|
56
|
+
action: 'edit page'
|
|
57
|
+
destroy:
|
|
58
|
+
success: 'the page was successfully deleted'
|
|
59
|
+
failed: 'a problem occured during the page deletion'
|
|
60
|
+
confirm: 'are you sure that you want to delete this page?'
|
|
61
|
+
block:
|
|
62
|
+
add: 'add a static content'
|
|
63
|
+
unlink:
|
|
64
|
+
confirm: 'Are you sure that you want to unlink this block?'
|
|
65
|
+
widget:
|
|
66
|
+
add: 'add a widget'
|
|
67
|
+
unlink:
|
|
68
|
+
confirm: 'Are you sure that you want to unlink this widget?'
|
|
69
|
+
draft: 'draft'
|
|
70
|
+
published: 'published'
|
|
71
|
+
not_published: 'not published'
|
|
72
|
+
published_on: 'published on'
|
|
73
|
+
preview: 'preview page'
|
|
74
|
+
duplicate: 'duplicate'
|
|
75
|
+
delete: 'delete page'
|
|
76
|
+
modification_history: 'modification history'
|
|
77
|
+
meta_description: 'meta description'
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
page_col_0: Première colonne
|
|
3
|
+
page_col_1: Deuxième colonne
|
|
4
|
+
page_col_2: Toisième colonne
|
|
5
|
+
codes: tags de code
|
|
6
|
+
paste_code: "Collez vos codes Google analytics, Optimizer ou autre dans les champs ci-dessous :"
|
|
7
|
+
page_code: `Page Code` - Avant le HTML
|
|
8
|
+
page_code_explain: Ce code sera inséré avant la balise <html> de votre page.<br /> A utiliser pour coller vos codes de `Control` lors de vos tests A/B.
|
|
9
|
+
header_code: `Header Code`
|
|
10
|
+
header_code_explain: Ce code sera inséré dans la balise <head> de votre page.<br /> A utiliser pour coller vos codes de `Control` lors de vos test multivariables.
|
|
11
|
+
bottom_code: `Bottom Code`
|
|
12
|
+
bottom_code_explain: Ce code sera inséré juste avant la balise </body> de votre page.<br /> A utiliser pour coller vos codes de tracking.
|
|
13
|
+
page:
|
|
14
|
+
zero: page
|
|
15
|
+
one: page
|
|
16
|
+
other: pages
|
|
17
|
+
all: toutes les pages
|
|
18
|
+
list: liste des pages
|
|
19
|
+
none: aucune page
|
|
20
|
+
not_exist: "la page sélectionnée n'existe pas"
|
|
21
|
+
back: retour vers la liste des pages
|
|
22
|
+
date: 'date'
|
|
23
|
+
author: 'auteur'
|
|
24
|
+
title: titre
|
|
25
|
+
show:
|
|
26
|
+
one: voir la page
|
|
27
|
+
other: voir les pages
|
|
28
|
+
all: voir toutes les pages
|
|
29
|
+
viewed:
|
|
30
|
+
one: "vue %{count} fois"
|
|
31
|
+
other: "vue %{count} fois"
|
|
32
|
+
most_viewed:
|
|
33
|
+
one: plus vue
|
|
34
|
+
other: plus vues
|
|
35
|
+
most_commented:
|
|
36
|
+
one: plus commentée
|
|
37
|
+
other: plus commentées
|
|
38
|
+
unlink:
|
|
39
|
+
confirm: êtes-vous sûr de vouloir enlever cette page ?
|
|
40
|
+
general_box:
|
|
41
|
+
create:
|
|
42
|
+
failed: "erreur avec la création du bloc général"
|
|
43
|
+
update:
|
|
44
|
+
failed: "erreur avec la mise à jour du bloc général"
|
|
45
|
+
link:
|
|
46
|
+
update:
|
|
47
|
+
success: 'les liens de cette page ont bien été modifiés'
|
|
48
|
+
failed: 'un problème est survenu lors de la mise à jour des liens de la page'
|
|
49
|
+
create:
|
|
50
|
+
success: 'la page a bien été créée'
|
|
51
|
+
failed: 'un problème est survenu lors de la création de la page'
|
|
52
|
+
action: 'créer une page'
|
|
53
|
+
update:
|
|
54
|
+
success: 'la page a bien été mise à jour'
|
|
55
|
+
failed: 'un problème est survenu lors de la mise à jour de la page'
|
|
56
|
+
action: 'éditer la page'
|
|
57
|
+
destroy:
|
|
58
|
+
success: 'la page a bien été supprimée'
|
|
59
|
+
failed: 'un problème est survenu lors de la suppression de la page'
|
|
60
|
+
confirm: 'êtes-vous sûr de vouloir supprimer cette page ?'
|
|
61
|
+
block:
|
|
62
|
+
add: 'ajouter un contenu statique'
|
|
63
|
+
unlink:
|
|
64
|
+
confirm: 'êtes-vous sûr de vouloir enlever ce bloc de la page ?'
|
|
65
|
+
widget:
|
|
66
|
+
add: 'ajouter un widget'
|
|
67
|
+
unlink:
|
|
68
|
+
confirm: 'êtes-vous sûr de vouloir enlever ce widget de la page ?'
|
|
69
|
+
draft: 'brouillon'
|
|
70
|
+
published: 'publiée'
|
|
71
|
+
not_published: 'non publiée'
|
|
72
|
+
published_on: 'publiée le'
|
|
73
|
+
preview: 'prévisualiser'
|
|
74
|
+
duplicate: 'dupliquer'
|
|
75
|
+
delete: 'supprimer'
|
|
76
|
+
modification_history: 'historique des actions'
|
|
77
|
+
meta_description: 'descriptions meta'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
en:
|
|
2
|
+
section:
|
|
3
|
+
one: 'section'
|
|
4
|
+
other: 'sections'
|
|
5
|
+
list: 'list of sections'
|
|
6
|
+
none: 'no sections'
|
|
7
|
+
show: 'show section'
|
|
8
|
+
not_exist: 'the requested section does not exist'
|
|
9
|
+
create:
|
|
10
|
+
success: 'the section was successfully created'
|
|
11
|
+
failed: 'a problem occured during the section creation'
|
|
12
|
+
action: 'create a section'
|
|
13
|
+
update:
|
|
14
|
+
success: 'the section was successfully updated'
|
|
15
|
+
failed: 'a problem occured during the section update'
|
|
16
|
+
action: 'edit section'
|
|
17
|
+
destroy:
|
|
18
|
+
success: 'the section was successfully deleted'
|
|
19
|
+
failed: 'a problem occured during the section deletion'
|
|
20
|
+
confirm: 'are you sure that you want to delete this section?'
|
|
21
|
+
moved:
|
|
22
|
+
down: 'the section was successfully moved down'
|
|
23
|
+
up: 'the section was successfully moved up'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
section:
|
|
3
|
+
one: 'section'
|
|
4
|
+
other: 'sections'
|
|
5
|
+
list: 'liste des sections'
|
|
6
|
+
none: 'aucune section'
|
|
7
|
+
show: 'voir la section'
|
|
8
|
+
not_exist: "la section sélectionnée n'existe pas"
|
|
9
|
+
create:
|
|
10
|
+
success: 'la section a bien été créée'
|
|
11
|
+
failed: 'un problème est survenu lors de la création de la section'
|
|
12
|
+
action: 'créer une section'
|
|
13
|
+
update:
|
|
14
|
+
success: 'la section a bien été créée'
|
|
15
|
+
failed: 'un problème est survenu lors de la mise à jour de la section'
|
|
16
|
+
action: 'éditer la section'
|
|
17
|
+
destroy:
|
|
18
|
+
success: 'la section a bien été supprimée'
|
|
19
|
+
failed: 'un problème est survenu lors de la suppression de la section'
|
|
20
|
+
confirm: 'êtes-vous sûr de vouloir supprimer cette section ?'
|
|
21
|
+
moved:
|
|
22
|
+
down: 'la section a bien été déplacée vers le bas'
|
|
23
|
+
up: 'la section a bien été déplacée vers le haut'
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
en:
|
|
2
|
+
static_content_block:
|
|
3
|
+
one: 'static content'
|
|
4
|
+
other: 'static contents'
|
|
5
|
+
all: 'all static blocks'
|
|
6
|
+
list: 'list of static blocks'
|
|
7
|
+
none: 'no static blocks'
|
|
8
|
+
show: "show static block"
|
|
9
|
+
name: "block name"
|
|
10
|
+
not_exist: 'the requested static block does not exist'
|
|
11
|
+
preview: 'preview block'
|
|
12
|
+
duplicate: 'duplicate block'
|
|
13
|
+
delete: 'delete block'
|
|
14
|
+
back: 'back'
|
|
15
|
+
link:
|
|
16
|
+
create:
|
|
17
|
+
action: 'associate block to pages'
|
|
18
|
+
success: 'the static block links were successfully created'
|
|
19
|
+
failed: "this static block can't be linked to a page"
|
|
20
|
+
page_not_exist: 'the linked page does not exist'
|
|
21
|
+
update:
|
|
22
|
+
success: 'the static block links were successfully updated'
|
|
23
|
+
failed: "the static block links can't be updated"
|
|
24
|
+
destroy:
|
|
25
|
+
success: 'the static block was successfully removed from this page'
|
|
26
|
+
create:
|
|
27
|
+
success: 'the static block was successfully created'
|
|
28
|
+
failed: 'a problem occured during the static block creation'
|
|
29
|
+
action: 'create a static block'
|
|
30
|
+
update:
|
|
31
|
+
success: 'the static block was successfully updated'
|
|
32
|
+
failed: 'a problem occured during the static block update'
|
|
33
|
+
action:
|
|
34
|
+
one: 'edit static block'
|
|
35
|
+
other: 'edit static blocks'
|
|
36
|
+
destroy:
|
|
37
|
+
success: 'the static block was successfully deleted'
|
|
38
|
+
failed: 'a problem occured during the static block deletion'
|
|
39
|
+
confirm: 'are you sure that you want to delete this static block?'
|
|
40
|
+
confirm_associated: 'Are you sure that you want to delete this static block? (it will be removed from all its associated pages)'
|
|
41
|
+
moved:
|
|
42
|
+
down: 'the static block was successfully moved down'
|
|
43
|
+
up: 'the static block was successfully moved up'
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
static_content_block:
|
|
3
|
+
one: "contenu statique"
|
|
4
|
+
other: "contenus statiques"
|
|
5
|
+
list: "liste des blocs statiques"
|
|
6
|
+
none: "aucun bloc statique"
|
|
7
|
+
show: "voir le bloc statique"
|
|
8
|
+
name: nom du bloc
|
|
9
|
+
not_exist: "le bloc statique sélectionné n'existe pas"
|
|
10
|
+
preview: 'prévisualiser'
|
|
11
|
+
duplicate: 'dupliquer'
|
|
12
|
+
delete: 'supprimer'
|
|
13
|
+
back: 'retour'
|
|
14
|
+
link:
|
|
15
|
+
create:
|
|
16
|
+
action: 'associer le bloc à des pages'
|
|
17
|
+
success: 'les liens de ce bloc statique ont bien été créés'
|
|
18
|
+
failed: 'ce bloc statique ne peut pas être lié à une image'
|
|
19
|
+
page_not_exist: "la page liée n'existe pas"
|
|
20
|
+
update:
|
|
21
|
+
success: 'les liens de ce bloc statique ont bien été modifiés'
|
|
22
|
+
failed: 'un problème est survenu lors de la mise à jour des liens du bloc statique'
|
|
23
|
+
destroy:
|
|
24
|
+
success: 'le bloc statique a bien été enlevé de cette page'
|
|
25
|
+
create:
|
|
26
|
+
success: 'le bloc statique a bien été créé'
|
|
27
|
+
failed: 'un problème est survenu lors de la création du bloc statique'
|
|
28
|
+
action: 'créer un bloc statique'
|
|
29
|
+
update:
|
|
30
|
+
success: 'le bloc statique a bien été mis à jour'
|
|
31
|
+
failed: 'un problème est survenu lors de la mise à jour du bloc statique'
|
|
32
|
+
action:
|
|
33
|
+
one: 'éditer le bloc statique'
|
|
34
|
+
other: 'éditer les blocs statiques'
|
|
35
|
+
destroy:
|
|
36
|
+
success: 'le bloc statique a bien été supprimé'
|
|
37
|
+
failed: 'un problème est survenu lors de la suppression du bloc statique'
|
|
38
|
+
confirm: 'êtes-vous sûr de vouloir supprimer ce bloc statique ?'
|
|
39
|
+
confirm_associated: 'êtes-vous sûr de vouloir supprimer ce bloc statique ? (il sera supprimé de toutes les pages associées)'
|
|
40
|
+
moved:
|
|
41
|
+
down: 'le bloc statique a bien été déplacé vers le bas'
|
|
42
|
+
up: 'le bloc statique a bien été déplacé vers le haut'
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
en:
|
|
2
|
+
widget:
|
|
3
|
+
one: 'widget'
|
|
4
|
+
other: 'widgets'
|
|
5
|
+
list: 'list of widgets'
|
|
6
|
+
all: 'all widgets'
|
|
7
|
+
type: 'widget type'
|
|
8
|
+
name: 'widget name'
|
|
9
|
+
none: 'no widgets'
|
|
10
|
+
not_exist: 'the requested widget does not exist'
|
|
11
|
+
back: 'back'
|
|
12
|
+
create:
|
|
13
|
+
action: 'create a widget'
|
|
14
|
+
update:
|
|
15
|
+
action:
|
|
16
|
+
one: 'edit the widget'
|
|
17
|
+
other: 'edit widgets'
|
|
18
|
+
destroy:
|
|
19
|
+
success: 'the widget was successfully deleted'
|
|
20
|
+
failed: "the widget can't be deleted"
|
|
21
|
+
confirm: 'are you sure that you want to delete this widget?'
|
|
22
|
+
confirm_associated: 'Are you sure that you want to delete this widget? (it will be removed from all its associated pages)'
|
|
23
|
+
link:
|
|
24
|
+
create:
|
|
25
|
+
action: 'associate widget to pages'
|
|
26
|
+
success: 'the widget was succesfully linked with the page'
|
|
27
|
+
failed: "the page links can't be updated"
|
|
28
|
+
page_not_exist: "the linked page doesn't exist"
|
|
29
|
+
destroy:
|
|
30
|
+
success: 'the widget was successfully removed from this page'
|
|
31
|
+
failed: "the page links can't be updated"
|
|
32
|
+
moved:
|
|
33
|
+
down: 'the widget was successfully moved down'
|
|
34
|
+
up: 'the widget was successfully moved up'
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
widget:
|
|
3
|
+
one: 'widget'
|
|
4
|
+
other: 'widgets'
|
|
5
|
+
list: 'liste des widgets'
|
|
6
|
+
all: 'tous les widgets'
|
|
7
|
+
type: 'type du widget'
|
|
8
|
+
name: 'nom du widget'
|
|
9
|
+
none: 'aucun widget'
|
|
10
|
+
not_exist: "le widget sélectionné n'existe pas"
|
|
11
|
+
back: 'retour'
|
|
12
|
+
create:
|
|
13
|
+
action: 'créer un widget'
|
|
14
|
+
update:
|
|
15
|
+
action:
|
|
16
|
+
one: 'éditer le widget'
|
|
17
|
+
other: 'éditer les widgets'
|
|
18
|
+
destroy:
|
|
19
|
+
success: 'le widget a bien été supprimé'
|
|
20
|
+
failed: 'un problème est survenu lors de la suppression du widget'
|
|
21
|
+
confirm: 'êtes-vous sûr de vouloir supprimer ce widget ?'
|
|
22
|
+
confirm_associated: 'êtes-vous sûr de vouloir supprimer ce widget ? (il sera supprimé de toutes les pages associées)'
|
|
23
|
+
link:
|
|
24
|
+
create:
|
|
25
|
+
action: 'associer le widget à des pages'
|
|
26
|
+
success: 'le widget a bien été associé à la page'
|
|
27
|
+
failed: 'un problème est survenu lors de la mise à jour des liens de la page'
|
|
28
|
+
page_not_exist: "la page liée n'existe pas"
|
|
29
|
+
destroy:
|
|
30
|
+
success: 'le widget a bien été enlevé de cette page'
|
|
31
|
+
failed: 'un problème est survenu lors de la mise à jour des liens de la page'
|
|
32
|
+
moved:
|
|
33
|
+
down: 'le widget a bien été déplacé vers le bas'
|
|
34
|
+
up: 'le widget a bien été déplacé vers le haut'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
en:
|
|
2
|
+
widget_actuality:
|
|
3
|
+
one: 'widget actualities'
|
|
4
|
+
other: 'widgets actualities'
|
|
5
|
+
none: 'no widgets actualities'
|
|
6
|
+
not_exist: 'the requested widget actualities does not exist'
|
|
7
|
+
list: 'list of widgets actualities'
|
|
8
|
+
show: 'show widget actualities'
|
|
9
|
+
create:
|
|
10
|
+
action: 'create widget actualities'
|
|
11
|
+
success: 'the widget actualities was successfully created'
|
|
12
|
+
failed: "the widget actualities can't be created"
|
|
13
|
+
update:
|
|
14
|
+
action: 'edit the widget actualities'
|
|
15
|
+
success: 'the widget actualities was successfully updated'
|
|
16
|
+
failed: "the widget actualities can't be updated"
|
|
17
|
+
destroy:
|
|
18
|
+
confirm: 'are you sure that you want to delete this widget actualities?'
|
|
19
|
+
success: 'the widget actualities was successfully deleted'
|
|
20
|
+
failed: "the widget actualities can't be deleted"
|
|
21
|
+
select_actualities: 'select actualities to link'
|
|
22
|
+
linked_actualities: 'linked actualities'
|
|
23
|
+
actualities_since: 'see actualities since (optional)'
|