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,23 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
widget_actuality:
|
|
3
|
+
one: "widget d'actualités"
|
|
4
|
+
other: "widgets d'actualités"
|
|
5
|
+
none: "aucun widget d'actualités"
|
|
6
|
+
not_exist: "le widget d'actualités sélectionné n'existe pas"
|
|
7
|
+
list: "liste des widgets d'actualités"
|
|
8
|
+
show: "voir le widget d'actualités"
|
|
9
|
+
create:
|
|
10
|
+
action: "créer un widget d'actualités"
|
|
11
|
+
success: "le widget d'actualités a bien été créé"
|
|
12
|
+
failed: "un problème est survenu lors de la création du widget d'actualités"
|
|
13
|
+
update:
|
|
14
|
+
action: "éditer le widget d'actualités"
|
|
15
|
+
success: "le widget d'actualités a bien été mis à jour"
|
|
16
|
+
failed: "un problème est survenu lors de la mise à jour du widget d'actualités"
|
|
17
|
+
destroy:
|
|
18
|
+
confirm: "êtes-vous sûr de vouloir supprimer ce widget d'actualités ?"
|
|
19
|
+
success: "le widget d'actualités a bien été supprimé"
|
|
20
|
+
failed: "un problème est survenu lors de la suppression du widget d'actualités"
|
|
21
|
+
select_actualities: 'sélectionnez les actualités à associer'
|
|
22
|
+
linked_actualities: 'actualités associées'
|
|
23
|
+
actualities_since: 'voir les actualités depuis le (optionnel)'
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
en:
|
|
2
|
+
widget_faq:
|
|
3
|
+
one: 'widget FAQ'
|
|
4
|
+
other: 'widgets FAQ'
|
|
5
|
+
none: 'no widgets FAQ'
|
|
6
|
+
not_exist: 'the requested widget FAQ does not exist'
|
|
7
|
+
list: 'list of widgets FAQ'
|
|
8
|
+
show: 'show widget FAQ'
|
|
9
|
+
create:
|
|
10
|
+
action: 'create widget FAQ'
|
|
11
|
+
success: 'the widget FAQ was successfully created'
|
|
12
|
+
failed: "the widget FAQ can't be created"
|
|
13
|
+
update:
|
|
14
|
+
action: 'edit the widget FAQ'
|
|
15
|
+
success: 'the widget FAQ was successfully updated'
|
|
16
|
+
failed: "the widget FAQ can't be updated"
|
|
17
|
+
destroy:
|
|
18
|
+
confirm: 'are you sure that you want to delete this widget FAQ?'
|
|
19
|
+
success: 'the widget FAQ was successfully deleted'
|
|
20
|
+
failed: "the widget FAQ can't be deleted"
|
|
21
|
+
item:
|
|
22
|
+
add: "add an item"
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
widget_faq:
|
|
3
|
+
one: "widget FAQ"
|
|
4
|
+
other: "widgets FAQ"
|
|
5
|
+
none: "aucun widget FAQ"
|
|
6
|
+
not_exist: "le widget FAQ sélectionné n'existe pas"
|
|
7
|
+
list: "liste des widgets FAQ"
|
|
8
|
+
show: "voir le widget FAQ"
|
|
9
|
+
create:
|
|
10
|
+
action: "créer un widget FAQ"
|
|
11
|
+
success: "le widget FAQ a bien été créé"
|
|
12
|
+
failed: "un problème est survenu lors de la création du widget FAQ"
|
|
13
|
+
update:
|
|
14
|
+
action: "éditer le widget FAQ"
|
|
15
|
+
success: "le widget FAQ a bien été mis à jour"
|
|
16
|
+
failed: "un problème est survenu lors de la mise à jour du widget FAQ"
|
|
17
|
+
destroy:
|
|
18
|
+
confirm: "êtes-vous sûr de vouloir supprimer ce widget FAQ ?"
|
|
19
|
+
success: "le widget FAQ a bien été supprimé"
|
|
20
|
+
failed: "un problème est survenu lors de la suppression du widget FAQ"
|
|
21
|
+
item:
|
|
22
|
+
add: "ajouter une question"
|
|
23
|
+
helpers:
|
|
24
|
+
label:
|
|
25
|
+
faq:
|
|
26
|
+
question: Question
|
|
27
|
+
answer: Réponse
|
|
28
|
+
'widget_faq[faqs_attributes][EMPTY_ID]':
|
|
29
|
+
question: Question
|
|
30
|
+
answer: Réponse
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
# Contributors : Cyril Lepagnot, Cecile Veneziani
|
|
2
|
+
en:
|
|
3
|
+
forgeos: Forgeos CMS
|
|
4
|
+
# FrontOffice
|
|
5
|
+
update: 'update'
|
|
6
|
+
send:
|
|
7
|
+
friend: 'send a friend'
|
|
8
|
+
email: 'send by mail'
|
|
9
|
+
home: 'home'
|
|
10
|
+
change_language: 'change language'
|
|
11
|
+
search: 'search'
|
|
12
|
+
at: 'at'
|
|
13
|
+
from: 'from'
|
|
14
|
+
sign_up: 'sign up'
|
|
15
|
+
disconnect: 'disconnect'
|
|
16
|
+
add: 'add'
|
|
17
|
+
account_update_ok: 'your account have been successfully created'
|
|
18
|
+
account_creation_ok: 'your account have been successfully created'
|
|
19
|
+
signup_completed: 'your subscription have been completed'
|
|
20
|
+
access_denied: 'access denied'
|
|
21
|
+
hello: 'hello'
|
|
22
|
+
type: 'type'
|
|
23
|
+
your_account: 'your account'
|
|
24
|
+
cancel: 'back'
|
|
25
|
+
unaccessible_function: 'unaccessible function'
|
|
26
|
+
my_informations: 'my information'
|
|
27
|
+
default: 'default'
|
|
28
|
+
blue: 'blue'
|
|
29
|
+
green: 'green'
|
|
30
|
+
brown: 'brown'
|
|
31
|
+
mix: 'mix'
|
|
32
|
+
page_not_found: 'page not found'
|
|
33
|
+
form:
|
|
34
|
+
send: 'send'
|
|
35
|
+
field:
|
|
36
|
+
avatar: 'avatar'
|
|
37
|
+
name: 'name'
|
|
38
|
+
firstname: "firstname"
|
|
39
|
+
lastname: "lastname"
|
|
40
|
+
password: 'password'
|
|
41
|
+
password_confirmation: 'password confirmation'
|
|
42
|
+
email: "email"
|
|
43
|
+
phone: "phone"
|
|
44
|
+
company: "company"
|
|
45
|
+
message: "message"
|
|
46
|
+
website: 'website'
|
|
47
|
+
empty_field: 'every fields must be informed'
|
|
48
|
+
mail:
|
|
49
|
+
success: "your email was successfully sent. We will contact you soon"
|
|
50
|
+
failed: "a problem occured, your email has not been sent"
|
|
51
|
+
|
|
52
|
+
# Admin
|
|
53
|
+
back_office:
|
|
54
|
+
menu:
|
|
55
|
+
pages: pages
|
|
56
|
+
static_content_blocks: blocks
|
|
57
|
+
widgets: widgets
|
|
58
|
+
sections: navigation
|
|
59
|
+
carousels: carousels
|
|
60
|
+
widget_actualities: actualities
|
|
61
|
+
newsletters: newsletters
|
|
62
|
+
meta_info:
|
|
63
|
+
one: meta information
|
|
64
|
+
other: meta informations
|
|
65
|
+
general: general
|
|
66
|
+
seo: SEO
|
|
67
|
+
admin_portal: 'admin'
|
|
68
|
+
account_rights: 'account rights'
|
|
69
|
+
show_deleted: 'show deleted'
|
|
70
|
+
main_infos: main infos
|
|
71
|
+
deleted: 'deleted'
|
|
72
|
+
remove: 'remove'
|
|
73
|
+
unlink: 'unlink'
|
|
74
|
+
linked: 'linked?'
|
|
75
|
+
delete: 'delete'
|
|
76
|
+
create: 'create'
|
|
77
|
+
new: 'new'
|
|
78
|
+
none: 'none'
|
|
79
|
+
navigation: 'navigation'
|
|
80
|
+
pictures: 'pictures'
|
|
81
|
+
attributes_groups: 'attributes groups'
|
|
82
|
+
attributes: 'attributes'
|
|
83
|
+
author: 'author'
|
|
84
|
+
categories: 'categories'
|
|
85
|
+
rights: 'rights'
|
|
86
|
+
roles: 'roles'
|
|
87
|
+
controller_name: 'controller name'
|
|
88
|
+
action_name: 'action name'
|
|
89
|
+
export_newsletter: 'export for newsletter'
|
|
90
|
+
template_by: 'Template by'
|
|
91
|
+
actions: 'actions'
|
|
92
|
+
edit: 'edit'
|
|
93
|
+
move_up: 'move up'
|
|
94
|
+
move_down: 'move down'
|
|
95
|
+
destroy: 'destroy'
|
|
96
|
+
activate: 'activate'
|
|
97
|
+
save: 'save'
|
|
98
|
+
list: 'list'
|
|
99
|
+
show: 'show'
|
|
100
|
+
back: 'back'
|
|
101
|
+
preview: 'preview'
|
|
102
|
+
duplicate: 'duplicate'
|
|
103
|
+
delete: 'delete'
|
|
104
|
+
title: 'title'
|
|
105
|
+
content: 'content'
|
|
106
|
+
birthday: 'birthday'
|
|
107
|
+
footer: 'footer'
|
|
108
|
+
page_content: 'page content'
|
|
109
|
+
tag: tag
|
|
110
|
+
editor:
|
|
111
|
+
hide:
|
|
112
|
+
action: 'hide editor'
|
|
113
|
+
show:
|
|
114
|
+
action: 'show editor'
|
|
115
|
+
url: 'URL'
|
|
116
|
+
display_in_menu: 'display in menu'
|
|
117
|
+
sub_section:
|
|
118
|
+
one: 'sub-section'
|
|
119
|
+
other: 'sub-sections'
|
|
120
|
+
linked_blocks: 'linked blocks'
|
|
121
|
+
linked_widgets: 'linked widgets'
|
|
122
|
+
linked_to: 'linked to'
|
|
123
|
+
show_blocks_touched: 'show blocks touched'
|
|
124
|
+
edit_links: 'edit links'
|
|
125
|
+
edit_linked_pages: 'edit linked pages'
|
|
126
|
+
link_block_page: 'link block to pages'
|
|
127
|
+
link_page_to_page: 'link page to pages'
|
|
128
|
+
other_linked_pages: 'other linked pages'
|
|
129
|
+
widget_settings: 'widget settings'
|
|
130
|
+
add_picture: 'add picture'
|
|
131
|
+
general_box: 'general box'
|
|
132
|
+
position: 'position'
|
|
133
|
+
filename: 'file name'
|
|
134
|
+
content_type: 'content type'
|
|
135
|
+
reference: 'reference'
|
|
136
|
+
description: 'description'
|
|
137
|
+
link: 'link'
|
|
138
|
+
http: 'http://'
|
|
139
|
+
select: 'select'
|
|
140
|
+
select_all: 'select all'
|
|
141
|
+
unselect_all: 'unselect all'
|
|
142
|
+
action:
|
|
143
|
+
one: 'action'
|
|
144
|
+
other: 'actions'
|
|
145
|
+
value:
|
|
146
|
+
one: 'value'
|
|
147
|
+
other: 'values'
|
|
148
|
+
parent: 'parent'
|
|
149
|
+
dynamic: 'dynamic'
|
|
150
|
+
linked_pages: 'linked pages'
|
|
151
|
+
block_style: 'block style'
|
|
152
|
+
graphic_template: 'graphic template'
|
|
153
|
+
permalink: 'permalink'
|
|
154
|
+
comment:
|
|
155
|
+
one: 'comment'
|
|
156
|
+
other: 'comments'
|
|
157
|
+
date: 'date'
|
|
158
|
+
author: 'author'
|
|
159
|
+
comment: 'comment'
|
|
160
|
+
none: 'no comments'
|
|
161
|
+
create:
|
|
162
|
+
action: 'create a comment'
|
|
163
|
+
success: 'the comment was successfully created'
|
|
164
|
+
failed: 'a problem occured during the comment creation'
|
|
165
|
+
update:
|
|
166
|
+
action: 'edit comment'
|
|
167
|
+
success: 'the comment was successfully updated'
|
|
168
|
+
failed: 'a problem occured during the comment update'
|
|
169
|
+
destroy:
|
|
170
|
+
action: 'delete the comment'
|
|
171
|
+
success: 'the comment was successfully deleted'
|
|
172
|
+
failed: 'a problem occured during the comment deletion'
|
|
173
|
+
confirm: 'are you sure that you want to delete this comment?'
|
|
174
|
+
my_account:
|
|
175
|
+
update:
|
|
176
|
+
success: 'you account was successfully updated'
|
|
177
|
+
failed: 'a problem occured during your account update'
|
|
178
|
+
action: 'edit my account'
|
|
179
|
+
destroy:
|
|
180
|
+
success: 'your account was successfully deleted'
|
|
181
|
+
failed: 'a problem occured during your account deletion'
|
|
182
|
+
confirm: 'are you sure that you want to delete your account?'
|
|
183
|
+
sections: 'sections'
|
|
184
|
+
pages: 'pages'
|
|
185
|
+
blocks: 'blocks'
|
|
186
|
+
existing_blocks: 'existing blocks'
|
|
187
|
+
actualities: 'actualities'
|
|
188
|
+
widgets: 'widgets'
|
|
189
|
+
carousels: 'carousels'
|
|
190
|
+
existing_widgets: 'existing widgets'
|
|
191
|
+
item:
|
|
192
|
+
one: 'item'
|
|
193
|
+
other: 'items'
|
|
194
|
+
count: 'number of items'
|
|
195
|
+
none: 'no items'
|
|
196
|
+
not_exist: 'the requested item does not exist'
|
|
197
|
+
create:
|
|
198
|
+
action: 'add item'
|
|
199
|
+
success: 'the item was successfully created'
|
|
200
|
+
failed: "the item can't be created"
|
|
201
|
+
update:
|
|
202
|
+
action: 'edit item'
|
|
203
|
+
success: 'the item was successfully updated'
|
|
204
|
+
failed: "the item can't be updated"
|
|
205
|
+
destroy:
|
|
206
|
+
success: 'the item was successfully deleted'
|
|
207
|
+
failed: "the item can't be deleted"
|
|
208
|
+
confirm: 'are you sure that you want to delete this item?'
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
# Contributors : Cyril Lepagnot, Cecile Veneziani
|
|
2
|
+
fr:
|
|
3
|
+
forgeos: Forgeos CMS
|
|
4
|
+
# FrontOffice
|
|
5
|
+
update: 'mettre à jour'
|
|
6
|
+
send:
|
|
7
|
+
friend: 'envoyer à un ami'
|
|
8
|
+
email: 'envoyer par courriel'
|
|
9
|
+
home: 'accueil'
|
|
10
|
+
change_language: 'changer de langue'
|
|
11
|
+
search: 'rechercher'
|
|
12
|
+
at: 'à'
|
|
13
|
+
from: 'par'
|
|
14
|
+
sign_up: "s'inscrire"
|
|
15
|
+
disconnect: 'se déconnecter'
|
|
16
|
+
add: 'ajouter'
|
|
17
|
+
account_update_ok: 'votre compte à bien été mis à jour'
|
|
18
|
+
account_creation_ok: 'votre compte à bien été créé'
|
|
19
|
+
signup_completed: 'votre inscription à bien été prise en compte'
|
|
20
|
+
access_denied: 'accès refusé'
|
|
21
|
+
hello: 'bienvenue'
|
|
22
|
+
type: 'type'
|
|
23
|
+
your_account: 'votre compte'
|
|
24
|
+
cancel: 'retour'
|
|
25
|
+
unaccessible_function: 'fonction inaccessible'
|
|
26
|
+
my_informations: 'mes informations'
|
|
27
|
+
default: 'défaut'
|
|
28
|
+
blue: 'bleu'
|
|
29
|
+
green: 'vert'
|
|
30
|
+
brown: 'marron'
|
|
31
|
+
mix: 'mélange'
|
|
32
|
+
page_not_found: 'page non trouvée'
|
|
33
|
+
carousels: 'carrousels'
|
|
34
|
+
form:
|
|
35
|
+
send: 'envoyer'
|
|
36
|
+
field:
|
|
37
|
+
avatar: 'avatar'
|
|
38
|
+
name: 'nom'
|
|
39
|
+
firstname: "prénom"
|
|
40
|
+
lastname: "nom"
|
|
41
|
+
password: 'mot de passe'
|
|
42
|
+
password_confirmation: 'vérification du mot de passe'
|
|
43
|
+
email: "e-mail"
|
|
44
|
+
phone: "téléphone"
|
|
45
|
+
company: "société"
|
|
46
|
+
message: "message"
|
|
47
|
+
website: 'site web'
|
|
48
|
+
empty_field: 'tous les champs doivent être remplis'
|
|
49
|
+
mail:
|
|
50
|
+
success: "votre e-mail a bien été envoyé. Nous vous contacterons sous peu."
|
|
51
|
+
failed: "un problème est survenu, votre e-mail n'a pue être envoyé"
|
|
52
|
+
|
|
53
|
+
# Admin
|
|
54
|
+
back_office:
|
|
55
|
+
menu:
|
|
56
|
+
pages: pages
|
|
57
|
+
static_content_blocks: blocs
|
|
58
|
+
widgets: widgets
|
|
59
|
+
sections: navigation
|
|
60
|
+
carousels: carrousels
|
|
61
|
+
widget_actualities: actualités
|
|
62
|
+
newsletters: newsletters
|
|
63
|
+
meta_info:
|
|
64
|
+
one: meta information
|
|
65
|
+
other: meta informations
|
|
66
|
+
general: Principal
|
|
67
|
+
seo: SEO
|
|
68
|
+
admin_portal: 'admin'
|
|
69
|
+
account_rights: 'droits du compte'
|
|
70
|
+
show_deleted: 'voir les éléments supprimés'
|
|
71
|
+
main_infos: informations principales
|
|
72
|
+
deleted: 'supprimé'
|
|
73
|
+
remove: 'enlever'
|
|
74
|
+
unlink: 'enlever'
|
|
75
|
+
linked: 'associé ?'
|
|
76
|
+
delete: 'supprimer'
|
|
77
|
+
create: 'créer'
|
|
78
|
+
new: 'créer'
|
|
79
|
+
none: 'aucun'
|
|
80
|
+
navigation: 'navigation'
|
|
81
|
+
pictures: 'images'
|
|
82
|
+
attributes_groups: "groupes d'attributs"
|
|
83
|
+
attributes: 'attributs'
|
|
84
|
+
author: 'auteur'
|
|
85
|
+
categories: 'catégories'
|
|
86
|
+
rights: 'droits'
|
|
87
|
+
roles: 'rôles'
|
|
88
|
+
controller_name: 'nom du contrôleur'
|
|
89
|
+
action_name: "nom de l'action"
|
|
90
|
+
export_newsletter: 'exporter pour la newsletter'
|
|
91
|
+
template_by: 'thème par'
|
|
92
|
+
actions: 'actions'
|
|
93
|
+
edit: 'éditer'
|
|
94
|
+
move_up: 'vers le haut'
|
|
95
|
+
move_down: 'vers le bas'
|
|
96
|
+
destroy: 'supprimer'
|
|
97
|
+
activate: 'activer'
|
|
98
|
+
save: 'sauver'
|
|
99
|
+
list: 'lister'
|
|
100
|
+
show: 'voir'
|
|
101
|
+
back: 'retour'
|
|
102
|
+
preview: 'prévisualiser'
|
|
103
|
+
duplicate: 'dupliquer'
|
|
104
|
+
delete: 'supprimer'
|
|
105
|
+
title: 'titre'
|
|
106
|
+
content: 'contenu'
|
|
107
|
+
birthday: 'date de naissance'
|
|
108
|
+
footer: 'pied-de-page'
|
|
109
|
+
page_content: 'contenu de la page'
|
|
110
|
+
tag: tag
|
|
111
|
+
editor:
|
|
112
|
+
hide:
|
|
113
|
+
action: "masquer l'éditeur"
|
|
114
|
+
show:
|
|
115
|
+
action: "afficher l'éditeur"
|
|
116
|
+
url: 'URL'
|
|
117
|
+
display_in_menu: 'afficher dans le menu'
|
|
118
|
+
sub_section:
|
|
119
|
+
one: 'sous-section'
|
|
120
|
+
other: 'sous-sections'
|
|
121
|
+
linked_blocks: 'blocs liés'
|
|
122
|
+
linked_widgets: 'widgets liés'
|
|
123
|
+
linked_to: lié à
|
|
124
|
+
show_blocks_touched: 'afficher les blocs joints'
|
|
125
|
+
edit_links: 'éditer les liens'
|
|
126
|
+
edit_linked_pages: 'éditer les pages liées'
|
|
127
|
+
link_block_page: 'lier le bloc à des pages'
|
|
128
|
+
link_page_to_page: 'lier la page à des pages'
|
|
129
|
+
other_linked_pages: 'autres pages liées'
|
|
130
|
+
widget_settings: 'options du widget'
|
|
131
|
+
add_picture: 'ajouter image'
|
|
132
|
+
general_box: 'bloc principal'
|
|
133
|
+
position: 'position'
|
|
134
|
+
filename: 'nom de fichier'
|
|
135
|
+
content_type: 'type de contenu'
|
|
136
|
+
reference: 'référence'
|
|
137
|
+
description: 'description'
|
|
138
|
+
link: 'lien'
|
|
139
|
+
http: 'http://'
|
|
140
|
+
select: 'sélectionner'
|
|
141
|
+
select_all: 'sélectionner tout'
|
|
142
|
+
unselect_all: 'désélectionner tout'
|
|
143
|
+
action:
|
|
144
|
+
one: 'action'
|
|
145
|
+
other: 'actions'
|
|
146
|
+
value:
|
|
147
|
+
one: 'valeur'
|
|
148
|
+
other: 'valeurs'
|
|
149
|
+
parent: 'parent'
|
|
150
|
+
dynamic: 'dynamic'
|
|
151
|
+
linked_pages: 'pages liées'
|
|
152
|
+
block_style: 'style du bloc'
|
|
153
|
+
graphic_template: 'thème graphique'
|
|
154
|
+
permalink: 'permalien'
|
|
155
|
+
comment:
|
|
156
|
+
one: 'commentaire'
|
|
157
|
+
other: 'commentaires'
|
|
158
|
+
date: 'date'
|
|
159
|
+
author: 'auteur'
|
|
160
|
+
comment: 'commentaire'
|
|
161
|
+
none: 'aucun commentaire'
|
|
162
|
+
create:
|
|
163
|
+
action: 'créer un commentaire'
|
|
164
|
+
success: 'le commentaire a bien été créé'
|
|
165
|
+
failed: 'un problème est survenu lors de la création du commentaire'
|
|
166
|
+
update:
|
|
167
|
+
action: 'éditer le commentaire'
|
|
168
|
+
success: 'le commentaire a bien été mis à jour'
|
|
169
|
+
failed: 'un problème est survenu lors de la mise à jour commentaire'
|
|
170
|
+
destroy:
|
|
171
|
+
action: "supprimer le commentaire"
|
|
172
|
+
success: 'le commentaire a bien été supprimé'
|
|
173
|
+
failed: 'un problème est survenu lors de la suppression du commentaire'
|
|
174
|
+
confirm: 'êtes-vous sûr de vouloir supprimer ce commentaire ?'
|
|
175
|
+
my_account:
|
|
176
|
+
update:
|
|
177
|
+
success: 'votre compte a bien été mis à jour'
|
|
178
|
+
failed: 'un problème est survenu lors de la mise à jour de votre compte'
|
|
179
|
+
action: 'editer mon compte'
|
|
180
|
+
destroy:
|
|
181
|
+
success: 'votre compte a été supprimé'
|
|
182
|
+
failed: 'un problème est survenu lors de la suppression de votre compte'
|
|
183
|
+
confirm: 'êtes-vous sûr de vouloir supprimer votre compte ?'
|
|
184
|
+
sections: 'sections'
|
|
185
|
+
pages: 'pages'
|
|
186
|
+
blocks: 'blocs'
|
|
187
|
+
existing_blocks: 'blocs existants'
|
|
188
|
+
actualities: 'actualités'
|
|
189
|
+
widgets: 'widgets'
|
|
190
|
+
|
|
191
|
+
existing_widgets: 'widgets existants'
|
|
192
|
+
item:
|
|
193
|
+
one: 'élément'
|
|
194
|
+
other: 'éléments'
|
|
195
|
+
count: "nombre d'éléments"
|
|
196
|
+
none: 'aucun élément'
|
|
197
|
+
not_exist: "l'élément sélectionné n'existe pas"
|
|
198
|
+
create:
|
|
199
|
+
action: 'créer un élément'
|
|
200
|
+
success: "l'élément a bien été créé"
|
|
201
|
+
failed: "un problème est survenu lors de la création de l'élément"
|
|
202
|
+
update:
|
|
203
|
+
action: "éditer l'élément"
|
|
204
|
+
success: "l'élément a bien été mis à jour"
|
|
205
|
+
failed: "un problème est survenu lors de la mise à jour de l'élément"
|
|
206
|
+
destroy:
|
|
207
|
+
success: "l'élément a bien été supprimé"
|
|
208
|
+
failed: "un problème est survenu lors de la suppression de l'élément"
|
|
209
|
+
confirm: "êtes-vous sûr de vouloir supprimer cet élément ?"
|