Extracted from incubator

This commit is contained in:
Laurent Mignon
2016-02-07 09:36:35 +01:00
committed by Tom Blauwendraat
parent 768af4f5e3
commit 98749c0aa6
134 changed files with 5350 additions and 10423 deletions

7
web_timeline/README.rst Executable file
View File

@@ -0,0 +1,7 @@
Timeline Widget
===============
!Prototype!
Define a new widget displaying events in an interactive visualization chart.
The widget is based on the external library
http://visjs.org/timeline_examples.html

1
web_timeline/__init__.py Normal file
View File

@@ -0,0 +1 @@
from . import ir_view

View File

@@ -0,0 +1,16 @@
{
'name': "Web timeline",
'summary': """
Interactive visualization chart to visualize events in time
""",
"version": "0.1",
"author": "ACSONE SA/NV",
"category": "Acsone",
"website": "http://acsone.eu",
'depends': ['web', 'project'],
'qweb': ['static/src/xml/web_timeline.xml'],
'data': [
'views/web_timeline.xml',
'project_view.xml',
],
}

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# SaFi J. <safi2266@gmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: SaFi J. <safi2266@gmail.com>, 2016\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Arabic <ar@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "إنشاء"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "الرسائل"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#, python-format
msgid "Save"
msgstr "حفظ"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "اليوم"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "سنة"
msgid "Week"
msgstr "الأسبوع"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian <bg@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Създай"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Съобщения"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Месец"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""
msgstr "Седмица"

152
web_timeline/i18n/bn.po Normal file
View File

@@ -0,0 +1,152 @@
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Bengali <bn@li.org>\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 ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Bosnian <bs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bs\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Poruke"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mjesec"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Godina"
msgstr "Sedmica"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Catalan <ca@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Missatges"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#, python-format
msgid "Save"
msgstr "Desar"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Avui"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Any"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Zprávy"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Měsíc"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Rok"
msgstr "Týden"

View File

@@ -1,103 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Danish <da@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Beskeder"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Måned"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""
msgstr "Uge"

View File

@@ -1,105 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# Rudolf Schnapka <rs@techno-flex.de>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
# Thomas A. Jaeger <tj@jamotion.ch>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Thomas A. Jaeger <tj@jamotion.ch>, 2016\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <rh@dialoge.info>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Wollen Sie diesen Datensatz wirklich löschen?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Löschen"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Meldungen"
msgid "Edit Event"
msgstr "Termin bearbeiten"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Speichern"
msgid "Open: "
msgstr "Öffnen "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Heute"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Jahr"

152
web_timeline/i18n/en_AU.po Normal file
View File

@@ -0,0 +1,152 @@
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <lionelpnz@gmail.com>\n"
"Language-Team: English (Australia) <en_AU@li.org>\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"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <pedro.baeza@gmail.com>\n"
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Are you sure you want to delete this record ?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 ""
msgstr "Create"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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 ""
msgstr "Day"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Delete"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Messages"
msgid "Edit Event"
msgstr "Edit Event"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 ""
msgstr "Month"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr ""
msgid "Open: "
msgstr "Open: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
msgstr "Today"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Year"
msgstr "Week"

View File

@@ -1,106 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2016
# Iván Todorovich <ivan.todorovich@gmail.com>, 2016
# Carles Antoli <carlesantoli@hotmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>, 2016\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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) <Unknown>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "¿Está seguro que quiere eliminar este registro?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr "Editar"
msgid "Delete"
msgstr "Suprimir"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mensajes"
msgid "Edit Event"
msgstr "Editar evento"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Guardar"
msgid "Open: "
msgstr "Abrir: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Hoy"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Año"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Argentina) <es_AR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Mensajes"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mes"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""
msgstr "Semana"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Chile) <es_CL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mensajes"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Costa Rica) <es_CR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mensajes"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Hoy"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Año"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Dominican Republic) <es_DO@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_DO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Mensajes"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mes"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""
msgstr "Semana"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Ecuador) <es_EC@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Mensajes"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mes"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Año"
msgstr "Semana"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Mexico) <es_MX@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Mensajes"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mes"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Hoy"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "Año"
msgid "Week"
msgstr "Semana"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Peru) <es_PE@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mensajes"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Estonian <et@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Sõnumid"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Kuu"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Aasta"
msgstr "Nädal"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Basque <eu@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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 "Eguna"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr "Editatu"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mezuak"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 "Hilabete"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#, python-format
msgid "Save"
msgstr "Gorde"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Gaur"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 "Astea"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Urtea"
msgstr ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Persian <fa@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "پیام‌ها"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "ماه"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""
msgstr "هفته"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Finnish <fi@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Luo"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Viestejä"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr "Kuukausi"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Tallenna"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Tänään"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "Vuosi"
msgid "Week"
msgstr "Viikko"

View File

@@ -1,106 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# David BEAL <david.beal@akretion.com>, 2016
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
# dglucose <eric.lemesre@gmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: dglucose <eric.lemesre@gmail.com>, 2016\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <Unknown>\n"
"Language-Team: French <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-26 07:07+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Voulez-vous réellement supprimer cet enregistrement?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Supprimer"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Messages"
msgid "Edit Event"
msgstr "Modifier l'événement"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Sauvegarder"
msgid "Open: "
msgstr "Ouvrir : "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Aujourd'hui"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Année"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# Adriana Ierfino <adriana.ierfino@savoirfairelinux.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Adriana Ierfino <adriana.ierfino@savoirfairelinux.com>, 2016\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: French (Canada) <fr_CA@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Année"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# César Castro Cruz <ulmroan@gmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: César Castro Cruz <ulmroan@gmail.com>, 2016\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Galician <gl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Crear"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#, python-format
msgid "Save"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Timeline"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Hoxe"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Ano"

152
web_timeline/i18n/gu.po Normal file
View File

@@ -0,0 +1,152 @@
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Gujarati <gu@li.org>\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 ""

