diff --git a/.gitignore b/.gitignore index 12e4796cb2..dfd0671a22 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ build/ develop-eggs/ dist/ eggs/ -lib/ lib64/ parts/ sdist/ diff --git a/.travis.yml b/.travis.yml index 85245b3dca..7b17f71bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,9 @@ python: env: global: + - WEBSITE_REPO="1" - VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" + - PHANTOMJS_VERSION="2.1.2" WEBSITE_REPO="1" - TRANSIFEX_USER='transbot@odoo-community.org' - secure: eNfbQI7Pkp3mjTFQgjrVVldmyE/Yn3+iCMVykhXppC85dJaCFMpjwPUfZa7p38tnnH7jhng2JL2tAXnJ4uOry0B3m9xYR7fNYXg/9uj1988FHvpDhfDFEKcMF8s70mr11HRijj6U8p6WDt/0ygD6aZ0LJzWzxhMFecFavOb6XOw= matrix: diff --git a/README.md b/README.md index 8baca79139..720780860a 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,29 @@ Available addons ---------------- addon | version | summary --- | --- | --- +[website_analytics_piwik](website_analytics_piwik/) | 10.0.1.0.0 | Track website users using piwik +[website_anchor_smooth_scroll](website_anchor_smooth_scroll/) | 10.0.1.0.0 | Replace default behavior for internal links (anchor only) with smooth scroll +[website_blog_category](website_blog_category/) | 10.0.1.0.0 | Website Blog - Categories +[website_breadcrumb](website_breadcrumb/) | 10.0.1.0.0 | Let you have breadcrumbs in website pages +[website_container_fluid](website_container_fluid/) | 10.0.1.0.0 | Let you choose between fixed or fluid containers +[website_cookie_notice](website_cookie_notice/) | 10.0.1.0.0 | Show cookie notice according to cookie law +[website_crm_privacy_policy](website_crm_privacy_policy/) | 10.0.1.0.0 | Website CRM privacy policy +[website_crm_quick_answer](website_crm_quick_answer/) | 10.0.1.0.0 | Add an automatic answer for contacts asking for info [website_crm_recaptcha](website_crm_recaptcha/) | 10.0.1.0.0 | Provides a ReCaptcha validation in Website Contact Form [website_field_autocomplete](website_field_autocomplete/) | 10.0.1.0.0 | Provides an autocomplete field for Website on any model -[website_form_recaptcha](website_form_recaptcha/) | 10.0.1.0.0 | Provides a ReCaptcha field for Website Forms +[website_form_builder](website_form_builder/) | 10.0.1.0.0 | Build customized forms in your website +[website_form_recaptcha](website_form_recaptcha/) | 10.0.1.0.1 | Provides a ReCaptcha field for Website Forms +[website_legal_page](website_legal_page/) | 10.0.1.2.0 | Website Legal Page +[website_logo](website_logo/) | 10.0.1.0.0 | Website company logo +[website_multi_theme](website_multi_theme/) | 10.0.1.0.1 | Support different theme per website [website_no_crawler](website_no_crawler/) | 10.0.1.0.0 | Disables robots.txt for indexing by webcrawlers like Google +[website_odoo_debranding](website_odoo_debranding/) | 10.0.1.0.0 | Remove odoo.com bindings on website [website_sale_hide_empty_category](website_sale_hide_empty_category/) | 10.0.1.0.0 | Hide any Product Categories that are empty [website_sale_line_total](website_sale_line_total/) | 10.0.1.0.0 | Adds separate columns for unit price and total price [website_seo_redirection](website_seo_redirection/) | 10.0.1.0.0 | Redirect any controller to the URL of your dreams +[website_snippet_anchor](website_snippet_anchor/) | 10.0.1.0.0 | Allow to reach a concrete section in the page +[website_snippet_barcode](website_snippet_barcode/) | 10.0.1.0.0 | Generates barcodes for advertising content +[website_snippet_country_dropdown](website_snippet_country_dropdown/) | 10.0.1.0.0 | Allow to select country in a dropdown [website_snippet_data_slider](website_snippet_data_slider/) | 10.0.1.0.0 | Abstract data slider for use on website. Primary use (and default implementation) is product slider. @@ -32,26 +48,16 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[website_analytics_piwik](website_analytics_piwik/) | 8.0.1.0.0 (unported) | Track website users using piwik -[website_anchor_smooth_scroll](website_anchor_smooth_scroll/) | 9.0.1.0.0 (unported) | Replace default behavior for internal links (anchor only) with smooth scroll [website_backend_views](website_backend_views/) | 8.0.1.0.0 (unported) | Hook backend views into your website frontend [website_blog_facebook_comment](website_blog_facebook_comment/) | 8.0.1.0.0 (unported) | Add Facebook comments on blog posts [website_blog_mgmt](website_blog_mgmt/) | 9.0.1.0.0 (unported) | Website blog Management -[website_container_fluid](website_container_fluid/) | 8.0.1.0.1 (unported) | Let you choose between fixed or fluid containers -[website_cookie_notice](website_cookie_notice/) | 8.0.1.0.0 (unported) | Show cookie notice according to cookie law -[website_crm_privacy_policy](website_crm_privacy_policy/) | 8.0.1.0.0 (unported) | Website CRM privacy policy -[website_event_register_free](website_event_register_free/) | 8.0.1.0.0 (unported) | Avoid shopping chart when registering for free events -[website_event_register_free_with_sale](website_event_register_free_with_sale/) | 8.0.1.0.0 (unported) | Combine free and paid tickets on events [website_forum_censored](website_forum_censored/) | 9.0.1.0.0 (unported) | Block phrases entered in forum posts and comments. [website_hr_department](website_hr_department/) | 8.0.0.1.0 (unported) | Display the structure of your departments and their members. -[website_legal_page](website_legal_page/) | 9.0.1.0.0 (unported) | Website Legal Page -[website_logo](website_logo/) | 8.0.1.0.0 (unported) | Website company logo [website_menu_by_user_status](website_menu_by_user_status/) | 8.0.1.1.0 (unported) | Allow to manage the display of website.menus [website_menu_multilang](website_menu_multilang/) | 8.0.0.1.0 (unported) | Website Menu Multilanguage [website_portal_contact](website_portal_contact/) | 9.0.1.0.0 (unported) | Allows logged in portal users to manage their contacts [website_portal_purchase](website_portal_purchase/) | 9.0.1.0.0 (unported) | Add purchase orders and quotation in the frontend portal [website_sale_order_company](website_sale_order_company/) | 8.0.1.0.0 (unported) | Set order company according to products company [website_sale_unsaleable_options](website_sale_unsaleable_options/) | 8.0.1.0.0 (unported) | Prevent optional products to be sold singularly -[website_snippet_country_dropdown](website_snippet_country_dropdown/) | 9.0.1.0.0 (unported) | Allow to select country in a dropdown [//]: # (end addons) diff --git a/setup/website_analytics_piwik/odoo/__init__.py b/setup/website_analytics_piwik/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_analytics_piwik/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_analytics_piwik/odoo/addons/__init__.py b/setup/website_analytics_piwik/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_analytics_piwik/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_analytics_piwik/odoo/addons/website_analytics_piwik b/setup/website_analytics_piwik/odoo/addons/website_analytics_piwik new file mode 120000 index 0000000000..6f9edf3e62 --- /dev/null +++ b/setup/website_analytics_piwik/odoo/addons/website_analytics_piwik @@ -0,0 +1 @@ +../../../../website_analytics_piwik \ No newline at end of file diff --git a/setup/website_analytics_piwik/setup.py b/setup/website_analytics_piwik/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_analytics_piwik/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_anchor_smooth_scroll/odoo/__init__.py b/setup/website_anchor_smooth_scroll/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_anchor_smooth_scroll/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_anchor_smooth_scroll/odoo/addons/__init__.py b/setup/website_anchor_smooth_scroll/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_anchor_smooth_scroll/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_anchor_smooth_scroll/odoo/addons/website_anchor_smooth_scroll b/setup/website_anchor_smooth_scroll/odoo/addons/website_anchor_smooth_scroll new file mode 120000 index 0000000000..374dca4c06 --- /dev/null +++ b/setup/website_anchor_smooth_scroll/odoo/addons/website_anchor_smooth_scroll @@ -0,0 +1 @@ +../../../../website_anchor_smooth_scroll \ No newline at end of file diff --git a/setup/website_anchor_smooth_scroll/setup.py b/setup/website_anchor_smooth_scroll/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_anchor_smooth_scroll/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_blog_category/odoo/__init__.py b/setup/website_blog_category/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_blog_category/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_blog_category/odoo/addons/__init__.py b/setup/website_blog_category/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_blog_category/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_blog_category/odoo/addons/website_blog_category b/setup/website_blog_category/odoo/addons/website_blog_category new file mode 120000 index 0000000000..04a4a03d79 --- /dev/null +++ b/setup/website_blog_category/odoo/addons/website_blog_category @@ -0,0 +1 @@ +../../../../website_blog_category \ No newline at end of file diff --git a/setup/website_blog_category/setup.py b/setup/website_blog_category/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_blog_category/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_breadcrumb/odoo/__init__.py b/setup/website_breadcrumb/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_breadcrumb/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_breadcrumb/odoo/addons/__init__.py b/setup/website_breadcrumb/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_breadcrumb/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_breadcrumb/odoo/addons/website_breadcrumb b/setup/website_breadcrumb/odoo/addons/website_breadcrumb new file mode 120000 index 0000000000..eedcfeb8cb --- /dev/null +++ b/setup/website_breadcrumb/odoo/addons/website_breadcrumb @@ -0,0 +1 @@ +../../../../website_breadcrumb \ No newline at end of file diff --git a/setup/website_breadcrumb/setup.py b/setup/website_breadcrumb/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_breadcrumb/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_container_fluid/odoo/__init__.py b/setup/website_container_fluid/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_container_fluid/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_container_fluid/odoo/addons/__init__.py b/setup/website_container_fluid/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_container_fluid/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_container_fluid/odoo/addons/website_container_fluid b/setup/website_container_fluid/odoo/addons/website_container_fluid new file mode 120000 index 0000000000..20d9133d85 --- /dev/null +++ b/setup/website_container_fluid/odoo/addons/website_container_fluid @@ -0,0 +1 @@ +../../../../website_container_fluid \ No newline at end of file diff --git a/setup/website_container_fluid/setup.py b/setup/website_container_fluid/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_container_fluid/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_cookie_notice/odoo/__init__.py b/setup/website_cookie_notice/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_cookie_notice/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_cookie_notice/odoo/addons/__init__.py b/setup/website_cookie_notice/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_cookie_notice/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_cookie_notice/odoo/addons/website_cookie_notice b/setup/website_cookie_notice/odoo/addons/website_cookie_notice new file mode 120000 index 0000000000..6a734b6a92 --- /dev/null +++ b/setup/website_cookie_notice/odoo/addons/website_cookie_notice @@ -0,0 +1 @@ +../../../../website_cookie_notice \ No newline at end of file diff --git a/setup/website_cookie_notice/setup.py b/setup/website_cookie_notice/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_cookie_notice/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_crm_privacy_policy/odoo/__init__.py b/setup/website_crm_privacy_policy/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_crm_privacy_policy/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_crm_privacy_policy/odoo/addons/__init__.py b/setup/website_crm_privacy_policy/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_crm_privacy_policy/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_crm_privacy_policy/odoo/addons/website_crm_privacy_policy b/setup/website_crm_privacy_policy/odoo/addons/website_crm_privacy_policy new file mode 120000 index 0000000000..e3944e2a91 --- /dev/null +++ b/setup/website_crm_privacy_policy/odoo/addons/website_crm_privacy_policy @@ -0,0 +1 @@ +../../../../website_crm_privacy_policy \ No newline at end of file diff --git a/setup/website_crm_privacy_policy/setup.py b/setup/website_crm_privacy_policy/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_crm_privacy_policy/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_crm_quick_answer/odoo/__init__.py b/setup/website_crm_quick_answer/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_crm_quick_answer/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_crm_quick_answer/odoo/addons/__init__.py b/setup/website_crm_quick_answer/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_crm_quick_answer/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_crm_quick_answer/odoo/addons/website_crm_quick_answer b/setup/website_crm_quick_answer/odoo/addons/website_crm_quick_answer new file mode 120000 index 0000000000..f18811cd4b --- /dev/null +++ b/setup/website_crm_quick_answer/odoo/addons/website_crm_quick_answer @@ -0,0 +1 @@ +../../../../website_crm_quick_answer \ No newline at end of file diff --git a/setup/website_crm_quick_answer/setup.py b/setup/website_crm_quick_answer/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_crm_quick_answer/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_form_builder/odoo/__init__.py b/setup/website_form_builder/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_form_builder/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_form_builder/odoo/addons/__init__.py b/setup/website_form_builder/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_form_builder/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_form_builder/odoo/addons/website_form_builder b/setup/website_form_builder/odoo/addons/website_form_builder new file mode 120000 index 0000000000..59017d578c --- /dev/null +++ b/setup/website_form_builder/odoo/addons/website_form_builder @@ -0,0 +1 @@ +../../../../website_form_builder \ No newline at end of file diff --git a/setup/website_form_builder/setup.py b/setup/website_form_builder/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_form_builder/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_legal_page/odoo/__init__.py b/setup/website_legal_page/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_legal_page/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_legal_page/odoo/addons/__init__.py b/setup/website_legal_page/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_legal_page/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_legal_page/odoo/addons/website_legal_page b/setup/website_legal_page/odoo/addons/website_legal_page new file mode 120000 index 0000000000..bf3f4b6744 --- /dev/null +++ b/setup/website_legal_page/odoo/addons/website_legal_page @@ -0,0 +1 @@ +../../../../website_legal_page \ No newline at end of file diff --git a/setup/website_legal_page/setup.py b/setup/website_legal_page/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_legal_page/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_logo/odoo/__init__.py b/setup/website_logo/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_logo/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_logo/odoo/addons/__init__.py b/setup/website_logo/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_logo/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_logo/odoo/addons/website_logo b/setup/website_logo/odoo/addons/website_logo new file mode 120000 index 0000000000..95025645ed --- /dev/null +++ b/setup/website_logo/odoo/addons/website_logo @@ -0,0 +1 @@ +../../../../website_logo \ No newline at end of file diff --git a/setup/website_logo/setup.py b/setup/website_logo/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_logo/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_multi_theme/odoo/__init__.py b/setup/website_multi_theme/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_multi_theme/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_multi_theme/odoo/addons/__init__.py b/setup/website_multi_theme/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_multi_theme/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_multi_theme/odoo/addons/website_multi_theme b/setup/website_multi_theme/odoo/addons/website_multi_theme new file mode 120000 index 0000000000..741d82a4a3 --- /dev/null +++ b/setup/website_multi_theme/odoo/addons/website_multi_theme @@ -0,0 +1 @@ +../../../../website_multi_theme \ No newline at end of file diff --git a/setup/website_multi_theme/setup.py b/setup/website_multi_theme/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_multi_theme/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_odoo_debranding/odoo/__init__.py b/setup/website_odoo_debranding/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_odoo_debranding/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_odoo_debranding/odoo/addons/__init__.py b/setup/website_odoo_debranding/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_odoo_debranding/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_odoo_debranding/odoo/addons/website_odoo_debranding b/setup/website_odoo_debranding/odoo/addons/website_odoo_debranding new file mode 120000 index 0000000000..e65a35f704 --- /dev/null +++ b/setup/website_odoo_debranding/odoo/addons/website_odoo_debranding @@ -0,0 +1 @@ +../../../../website_odoo_debranding \ No newline at end of file diff --git a/setup/website_odoo_debranding/setup.py b/setup/website_odoo_debranding/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_odoo_debranding/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_snippet_anchor/odoo/__init__.py b/setup/website_snippet_anchor/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_snippet_anchor/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_snippet_anchor/odoo/addons/__init__.py b/setup/website_snippet_anchor/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_snippet_anchor/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_snippet_anchor/odoo/addons/website_snippet_anchor b/setup/website_snippet_anchor/odoo/addons/website_snippet_anchor new file mode 120000 index 0000000000..feb0afe054 --- /dev/null +++ b/setup/website_snippet_anchor/odoo/addons/website_snippet_anchor @@ -0,0 +1 @@ +../../../../website_snippet_anchor \ No newline at end of file diff --git a/setup/website_snippet_anchor/setup.py b/setup/website_snippet_anchor/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_snippet_anchor/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_snippet_barcode/odoo/__init__.py b/setup/website_snippet_barcode/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_snippet_barcode/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_snippet_barcode/odoo/addons/__init__.py b/setup/website_snippet_barcode/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_snippet_barcode/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_snippet_barcode/odoo/addons/website_snippet_barcode b/setup/website_snippet_barcode/odoo/addons/website_snippet_barcode new file mode 120000 index 0000000000..af77316528 --- /dev/null +++ b/setup/website_snippet_barcode/odoo/addons/website_snippet_barcode @@ -0,0 +1 @@ +../../../../website_snippet_barcode \ No newline at end of file diff --git a/setup/website_snippet_barcode/setup.py b/setup/website_snippet_barcode/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_snippet_barcode/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/website_snippet_country_dropdown/odoo/__init__.py b/setup/website_snippet_country_dropdown/odoo/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_snippet_country_dropdown/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_snippet_country_dropdown/odoo/addons/__init__.py b/setup/website_snippet_country_dropdown/odoo/addons/__init__.py new file mode 100644 index 0000000000..de40ea7ca0 --- /dev/null +++ b/setup/website_snippet_country_dropdown/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/website_snippet_country_dropdown/odoo/addons/website_snippet_country_dropdown b/setup/website_snippet_country_dropdown/odoo/addons/website_snippet_country_dropdown new file mode 120000 index 0000000000..a4888b0492 --- /dev/null +++ b/setup/website_snippet_country_dropdown/odoo/addons/website_snippet_country_dropdown @@ -0,0 +1 @@ +../../../../website_snippet_country_dropdown \ No newline at end of file diff --git a/setup/website_snippet_country_dropdown/setup.py b/setup/website_snippet_country_dropdown/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_snippet_country_dropdown/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/website_analytics_piwik/README.rst b/website_analytics_piwik/README.rst index 275fd4f795..b5dbd6ea2c 100644 --- a/website_analytics_piwik/README.rst +++ b/website_analytics_piwik/README.rst @@ -1,3 +1,8 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=============== Piwik analytics =============== @@ -10,11 +15,24 @@ Configuration To configure this module, you need to: -* go to Settings/Configuration/Website Settings +* go to Website Admin/Configuration/Settings * fill in `Piwik website ID` and `Piwik host` * Take care that you fill in the correct value for `Piwik host`, it should be so that http[s]://[`Piwik host`]/piwik.php resolves to your copy of `piwik.php` + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/186/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + Credits ======= @@ -22,6 +40,7 @@ Contributors ------------ * Holger Brunn +* Andrea Stirpe Icon ---- @@ -31,12 +50,14 @@ http://piwik.org/media Maintainer ---------- -.. image:: http://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: http://odoo-community.org +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org This module is maintained by the OCA. -OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/website_analytics_piwik/__init__.py b/website_analytics_piwik/__init__.py index 48f5a69485..332fc2ca88 100644 --- a/website_analytics_piwik/__init__.py +++ b/website_analytics_piwik/__init__.py @@ -1,21 +1,5 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV . -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright 2015 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from . import models diff --git a/website_analytics_piwik/__manifest__.py b/website_analytics_piwik/__manifest__.py index 12fcaa827b..af410bcb6f 100644 --- a/website_analytics_piwik/__manifest__.py +++ b/website_analytics_piwik/__manifest__.py @@ -1,39 +1,21 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV . -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright 2015 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + { "name": "Piwik analytics", - "version": "8.0.1.0.0", + "version": "10.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Website", "summary": "Track website users using piwik", "depends": [ - 'website', + "website", ], "data": [ "views/website_config_settings.xml", "views/website.xml", - 'views/templates.xml', + "views/templates.xml", ], - "auto_install": False, - 'installable': False, - "application": False, + "installable": True, } diff --git a/website_analytics_piwik/i18n/af.po b/website_analytics_piwik/i18n/af.po new file mode 100644 index 0000000000..6685b8e8b3 --- /dev/null +++ b/website_analytics_piwik/i18n/af.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Afrikaans (http://www.transifex.com/oca/OCA-website-8-0/language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Webtuiste" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/ar.po b/website_analytics_piwik/i18n/ar.po new file mode 100644 index 0000000000..6f25325aae --- /dev/null +++ b/website_analytics_piwik/i18n/ar.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-website-8-0/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "الموقع" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/bg.po b/website_analytics_piwik/i18n/bg.po new file mode 100644 index 0000000000..9bfd0404f9 --- /dev/null +++ b/website_analytics_piwik/i18n/bg.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-website-8-0/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Уебсайт" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/bs.po b/website_analytics_piwik/i18n/bs.po new file mode 100644 index 0000000000..2ecc6cc4a0 --- /dev/null +++ b/website_analytics_piwik/i18n/bs.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-website-8-0/language/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Web stranica" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/ca.po b/website_analytics_piwik/i18n/ca.po new file mode 100644 index 0000000000..904d62cc0f --- /dev/null +++ b/website_analytics_piwik/i18n/ca.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-08 09:02+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-website-8-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Lloc web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/cs.po b/website_analytics_piwik/i18n/cs.po new file mode 100644 index 0000000000..2e1122fe6f --- /dev/null +++ b/website_analytics_piwik/i18n/cs.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-website-8-0/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Webová stránka" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/da.po b/website_analytics_piwik/i18n/da.po new file mode 100644 index 0000000000..768e0cf74f --- /dev/null +++ b/website_analytics_piwik/i18n/da.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-website-8-0/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Hjemmeside" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/de.po b/website_analytics_piwik/i18n/de.po new file mode 100644 index 0000000000..d1d3f2431b --- /dev/null +++ b/website_analytics_piwik/i18n/de.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-23 10:22+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-website-8-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Webseite" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/el.po b/website_analytics_piwik/i18n/el.po new file mode 100644 index 0000000000..eb81a28079 --- /dev/null +++ b/website_analytics_piwik/i18n/el.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (http://www.transifex.com/oca/OCA-website-8-0/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Ιστότοπος" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/el_GR.po b/website_analytics_piwik/i18n/el_GR.po new file mode 100644 index 0000000000..3292745d2d --- /dev/null +++ b/website_analytics_piwik/i18n/el_GR.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Ιστότοπος" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "host.name/piwik" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/en_GB.po b/website_analytics_piwik/i18n/en_GB.po new file mode 100644 index 0000000000..3c4167cc6b --- /dev/null +++ b/website_analytics_piwik/i18n/en_GB.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-website-8-0/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Website" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/es.po b/website_analytics_piwik/i18n/es.po new file mode 100644 index 0000000000..9c8a9f1be1 --- /dev/null +++ b/website_analytics_piwik/i18n/es.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-01 01:34+0000\n" +"PO-Revision-Date: 2017-07-01 01:34+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "Host Piwik" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "website.config.settings" diff --git a/website_analytics_piwik/i18n/es_AR.po b/website_analytics_piwik/i18n/es_AR.po new file mode 100644 index 0000000000..38a933e3ac --- /dev/null +++ b/website_analytics_piwik/i18n/es_AR.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-website-8-0/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_CL.po b/website_analytics_piwik/i18n/es_CL.po new file mode 100644 index 0000000000..f59149cc16 --- /dev/null +++ b/website_analytics_piwik/i18n/es_CL.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_CO.po b/website_analytics_piwik/i18n/es_CO.po new file mode 100644 index 0000000000..15fe4dd683 --- /dev/null +++ b/website_analytics_piwik/i18n/es_CO.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-website-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_CR.po b/website_analytics_piwik/i18n/es_CR.po new file mode 100644 index 0000000000..9c1ceb9e51 --- /dev/null +++ b/website_analytics_piwik/i18n/es_CR.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-website-8-0/language/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_DO.po b/website_analytics_piwik/i18n/es_DO.po new file mode 100644 index 0000000000..553ee4d7e8 --- /dev/null +++ b/website_analytics_piwik/i18n/es_DO.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_EC.po b/website_analytics_piwik/i18n/es_EC.po new file mode 100644 index 0000000000..67a7d4fec1 --- /dev/null +++ b/website_analytics_piwik/i18n/es_EC.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-website-8-0/language/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_MX.po b/website_analytics_piwik/i18n/es_MX.po new file mode 100644 index 0000000000..a48fe26352 --- /dev/null +++ b/website_analytics_piwik/i18n/es_MX.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-website-8-0/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/es_PE.po b/website_analytics_piwik/i18n/es_PE.po new file mode 100644 index 0000000000..5e84c9781a --- /dev/null +++ b/website_analytics_piwik/i18n/es_PE.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-website-8-0/language/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/et.po b/website_analytics_piwik/i18n/et.po new file mode 100644 index 0000000000..a7e1086cda --- /dev/null +++ b/website_analytics_piwik/i18n/et.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:45+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-website-8-0/language/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Veebileht" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/eu.po b/website_analytics_piwik/i18n/eu.po new file mode 100644 index 0000000000..97f395d433 --- /dev/null +++ b/website_analytics_piwik/i18n/eu.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Website" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "host.name/piwik" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/fa.po b/website_analytics_piwik/i18n/fa.po new file mode 100644 index 0000000000..b7c6414c27 --- /dev/null +++ b/website_analytics_piwik/i18n/fa.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-website-8-0/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "تارنما" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/fi.po b/website_analytics_piwik/i18n/fi.po new file mode 100644 index 0000000000..ef9a0a3cd7 --- /dev/null +++ b/website_analytics_piwik/i18n/fi.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-15 18:42+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-website-8-0/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Verkkosivut" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/fr.po b/website_analytics_piwik/i18n/fr.po index 627a7abee0..2b5a0ac6f3 100644 --- a/website_analytics_piwik/i18n/fr.po +++ b/website_analytics_piwik/i18n/fr.po @@ -3,15 +3,15 @@ # * website_analytics_piwik # # Translators: -# Loic , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: website (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-03 23:14+0000\n" -"PO-Revision-Date: 2015-10-01 21:45+0000\n" -"Last-Translator: Loic \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-website-8-0/language/fr/)\n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,26 +19,32 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: website_analytics_piwik -#: field:website,piwik_analytics_host:0 +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host msgid "Piwik host" msgstr "Hébergement PIWIK" #. module: website_analytics_piwik -#: field:website,piwik_analytics_id:0 +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id msgid "Piwik website ID" msgstr "Id du site internet PIWIK" #. module: website_analytics_piwik -#: help:website,piwik_analytics_id:0 +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id msgid "The ID Piwik uses to identify the website" msgstr "Le ID de Piwik est utilisé pour identifier le site internet" #. module: website_analytics_piwik -#: help:website,piwik_analytics_host:0 +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host msgid "" "The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" "So http[s]://[this field]/piwik.php should resolve to your piwik.php" -msgstr "Le chemin de l'hébergement de votre installation Piwik est accessible sur Internet. Cela n'inclue pas pas le protcol de l'hébergement.\nDonc http[s]://[this field]/piwik.php devrait résoudre votre piwik.php" +msgstr "" +"Le chemin de l'hébergement de votre installation Piwik est accessible sur Internet. Cela n'inclue pas pas le protcol de l'hébergement.\n" +"Donc http[s]://[this field]/piwik.php devrait résoudre votre piwik.php" #. module: website_analytics_piwik #: model:ir.model,name:website_analytics_piwik.model_website @@ -46,7 +52,12 @@ msgid "Website" msgstr "Site Internet" #. module: website_analytics_piwik -#: view:website:website_analytics_piwik.view_website_form -#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form msgid "host.name/piwik" msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/gl.po b/website_analytics_piwik/i18n/gl.po new file mode 100644 index 0000000000..f6b8c5804b --- /dev/null +++ b/website_analytics_piwik/i18n/gl.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-01 01:34+0000\n" +"PO-Revision-Date: 2017-07-01 01:34+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/he.po b/website_analytics_piwik/i18n/he.po new file mode 100644 index 0000000000..e768a31054 --- /dev/null +++ b/website_analytics_piwik/i18n/he.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-website-8-0/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "אתר" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/hr.po b/website_analytics_piwik/i18n/hr.po new file mode 100644 index 0000000000..a9b8277e75 --- /dev/null +++ b/website_analytics_piwik/i18n/hr.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-website-8-0/language/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Web stranice" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/hr_HR.po b/website_analytics_piwik/i18n/hr_HR.po new file mode 100644 index 0000000000..058bca9a2b --- /dev/null +++ b/website_analytics_piwik/i18n/hr_HR.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-04 02:47+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-website-8-0/language/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Webstranice" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/hu.po b/website_analytics_piwik/i18n/hu.po new file mode 100644 index 0000000000..238df554a4 --- /dev/null +++ b/website_analytics_piwik/i18n/hu.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Honlap" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/id.po b/website_analytics_piwik/i18n/id.po new file mode 100644 index 0000000000..f8549ba4a5 --- /dev/null +++ b/website_analytics_piwik/i18n/id.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:45+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-website-8-0/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Situs Web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/it.po b/website_analytics_piwik/i18n/it.po new file mode 100644 index 0000000000..e1af1e9843 --- /dev/null +++ b/website_analytics_piwik/i18n/it.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "Host Piwik" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "ID Piwik del sito" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "L'ID che Piwik utilizza per identificare il sito" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" +"L'host/percorso da cui la tua installazione Piwik è accessibile da internet. Non includere qui il protocollo!\n" +"Sicché http[s]://[questo campo]/piwik.php dovrebbe puntare al tuo file piwik.php" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Sito" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "host.name/piwik" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/ja.po b/website_analytics_piwik/i18n/ja.po new file mode 100644 index 0000000000..e3bab979ff --- /dev/null +++ b/website_analytics_piwik/i18n/ja.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-website-8-0/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "ウェブサイト" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/ka.po b/website_analytics_piwik/i18n/ka.po new file mode 100644 index 0000000000..66fe7cefaf --- /dev/null +++ b/website_analytics_piwik/i18n/ka.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Georgian (http://www.transifex.com/oca/OCA-website-8-0/language/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "ვებსაიტი" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/kab.po b/website_analytics_piwik/i18n/kab.po new file mode 100644 index 0000000000..e5afbf7cb3 --- /dev/null +++ b/website_analytics_piwik/i18n/kab.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Kabyle (http://www.transifex.com/oca/OCA-website-8-0/language/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Asmel Web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/ko.po b/website_analytics_piwik/i18n/ko.po new file mode 100644 index 0000000000..bf0776c27e --- /dev/null +++ b/website_analytics_piwik/i18n/ko.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-website-8-0/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "웹사이트" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/lt.po b/website_analytics_piwik/i18n/lt.po new file mode 100644 index 0000000000..87e849d529 --- /dev/null +++ b/website_analytics_piwik/i18n/lt.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-website-8-0/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Tinklapis" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/lv.po b/website_analytics_piwik/i18n/lv.po new file mode 100644 index 0000000000..faf8e6803d --- /dev/null +++ b/website_analytics_piwik/i18n/lv.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-website-8-0/language/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Tīkla vietne" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/mk.po b/website_analytics_piwik/i18n/mk.po new file mode 100644 index 0000000000..6c79699994 --- /dev/null +++ b/website_analytics_piwik/i18n/mk.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-website-8-0/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Вебсајт" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/mn.po b/website_analytics_piwik/i18n/mn.po new file mode 100644 index 0000000000..1d70230333 --- /dev/null +++ b/website_analytics_piwik/i18n/mn.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-website-8-0/language/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Вэбсайт" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/nb.po b/website_analytics_piwik/i18n/nb.po new file mode 100644 index 0000000000..c3edbbcb3a --- /dev/null +++ b/website_analytics_piwik/i18n/nb.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-website-8-0/language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Nettsted" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/nl.po b/website_analytics_piwik/i18n/nl.po new file mode 100644 index 0000000000..bf0d6af391 --- /dev/null +++ b/website_analytics_piwik/i18n/nl.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-01 01:34+0000\n" +"PO-Revision-Date: 2017-07-01 01:34+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Website" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/nl_NL.po b/website_analytics_piwik/i18n/nl_NL.po new file mode 100644 index 0000000000..d43f67ec4d --- /dev/null +++ b/website_analytics_piwik/i18n/nl_NL.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-01 01:34+0000\n" +"PO-Revision-Date: 2017-07-01 01:34+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Website" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "website.config.settings" diff --git a/website_analytics_piwik/i18n/pl.po b/website_analytics_piwik/i18n/pl.po new file mode 100644 index 0000000000..a13fceebdb --- /dev/null +++ b/website_analytics_piwik/i18n/pl.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Strona WWW" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/pt_BR.po b/website_analytics_piwik/i18n/pt_BR.po new file mode 100644 index 0000000000..83621e533b --- /dev/null +++ b/website_analytics_piwik/i18n/pt_BR.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "Host Piwik" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "Piwik site ID" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "O ID que o Piwik usa para identificar o site" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" +"O host/caminho de sua instalação Piwik. Não inclua o \n" +"protocolo aqui!\n" +"Ex: http[s]://[este campo]/piwik.php" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Website" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/ru.po b/website_analytics_piwik/i18n/ru.po new file mode 100644 index 0000000000..97c03ab8c2 --- /dev/null +++ b/website_analytics_piwik/i18n/ru.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-01-19 11:34+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-website-8-0/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Сайт" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/sk.po b/website_analytics_piwik/i18n/sk.po new file mode 100644 index 0000000000..a23ebb476a --- /dev/null +++ b/website_analytics_piwik/i18n/sk.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-website-8-0/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Webová stránka" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/sl.po b/website_analytics_piwik/i18n/sl.po new file mode 100644 index 0000000000..6961df45bf --- /dev/null +++ b/website_analytics_piwik/i18n/sl.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "Piwik gostitelj" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "ID Piwik spletne strani" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "Piwik ID za identifikacijo spletne strani" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" +"Gostitelj/pot Piwik namestitve, ki je dosegljiva preko spleta. Na to mesto ne vstavljajte protokola!\n" +"http[s]://[to polje]/piwik.php bi moralo kazati na vaš piwik.php" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Spletna stran" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "host.name/piwik" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/sr.po b/website_analytics_piwik/i18n/sr.po new file mode 100644 index 0000000000..663edeb493 --- /dev/null +++ b/website_analytics_piwik/i18n/sr.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-01 03:03+0000\n" +"PO-Revision-Date: 2017-06-01 03:03+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Web stranica" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/sr@latin.po b/website_analytics_piwik/i18n/sr@latin.po new file mode 100644 index 0000000000..d3f83cd2da --- /dev/null +++ b/website_analytics_piwik/i18n/sr@latin.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-website-8-0/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Internet stranica" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/sv.po b/website_analytics_piwik/i18n/sv.po new file mode 100644 index 0000000000..ed09fc9bb3 --- /dev/null +++ b/website_analytics_piwik/i18n/sv.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-website-8-0/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Webbplats" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/th.po b/website_analytics_piwik/i18n/th.po new file mode 100644 index 0000000000..2b9a68584a --- /dev/null +++ b/website_analytics_piwik/i18n/th.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-website-8-0/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "เว็บไซต์" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/tr.po b/website_analytics_piwik/i18n/tr.po new file mode 100644 index 0000000000..a3ec692e88 --- /dev/null +++ b/website_analytics_piwik/i18n/tr.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-01 01:34+0000\n" +"PO-Revision-Date: 2017-07-01 01:34+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_host +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,field_description:website_analytics_piwik.field_website_piwik_analytics_id +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_id +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_id +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model.fields,help:website_analytics_piwik.field_website_config_settings_piwik_analytics_host +#: model:ir.model.fields,help:website_analytics_piwik.field_website_piwik_analytics_host +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Web Sitesi" + +#. module: website_analytics_piwik +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_config_settings +#: model:ir.ui.view,arch_db:website_analytics_piwik.view_website_form +msgid "host.name/piwik" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website_config_settings +msgid "website.config.settings" +msgstr "" diff --git a/website_analytics_piwik/i18n/uk.po b/website_analytics_piwik/i18n/uk.po new file mode 100644 index 0000000000..72c41ebaab --- /dev/null +++ b/website_analytics_piwik/i18n/uk.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-website-8-0/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Веб-сайт" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/vi.po b/website_analytics_piwik/i18n/vi.po new file mode 100644 index 0000000000..e50370f1f8 --- /dev/null +++ b/website_analytics_piwik/i18n/vi.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-website-8-0/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "Trang web" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/zh_CN.po b/website_analytics_piwik/i18n/zh_CN.po new file mode 100644 index 0000000000..b552f56a73 --- /dev/null +++ b/website_analytics_piwik/i18n/zh_CN.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-website-8-0/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "网站" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/i18n/zh_TW.po b/website_analytics_piwik/i18n/zh_TW.po new file mode 100644 index 0000000000..8809c01370 --- /dev/null +++ b/website_analytics_piwik/i18n/zh_TW.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_analytics_piwik +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 01:52+0000\n" +"PO-Revision-Date: 2015-09-25 08:26+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-website-8-0/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_host:0 +#: field:website.config.settings,piwik_analytics_host:0 +msgid "Piwik host" +msgstr "" + +#. module: website_analytics_piwik +#: field:website,piwik_analytics_id:0 +#: field:website.config.settings,piwik_analytics_id:0 +msgid "Piwik website ID" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_id:0 +#: help:website.config.settings,piwik_analytics_id:0 +msgid "The ID Piwik uses to identify the website" +msgstr "" + +#. module: website_analytics_piwik +#: help:website,piwik_analytics_host:0 +#: help:website.config.settings,piwik_analytics_host:0 +msgid "" +"The host/path your Piwik installation is accessible by on the internet. Do not include a protocol here!\n" +"So http[s]://[this field]/piwik.php should resolve to your piwik.php" +msgstr "" + +#. module: website_analytics_piwik +#: model:ir.model,name:website_analytics_piwik.model_website +msgid "Website" +msgstr "網站" + +#. module: website_analytics_piwik +#: view:website:website_analytics_piwik.view_website_form +#: view:website.config.settings:website_analytics_piwik.view_website_config_settings +msgid "host.name/piwik" +msgstr "" diff --git a/website_analytics_piwik/models/__init__.py b/website_analytics_piwik/models/__init__.py index 8f5180b98f..97d25bf58b 100644 --- a/website_analytics_piwik/models/__init__.py +++ b/website_analytics_piwik/models/__init__.py @@ -1,22 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV . -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright 2015 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from . import website from . import website_config_settings diff --git a/website_analytics_piwik/models/website.py b/website_analytics_piwik/models/website.py index 57c99c40fd..f09ac511a6 100644 --- a/website_analytics_piwik/models/website.py +++ b/website_analytics_piwik/models/website.py @@ -1,24 +1,8 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -from openerp import models, fields +# Copyright 2015 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models, fields class Website(models.Model): diff --git a/website_analytics_piwik/models/website_config_settings.py b/website_analytics_piwik/models/website_config_settings.py index c60bc3f369..3a745920ae 100644 --- a/website_analytics_piwik/models/website_config_settings.py +++ b/website_analytics_piwik/models/website_config_settings.py @@ -1,24 +1,8 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -from openerp import models, fields +# Copyright 2015 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models, fields class WebsiteConfigSettings(models.TransientModel): diff --git a/website_analytics_piwik/views/templates.xml b/website_analytics_piwik/views/templates.xml index 362bc01152..be0595e0cd 100644 --- a/website_analytics_piwik/views/templates.xml +++ b/website_analytics_piwik/views/templates.xml @@ -1,24 +1,24 @@ - - - - - + + + + + diff --git a/website_analytics_piwik/views/website.xml b/website_analytics_piwik/views/website.xml index 45398b7e75..5aa0bcdd58 100644 --- a/website_analytics_piwik/views/website.xml +++ b/website_analytics_piwik/views/website.xml @@ -1,15 +1,15 @@ - - - - website - - - - - - + + + + website + + + + + - - - + + + + diff --git a/website_analytics_piwik/views/website_config_settings.xml b/website_analytics_piwik/views/website_config_settings.xml index 3e6b6c10b1..61239f6c26 100644 --- a/website_analytics_piwik/views/website_config_settings.xml +++ b/website_analytics_piwik/views/website_config_settings.xml @@ -1,15 +1,15 @@ - - - - website.config.settings - - -
- - -
-
-
-
-
+ + + + website.config.settings + + +
+ + +
+
+
+ +
diff --git a/website_blog_category/README.rst b/website_blog_category/README.rst new file mode 100644 index 0000000000..2f2ece1717 --- /dev/null +++ b/website_blog_category/README.rst @@ -0,0 +1,58 @@ +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 + +========================= +Website Blog - Categories +========================= + +This module provides the ability to categorize blog posts. + +Usage +===== + +To use this module: +------------------- + +* Go to `Website Admin` => `Blog Categories` to create blog categories. +* Enable category browsing in Blog website customization options +* Category browser is displayed in blog sidebar + +To extend this module: +---------------------- + + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/186/10.0 + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Dave Lasley + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/website_blog_category/__init__.py b/website_blog_category/__init__.py new file mode 100644 index 0000000000..5fb1c17a52 --- /dev/null +++ b/website_blog_category/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from . import controllers +from . import models diff --git a/website_blog_category/__manifest__.py b/website_blog_category/__manifest__.py new file mode 100644 index 0000000000..3256dfdbfb --- /dev/null +++ b/website_blog_category/__manifest__.py @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +{ + 'name': 'Website Blog - Categories', + 'version': '10.0.1.0.0', + 'category': 'Blog', + 'author': "LasLabs, Odoo Community Association (OCA)", + 'website': 'https://laslabs.com', + 'license': 'LGPL-3', + 'installable': True, + 'depends': [ + 'website_blog', + ], + 'data': [ + 'views/blog_blog_view.xml', + 'views/blog_category_view.xml', + 'views/blog_post_view.xml', + 'templates/website_blog_template.xml', + 'security/ir.model.access.csv', + ], + 'demo': [ + 'demo/assets_demo.xml', + 'demo/blog_category_demo.xml', + 'demo/blog_post_demo.xml', + ], +} diff --git a/website_blog_category/controllers/__init__.py b/website_blog_category/controllers/__init__.py new file mode 100644 index 0000000000..1333eba5ce --- /dev/null +++ b/website_blog_category/controllers/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from . import main diff --git a/website_blog_category/controllers/main.py b/website_blog_category/controllers/main.py new file mode 100644 index 0000000000..afb7912db4 --- /dev/null +++ b/website_blog_category/controllers/main.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from odoo import http +from odoo.addons.website.models.website import unslug +from odoo.addons.website_blog.controllers.main import WebsiteBlog + + +route = '/blog//category/' + + +class WebsiteBlog(WebsiteBlog): + + @http.route([ + route, + '%s/page/' % route, + ], type='http', auth="public", website=True) + def blog_categories(self, blog=None, category=None, page=1, **opt): + """ It filters out blog posts not of correct category """ + context = http.request.env.context.copy() + category = http.request.env['blog.category'].browse( + unslug(category)[1], + ) + context.update({ + 'website_category_id': category.id, + }) + http.request.env.context = context + res = self.blog(blog, None, page, **opt) + res.qcontext.update({ + 'category': category, + }) + return res diff --git a/website_blog_category/demo/assets_demo.xml b/website_blog_category/demo/assets_demo.xml new file mode 100644 index 0000000000..22e874d80d --- /dev/null +++ b/website_blog_category/demo/assets_demo.xml @@ -0,0 +1,14 @@ + + + + + + - - diff --git a/website_crm_privacy_policy/README.rst b/website_crm_privacy_policy/README.rst index 3f202339e8..f522c28f62 100644 --- a/website_crm_privacy_policy/README.rst +++ b/website_crm_privacy_policy/README.rst @@ -1,6 +1,8 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +========================== Website CRM privacy policy ========================== @@ -16,17 +18,16 @@ Website editors can change easily any text of these pages using website builder .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/186/8.0 + :target: https://runbot.odoo-community.org/runbot/186/10.0 Bug Tracker =========== Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. - +In case of trouble, please check there if your issue has already been +reported. If you spotted it first, help us smashing it by providing a detailed +and welcomed feedback. Credits ======= @@ -50,7 +51,8 @@ Contributors * Jorge Camacho * Antonio Espinosa * Rafael Blasco - +* Vicent Cubells +* Jairo Llopis Maintainer ---------- @@ -65,4 +67,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/website_crm_privacy_policy/__init__.py b/website_crm_privacy_policy/__init__.py index 4eb8bc8fd8..e69de29bb2 100644 --- a/website_crm_privacy_policy/__init__.py +++ b/website_crm_privacy_policy/__init__.py @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -# Python source code encoding : https://www.python.org/dev/peps/pep-0263/ -############################################################################## diff --git a/website_crm_privacy_policy/__manifest__.py b/website_crm_privacy_policy/__manifest__.py index 8b33886313..a5d5a27530 100644 --- a/website_crm_privacy_policy/__manifest__.py +++ b/website_crm_privacy_policy/__manifest__.py @@ -1,45 +1,24 @@ # -*- coding: utf-8 -*- -# Python source code encoding : https://www.python.org/dev/peps/pep-0263/ -############################################################################## -# -# OpenERP, Odoo Source Management Solution -# Copyright (c) 2014-Today Trey, Kilobytes de Soluciones -# Jorge Camacho -# Copyright (c) 2015 Antiun Ingeniería S.L. (http://www.antiun.com) -# Antonio Espinosa -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published -# by the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright 2014 Jorge Camacho +# Copyright 2015 Antonio Espinosa +# Copyright 2016 Vicent Cubells +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - 'name': 'Website CRM privacy policy', - 'category': 'Website', - 'version': '8.0.1.0.0', - 'depends': [ - 'website', - 'website_crm', + "name": "Website CRM privacy policy", + "category": "Website", + "version": "10.0.1.0.0", + "website": "http://www.trey.es", + "author": "Trey, " + "Tecnativa, " + "Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": [ + "website_crm", + "website_legal_page", ], - 'data': [ - 'views/assets.xml', - 'views/templates.xml', + "data": [ + "templates/contactus.xml", ], - 'author': 'Trey, ' - 'Antiun Ingeniería S.L., ' - 'Odoo Community Association (OCA)', - 'website': 'http://www.trey.es', - 'license': 'AGPL-3', - 'demo': [], - 'test': [], - 'installable': False, } diff --git a/website_crm_privacy_policy/i18n/ca.po b/website_crm_privacy_policy/i18n/ca.po new file mode 100644 index 0000000000..04da7a276b --- /dev/null +++ b/website_crm_privacy_policy/i18n/ca.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +# Carles Antolí , 2015 +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-23 10:22+0000\n" +"PO-Revision-Date: 2015-11-18 21:16+0000\n" +"Last-Translator: Carles Antolí \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-website-8-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "He llegit i accepto la" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "Política de Privacitat" + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "Ha d'acceptar la nostra Política de privacitat." diff --git a/website_crm_privacy_policy/i18n/de.po b/website_crm_privacy_policy/i18n/de.po new file mode 100644 index 0000000000..9de25c8020 --- /dev/null +++ b/website_crm_privacy_policy/i18n/de.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +# Rudolf Schnapka , 2016 +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-02-25 14:25+0000\n" +"PO-Revision-Date: 2016-02-24 22:30+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-website-8-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "Gelesen und Zustimmung zum" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "Regelwerk zur Privatsphäre" + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "Sie müssen unser Regelwerk zur Privatsphäre akzeptieren." diff --git a/website_crm_privacy_policy/i18n/el_GR.po b/website_crm_privacy_policy/i18n/el_GR.po new file mode 100644 index 0000000000..9491123ecf --- /dev/null +++ b/website_crm_privacy_policy/i18n/el_GR.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-28 02:04+0000\n" +"PO-Revision-Date: 2015-11-24 15:31+0000\n" +"Last-Translator: Goutoudis Kostas \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-website-8-0/language/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "Έχω διαβάσει και αποδέχομαι τους" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "Πολιτική Απορρήτου" + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "Θα πρέπει να αποδεχθείτε την Πολιτική Απορρήτου." diff --git a/website_crm_privacy_policy/i18n/fr.po b/website_crm_privacy_policy/i18n/fr.po new file mode 100644 index 0000000000..8d86bea83f --- /dev/null +++ b/website_crm_privacy_policy/i18n/fr.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +# Christophe CHAUVET , 2016 +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-06 02:53+0000\n" +"PO-Revision-Date: 2016-05-06 08:39+0000\n" +"Last-Translator: Christophe CHAUVET \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-website-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "J'ai lu et accepte les" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "Politique de vie privée" + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "Vous devez accepter note politique de vie privée" diff --git a/website_crm_privacy_policy/i18n/website_crm_privacy_policy.pot b/website_crm_privacy_policy/i18n/it.po similarity index 55% rename from website_crm_privacy_policy/i18n/website_crm_privacy_policy.pot rename to website_crm_privacy_policy/i18n/it.po index fa566c703d..f58bc21802 100644 --- a/website_crm_privacy_policy/i18n/website_crm_privacy_policy.pot +++ b/website_crm_privacy_policy/i18n/it.po @@ -1,39 +1,36 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * website_crm_privacy_policy -# +# * website_crm_privacy_policy +# +# Translators: +# Paolo Valier, 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: website (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-22 12:18+0000\n" -"PO-Revision-Date: 2015-06-22 12:18+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2016-03-12 02:17+0000\n" +"PO-Revision-Date: 2016-03-11 16:43+0000\n" +"Last-Translator: Paolo Valier\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-website-8-0/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: website_crm_privacy_policy #: view:website:website.contactus msgid "I have read and accept the" -msgstr "" +msgstr "Ho letto e accettato l'" #. module: website_crm_privacy_policy #: view:website:website.contactus msgid "Privacy Policy" -msgstr "" +msgstr "Informativa sulla Privacy" #. module: website_crm_privacy_policy #. openerp-web #: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 #, python-format msgid "You must accept our Privacy Policy." -msgstr "" - -#. module: website_crm_privacy_policy -#: view:website:website.contactus -msgid "btn btn-primary btn-block" -msgstr "" - +msgstr "Devi accettare l'Informativa sulla Privacy." diff --git a/website_crm_privacy_policy/i18n/pt_BR.po b/website_crm_privacy_policy/i18n/pt_BR.po new file mode 100644 index 0000000000..07c64b2f67 --- /dev/null +++ b/website_crm_privacy_policy/i18n/pt_BR.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +# danimaribeiro , 2016 +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 02:17+0000\n" +"PO-Revision-Date: 2016-03-05 18:09+0000\n" +"Last-Translator: danimaribeiro \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-website-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "Eu li e aceito o" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "Politica de privacidade" + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "Você deve aceitar nossa Política de Privacidade" diff --git a/website_crm_privacy_policy/i18n/ru.po b/website_crm_privacy_policy/i18n/ru.po new file mode 100644 index 0000000000..d059ffd1d0 --- /dev/null +++ b/website_crm_privacy_policy/i18n/ru.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-01-19 11:34+0000\n" +"PO-Revision-Date: 2015-09-25 08:27+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-website-8-0/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "Я прочитал и принимаю" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "Политика конфиденциальности. " + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "" diff --git a/website_crm_privacy_policy/i18n/sl.po b/website_crm_privacy_policy/i18n/sl.po new file mode 100644 index 0000000000..7a472c0b44 --- /dev/null +++ b/website_crm_privacy_policy/i18n/sl.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_crm_privacy_policy +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: website (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-14 08:34+0000\n" +"PO-Revision-Date: 2015-10-18 04:18+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-website-8-0/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "I have read and accept the" +msgstr "Prebral sem in sprejemam" + +#. module: website_crm_privacy_policy +#: view:website:website.contactus +msgid "Privacy Policy" +msgstr "pravila in pogoje o zasebnosti" + +#. module: website_crm_privacy_policy +#. openerp-web +#: code:addons/website_crm_privacy_policy/static/src/js/scripts.js:43 +#, python-format +msgid "You must accept our Privacy Policy." +msgstr "Sprejeti morate naša pravila o zasebnosti." diff --git a/website_crm_privacy_policy/static/src/js/scripts.js b/website_crm_privacy_policy/static/src/js/scripts.js deleted file mode 100644 index f5e6a5c77a..0000000000 --- a/website_crm_privacy_policy/static/src/js/scripts.js +++ /dev/null @@ -1,49 +0,0 @@ -/** - * # -*- coding: utf-8 -*- - * ############################################################################## - * # - * # OpenERP, Open Source Management Solution - * # This module copyright : - * # (c) 2014-Today Trey, Kilobytes de Soluciones - * # Jorge Camacho - * # (c) 2015 Antiun Ingenieria, SL (Madrid, Spain, http://www.antiun.com) - * # Antonio Espinosa - * # Endika Iglesias - * # - * # This program is free software: you can redistribute it and/or modify - * # it under the terms of the GNU Affero General Public License as - * # published by the Free Software Foundation, either version 3 of the - * # License, or (at your option) any later version. - * # - * # This program is distributed in the hope that it will be useful, - * # but WITHOUT ANY WARRANTY; without even the implied warranty of - * # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * # GNU Affero General Public License for more details. - * # - * # You should have received a copy of the GNU Affero General Public License - * # along with this program. If not, see . - * # - * ############################################################################## - */ - -// Check jQuery available -if (typeof jQuery === 'undefined') { throw new Error('Website CRM privacy policy addon requires jQuery') } - -+function ($) { - 'use strict'; - - $(document).ready(function() { - var _t = openerp._t; - - // Validate form - $('form[action="/crm/contactus"]').on('submit', function(e) { - // Validate privacy_policy is checked - if(!$('input[name="privacy_policy"]').is(':checked')) { - e.preventDefault(); // Prevent form from submitting - alert(_t('You must accept our Privacy Policy.')); - } - }); - - }); - -}(jQuery); diff --git a/website_crm_privacy_policy/templates/contactus.xml b/website_crm_privacy_policy/templates/contactus.xml new file mode 100644 index 0000000000..f3cbd414f2 --- /dev/null +++ b/website_crm_privacy_policy/templates/contactus.xml @@ -0,0 +1,28 @@ + + + + + + + diff --git a/website_crm_privacy_policy/views/assets.xml b/website_crm_privacy_policy/views/assets.xml deleted file mode 100644 index c26e59f808..0000000000 --- a/website_crm_privacy_policy/views/assets.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - -