Skip to content

Commit

Permalink
OCA Transbot updated translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-transbot committed Jul 3, 2016
1 parent f60d9cc commit 0859442
Show file tree
Hide file tree
Showing 11 changed files with 872 additions and 22 deletions.
33 changes: 33 additions & 0 deletions project_analytic_line_view/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_analytic_line_view
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: project (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-22 08:10+0000\n"
"PO-Revision-Date: 2015-08-13 07:46+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-project-8-0/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: project_analytic_line_view
#: model:ir.model,name:project_analytic_line_view.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analitički konto"

#. module: project_analytic_line_view
#: model:ir.actions.act_window,name:project_analytic_line_view.act_aal_from_project
msgid "Analytic Lines"
msgstr ""

#. module: project_analytic_line_view
#: field:account.analytic.account,project_ids:0
msgid "Projects"
msgstr ""
78 changes: 78 additions & 0 deletions project_categ/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_categ
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: project (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-22 08:10+0000\n"
"PO-Revision-Date: 2016-06-14 10:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-project-8-0/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: project_categ
#: field:project.task,task_categ_id:0
msgid "Category Root"
msgstr ""

#. module: project_categ
#: model:ir.model,name:project_categ.model_project_category
msgid "Category of project's task, issue, ..."
msgstr ""

#. module: project_categ
#: field:project.category,child_ids:0
msgid "Child Categories"
msgstr ""

#. module: project_categ
#: field:project.category,code:0
msgid "Code"
msgstr ""

#. module: project_categ
#: field:project.category,complete_name:0
msgid "Name"
msgstr ""

#. module: project_categ
#: field:project.category,parent_id:0
msgid "Parent Category"
msgstr ""

#. module: project_categ
#: model:ir.model,name:project_categ.model_project_project
msgid "Project"
msgstr "Projekt"

#. module: project_categ
#: field:project.project,project_ids:0
msgid "Projects"
msgstr ""

#. module: project_categ
#: field:project.project,task_categ_id:0
msgid "Root Category for Tasks"
msgstr ""

#. module: project_categ
#: model:ir.model,name:project_categ.model_project_task
msgid "Task"
msgstr ""

#. module: project_categ
#: view:project.task:project_categ.project_task_form_view_categs
msgid "onchange_project(project_id)"
msgstr "onchange_project(project_id)"

#. module: project_categ
#: view:project.task:project_categ.project_task_form_view_categs
msgid "{'required':[('task_categ_id','!=',False)]}"
msgstr ""
48 changes: 48 additions & 0 deletions project_categ_issue/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_categ_issue
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: project (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-22 08:10+0000\n"
"PO-Revision-Date: 2015-07-21 19:21+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-project-8-0/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: project_categ_issue
#: field:project.issue,issue_categ_id:0
msgid "Category Root"
msgstr ""

#. module: project_categ_issue
#: model:ir.model,name:project_categ_issue.model_project_project
msgid "Project"
msgstr "Projekt"

#. module: project_categ_issue
#: model:ir.model,name:project_categ_issue.model_project_issue
msgid "Project Issue"
msgstr ""

#. module: project_categ_issue
#: field:project.project,issue_categ_id:0
msgid "Root Category for Issues"
msgstr ""

#. module: project_categ_issue
#: view:project.issue:project_categ_issue.project_issue_form_view_categs
msgid "onchange_project(project_id)"
msgstr "onchange_project(project_id)"

#. module: project_categ_issue
#: view:project.issue:project_categ_issue.project_issue_form_view_categs
msgid "{'required':[('issue_categ_id','!=',False)]}"
msgstr ""

0 comments on commit 0859442

Please sign in to comment.