forked from OCA/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] web_timeline: fix commas in manifest file
- Loading branch information
1 parent
5df300f
commit 654b7ce
Showing
4 changed files
with
242 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_timeline | ||
# | ||
# Translators: | ||
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-07-01 03:35+0000\n" | ||
"PO-Revision-Date: 2017-07-01 03:35+0000\n" | ||
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2017\n" | ||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:420 | ||
#, python-format | ||
msgid "Are you sure you want to delete this record ?" | ||
msgstr "¿Está seguro que desea eliminar este registro?" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 | ||
#, python-format | ||
msgid "Day" | ||
msgstr "Día" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 | ||
#, python-format | ||
msgid "Month" | ||
msgstr "Mes" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:33 | ||
#, python-format | ||
msgid "Timeline" | ||
msgstr "Línea de tiempo" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:101 | ||
#, python-format | ||
msgid "Timeline view has not defined 'date_start' attribute." | ||
msgstr "" | ||
"La vista de línea de tiempo no tiene definido el atributo 'date_start'." | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 | ||
#, python-format | ||
msgid "Today" | ||
msgstr "Hoy" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 | ||
#, 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" | ||
|
||
#. module: web_timeline | ||
#: model:ir.model,name:web_timeline.model_ir_ui_view | ||
msgid "ir.ui.view" | ||
msgstr "ir.ui.view" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_timeline | ||
# | ||
# Translators: | ||
# Bole <bole@dajmi5.com>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-07-13 16:07+0000\n" | ||
"PO-Revision-Date: 2017-07-13 16:07+0000\n" | ||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" | ||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: hr\n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:420 | ||
#, python-format | ||
msgid "Are you sure you want to delete this record ?" | ||
msgstr "Jeste li sigurni da želite brisati ovaj zapis?" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 | ||
#, python-format | ||
msgid "Day" | ||
msgstr "Dan" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 | ||
#, python-format | ||
msgid "Month" | ||
msgstr "Mjesec" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:33 | ||
#, python-format | ||
msgid "Timeline" | ||
msgstr "Vremenska crta" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:101 | ||
#, python-format | ||
msgid "Timeline view has not defined 'date_start' attribute." | ||
msgstr "Pogled vremenske crte nema definiran atribut 'date_start'." | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 | ||
#, python-format | ||
msgid "Today" | ||
msgstr "Danas" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 | ||
#, 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" | ||
|
||
#. module: web_timeline | ||
#: model:ir.model,name:web_timeline.model_ir_ui_view | ||
msgid "ir.ui.view" | ||
msgstr "ir.ui.view" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_timeline | ||
# | ||
# Translators: | ||
# Peter Hageman <hageman.p@gmail.com>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-07-01 03:35+0000\n" | ||
"PO-Revision-Date: 2017-07-01 03:35+0000\n" | ||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n" | ||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: nl_NL\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:420 | ||
#, python-format | ||
msgid "Are you sure you want to delete this record ?" | ||
msgstr "Weet je zeker dat je dit record wil verwijderen?" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 | ||
#, python-format | ||
msgid "Day" | ||
msgstr "Dag" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 | ||
#, python-format | ||
msgid "Month" | ||
msgstr "Maand" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:33 | ||
#, python-format | ||
msgid "Timeline" | ||
msgstr "Tijdlijn" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/js/web_timeline.js:101 | ||
#, python-format | ||
msgid "Timeline view has not defined 'date_start' attribute." | ||
msgstr "Tijdlijn heeft geen 'date_start' eigenschap." | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 | ||
#, python-format | ||
msgid "Today" | ||
msgstr "Vandaag" | ||
|
||
#. module: web_timeline | ||
#. openerp-web | ||
#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 | ||
#, 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" | ||
|
||
#. module: web_timeline | ||
#: model:ir.model,name:web_timeline.model_ir_ui_view | ||
msgid "ir.ui.view" | ||
msgstr "ir.ui.view" |