From f70d9e10cdad423a63acb5b015a157a070d99c27 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Sun, 7 Feb 2016 09:36:35 +0100 Subject: [PATCH] [IMP] web_timeline: Extracted from incubator --- i18n/ar.po | 152 ----------------- i18n/bg.po | 152 ----------------- i18n/bn.po | 152 ----------------- i18n/bs.po | 152 ----------------- i18n/ca.po | 152 ----------------- i18n/cs.po | 152 ----------------- i18n/da.po | 154 ----------------- i18n/de.po | 152 ----------------- i18n/en_AU.po | 152 ----------------- i18n/en_GB.po | 152 ----------------- i18n/es.po | 152 ----------------- i18n/es_AR.po | 152 ----------------- i18n/es_CL.po | 152 ----------------- i18n/es_CR.po | 152 ----------------- i18n/es_DO.po | 152 ----------------- i18n/es_EC.po | 152 ----------------- i18n/es_MX.po | 152 ----------------- i18n/es_PE.po | 152 ----------------- i18n/et.po | 152 ----------------- i18n/eu.po | 152 ----------------- i18n/fa.po | 152 ----------------- i18n/fi.po | 152 ----------------- i18n/fr.po | 152 ----------------- i18n/fr_CA.po | 152 ----------------- i18n/gl.po | 152 ----------------- i18n/gu.po | 152 ----------------- i18n/hr.po | 153 ----------------- i18n/hu.po | 152 ----------------- i18n/id.po | 152 ----------------- i18n/it.po | 152 ----------------- i18n/ja.po | 152 ----------------- i18n/ka.po | 152 ----------------- i18n/ko.po | 152 ----------------- i18n/lt.po | 152 ----------------- i18n/mk.po | 152 ----------------- i18n/mn.po | 152 ----------------- i18n/nb.po | 152 ----------------- i18n/nl.po | 153 ----------------- i18n/nl_BE.po | 152 ----------------- i18n/pl.po | 152 ----------------- i18n/pt.po | 152 ----------------- i18n/pt_BR.po | 155 ------------------ i18n/ro.po | 152 ----------------- i18n/ru.po | 152 ----------------- i18n/sk.po | 152 ----------------- i18n/sl.po | 152 ----------------- i18n/sq.po | 152 ----------------- i18n/sr@latin.po | 152 ----------------- i18n/sv.po | 152 ----------------- i18n/th.po | 152 ----------------- i18n/tr.po | 152 ----------------- i18n/uk.po | 152 ----------------- i18n/web_calendar.pot | 151 ----------------- i18n/zh_CN.po | 152 ----------------- i18n/zh_TW.po | 152 ----------------- README.rst => web_timeline/README.rst | 0 __init__.py => web_timeline/__init__.py | 0 __openerp__.py => web_timeline/__openerp__.py | 0 ir_view.py => web_timeline/ir_view.py | 0 .../project_view.xml | 6 +- .../lib/vis/img/network/acceptDeleteIcon.png | Bin .../lib/vis/img/network/addNodeIcon.png | Bin .../static}/lib/vis/img/network/backIcon.png | Bin .../lib/vis/img/network/connectIcon.png | Bin .../static}/lib/vis/img/network/cross.png | Bin .../static}/lib/vis/img/network/cross2.png | Bin .../lib/vis/img/network/deleteIcon.png | Bin .../static}/lib/vis/img/network/downArrow.png | Bin .../static}/lib/vis/img/network/editIcon.png | Bin .../static}/lib/vis/img/network/leftArrow.png | Bin .../static}/lib/vis/img/network/minus.png | Bin .../static}/lib/vis/img/network/plus.png | Bin .../lib/vis/img/network/rightArrow.png | Bin .../static}/lib/vis/img/network/upArrow.png | Bin .../lib/vis/img/network/zoomExtends.png | Bin .../static}/lib/vis/img/timeline/delete.png | Bin .../static}/lib/vis/vis.css | 0 .../static}/lib/vis/vis.js | 0 .../static}/lib/vis/vis.map | 0 .../static}/lib/vis/vis.min.css | 0 .../static}/lib/vis/vis.min.js | 0 .../static}/src/css/web_timeline.css | 0 .../static}/src/js/web_timeline.js | 3 +- .../static}/src/xml/web_timeline.xml | 0 .../views}/web_timeline.xml | 0 85 files changed, 3 insertions(+), 8372 deletions(-) delete mode 100644 i18n/ar.po delete mode 100644 i18n/bg.po delete mode 100644 i18n/bn.po delete mode 100644 i18n/bs.po delete mode 100644 i18n/ca.po delete mode 100644 i18n/cs.po delete mode 100644 i18n/da.po delete mode 100644 i18n/de.po delete mode 100644 i18n/en_AU.po delete mode 100644 i18n/en_GB.po delete mode 100644 i18n/es.po delete mode 100644 i18n/es_AR.po delete mode 100644 i18n/es_CL.po delete mode 100644 i18n/es_CR.po delete mode 100644 i18n/es_DO.po delete mode 100644 i18n/es_EC.po delete mode 100644 i18n/es_MX.po delete mode 100644 i18n/es_PE.po delete mode 100644 i18n/et.po delete mode 100644 i18n/eu.po delete mode 100644 i18n/fa.po delete mode 100644 i18n/fi.po delete mode 100644 i18n/fr.po delete mode 100644 i18n/fr_CA.po delete mode 100644 i18n/gl.po delete mode 100644 i18n/gu.po delete mode 100644 i18n/hr.po delete mode 100644 i18n/hu.po delete mode 100644 i18n/id.po delete mode 100644 i18n/it.po delete mode 100644 i18n/ja.po delete mode 100644 i18n/ka.po delete mode 100644 i18n/ko.po delete mode 100644 i18n/lt.po delete mode 100644 i18n/mk.po delete mode 100644 i18n/mn.po delete mode 100644 i18n/nb.po delete mode 100644 i18n/nl.po delete mode 100644 i18n/nl_BE.po delete mode 100644 i18n/pl.po delete mode 100644 i18n/pt.po delete mode 100644 i18n/pt_BR.po delete mode 100644 i18n/ro.po delete mode 100644 i18n/ru.po delete mode 100644 i18n/sk.po delete mode 100644 i18n/sl.po delete mode 100644 i18n/sq.po delete mode 100644 i18n/sr@latin.po delete mode 100644 i18n/sv.po delete mode 100644 i18n/th.po delete mode 100644 i18n/tr.po delete mode 100644 i18n/uk.po delete mode 100644 i18n/web_calendar.pot delete mode 100644 i18n/zh_CN.po delete mode 100644 i18n/zh_TW.po rename README.rst => web_timeline/README.rst (100%) rename __init__.py => web_timeline/__init__.py (100%) rename __openerp__.py => web_timeline/__openerp__.py (100%) rename ir_view.py => web_timeline/ir_view.py (100%) rename project_view.xml => web_timeline/project_view.xml (73%) rename {static => web_timeline/static}/lib/vis/img/network/acceptDeleteIcon.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/addNodeIcon.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/backIcon.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/connectIcon.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/cross.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/cross2.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/deleteIcon.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/downArrow.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/editIcon.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/leftArrow.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/minus.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/plus.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/rightArrow.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/upArrow.png (100%) rename {static => web_timeline/static}/lib/vis/img/network/zoomExtends.png (100%) rename {static => web_timeline/static}/lib/vis/img/timeline/delete.png (100%) rename {static => web_timeline/static}/lib/vis/vis.css (100%) rename {static => web_timeline/static}/lib/vis/vis.js (100%) rename {static => web_timeline/static}/lib/vis/vis.map (100%) rename {static => web_timeline/static}/lib/vis/vis.min.css (100%) rename {static => web_timeline/static}/lib/vis/vis.min.js (100%) rename {static => web_timeline/static}/src/css/web_timeline.css (100%) rename {static => web_timeline/static}/src/js/web_timeline.js (99%) rename {static => web_timeline/static}/src/xml/web_timeline.xml (100%) rename {views => web_timeline/views}/web_timeline.xml (100%) diff --git a/i18n/ar.po b/i18n/ar.po deleted file mode 100644 index 8c4430df..00000000 --- a/i18n/ar.po +++ /dev/null @@ -1,152 +0,0 @@ -# Arabic translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "التقويم" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "إنشاء: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "اليوم" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "حذف" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "الشهر" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "اليوم" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "الأسبوع" diff --git a/i18n/bg.po b/i18n/bg.po deleted file mode 100644 index 5c7695df..00000000 --- a/i18n/bg.po +++ /dev/null @@ -1,152 +0,0 @@ -# Bulgarian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Календар" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Ден" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Изтриване" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Месец" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Днес" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Седмица" diff --git a/i18n/bn.po b/i18n/bn.po deleted file mode 100644 index d7b7a8ff..00000000 --- a/i18n/bn.po +++ /dev/null @@ -1,152 +0,0 @@ -# Bengali translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bengali \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "পুঞ্জিকা" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/bs.po b/i18n/bs.po deleted file mode 100644 index a9b4e20a..00000000 --- a/i18n/bs.po +++ /dev/null @@ -1,152 +0,0 @@ -# Bosnian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bosnian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalendar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Pogled kalendara nema definisan atribut 'date_start'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Kreiraj: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dan" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Obriši" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mjesec" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Danas" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Sedmica" diff --git a/i18n/ca.po b/i18n/ca.po deleted file mode 100644 index 011da0ad..00000000 --- a/i18n/ca.po +++ /dev/null @@ -1,152 +0,0 @@ -# Catalan translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/cs.po b/i18n/cs.po deleted file mode 100644 index 937e3526..00000000 --- a/i18n/cs.po +++ /dev/null @@ -1,152 +0,0 @@ -# Czech translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalendář" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Pohled kalendáře nemá definovaný atribut 'date_start'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Vytvořit: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Den" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Smazat" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Měsíc" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Dnes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Týden" diff --git a/i18n/da.po b/i18n/da.po deleted file mode 100644 index f7ff6b1d..00000000 --- a/i18n/da.po +++ /dev/null @@ -1,154 +0,0 @@ -# Danish translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" -"Calendar view has not defined 'date_start' attribute.\r\n" -"Kalender visning har ikke en defineret 'date_start' attribut." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Opret: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Slet" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Måned" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "I dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Uge" diff --git a/i18n/de.po b/i18n/de.po deleted file mode 100644 index 94810497..00000000 --- a/i18n/de.po +++ /dev/null @@ -1,152 +0,0 @@ -# German translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-10-03 08:46+0000\n" -"Last-Translator: Ralf Hilgenstock \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Hinzufügen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Ganztägig" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Wollen Sie diesen Datensatz wirklich löschen?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Kalender Ansicht Start Datum fehlt" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Erstellen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Termin erstellen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Erstelle: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Datensatz für Typ '%s' ist noch nicht definiert" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Tag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Löschen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Termin bearbeiten" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Ereignis-Zusammenfassung:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Eintrag in Pflichtfeldern %s fehlen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Monat" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Öffnen " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Heute" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Anzeigen: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Woche" diff --git a/i18n/en_AU.po b/i18n/en_AU.po deleted file mode 100644 index 3c873d42..00000000 --- a/i18n/en_AU.po +++ /dev/null @@ -1,152 +0,0 @@ -# English (Australia) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-15 18:10+0000\n" -"Last-Translator: Lionel Page \n" -"Language-Team: English (Australia) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "All day" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Are you sure you want to delete this record ?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Calendar view has not defined the 'date_start' attribute." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Create event" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Create: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Dataset for type '%s' is not defined." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Day" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Delete" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Edit Event" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Missing required fields %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Month" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Open: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Today" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "View: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Week" diff --git a/i18n/en_GB.po b/i18n/en_GB.po deleted file mode 100644 index fa22f7ad..00000000 --- a/i18n/en_GB.po +++ /dev/null @@ -1,152 +0,0 @@ -# English (United Kingdom) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-10-05 02:54+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Add" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "All day" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Are you sure you want to delete this record ?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Calendar view has not defined 'date_start' attribute." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Create" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Create event" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Create: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Dataset for type '%s' is not defined." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Day" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Delete" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Edit Event" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Event summary:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Missing required fields %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Month" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Open: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Today" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "View: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Week" diff --git a/i18n/es.po b/i18n/es.po deleted file mode 100644 index 1af45e6d..00000000 --- a/i18n/es.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-09-24 20:59+0000\n" -"Last-Translator: Roberto Lizana (trey.es) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Añadir" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Todo el día" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "¿Está seguro que quiere eliminar este registro?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "La vista calendario no tiene definido el atributo 'date_start'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Crear" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Crear evento" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Crear: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "El conjunto de datos para el tipo '%s' no está definido." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Día" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Suprimir" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Editar evento" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Resumen del evento:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Campo requerido %s no presente" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Abrir: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoy" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Vista: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/es_AR.po b/i18n/es_AR.po deleted file mode 100644 index 7f8f80bd..00000000 --- a/i18n/es_AR.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Argentina) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Argentina) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "La vista calendario no tiene definido el atributo 'date_start'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Crear: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Día" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Suprimir" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoy" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/es_CL.po b/i18n/es_CL.po deleted file mode 100644 index 83454495..00000000 --- a/i18n/es_CL.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Chile) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Chile) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/es_CR.po b/i18n/es_CR.po deleted file mode 100644 index 3291d044..00000000 --- a/i18n/es_CR.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Costa Rica) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Costa Rica) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/es_DO.po b/i18n/es_DO.po deleted file mode 100644 index f1944144..00000000 --- a/i18n/es_DO.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Dominican Republic) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Dominican Republic) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Crear: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Día" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Eliminar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoy" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/es_EC.po b/i18n/es_EC.po deleted file mode 100644 index 48ab37d7..00000000 --- a/i18n/es_EC.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Ecuador) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Ecuador) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "La vista calendario no tiene definido el atributo 'date_start'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Crear: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Día" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Borrar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoy" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/es_MX.po b/i18n/es_MX.po deleted file mode 100644 index a5695ae6..00000000 --- a/i18n/es_MX.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Mexico) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Mexico) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "La vista de calendario no tiene definido el atributo 'fecha_inicio'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Crear: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Día" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Borrar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoy" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/es_PE.po b/i18n/es_PE.po deleted file mode 100644 index c5f2ab0a..00000000 --- a/i18n/es_PE.po +++ /dev/null @@ -1,152 +0,0 @@ -# Spanish (Peru) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Peru) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/et.po b/i18n/et.po deleted file mode 100644 index d017f36b..00000000 --- a/i18n/et.po +++ /dev/null @@ -1,152 +0,0 @@ -# Estonian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Estonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Loo: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Päev" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Kustuta" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Kuu" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Täna" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Nädal" diff --git a/i18n/eu.po b/i18n/eu.po deleted file mode 100644 index 0a64a7d9..00000000 --- a/i18n/eu.po +++ /dev/null @@ -1,152 +0,0 @@ -# Basque translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Basque \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Egutegia" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/fa.po b/i18n/fa.po deleted file mode 100644 index 1cf150fb..00000000 --- a/i18n/fa.po +++ /dev/null @@ -1,152 +0,0 @@ -# Persian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "تقویم" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "ایجاد: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "روز" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "حذف" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "ماه" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "امروز" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "هفته" diff --git a/i18n/fi.po b/i18n/fi.po deleted file mode 100644 index 80d8e535..00000000 --- a/i18n/fi.po +++ /dev/null @@ -1,152 +0,0 @@ -# Finnish translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "kalenteri" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Kalenterinäkymään ei ole määritelty aloituspäivää 'date_start'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Päivä" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Poista" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Kuukausi" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Tänään" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Viikko" diff --git a/i18n/fr.po b/i18n/fr.po deleted file mode 100644 index 4a2a5f4f..00000000 --- a/i18n/fr.po +++ /dev/null @@ -1,152 +0,0 @@ -# French translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2015-01-25 20:01+0000\n" -"Last-Translator: Jean-Marc Vandel \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-26 07:07+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Ajouter" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Journée entière" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Voulez-vous réellement supprimer cet enregistrement?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendrier" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "La vue calendrier n'a pas d'attribut 'date_start' défini" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Créer" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Créer un événement" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Créer : " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "L'ensemble de données pour le type '% s' n'est pas défini." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Jour" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Supprimer" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Modifier l'événement" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Résumé de l’événement :" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Champ obligatoire '%s' manquant" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mois" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Ouvrir : " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Aujourd'hui" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Vue: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semaine" diff --git a/i18n/fr_CA.po b/i18n/fr_CA.po deleted file mode 100644 index 4ac778a2..00000000 --- a/i18n/fr_CA.po +++ /dev/null @@ -1,152 +0,0 @@ -# French (Canada) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French (Canada) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/gl.po b/i18n/gl.po deleted file mode 100644 index dd1cace1..00000000 --- a/i18n/gl.po +++ /dev/null @@ -1,152 +0,0 @@ -# Galician translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/gu.po b/i18n/gu.po deleted file mode 100644 index 974114c6..00000000 --- a/i18n/gu.po +++ /dev/null @@ -1,152 +0,0 @@ -# Gujarati translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Gujarati \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "કૅલેન્ડર" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "દિવસ" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "કાઢી નાંખો" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "આજે" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/hr.po b/i18n/hr.po deleted file mode 100644 index 692eed4d..00000000 --- a/i18n/hr.po +++ /dev/null @@ -1,153 +0,0 @@ -# Croatian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalendar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" -"U pogledu tipa kalendar obavezno je polje 'date_start' - početno vrijeme." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Kreiraj: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dan" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Obriši" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mjesec" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Danas" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Tjedan" diff --git a/i18n/hu.po b/i18n/hu.po deleted file mode 100644 index a6d86e6c..00000000 --- a/i18n/hu.po +++ /dev/null @@ -1,152 +0,0 @@ -# Hungarian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-10-05 07:27+0000\n" -"Last-Translator: krnkris \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Hozzáad" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Egész nap" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Biztosan törölni szeretné ezt a bejegyzést?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Naptár" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Naptár nézetnek nincs definiálva 'induló_dátum' értéke" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Létrehozás" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Esemény létrehozás" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Létrehoz: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Nincs meghatározva adatsor a '%s' tipushoz." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Nap" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Törlés" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Esemény szerkesztése" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Az esemény összegzése:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Hiányoznak a szükséges mezők %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Hó" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Megnyitás: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Ma" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Nézet: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Hét" diff --git a/i18n/id.po b/i18n/id.po deleted file mode 100644 index 221a4f4a..00000000 --- a/i18n/id.po +++ /dev/null @@ -1,152 +0,0 @@ -# Indonesian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Indonesian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/it.po b/i18n/it.po deleted file mode 100644 index 450d0402..00000000 --- a/i18n/it.po +++ /dev/null @@ -1,152 +0,0 @@ -# Italian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendario" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "La vista calendario non ha definito l'attributo 'data_start'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Crea: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Giorno" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Elimina" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mese" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Oggi" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Settimana" diff --git a/i18n/ja.po b/i18n/ja.po deleted file mode 100644 index 10795f17..00000000 --- a/i18n/ja.po +++ /dev/null @@ -1,152 +0,0 @@ -# Japanese translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "カレンダー" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "日" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "削除" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "月" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "本日" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "週" diff --git a/i18n/ka.po b/i18n/ka.po deleted file mode 100644 index 59a05b32..00000000 --- a/i18n/ka.po +++ /dev/null @@ -1,152 +0,0 @@ -# Georgian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Georgian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "კალენდარი" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/ko.po b/i18n/ko.po deleted file mode 100644 index cec76123..00000000 --- a/i18n/ko.po +++ /dev/null @@ -1,152 +0,0 @@ -# Korean translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "달력" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "달력 화면이 'date_start' 속성을 정의하지 않았습니다." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "생성: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "일" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "삭제" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "월" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "오늘" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "주" diff --git a/i18n/lt.po b/i18n/lt.po deleted file mode 100644 index 9e30cc97..00000000 --- a/i18n/lt.po +++ /dev/null @@ -1,152 +0,0 @@ -# Lithuanian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalendorius" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Calendar view has not defined 'date_start' attribute." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Diena" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Trinti" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mėnesis" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Šiandien" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Savaitė" diff --git a/i18n/mk.po b/i18n/mk.po deleted file mode 100644 index cf0fcc1e..00000000 --- a/i18n/mk.po +++ /dev/null @@ -1,152 +0,0 @@ -# Macedonian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Календар" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Каленарскиот приказ нема дефинирано 'date_start' атрибут." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Ден" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Избриши" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Месец" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Денес" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Седмица" diff --git a/i18n/mn.po b/i18n/mn.po deleted file mode 100644 index 32a9ce39..00000000 --- a/i18n/mn.po +++ /dev/null @@ -1,152 +0,0 @@ -# Mongolian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Хуанли" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Цагалбар харагдац нь 'date_start' аттрибютыг тодорхойлоогүй байна." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Үүсгэх: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Өдөр" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Устгах" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Сар" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Өнөөдөр" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "7 хоног" diff --git a/i18n/nb.po b/i18n/nb.po deleted file mode 100644 index 85d0d4c3..00000000 --- a/i18n/nb.po +++ /dev/null @@ -1,152 +0,0 @@ -# Norwegian Bokmal translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Bokmal \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "'date_start' attributt er ikke definert i kalendervisning." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Slett" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Måned" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "I dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Uke" diff --git a/i18n/nl.po b/i18n/nl.po deleted file mode 100644 index 146aa3ac..00000000 --- a/i18n/nl.po +++ /dev/null @@ -1,153 +0,0 @@ -# Dutch translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-09-24 09:38+0000\n" -"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Toevoegen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Hele dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Weet u zeker dat u dit record wilt verwijderen?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Agenda" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" -"Agenda weergave heeft een niet gedefinieerde 'date_start' eigenschap." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Aanmaken" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Maak gebeurtenis aan" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Maken: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Dataset voor type '%s' is niet gedefinieerd." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Verwijder" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Gebeurtenis bewerken" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Afspraak samenvatting:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Vereiste velden %s ontbreken" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Maand" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Open: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Vandaag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Bekijk: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Week" diff --git a/i18n/nl_BE.po b/i18n/nl_BE.po deleted file mode 100644 index 67f24b6b..00000000 --- a/i18n/nl_BE.po +++ /dev/null @@ -1,152 +0,0 @@ -# Dutch (Belgium) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Belgium) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Kalenderweergave heeft geen attribuut 'date_start'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Maken: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Verwijderen" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Maand" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Vandaag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Week" diff --git a/i18n/pl.po b/i18n/pl.po deleted file mode 100644 index b6821b6e..00000000 --- a/i18n/pl.po +++ /dev/null @@ -1,152 +0,0 @@ -# Polish translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2015-02-02 22:03+0000\n" -"Last-Translator: Dariusz Żbikowski (Krokus) \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-02-03 08:08+0000\n" -"X-Generator: Launchpad (build 17330)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Dodaj" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Cały dzień" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Jesteś pewien, że chcesz usunąć ten rekord?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalendarz" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Widok kalendarza nie ma zdefiniowanego atrybutu 'date_start'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Utwórz" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Utwórz zdarzenie" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Utwórz: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Nie zdefiniowano Dataset dla typu '%s'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dzień" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Usuń" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Edytuj zdarzenie" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Podsumowanie zdarzenia:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Brakuje wymaganych pól %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Miesiąc" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Otwarte: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Dzisiaj" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Pokaż: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Tydzień" diff --git a/i18n/pt.po b/i18n/pt.po deleted file mode 100644 index 595753a1..00000000 --- a/i18n/pt.po +++ /dev/null @@ -1,152 +0,0 @@ -# Portuguese translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-09-16 13:51+0000\n" -"Last-Translator: Opencloud - PT \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Adicionar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Todo o dia" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Tem certeza que quer remover este registo?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendário" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "A vista de calendário não tem definido o atributo 'date_start'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Criar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Criar evento" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Criar: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Dados para o tipo '%s' não estão definidos." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dia" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Apagar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Editar Evento" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Campos %s obrigatórios por preencher" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mês" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Abrir: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoje" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Vista: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po deleted file mode 100644 index c622b7c0..00000000 --- a/i18n/pt_BR.po +++ /dev/null @@ -1,155 +0,0 @@ -# Brazilian Portuguese translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-18 17:52+0000\n" -"Last-Translator: Fábio Martinelli - http://zupy.com.br " -"\n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Incluir" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Dia inteiro" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Você tem certeza que quer excluir este registro ?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendário" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" -"Não está definido o atibuto 'date_start' Data de Início na visão de " -"Calendário" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Criar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Criar evento" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Criar: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Não foi definido um conjunto de dados para o tipo '%s'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dia" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Excluir" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Editar evento" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "o campo %s é obrigatório" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mês" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Aberto: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Hoje" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Visão: %s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Semana" diff --git a/i18n/ro.po b/i18n/ro.po deleted file mode 100644 index 20951acd..00000000 --- a/i18n/ro.po +++ /dev/null @@ -1,152 +0,0 @@ -# Romanian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-10-13 16:43+0000\n" -"Last-Translator: Dorin \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Adăugați" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Toată ziua" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Sunteți sigur(ă) ca doriți să ștergeți această înregistrare?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Calendar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Vizualizarea Calendar nu a definit atributul 'data_inceput'." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Creați" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Creare eveniment" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Creează: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Ziua" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Ștergeți" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Editare eveniment" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Subiect eveniment:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Luna" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Deschide: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Astăzi" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Săptămână" diff --git a/i18n/ru.po b/i18n/ru.po deleted file mode 100644 index cca0cdeb..00000000 --- a/i18n/ru.po +++ /dev/null @@ -1,152 +0,0 @@ -# Russian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Календарь" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Вид календаря имеет не определенный 'date_start' аттрибут." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Создать: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "День" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Удалить" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Месяц" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Сегодня" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Неделя" diff --git a/i18n/sk.po b/i18n/sk.po deleted file mode 100644 index 34e6ad98..00000000 --- a/i18n/sk.po +++ /dev/null @@ -1,152 +0,0 @@ -# Slovak translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/sl.po b/i18n/sl.po deleted file mode 100644 index 4c457f63..00000000 --- a/i18n/sl.po +++ /dev/null @@ -1,152 +0,0 @@ -# Slovenian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Koledar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Začetni datum ni definiran" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Ustvari: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dan" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Izbriši" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Mesec" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Danes" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Teden" diff --git a/i18n/sq.po b/i18n/sq.po deleted file mode 100644 index 1e61a932..00000000 --- a/i18n/sq.po +++ /dev/null @@ -1,152 +0,0 @@ -# Albanian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/sr@latin.po b/i18n/sr@latin.po deleted file mode 100644 index 2fd66523..00000000 --- a/i18n/sr@latin.po +++ /dev/null @@ -1,152 +0,0 @@ -# Serbian Latin translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-15 06:51+0000\n" -"Last-Translator: zmmaj \n" -"Language-Team: Serbian Latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Dodaj" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Jeste li sigurni da želite obrisati obaj zapis?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalendar" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Kreiraj" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Kreiraj: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dan" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/sv.po b/i18n/sv.po deleted file mode 100644 index 9e2e23b9..00000000 --- a/i18n/sv.po +++ /dev/null @@ -1,152 +0,0 @@ -# Swedish translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Kalender" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Kalendervyn har inte definierat 'Startdatum' attributet" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Dag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Ta bort" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Månad" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Idag" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Vecka" diff --git a/i18n/th.po b/i18n/th.po deleted file mode 100644 index d58f4e2e..00000000 --- a/i18n/th.po +++ /dev/null @@ -1,152 +0,0 @@ -# Thai translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Thai \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "ปฏิทิน" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "มุมมองปฏิทินยังไม่ได้กำหนด 'date_start'" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "วัน" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "ลบ" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "เดือน" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "วันนี้" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "สัปดาห์" diff --git a/i18n/tr.po b/i18n/tr.po deleted file mode 100644 index ae090521..00000000 --- a/i18n/tr.po +++ /dev/null @@ -1,152 +0,0 @@ -# Turkish translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-09-24 15:54+0000\n" -"Last-Translator: Ayhan KIZILTAN \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "Ekle" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "Tüm gün" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "Bu kayıdı silmek istediğinizden emin misiniz?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "Takvim" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "Takvim görünümünde 'tarih_başla' özniteliği tanımlanmamış." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "Oluştur" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "Etkinlik oluştur" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "Oluştur: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "Türü '% s' için veri kümesi tanımlı değil." - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "Gün" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "Sil" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "Etkinliği Düzenle" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "Olay özeti:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "Gerekli alanlar eksik % s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "Ay" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "Aç: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "Bugün" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "Görünüm:%s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "Hafta" diff --git a/i18n/uk.po b/i18n/uk.po deleted file mode 100644 index 1adffeb7..00000000 --- a/i18n/uk.po +++ /dev/null @@ -1,152 +0,0 @@ -# Ukrainian translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Ukrainian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/i18n/web_calendar.pot b/i18n/web_calendar.pot deleted file mode 100644 index 125becf0..00000000 --- a/i18n/web_calendar.pot +++ /dev/null @@ -1,151 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_calendar -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2015-01-21 14:08+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" - diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po deleted file mode 100644 index 2c2531af..00000000 --- a/i18n/zh_CN.po +++ /dev/null @@ -1,152 +0,0 @@ -# Chinese (Simplified) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-10-19 11:47+0000\n" -"Last-Translator: Wei \"oldrev\" Li \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "添加" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "全天" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "您确定要删除此记录吗?" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "日历" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "日历视图未定义 'date_start'属性" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "创建" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "创建事件" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "创建: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "类型“%s”的数据集未定义。" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "日" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "删除" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "编辑事件" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "事件摘要:" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "缺失必须的字段“%s”" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "月份" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "打开: " - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "今天" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "查看:%s" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "周" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po deleted file mode 100644 index b0130508..00000000 --- a/i18n/zh_TW.po +++ /dev/null @@ -1,152 +0,0 @@ -# Chinese (Traditional) translation for openerp-web -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-web package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-web\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-01-21 14:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Traditional) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n" -"X-Generator: Launchpad (build 17306)\n" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1295 -#, python-format -msgid "Add" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:27 -#, python-format -msgid "All day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:917 -#, python-format -msgid "Are you sure you want to delete this record ?" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:75 -#, python-format -msgid "Calendar" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:131 -#, python-format -msgid "Calendar view has not defined 'date_start' attribute." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:950 -#, python-format -msgid "Create" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:66 -#, python-format -msgid "Create event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:955 -#, python-format -msgid "Create: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1227 -#, python-format -msgid "Dataset for type '%s' is not defined." -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:32 -#, python-format -msgid "Day" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:837 -#, python-format -msgid "Delete" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:838 -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 -#, python-format -msgid "Edit Event" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 -#, python-format -msgid "Event summary:" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1205 -#, python-format -msgid "Missing required fields %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 -#, python-format -msgid "Month" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1347 -#, python-format -msgid "Open: " -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 -#, python-format -msgid "Today" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:828 -#, python-format -msgid "View: %s" -msgstr "" - -#. module: web_calendar -#. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 -#, python-format -msgid "Week" -msgstr "" diff --git a/README.rst b/web_timeline/README.rst similarity index 100% rename from README.rst rename to web_timeline/README.rst diff --git a/__init__.py b/web_timeline/__init__.py similarity index 100% rename from __init__.py rename to web_timeline/__init__.py diff --git a/__openerp__.py b/web_timeline/__openerp__.py similarity index 100% rename from __openerp__.py rename to web_timeline/__openerp__.py diff --git a/ir_view.py b/web_timeline/ir_view.py similarity index 100% rename from ir_view.py rename to web_timeline/ir_view.py diff --git a/project_view.xml b/web_timeline/project_view.xml similarity index 73% rename from project_view.xml rename to web_timeline/project_view.xml index 30cc1ffc..0e8e2b21 100644 --- a/project_view.xml +++ b/web_timeline/project_view.xml @@ -17,12 +17,8 @@ - - Tasks - project.task + kanban,tree,form,calendar,gantt,timeline,graph - - diff --git a/static/lib/vis/img/network/acceptDeleteIcon.png b/web_timeline/static/lib/vis/img/network/acceptDeleteIcon.png similarity index 100% rename from static/lib/vis/img/network/acceptDeleteIcon.png rename to web_timeline/static/lib/vis/img/network/acceptDeleteIcon.png diff --git a/static/lib/vis/img/network/addNodeIcon.png b/web_timeline/static/lib/vis/img/network/addNodeIcon.png similarity index 100% rename from static/lib/vis/img/network/addNodeIcon.png rename to web_timeline/static/lib/vis/img/network/addNodeIcon.png diff --git a/static/lib/vis/img/network/backIcon.png b/web_timeline/static/lib/vis/img/network/backIcon.png similarity index 100% rename from static/lib/vis/img/network/backIcon.png rename to web_timeline/static/lib/vis/img/network/backIcon.png diff --git a/static/lib/vis/img/network/connectIcon.png b/web_timeline/static/lib/vis/img/network/connectIcon.png similarity index 100% rename from static/lib/vis/img/network/connectIcon.png rename to web_timeline/static/lib/vis/img/network/connectIcon.png diff --git a/static/lib/vis/img/network/cross.png b/web_timeline/static/lib/vis/img/network/cross.png similarity index 100% rename from static/lib/vis/img/network/cross.png rename to web_timeline/static/lib/vis/img/network/cross.png diff --git a/static/lib/vis/img/network/cross2.png b/web_timeline/static/lib/vis/img/network/cross2.png similarity index 100% rename from static/lib/vis/img/network/cross2.png rename to web_timeline/static/lib/vis/img/network/cross2.png diff --git a/static/lib/vis/img/network/deleteIcon.png b/web_timeline/static/lib/vis/img/network/deleteIcon.png similarity index 100% rename from static/lib/vis/img/network/deleteIcon.png rename to web_timeline/static/lib/vis/img/network/deleteIcon.png diff --git a/static/lib/vis/img/network/downArrow.png b/web_timeline/static/lib/vis/img/network/downArrow.png similarity index 100% rename from static/lib/vis/img/network/downArrow.png rename to web_timeline/static/lib/vis/img/network/downArrow.png diff --git a/static/lib/vis/img/network/editIcon.png b/web_timeline/static/lib/vis/img/network/editIcon.png similarity index 100% rename from static/lib/vis/img/network/editIcon.png rename to web_timeline/static/lib/vis/img/network/editIcon.png diff --git a/static/lib/vis/img/network/leftArrow.png b/web_timeline/static/lib/vis/img/network/leftArrow.png similarity index 100% rename from static/lib/vis/img/network/leftArrow.png rename to web_timeline/static/lib/vis/img/network/leftArrow.png diff --git a/static/lib/vis/img/network/minus.png b/web_timeline/static/lib/vis/img/network/minus.png similarity index 100% rename from static/lib/vis/img/network/minus.png rename to web_timeline/static/lib/vis/img/network/minus.png diff --git a/static/lib/vis/img/network/plus.png b/web_timeline/static/lib/vis/img/network/plus.png similarity index 100% rename from static/lib/vis/img/network/plus.png rename to web_timeline/static/lib/vis/img/network/plus.png diff --git a/static/lib/vis/img/network/rightArrow.png b/web_timeline/static/lib/vis/img/network/rightArrow.png similarity index 100% rename from static/lib/vis/img/network/rightArrow.png rename to web_timeline/static/lib/vis/img/network/rightArrow.png diff --git a/static/lib/vis/img/network/upArrow.png b/web_timeline/static/lib/vis/img/network/upArrow.png similarity index 100% rename from static/lib/vis/img/network/upArrow.png rename to web_timeline/static/lib/vis/img/network/upArrow.png diff --git a/static/lib/vis/img/network/zoomExtends.png b/web_timeline/static/lib/vis/img/network/zoomExtends.png similarity index 100% rename from static/lib/vis/img/network/zoomExtends.png rename to web_timeline/static/lib/vis/img/network/zoomExtends.png diff --git a/static/lib/vis/img/timeline/delete.png b/web_timeline/static/lib/vis/img/timeline/delete.png similarity index 100% rename from static/lib/vis/img/timeline/delete.png rename to web_timeline/static/lib/vis/img/timeline/delete.png diff --git a/static/lib/vis/vis.css b/web_timeline/static/lib/vis/vis.css similarity index 100% rename from static/lib/vis/vis.css rename to web_timeline/static/lib/vis/vis.css diff --git a/static/lib/vis/vis.js b/web_timeline/static/lib/vis/vis.js similarity index 100% rename from static/lib/vis/vis.js rename to web_timeline/static/lib/vis/vis.js diff --git a/static/lib/vis/vis.map b/web_timeline/static/lib/vis/vis.map similarity index 100% rename from static/lib/vis/vis.map rename to web_timeline/static/lib/vis/vis.map diff --git a/static/lib/vis/vis.min.css b/web_timeline/static/lib/vis/vis.min.css similarity index 100% rename from static/lib/vis/vis.min.css rename to web_timeline/static/lib/vis/vis.min.css diff --git a/static/lib/vis/vis.min.js b/web_timeline/static/lib/vis/vis.min.js similarity index 100% rename from static/lib/vis/vis.min.js rename to web_timeline/static/lib/vis/vis.min.js diff --git a/static/src/css/web_timeline.css b/web_timeline/static/src/css/web_timeline.css similarity index 100% rename from static/src/css/web_timeline.css rename to web_timeline/static/src/css/web_timeline.css diff --git a/static/src/js/web_timeline.js b/web_timeline/static/src/js/web_timeline.js similarity index 99% rename from static/src/js/web_timeline.js rename to web_timeline/static/src/js/web_timeline.js index 74704287..6193bde0 100644 --- a/static/src/js/web_timeline.js +++ b/web_timeline/static/src/js/web_timeline.js @@ -1,5 +1,6 @@ /*--------------------------------------------------------- - * OpenERP web_timeline + * Odoo web_timeline + * Copyright 2015 ACSONE SA/NV *---------------------------------------------------------*/ _.str.toBoolElse = function (str, elseValues, trueValues, falseValues) { diff --git a/static/src/xml/web_timeline.xml b/web_timeline/static/src/xml/web_timeline.xml similarity index 100% rename from static/src/xml/web_timeline.xml rename to web_timeline/static/src/xml/web_timeline.xml diff --git a/views/web_timeline.xml b/web_timeline/views/web_timeline.xml similarity index 100% rename from views/web_timeline.xml rename to web_timeline/views/web_timeline.xml