View File

@@ -1,104 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2016\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Croatian <hr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Kreiraj"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Poruke"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mjesec"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Danas"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Godina"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2015-01-21 14:08+0000\n"
"PO-Revision-Date: 2014-10-05 07:27+0000\n"
"Last-Translator: krnkris <Unknown>\n"
"Language-Team: Hungarian <hu@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Biztosan törölni szeretné ezt a bejegyzést?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 ""
msgstr "Létrehozás"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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 ""
msgstr "Nap"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Törlés"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Üzenetek"
msgid "Edit Event"
msgstr "Esemény szerkesztése"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 ""
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr ""
msgid "Open: "
msgstr "Megnyitás: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Ma"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Év"
msgstr "Hét"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2017
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2017\n"
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian <id@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Pesan"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 "Bulan"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#, python-format
msgid "Save"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Timeline"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# Paolo Valier <paolo.valier@hotmail.it>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Italian <it@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Crea"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr "Modifica"
msgid "Delete"
msgstr "Elimina"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Messaggi"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Salva"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Oggi"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Anno"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "メッセージ"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "本日"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr ""
msgid "Week"
msgstr ""

152
web_timeline/i18n/ka.po Normal file
View File

@@ -0,0 +1,152 @@
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Georgian <ka@li.org>\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 ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Korean <ko@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "메시지"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""
msgstr ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Lithuanian <lt@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Pranešimai"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Mėnesis"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Dabar"
msgstr "Šiandien"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "Metai"
msgid "Week"
msgstr "Savaitė"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Macedonian <mk@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Пораки"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Месец"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Денес"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "Година"
msgid "Week"
msgstr "Седмица"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Mongolian <mn@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Зурвасууд"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Сар"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Өнөөдөр"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "Жил"
msgid "Week"
msgstr "7 хоног"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Messages"
msgstr "Meldinger."
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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"
msgstr "Måned"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr "Uke"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "År"

View File

@@ -1,104 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2016\n"
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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) <Unknown>\n"
"Language-Team: Dutch <nl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Weet u zeker dat u dit record wilt verwijderen?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Verwijder"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Berichten"
msgid "Edit Event"
msgstr "Gebeurtenis bewerken"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Opslaan"
msgid "Open: "
msgstr "Open: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Vandaag"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Jaar"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Dutch (Belgium) <nl_BE@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Berichten"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Maand"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Jaar"
msgstr "Week"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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) <darek@krokus.com.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Jesteś pewien, że chcesz usunąć ten rekord?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 ""
msgstr "Utwórz"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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 ""
msgstr "Dzień"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Usuń"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Wiadomosći"
msgid "Edit Event"
msgstr "Edytuj zdarzenie"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 ""
msgstr "Miesiąc"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr ""
msgid "Open: "
msgstr "Otwarte: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Dzisiaj"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Rok"
msgstr "Tydzień"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Daniel Reis <dreis.pt@gmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Daniel Reis <dreis.pt@gmail.com>, 2016\n"
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <Unknown>\n"
"Language-Team: Portuguese <pt@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Tem certeza que quer remover este registo?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 ""
msgstr "Criar"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Edit"
msgstr ""
msgid "Missing required fields %s"
msgstr "Campos %s obrigatórios por preencher"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#, python-format
msgid "Messages"
msgstr "Mensagens"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr "Mês"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr ""
msgid "Open: "
msgstr "Abrir: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Hoje"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Ano"

View File

@@ -1,107 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# danimaribeiro <danimaribeiro@gmail.com>, 2016
# Felipe Lopes <ti@trojahntoppel.com.br>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
# Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 2016
# Alessandro Martini <alessandrofmartini@gmail.com>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Alessandro Martini <alessandrofmartini@gmail.com>, 2016\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 "
"<webmaster@zupy.com.br>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Você tem certeza que quer excluir este registro ?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr "Editar"
msgid "Delete"
msgstr "Excluir"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mensagens"
msgid "Edit Event"
msgstr "Editar evento"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Salvar"
msgid "Open: "
msgstr "Aberto: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Hoje"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Ano"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2015-01-21 14:08+0000\n"
"PO-Revision-Date: 2014-10-13 16:43+0000\n"
"Last-Translator: Dorin <dhongu@gmail.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "Sunteți sigur(ă) ca doriți să ștergeți această înregistrare?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: code:addons/web_calendar/static/src/js/web_calendar.js:32
#, python-format
msgid "Day"
msgstr ""
msgstr "Ziua"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Ștergeți"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Luna"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr ""
msgid "Open: "
msgstr "Deschide: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Astazi"
msgstr "Astăzi"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "An"
msgid "Week"
msgstr "Săptămână"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Russian <ru@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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 ""
msgstr "День"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "Удалить"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 ""
msgstr "Месяц"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Год"
msgstr "Неделя"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Jan Prokop <jprokop@creativehome.sk>, 2017
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Jan Prokop <jprokop@creativehome.sk>, 2017\n"
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Slovak <sk@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Vytvoriť"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Správy"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Slovenian <sl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 "Ste prepričani, da želite izbrisati ta zapis?"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 "Ustvari"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr "Urejanje"
msgid "Delete"
msgstr "Izbriši"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Sporočila"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Shrani"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr "Časovnica"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr "Prikaz časovnice nima določenega atributa 'date_start'."
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Danes"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Leto"

152
web_timeline/i18n/sq.po Normal file
View File

@@ -0,0 +1,152 @@
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Albanian <sq@li.org>\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 ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2015-01-21 14:08+0000\n"
"PO-Revision-Date: 2014-08-15 06:51+0000\n"
"Last-Translator: zmmaj <Unknown>\n"
"Language-Team: Serbian Latin <sr@latin@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: 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"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Messages"
msgstr "Poruke"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "Meddelanden"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "Månad"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Idag"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:828
#, python-format
msgid "Week"
msgid "View: %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Year"
msgstr "År"
msgid "Week"
msgstr "Vecka"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Thai <th@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
#, python-format
msgid "Edit"
msgid "Event summary:"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: code:addons/web_calendar/static/src/js/web_calendar.js:1205
#, python-format
msgid "Messages"
msgstr "ข้อความ"
msgid "Missing required fields %s"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
msgstr "เดือน"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "ปี"
msgstr "สัปดาห์"

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <Unknown>\n"
"Language-Team: Turkish <tr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 kaydı silmek istediğinizden emin misiniz ?"
msgstr "Bu kayıdı silmek istediğinizden emin misiniz?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr "Düzenle"
msgid "Delete"
msgstr "Sil"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Mesajlar"
msgid "Edit Event"
msgstr "Etkinliği Düzenle"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr "Kaydet"
msgid "Open: "
msgstr "Aç: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr "Zaman çizelgesi"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr "Zaman çizelgesi görünümünün 'date_start' özelliği tanımlamamış."
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "Bugün"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "Yıl"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: uk\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "Повідомлення"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr ""

View File

@@ -0,0 +1,151 @@
# 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 ""

View File

@@ -1,104 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Alan Luo <alanljj@qq.com>, 2017
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: Alan Luo <alanljj@qq.com>, 2017\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <oldrev@gmail.com>\n"
"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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 ""
msgstr "您确定要删除此记录吗?"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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 ""
msgstr "创建"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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 ""
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr "删除"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "消息"
msgid "Edit Event"
msgstr "编辑事件"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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 ""
msgstr "月份"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgstr ""
msgid "Open: "
msgstr "打开: "
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "今"
msgstr "今"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 "周"
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "年"
msgstr "周"

View File

@@ -1,103 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_timeline
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# 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 <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-06 08:58+0000\n"
"PO-Revision-Date: 2016-12-06 08:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
"Project-Id-Version: openerp-web\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\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 <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-01-22 08:55+0000\n"
"X-Generator: Launchpad (build 17306)\n"
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:484
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:377
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:426
#: code:addons/web_calendar/static/src/js/web_calendar.js:837
#, python-format
msgid "Edit"
msgid "Delete"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:441
#: 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 "Messages"
msgstr "訊息"
msgid "Edit Event"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10
#: 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_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:427
#: code:addons/web_calendar/static/src/js/web_calendar.js:1347
#, python-format
msgid "Save"
msgid "Open: "
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:27
#, python-format
msgid "Timeline"
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/js/web_timeline.js:99
#, python-format
msgid "Timeline view has not defined 'date_start' attribute."
msgstr ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr "今天"
msgstr ""
#. module: web_timeline
#. module: web_calendar
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9
#: 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 ""
#. module: web_timeline
#. openerp-web
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11
#, python-format
msgid "Year"
msgstr "年度"

40
web_timeline/ir_view.py Normal file
View File

@@ -0,0 +1,40 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright 2015 ACSONE SA/NV
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import models
from openerp import api
TIMELINE_VIEW = ('timeline', 'Timeline')
class IrUIView(models.Model):
_inherit = 'ir.ui.view'
@api.model
def _setup_fields(self):
"""Hack due since the field 'type' is not defined with the new api.
"""
cls = type(self)
type_selection = cls._fields['type'].selection
if TIMELINE_VIEW not in type_selection:
tmp = list(type_selection)
tmp.append(TIMELINE_VIEW)
cls._fields['type'].selection = tuple(set(tmp))
super(IrUIView, self)._setup_fields()

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_task_timeline" model="ir.ui.view">
<field name="name">project.task.timeline</field>
<field name="model">project.task</field>
<field name="type">timeline</field>
<field eval="2" name="priority"/>
<field name="arch" type="xml">
<timeline date_start="date_start"
date_stop="date_end"
date_delay='1'
string="Tasks"
default_group_by="user_id" event_open_popup="true" colors="#ec7063:user_id == false;#2ecb71:kanban_state=='done';">
</timeline>
</field>
</record>
<record id="action_view_task" model="ir.actions.act_window">
<field name="name">Tasks</field>
<field name="res_model">project.task</field>
<field name="view_mode">kanban,tree,form,calendar,gantt,timeline,graph</field>
<field name="search_view_id" ref="project.view_task_search_form"/>
<field name="inherit_id" ref="project.action_view_task"/>
</record>
</data>
</openerp>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

View File

@@ -0,0 +1,810 @@
.vis .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* Must be displayed above for example selected Timeline items */
z-index: 10;
}
.vis-active {
box-shadow: 0 0 10px #86d5f8;
}
/* override some bootstrap styles screwing up the timelines css */
.vis [class*="span"] {
min-height: 0;
width: auto;
}
.vis.timeline {
}
.vis.timeline.root {
position: relative;
border: 1px solid #bfbfbf;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.vis.timeline .vispanel {
position: absolute;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.vis.timeline .vispanel.center,
.vis.timeline .vispanel.left,
.vis.timeline .vispanel.right,
.vis.timeline .vispanel.top,
.vis.timeline .vispanel.bottom {
border: 1px #bfbfbf;
}
.vis.timeline .vispanel.center,
.vis.timeline .vispanel.left,
.vis.timeline .vispanel.right {
border-top-style: solid;
border-bottom-style: solid;
overflow: hidden;
}
.vis.timeline .vispanel.center,
.vis.timeline .vispanel.top,
.vis.timeline .vispanel.bottom {
border-left-style: solid;
border-right-style: solid;
}
.vis.timeline .background {
overflow: hidden;
}
.vis.timeline .vispanel > .content {
position: relative;
}
.vis.timeline .vispanel .shadow {
position: absolute;
width: 100%;
height: 1px;
box-shadow: 0 0 10px rgba(0,0,0,0.8);
/* TODO: find a nice way to ensure shadows are drawn on top of items
z-index: 1;
*/
}
.vis.timeline .vispanel .shadow.top {
top: -1px;
left: 0;
}
.vis.timeline .vispanel .shadow.bottom {
bottom: -1px;
left: 0;
}
.vis.timeline .labelset {
position: relative;
overflow: hidden;
box-sizing: border-box;
}
.vis.timeline .labelset .vlabel {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;
box-sizing: border-box;
}
.vis.timeline .labelset .vlabel {
border-bottom: 1px solid #bfbfbf;
}
.vis.timeline .labelset .vlabel:last-child {
border-bottom: none;
}
.vis.timeline .labelset .vlabel .inner {
display: inline-block;
padding: 5px;
}
.vis.timeline .labelset .vlabel .inner.hidden {
padding: 0;
}
.vis.timeline .itemset {
position: relative;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.vis.timeline .itemset .background,
.vis.timeline .itemset .foreground {
position: absolute;
width: 100%;
height: 100%;
overflow: visible;
}
.vis.timeline .axis {
position: absolute;
width: 100%;
height: 0;
left: 0;
z-index: 1;
}
.vis.timeline .foreground .group {
position: relative;
box-sizing: border-box;
border-bottom: 1px solid #bfbfbf;
}
.vis.timeline .foreground .group:last-child {
border-bottom: none;
}
.vis.timeline .item {
position: absolute;
color: #1A1A1A;
border-color: #97B0F8;
border-width: 1px;
background-color: #D5DDF6;
display: inline-block;
padding: 5px;
}
.vis.timeline .item.selected {
border-color: #FFC200;
background-color: #FFF785;
/* z-index must be higher than the z-index of custom time bar and current time bar */
z-index: 2;
}
.vis.timeline .editable .item.selected {
cursor: move;
}
.vis.timeline .item.point.selected {
background-color: #FFF785;
}
.vis.timeline .item.box {
text-align: center;
border-style: solid;
border-radius: 2px;
}
.vis.timeline .item.point {
background: none;
}
.vis.timeline .item.dot {
position: absolute;
padding: 0;
border-width: 4px;
border-style: solid;
border-radius: 4px;
}
.vis.timeline .item.range {
border-style: solid;
border-radius: 2px;
box-sizing: border-box;
}
.vis.timeline .item.background {
overflow: hidden;
border: none;
background-color: rgba(213, 221, 246, 0.4);
box-sizing: border-box;
padding: 0;
margin: 0;
}
.vis.timeline .item.range .content {
position: relative;
display: inline-block;
max-width: 100%;
overflow: hidden;
}
.vis.timeline .item.background .content {
position: absolute;
display: inline-block;
overflow: hidden;
max-width: 100%;
margin: 5px;
}
.vis.timeline .item.line {
padding: 0;
position: absolute;
width: 0;
border-left-width: 1px;
border-left-style: solid;
}
.vis.timeline .item .content {
white-space: nowrap;
overflow: hidden;
}
.vis.timeline .item .delete {
background: url('img/timeline/delete.png') no-repeat top center;
position: absolute;
width: 24px;
height: 24px;
top: 0;
right: -24px;
cursor: pointer;
}
.vis.timeline .item.range .drag-left {
position: absolute;
width: 24px;
max-width: 20%;
height: 100%;
top: 0;
left: -4px;
cursor: w-resize;
}
.vis.timeline .item.range .drag-right {
position: absolute;
width: 24px;
max-width: 20%;
height: 100%;
top: 0;
right: -4px;
cursor: e-resize;
}
.vis.timeline .timeaxis {
position: relative;
overflow: hidden;
}
.vis.timeline .timeaxis.foreground {
top: 0;
left: 0;
width: 100%;
}
.vis.timeline .timeaxis.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vis.timeline .timeaxis .text {
position: absolute;
color: #4d4d4d;
padding: 3px;
white-space: nowrap;
}
.vis.timeline .timeaxis .text.measure {
position: absolute;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
visibility: hidden;
}
.vis.timeline .timeaxis .grid.vertical {
position: absolute;
border-left: 1px solid;
}
.vis.timeline .timeaxis .grid.minor {
border-color: #e5e5e5;
}
.vis.timeline .timeaxis .grid.major {
border-color: #bfbfbf;
}
.vis.timeline .currenttime {
background-color: #FF7F6E;
width: 2px;
z-index: 1;
}
.vis.timeline .customtime {
background-color: #6E94FF;
width: 2px;
cursor: move;
z-index: 1;
}
.vis.timeline.root {
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}
.vis.timeline .vispanel {
/*
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
*/
}
.vis.timeline .axis {
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}
/* TODO: get animation working nicely
.vis.timeline .item {
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
}
.vis.timeline .item.line {
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis.timeline .vispanel.background.horizontal .grid.horizontal {
position: absolute;
width: 100%;
height: 0;
border-bottom: 1px solid;
}
.vis.timeline .vispanel.background.horizontal .grid.minor {
border-color: #e5e5e5;
}
.vis.timeline .vispanel.background.horizontal .grid.major {
border-color: #bfbfbf;
}
.vis.timeline .dataaxis .yAxis.major {
width: 100%;
position: absolute;
color: #4d4d4d;
white-space: nowrap;
}
.vis.timeline .dataaxis .yAxis.major.measure{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: 0px;
visibility: hidden;
width: auto;
}
.vis.timeline .dataaxis .yAxis.minor{
position: absolute;
width: 100%;
color: #bebebe;
white-space: nowrap;
}
.vis.timeline .dataaxis .yAxis.minor.measure{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: 0px;
visibility: hidden;
width: auto;
}
.vis.timeline .dataaxis .yAxis.title{
position: absolute;
color: #4d4d4d;
white-space: nowrap;
bottom: 20px;
text-align: center;
}
.vis.timeline .dataaxis .yAxis.title.measure{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
visibility: hidden;
width: auto;
}
.vis.timeline .dataaxis .yAxis.title.left {
bottom: 0px;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.vis.timeline .dataaxis .yAxis.title.right {
bottom: 0px;
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.vis.timeline .legend {
background-color: rgba(247, 252, 255, 0.65);
padding: 5px;
border-color: #b3b3b3;
border-style:solid;
border-width: 1px;
box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}
.vis.timeline .legendText {
/*font-size: 10px;*/
white-space: nowrap;
display: inline-block
}
.vis.timeline .graphGroup0 {
fill:#4f81bd;
fill-opacity:0;
stroke-width:2px;
stroke: #4f81bd;
}
.vis.timeline .graphGroup1 {
fill:#f79646;
fill-opacity:0;
stroke-width:2px;
stroke: #f79646;
}
.vis.timeline .graphGroup2 {
fill: #8c51cf;
fill-opacity:0;
stroke-width:2px;
stroke: #8c51cf;
}
.vis.timeline .graphGroup3 {
fill: #75c841;
fill-opacity:0;
stroke-width:2px;
stroke: #75c841;
}
.vis.timeline .graphGroup4 {
fill: #ff0100;
fill-opacity:0;
stroke-width:2px;
stroke: #ff0100;
}
.vis.timeline .graphGroup5 {
fill: #37d8e6;
fill-opacity:0;
stroke-width:2px;
stroke: #37d8e6;
}
.vis.timeline .graphGroup6 {
fill: #042662;
fill-opacity:0;
stroke-width:2px;
stroke: #042662;
}
.vis.timeline .graphGroup7 {
fill:#00ff26;
fill-opacity:0;
stroke-width:2px;
stroke: #00ff26;
}
.vis.timeline .graphGroup8 {
fill:#ff00ff;
fill-opacity:0;
stroke-width:2px;
stroke: #ff00ff;
}
.vis.timeline .graphGroup9 {
fill: #8f3938;
fill-opacity:0;
stroke-width:2px;
stroke: #8f3938;
}
.vis.timeline .fill {
fill-opacity:0.1;
stroke: none;
}
.vis.timeline .bar {
fill-opacity:0.5;
stroke-width:1px;
}
.vis.timeline .point {
stroke-width:2px;
fill-opacity:1.0;
}
.vis.timeline .legendBackground {
stroke-width:1px;
fill-opacity:0.9;
fill: #ffffff;
stroke: #c2c2c2;
}
.vis.timeline .outline {
stroke-width:1px;
fill-opacity:1;
fill: #ffffff;
stroke: #e5e5e5;
}
.vis.timeline .iconFill {
fill-opacity:0.3;
stroke: none;
}
div.network-manipulationDiv {
border-width: 0;
border-bottom: 1px;
border-style:solid;
border-color: #d6d9d8;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#fcfcfc), color-stop(50%,#fafafa), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 30px;
}
div.network-manipulation-editMode {
position:absolute;
left: 0;
top: 15px;
height: 30px;
}
div.network-manipulation-closeDiv {
position:absolute;
right: 0;
top: 0;
width: 30px;
height: 30px;
background-position: 20px 3px;
background-repeat: no-repeat;
background-image: url("img/network/cross.png");
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.network-manipulation-closeDiv:hover {
opacity: 0.6;
}
div.network-manipulationUI {
position:relative;
top:-7px;
font-family: verdana;
font-size: 12px;
-moz-border-radius: 15px;
border-radius: 15px;
display:inline-block;
background-position: 0px 0px;
background-repeat:no-repeat;
height:24px;
margin: 0px 0px 0px 10px;
vertical-align:middle;
cursor: pointer;
padding: 0px 8px 0px 8px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.network-manipulationUI:hover {
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.20);
}
div.network-manipulationUI:active {
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.50);
}
div.network-manipulationUI.back {
background-image: url("img/network/backIcon.png");
}
div.network-manipulationUI.none:hover {
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.0);
cursor: default;
}
div.network-manipulationUI.none:active {
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.0);
}
div.network-manipulationUI.none {
padding: 0;
}
div.network-manipulationUI.notification{
margin: 2px;
font-weight: bold;
}
div.network-manipulationUI.add {
background-image: url("img/network/addNodeIcon.png");
}
div.network-manipulationUI.edit {
background-image: url("img/network/editIcon.png");
}
div.network-manipulationUI.edit.editmode {
background-color: #fcfcfc;
border-style:solid;
border-width:1px;
border-color: #cccccc;
}
div.network-manipulationUI.connect {
background-image: url("img/network/connectIcon.png");
}
div.network-manipulationUI.delete {
background-image: url("img/network/deleteIcon.png");
}
/* top right bottom left */
div.network-manipulationLabel {
margin: 0px 0px 0px 23px;
line-height: 25px;
}
div.network-seperatorLine {
display:inline-block;
width:1px;
height:20px;
background-color: #bdbdbd;
margin: 5px 7px 0px 15px;
}
div.network-navigation_wrapper {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
div.network-navigation {
width:34px;
height:34px;
-moz-border-radius: 17px;
border-radius: 17px;
position:absolute;
display:inline-block;
background-position: 2px 2px;
background-repeat:no-repeat;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.network-navigation:hover {
box-shadow: 0px 0px 3px 3px rgba(56, 207, 21, 0.30);
}
div.network-navigation:active {
box-shadow: 0px 0px 1px 3px rgba(56, 207, 21, 0.95);
}
div.network-navigation.up {
background-image: url("img/network/upArrow.png");
bottom:50px;
left:55px;
}
div.network-navigation.down {
background-image: url("img/network/downArrow.png");
bottom:10px;
left:55px;
}
div.network-navigation.left {
background-image: url("img/network/leftArrow.png");
bottom:10px;
left:15px;
}
div.network-navigation.right {
background-image: url("img/network/rightArrow.png");
bottom:10px;
left:95px;
}
div.network-navigation.zoomIn {
background-image: url("img/network/plus.png");
bottom:10px;
right:15px;
}
div.network-navigation.zoomOut {
background-image: url("img/network/minus.png");
bottom:10px;
right:55px;
}
div.network-navigation.zoomExtends {
background-image: url("img/network/zoomExtends.png");
bottom:50px;
right:15px;
}
div.network-tooltip {
position: absolute;
visibility: hidden;
padding: 5px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid;
box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

44
web_timeline/static/lib/vis/vis.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,38 @@
/* Button style */
.openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_timeline:after {
content: "N";
}
.timeline-navigation-zoom-in .ui-icon{
background: none !important;
}
.timeline-navigation-zoom-out .ui-icon{
background: none !important;
}
.timeline-navigation-move-left .ui-icon{
background: none !important;
}
.timeline-navigation-move-right .ui-icon{
background: none !important;
}
/*.vis.timeline .timeaxis .grid.odd {
background: #f5f5f5;
} */
/* gray background in weekends, white text color */
.vis.timeline .timeaxis .grid.saturday,
.vis.timeline .timeaxis .grid.sunday {
background: gray;
}
/* .vis.timeline .timeaxis .text.saturday,
.vis.timeline .timeaxis .text.sunday {
color: white;
} */
.vis.timeline .item.range .content {
overflow: visible;
}
.oe_chatter_toggle {
padding: 15px;
}

View File

@@ -0,0 +1,519 @@
/*---------------------------------------------------------
* OpenERP web_timeline
*---------------------------------------------------------*/
_.str.toBoolElse = function (str, elseValues, trueValues, falseValues) {
var ret = _.str.toBool(str, trueValues, falseValues);
if (_.isUndefined(ret)) {
return elseValues;
}
return ret;
};
openerp.web_timeline = function(instance) {
var _t = instance.web._t,
_lt = instance.web._lt,
QWeb = instance.web.qweb;
function isNullOrUndef(value) {
return _.isUndefined(value) || _.isNull(value);
}
instance.web.views.add('timeline', 'instance.web_timeline.TimelineView');
instance.web_timeline.TimelineView = instance.web.View.extend({
template: "TimelineView",
display_name: _lt('Timeline'),
quick_create_instance: 'instance.web_timeline.QuickCreate',
init: function (parent, dataset, view_id, options) {
this._super(parent);
this.ready = $.Deferred();
this.permissions = {};
this.set_default_options(options);
this.dataset = dataset;
this.model = dataset.model;
this.fields_view = {};
this.view_id = view_id;
this.view_type = 'timeline';
this.color_map = {};
this.range_start = null;
this.range_stop = null;
this.selected_filters = [];
this.current_window = null;
},
get_perm: function(name){
var self = this;
var promise = self.permissions[name];
if(!promise) {
var defer = $.Deferred();
new instance.web.Model(this.dataset.model)
.call("check_access_rights", [name, false])
.then(function (value) {
self.permissions[name] = value;
defer.resolve();
});
return defer;
} else {
return promise;
}
},
set_default_options: function(options) {
this._super(options);
_.defaults(this.options, {
confirm_on_delete: true
});
},
parse_colors: function(){
if(this.fields_view.arch.attrs.colors) {
this.colors = _(this.fields_view.arch.attrs.colors.split(';')).chain().compact().map(function(color_pair) {
var pair = color_pair.split(':'), color = pair[0], expr = pair[1];
var temp = py.parse(py.tokenize(expr));
return {'color': color, 'field': temp.expressions[0].value, 'opt': temp.operators[0], 'value': temp.expressions[1].value};
}).value();
}
},
view_loading: function (fv) {
/* xml view timeline options */
var attrs = fv.arch.attrs;
var self = this;
this.fields_view = fv;
this.parse_colors();
this.$timeline = this.$el.find(".oe_timeline_widget");
this.$el.find(".oe_timeline_button_today").click(self.on_today_clicked);
this.$el.find(".oe_timeline_button_scale_day").click(self.on_scale_day_clicked);
this.$el.find(".oe_timeline_button_scale_week").click(self.on_scale_week_clicked);
this.$el.find(".oe_timeline_button_scale_month").click(self.on_scale_month_clicked);
this.$el.find(".oe_timeline_button_scale_year").click(self.on_scale_year_clicked);
this.current_window = {
start: new Date(),
end : new Date().addHours(24),
}
this.info_fields = [];
if (!attrs.date_start) {
throw new Error(_t("Timeline view has not defined 'date_start' attribute."));
}
this.$el.addClass(attrs['class']);
this.name = fv.name || attrs.string;
this.view_id = fv.view_id;
this.mode = attrs.mode; // one of month, week or day
this.date_start = attrs.date_start; // Field name of starting
// date field
this.date_stop = attrs.date_stop;
if (!isNullOrUndef(attrs.quick_create_instance)) {
self.quick_create_instance = 'instance.' + attrs.quick_create_instance;
}
// If this field is set ot true, we don't open the event in form
// view, but in a popup with the view_id passed by this parameter
if (isNullOrUndef(attrs.event_open_popup) || !_.str.toBoolElse(attrs.event_open_popup, true)) {
this.open_popup_action = false;
} else {
this.open_popup_action = attrs.event_open_popup;
}
this.fields = fv.fields;
for (var fld = 0; fld < fv.arch.children.length; fld++) {
this.info_fields.push(fv.arch.children[fld].attrs.name);
}
var fields_get = new instance.web.Model(this.dataset.model)
.call('fields_get')
.then(function (fields) {
self.fields = fields;
});
var unlink_check = new instance.web.Model(this.dataset.model)
.call("check_access_rights", ["unlink", false])
.then(function (unlink_right) {
self.unlink_right = unlink_right;
});
var edit_check = new instance.web.Model(this.dataset.model)
.call("check_access_rights", ["write", false])
.then(function (write_right) {
self.write_right = write_right;
});
var init = function () {
self.init_timeline().then(function() {
$(window).trigger('resize');
self.trigger('timeline_view_loaded', fv);
self.ready.resolve();
});
};
var test = $.when(self.fields_get, self.get_perm('unlink'), self.get_perm('write'), self.get_perm('create'));
return $.when(test).then(init);
},
init_timeline: function() {
var self = this;
var options = {
groupOrder: self.group_order,
editable: {
add: self.permissions['create'], // add new items by double tapping
updateTime: self.permissions['write'], // drag items horizontally
updateGroup: self.permissions['write'], // drag items from one group to another
remove: self.permissions['unlink'], // delete an item by tapping the delete button top right
},
orientation: 'both',
selectable: true,
showCurrentTime: true,
onAdd: self.on_add,
onMove: self.on_move,
onUpdate: self.on_update,
onRemove: self.on_remove,
orientation: 'both',
};
self.timeline = new vis.Timeline(self.$timeline.get(0));
self.timeline.setOptions(options);
return $.when();
},
group_order: function(grp1, grp2) {
// display non grouped elements first
if (grp1.id === -1){
return -1;
}
if (grp2.id === -1){
return +1;
}
return grp1.content - grp2.content;
},
/**
* Transform OpenERP event object to timeline event object
*/
event_data_transform: function(evt) {
var self = this;
var date_delay = evt[this.date_delay] || 1.0,
all_day = this.all_day ? evt[this.all_day] : false,
res_computed_text = '',
the_title = '',
attendees = [];
if (!all_day) {
date_start = instance.web.auto_str_to_date(evt[this.date_start]);
date_stop = this.date_stop ? instance.web.auto_str_to_date(evt[this.date_stop]) : null;
}
else {
date_start = instance.web.auto_str_to_date(evt[this.date_start].split(' ')[0],'start');
date_stop = this.date_stop ? instance.web.auto_str_to_date(evt[this.date_stop].split(' ')[0],'stop') : null;
}
if (!date_start){
date_start = new Date();
}
if(!date_stop) {
date_stop = date_start.clone().addHours(date_delay);
}
var group = evt[self.last_group_bys[0]];
if (group){
group = _.first(group);
} else {
group = -1;
}
_.each(self.colors, function(color){
if(eval("'" + evt[color.field] + "' " + color.opt + " '" + color.value + "'"))
self.color = color.color;
});
var r = {
'start': date_start,
'end': date_stop,
'content': evt.__name,
'id': evt.id,
'group': group,
'evt': evt,
'style': 'background-color: ' + self.color + ';',
};
self.color = undefined;
return r;
},
do_search: function (domains, contexts, group_bys) {
var self = this;
self.last_domains = domains;
self.last_contexts = contexts;
// self.reload_gantt();
// select the group by
var n_group_bys = [];
if (this.fields_view.arch.attrs.default_group_by) {
n_group_bys = this.fields_view.arch.attrs.default_group_by.split(',');
}
if (group_bys.length) {
n_group_bys = group_bys;
}
self.last_group_bys = n_group_bys;
// gather the fields to get
var fields = _.compact(_.map(["date_start", "date_delay", "date_stop", "progress"], function(key) {
return self.fields_view.arch.attrs[key] || '';
}));
fields = _.uniq(fields.concat(_.pluck(this.colors, "field").concat(n_group_bys)));
var group_by = self.fields[_.first(n_group_bys)]
var read_groups = new instance.web.DataSet(this, group_by.relation, group_by.context)
.name_search('', group_by.domain)
.then(function(groups){
self.groups = groups;
});
return $.when(this.has_been_loaded, read_groups).then(function() {
return self.dataset.read_slice(fields, {
domain: domains,
context: contexts
}).then(function(data) {
return self.on_data_loaded(data, n_group_bys);
});
});
},
reload: function() {
var self = this;
if (this.last_domains !== undefined){
self.current_window = self.timeline.getWindow();
return this.do_search(this.last_domains, this.last_contexts, this.last_group_bys);
}
},
on_data_loaded: function(tasks, group_bys) {
var self = this;
var ids = _.pluck(tasks, "id");
return this.dataset.name_get(ids).then(function(names) {
var ntasks = _.map(tasks, function(task) {
return _.extend({__name: _.detect(names, function(name) { return name[0] == task.id; })[1]}, task);
});
return self.on_data_loaded_2(ntasks, group_bys);
});
},
on_data_loaded_2: function(tasks, group_bys) {
var self = this;
var data = [];
var groups = [];
groups.push({id:-1, content: _t('Undefined')})
_.each(tasks, function(event) {
data.push(self.event_data_transform(event));
});
_.each(self.groups, function(group){
groups.push({id: group[0], content: group[1]});
});
this.timeline.setGroups(groups);
this.timeline.setItems(data);
this.timeline.setWindow(this.current_window);
//this.timeline.moveTo(new Date(), true);
//this.timeline.zoom(0.5, new Date());
},
do_show: function() {
this.do_push_state({});
return this._super();
},
is_action_enabled: function(action) {
if (action === 'create' && !this.options.creatable) {
return false;
}
return this._super(action);
},
/**
* Handles a newly created record
*
* @param {id} id of the newly created record
*/
quick_created: function (id) {
/**
* Note: it's of the most utter importance NOT to use inplace
* modification on this.dataset.ids as reference to this data is
* spread out everywhere in the various widget. Some of these
* reference includes values that should trigger action upon
* modification.
*/
this.dataset.ids = this.dataset.ids.concat([id]);
this.dataset.trigger("dataset_changed", id);
this.refresh_event(id);
},
on_add: function(item, callback) {
var self = this;
var pop = new instance.web.form.SelectCreatePopup(this);
pop.on("elements_selected", self, function(element_ids) {
self.reload().then(function() {
self.timeline.focus(element_ids);
});
});
context = {};
context['default_'.concat(self.date_start)] = item.start;
context['default_'.concat(self.last_group_bys[0])] = item.group;
context['default_'.concat(self.date_stop)] = item.start.clone().addHours(this.date_delay || 1);
pop.select_element(
self.dataset.model,
{
title: _t("Create"),
initial_view: "form",
},
null,
context
);
},
on_update: function(item, callback) {
var self = this;
var id = item.evt.id;
var title = item.evt.__name;
if (! this.open_popup_action) {
var index = this.dataset.get_id_index(id);
this.dataset.index = index;
if (this.write_right) {
this.do_switch_view('form', null, { mode: "edit" });
} else {
this.do_switch_view('form', null, { mode: "view" });
}
}
else {
var id_cast = parseInt(id).toString() == id ? parseInt(id) : id;
var pop = new instance.web.form.FormOpenPopup(self);
pop.on('write_completed', self, self.reload);
pop.show_element(
self.dataset.model,
id_cast,
null,
{readonly: true, title: title}
);
//pop.on('closed', self, self.reload);
var form_controller = pop.view_form;
form_controller.on("load_record", self, function() {
var footer = pop.$el.closest(".modal").find(".modal-footer");
footer.find('.oe_form_button_edit,.oe_form_button_save').remove();
footer.find(".oe_form_button_cancel").prev().remove();
footer.find('.oe_form_button_cancel').before("<span> or </span>");
button_edit = _.str.sprintf("<button class='oe_button oe_form_button_edit oe_bold oe_highlight'><span> %s </span></button>",_t("Edit"));
button_save = _.str.sprintf("<button class='oe_button oe_form_button_save oe_bold oe_highlight'><span> %s </span></button>",_t("Save"));
footer.prepend(button_edit + button_save);
footer.find('.oe_form_button_save').hide();
footer.find('.oe_form_button_edit').on('click', function() {
form_controller.to_edit_mode();
footer.find('.oe_form_button_edit,.oe_form_button_save').toggle();
});
footer.find('.oe_form_button_save').on('click', function() {
form_controller.save();
form_controller.to_view_mode();
footer.find('.oe_form_button_edit,.oe_form_button_save').toggle();
});
var chatter = pop.$el.closest(".modal").find(".oe_chatter");
if(chatter.length){
var chatter_toggler = $($.parseHTML(_.str.sprintf('<div class="oe_chatter_toggle fa fa-plus-circle"><span> %s </span><div class="oe_chatter_content"></div></div>', _t("Messages"))));
chatter.before(chatter_toggler)
var chatter_content = chatter_toggler.find(".oe_chatter_content");
chatter_content.prepend(chatter);
chatter_content.toggle();
chatter_toggler.click(function(){
chatter_content.toggle();
chatter_toggler.toggleClass('fa-plus-circle fa-minus-circle');
});
}
});
}
return false;
},
on_move: function(item, callback) {
var self = this;
var start = item.start;
var end = item.end;
var group = false;
if (item.group != -1) {
group = item.group;
}
var data = {};
data[self.fields_view.arch.attrs.date_start] =
instance.web.auto_date_to_str(start, self.fields[self.fields_view.arch.attrs.date_start].type);
data[self.fields_view.arch.attrs.date_stop] =
instance.web.auto_date_to_str(end, self.fields[self.fields_view.arch.attrs.date_stop].type);
data[self.fields_view.arch.attrs.default_group_by] = group;
var id = item.evt.id;
this.dataset.write(id, data).then(function() {
self.reload();
});
},
on_remove: function(item, callback) {
var self = this;
function do_it() {
return $.when(self.dataset.unlink([item.evt.id])).then(function() {
callback(item);
});
}
if (this.options.confirm_on_delete) {
if (confirm(_t("Are you sure you want to delete this record ?"))) {
return do_it();
}
} else
return do_it();
},
on_today_clicked: function(){
this.current_window = {
start: new Date(),
end : new Date().addHours(24),
}
if (this.timeline){
this.timeline.setWindow(this.current_window);
}
},
get_middel_date: function(start, end){
//Get 1 hour in milliseconds
var one_hour=1000*60*60;
// Convert both dates to milliseconds
var date1_ms = start.getTime();
var date2_ms = end.getTime();
// Calculate the difference in milliseconds
var difference_ms = date2_ms - date1_ms;
// Convert back to days and return
nb_hours = Math.round(difference_ms/one_hour);
return start.clone().addHours(nb_hours/2)
},
scale_current_window: function(factor){
if (this.timeline){
this.current_window = this.timeline.getWindow();
this.current_window.end = this.current_window.start.clone().addHours(factor);
this.timeline.setWindow(this.current_window);
}
},
on_scale_day_clicked: function(){
this.scale_current_window(24);
},
on_scale_week_clicked: function(){
this.scale_current_window(24 * 7);
},
on_scale_month_clicked: function(){
this.scale_current_window(24 * 30);
},
on_scale_year_clicked: function(){
this.scale_current_window(24 * 365);
},
});
};

View File

@@ -0,0 +1,17 @@
<template>
<t t-name="TimelineView">
<div class="oe_timeline_view">
<div class="oe_timeline_buttons">
<button class="btn btn-default btn-sm oe_timeline_button_today">Today</button>
<div class="btn-group btn-sm">
<button class="btn btn-default oe_timeline_button_scale_day">Day</button>
<button class="btn btn-default oe_timeline_button_scale_week">Week</button>
<button class="btn btn-default oe_timeline_button_scale_month">Month</button>
<button class="btn btn-default oe_timeline_button_scale_year">Year</button>
</div>
</div>
<div class="oe_timeline_widget" />
</div>
</t>
</template>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- vim:fdn=3:
-->
<openerp>
<data>
<template id="assets_backend" name="web_calendar assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_timeline/static/lib/vis/vis.css"/>
<link rel="stylesheet" href="/web_timeline/static/src/css/web_timeline.css"/>
<script type="text/javascript" src="/web_timeline/static/lib/vis/vis.js"></script>
<script type="text/javascript" src="/web_timeline/static/src/js/web_timeline.js"></script>
</xpath>
</template>
</data>
</openerp>