From 651ee7dca4a9d13a53bca72c215f0fa422898c93 Mon Sep 17 00:00:00 2001 From: Oihane Crucelaegui Date: Tue, 28 May 2019 10:57:55 +0200 Subject: [PATCH 01/35] [MIG] account_budget_oca: Migration to 12.0 --- account_budget_oca/README.rst | 107 ++++ account_budget_oca/__init__.py | 3 + account_budget_oca/__manifest__.py | 21 + .../data/account_budget_demo.xml | 18 + account_budget_oca/i18n/account_budget.pot | 303 ++++++++++ account_budget_oca/i18n/af.po | 309 ++++++++++ account_budget_oca/i18n/am.po | 308 ++++++++++ account_budget_oca/i18n/ar.po | 325 ++++++++++ account_budget_oca/i18n/bg.po | 320 ++++++++++ account_budget_oca/i18n/bs.po | 309 ++++++++++ account_budget_oca/i18n/ca.po | 318 ++++++++++ account_budget_oca/i18n/cs.po | 314 ++++++++++ account_budget_oca/i18n/da.po | 322 ++++++++++ account_budget_oca/i18n/de.po | 329 ++++++++++ account_budget_oca/i18n/el.po | 319 ++++++++++ account_budget_oca/i18n/en_AU.po | 543 +++++++++++++++++ account_budget_oca/i18n/en_GB.po | 307 ++++++++++ account_budget_oca/i18n/es.po | 324 ++++++++++ account_budget_oca/i18n/es_BO.po | 312 ++++++++++ account_budget_oca/i18n/es_CL.po | 312 ++++++++++ account_budget_oca/i18n/es_CO.po | 312 ++++++++++ account_budget_oca/i18n/es_CR.po | 312 ++++++++++ account_budget_oca/i18n/es_EC.po | 312 ++++++++++ account_budget_oca/i18n/es_PE.po | 312 ++++++++++ account_budget_oca/i18n/es_PY.po | 312 ++++++++++ account_budget_oca/i18n/es_VE.po | 312 ++++++++++ account_budget_oca/i18n/et.po | 322 ++++++++++ account_budget_oca/i18n/eu.po | 312 ++++++++++ account_budget_oca/i18n/fa.po | 322 ++++++++++ account_budget_oca/i18n/fi.po | 324 ++++++++++ account_budget_oca/i18n/fo.po | 308 ++++++++++ account_budget_oca/i18n/fr.po | 327 ++++++++++ account_budget_oca/i18n/fr_BE.po | 565 ++++++++++++++++++ account_budget_oca/i18n/fr_CA.po | 307 ++++++++++ account_budget_oca/i18n/gl.po | 308 ++++++++++ account_budget_oca/i18n/gu.po | 310 ++++++++++ account_budget_oca/i18n/he.po | 310 ++++++++++ account_budget_oca/i18n/hi.po | 557 +++++++++++++++++ account_budget_oca/i18n/hr.po | 316 ++++++++++ account_budget_oca/i18n/hu.po | 320 ++++++++++ account_budget_oca/i18n/id.po | 318 ++++++++++ account_budget_oca/i18n/is.po | 308 ++++++++++ account_budget_oca/i18n/it.po | 325 ++++++++++ account_budget_oca/i18n/ja.po | 319 ++++++++++ account_budget_oca/i18n/ka.po | 314 ++++++++++ account_budget_oca/i18n/kab.po | 308 ++++++++++ account_budget_oca/i18n/ko.po | 320 ++++++++++ account_budget_oca/i18n/lo.po | 308 ++++++++++ account_budget_oca/i18n/lt.po | 325 ++++++++++ account_budget_oca/i18n/lv.po | 310 ++++++++++ account_budget_oca/i18n/mk.po | 313 ++++++++++ account_budget_oca/i18n/mn.po | 319 ++++++++++ account_budget_oca/i18n/nb.po | 310 ++++++++++ account_budget_oca/i18n/ne.po | 309 ++++++++++ account_budget_oca/i18n/nl.po | 318 ++++++++++ account_budget_oca/i18n/nl_BE.po | 307 ++++++++++ account_budget_oca/i18n/pl.po | 323 ++++++++++ account_budget_oca/i18n/pt.po | 321 ++++++++++ account_budget_oca/i18n/pt_BR.po | 322 ++++++++++ account_budget_oca/i18n/ro.po | 316 ++++++++++ account_budget_oca/i18n/ru.po | 323 ++++++++++ account_budget_oca/i18n/sk.po | 318 ++++++++++ account_budget_oca/i18n/sl.po | 310 ++++++++++ account_budget_oca/i18n/sq.po | 316 ++++++++++ account_budget_oca/i18n/sr.po | 308 ++++++++++ account_budget_oca/i18n/sr@latin.po | 318 ++++++++++ account_budget_oca/i18n/sv.po | 313 ++++++++++ account_budget_oca/i18n/sw.po | 304 ++++++++++ account_budget_oca/i18n/ta.po | 308 ++++++++++ account_budget_oca/i18n/te.po | 545 +++++++++++++++++ account_budget_oca/i18n/th.po | 308 ++++++++++ account_budget_oca/i18n/tr.po | 316 ++++++++++ account_budget_oca/i18n/uk.po | 322 ++++++++++ account_budget_oca/i18n/vi.po | 322 ++++++++++ account_budget_oca/i18n/zh_CN.po | 312 ++++++++++ account_budget_oca/i18n/zh_TW.po | 310 ++++++++++ account_budget_oca/models/__init__.py | 4 + .../__pycache__/__init__.cpython-36.pyc | Bin 0 -> 244 bytes .../account_analytic_account.cpython-36.pyc | Bin 0 -> 607 bytes .../__pycache__/account_budget.cpython-36.pyc | Bin 0 -> 7048 bytes .../models/account_analytic_account.py | 11 + account_budget_oca/models/account_budget.py | 231 +++++++ account_budget_oca/readme/CONTRIBUTORS.rst | 3 + account_budget_oca/readme/DESCRIPTION.rst | 21 + account_budget_oca/readme/HISTORY.rst | 3 + account_budget_oca/readme/ROADMAP.rst | 1 + .../security/account_budget_security.xml | 31 + .../security/ir.model.access.csv | 7 + .../static/description/index.html | 447 ++++++++++++++ account_budget_oca/tests/__init__.py | 5 + account_budget_oca/tests/common.py | 218 +++++++ .../tests/test_account_budget.py | 72 +++ .../tests/test_theoreticalamount.py | 113 ++++ .../views/account_analytic_account_views.xml | 38 ++ .../views/account_budget_views.xml | 310 ++++++++++ .../views/res_config_settings_views.xml | 19 + 96 files changed, 25303 insertions(+) create mode 100644 account_budget_oca/README.rst create mode 100644 account_budget_oca/__init__.py create mode 100644 account_budget_oca/__manifest__.py create mode 100644 account_budget_oca/data/account_budget_demo.xml create mode 100644 account_budget_oca/i18n/account_budget.pot create mode 100644 account_budget_oca/i18n/af.po create mode 100644 account_budget_oca/i18n/am.po create mode 100644 account_budget_oca/i18n/ar.po create mode 100644 account_budget_oca/i18n/bg.po create mode 100644 account_budget_oca/i18n/bs.po create mode 100644 account_budget_oca/i18n/ca.po create mode 100644 account_budget_oca/i18n/cs.po create mode 100644 account_budget_oca/i18n/da.po create mode 100644 account_budget_oca/i18n/de.po create mode 100644 account_budget_oca/i18n/el.po create mode 100644 account_budget_oca/i18n/en_AU.po create mode 100644 account_budget_oca/i18n/en_GB.po create mode 100644 account_budget_oca/i18n/es.po create mode 100644 account_budget_oca/i18n/es_BO.po create mode 100644 account_budget_oca/i18n/es_CL.po create mode 100644 account_budget_oca/i18n/es_CO.po create mode 100644 account_budget_oca/i18n/es_CR.po create mode 100644 account_budget_oca/i18n/es_EC.po create mode 100644 account_budget_oca/i18n/es_PE.po create mode 100644 account_budget_oca/i18n/es_PY.po create mode 100644 account_budget_oca/i18n/es_VE.po create mode 100644 account_budget_oca/i18n/et.po create mode 100644 account_budget_oca/i18n/eu.po create mode 100644 account_budget_oca/i18n/fa.po create mode 100644 account_budget_oca/i18n/fi.po create mode 100644 account_budget_oca/i18n/fo.po create mode 100644 account_budget_oca/i18n/fr.po create mode 100644 account_budget_oca/i18n/fr_BE.po create mode 100644 account_budget_oca/i18n/fr_CA.po create mode 100644 account_budget_oca/i18n/gl.po create mode 100644 account_budget_oca/i18n/gu.po create mode 100644 account_budget_oca/i18n/he.po create mode 100644 account_budget_oca/i18n/hi.po create mode 100644 account_budget_oca/i18n/hr.po create mode 100644 account_budget_oca/i18n/hu.po create mode 100644 account_budget_oca/i18n/id.po create mode 100644 account_budget_oca/i18n/is.po create mode 100644 account_budget_oca/i18n/it.po create mode 100644 account_budget_oca/i18n/ja.po create mode 100644 account_budget_oca/i18n/ka.po create mode 100644 account_budget_oca/i18n/kab.po create mode 100644 account_budget_oca/i18n/ko.po create mode 100644 account_budget_oca/i18n/lo.po create mode 100644 account_budget_oca/i18n/lt.po create mode 100644 account_budget_oca/i18n/lv.po create mode 100644 account_budget_oca/i18n/mk.po create mode 100644 account_budget_oca/i18n/mn.po create mode 100644 account_budget_oca/i18n/nb.po create mode 100644 account_budget_oca/i18n/ne.po create mode 100644 account_budget_oca/i18n/nl.po create mode 100644 account_budget_oca/i18n/nl_BE.po create mode 100644 account_budget_oca/i18n/pl.po create mode 100644 account_budget_oca/i18n/pt.po create mode 100644 account_budget_oca/i18n/pt_BR.po create mode 100644 account_budget_oca/i18n/ro.po create mode 100644 account_budget_oca/i18n/ru.po create mode 100644 account_budget_oca/i18n/sk.po create mode 100644 account_budget_oca/i18n/sl.po create mode 100644 account_budget_oca/i18n/sq.po create mode 100644 account_budget_oca/i18n/sr.po create mode 100644 account_budget_oca/i18n/sr@latin.po create mode 100644 account_budget_oca/i18n/sv.po create mode 100644 account_budget_oca/i18n/sw.po create mode 100644 account_budget_oca/i18n/ta.po create mode 100644 account_budget_oca/i18n/te.po create mode 100644 account_budget_oca/i18n/th.po create mode 100644 account_budget_oca/i18n/tr.po create mode 100644 account_budget_oca/i18n/uk.po create mode 100644 account_budget_oca/i18n/vi.po create mode 100644 account_budget_oca/i18n/zh_CN.po create mode 100644 account_budget_oca/i18n/zh_TW.po create mode 100644 account_budget_oca/models/__init__.py create mode 100644 account_budget_oca/models/__pycache__/__init__.cpython-36.pyc create mode 100644 account_budget_oca/models/__pycache__/account_analytic_account.cpython-36.pyc create mode 100644 account_budget_oca/models/__pycache__/account_budget.cpython-36.pyc create mode 100644 account_budget_oca/models/account_analytic_account.py create mode 100644 account_budget_oca/models/account_budget.py create mode 100644 account_budget_oca/readme/CONTRIBUTORS.rst create mode 100644 account_budget_oca/readme/DESCRIPTION.rst create mode 100644 account_budget_oca/readme/HISTORY.rst create mode 100644 account_budget_oca/readme/ROADMAP.rst create mode 100644 account_budget_oca/security/account_budget_security.xml create mode 100644 account_budget_oca/security/ir.model.access.csv create mode 100644 account_budget_oca/static/description/index.html create mode 100644 account_budget_oca/tests/__init__.py create mode 100644 account_budget_oca/tests/common.py create mode 100644 account_budget_oca/tests/test_account_budget.py create mode 100644 account_budget_oca/tests/test_theoreticalamount.py create mode 100644 account_budget_oca/views/account_analytic_account_views.xml create mode 100644 account_budget_oca/views/account_budget_views.xml create mode 100644 account_budget_oca/views/res_config_settings_views.xml diff --git a/account_budget_oca/README.rst b/account_budget_oca/README.rst new file mode 100644 index 00000000..6ce07cfc --- /dev/null +++ b/account_budget_oca/README.rst @@ -0,0 +1,107 @@ +================== +Budgets Management +================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--budgeting-lightgray.png?logo=github + :target: https://github.com/OCA/account-budgeting/tree/12.0/account_budget_oca + :alt: OCA/account-budgeting +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-budgeting-12-0/account-budgeting-12-0-account_budget_oca + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/88/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows accountants to manage analytic and crossovered budgets. + +Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers +can set the planned amount on each Analytic Account. + +The accountant has the possibility to see the total of amount planned for each +Budget in order to ensure the total planned is not greater/lower than what he +planned for this Budget. Each list of record can also be switched to a graphical +view of it. + +Three reports are available: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +1. The first is available from a list of Budgets. It gives the spreading, for + these Budgets, of the Analytic Accounts. + +2. The second is a summary of the previous one, it only gives the spreading, + for the selected Budgets, of the Analytic Accounts. + +3. The last one is available from the Analytic Chart of Accounts. It gives + the spreading, for the selected Analytic Accounts of Budgets. + +**Table of contents** + +.. contents:: + :local: + +Known issues / Roadmap +====================== + +* This module is incompatible with Odoo Enterprise account_budget module + +Changelog +========= + +**This module is a backport from Odoo SA and as such, it is not included in the +OCA CLA. That means we do not have a copy of the copyright on it like all +other OCA modules.** + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Odoo S.A. + +Contributors +~~~~~~~~~~~~ + +* Odoo S.A. +* Ana Juaristi +* Oihane Crucelaegui + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/account-budgeting `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_budget_oca/__init__.py b/account_budget_oca/__init__.py new file mode 100644 index 00000000..d6210b12 --- /dev/null +++ b/account_budget_oca/__init__.py @@ -0,0 +1,3 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/account_budget_oca/__manifest__.py b/account_budget_oca/__manifest__.py new file mode 100644 index 00000000..6b54802b --- /dev/null +++ b/account_budget_oca/__manifest__.py @@ -0,0 +1,21 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Budgets Management', + 'version': '12.0.1.0.0', + 'category': 'Accounting', + 'license': 'LGPL-3', + 'author': 'Odoo S.A., ' + 'Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/account-budgeting', + 'depends': ['account'], + 'excludes': ['account_budget'], + 'data': [ + 'security/ir.model.access.csv', + 'security/account_budget_security.xml', + 'views/account_analytic_account_views.xml', + 'views/account_budget_views.xml', + 'views/res_config_settings_views.xml', + ], + 'demo': ['data/account_budget_demo.xml'], +} diff --git a/account_budget_oca/data/account_budget_demo.xml b/account_budget_oca/data/account_budget_demo.xml new file mode 100644 index 00000000..fac11c9e --- /dev/null +++ b/account_budget_oca/data/account_budget_demo.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/account_budget_oca/i18n/account_budget.pot b/account_budget_oca/i18n/account_budget.pot new file mode 100644 index 00000000..ed35f998 --- /dev/null +++ b/account_budget_oca/i18n/account_budget.pot @@ -0,0 +1,303 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+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: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" + diff --git a/account_budget_oca/i18n/af.po b/account_budget_oca/i18n/af.po new file mode 100644 index 00000000..e9289b0d --- /dev/null +++ b/account_budget_oca/i18n/af.po @@ -0,0 +1,309 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Andre de Kock , 2017 +# Somarie, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Somarie, 2018\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Rekeninge" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Begroting" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Begrotingslyn" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Begrotingslyne" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Begrotings" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Gekanselleer" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klik om 'n nuwe begroting op te stel." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Maatskappy" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Bevestig" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Bevestig" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Geskep deur" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Geskep op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Vertoningsnaam" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Klaar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Konsep" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Einddatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Laas Gewysig op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Laas Opgedateer deur" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Laas Opgedateer op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Naam" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Betaal Datum" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periode" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Beplande Bedrag" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktiese Bedrag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Verantwoordelike" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Begindatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Stand" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretiese Bedrag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretiese Bedrag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/am.po b/account_budget_oca/i18n/am.po new file mode 100644 index 00000000..f65986df --- /dev/null +++ b/account_budget_oca/i18n/am.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Kiros Haregewoine , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Kiros Haregewoine , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "ማፅደቅ" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "ተሰርዟል" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "ድርጅት" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "ማረጋገጫ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "ተረጋገጠ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "ፈጣሪው" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "የተፈጠረበት" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "ተጠናቋል" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "ንድፍ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "መጨረሻው ቀን" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "ስም" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "መጀመሪያው ቀን" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "ሁኔታው" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "ማፅደቅ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "ማረጋገጥ" diff --git a/account_budget_oca/i18n/ar.po b/account_budget_oca/i18n/ar.po new file mode 100644 index 00000000..ed422481 --- /dev/null +++ b/account_budget_oca/i18n/ar.po @@ -0,0 +1,325 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Mohammed Ibrahim , 2017 +# Ghaith Gammar , 2017 +# Shaima Safar , 2017 +# hoxhe Aits , 2017 +# Martin Trigaux, 2017 +# amrnegm , 2017 +# hamza tayseer atieh , 2017 +# Osama Ahmaro , 2017 +# Islam Eldeeb , 2017 +# Mustafa Rawi , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Mustafa Rawi , 2019\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"الميزانية أو موازنة المشروع هي توقعات مؤسستك للإيرادات والمصروفات المتوقعة " +"خلال فترة زمنية في المستقبل. يتم قياس الميزانية على أساس بعض الحسابات في " +"الدليل المحاسبي أو الحسابات التحليلي (والتي قد تمثل المشروعات، إدارات وأقسام" +" المؤسسة، المنتجات أو فئات المنتجات، إلخ)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "الحسابات" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "الإنجاز" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "الحساب التحليلي" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "موافقه" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "الموازنة" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "بنود الموازنة" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "خط الموازنة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "خطوط الموازنة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "اسم الموازنة" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "وضع الموازنة" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "مراكز الموازنة" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "الموازنات" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"عبر متابعة تدفقاتك النقدية، ستكون أقل عُرضة للإنفاق الزائد،\n" +"وأكثر قدرة على تحقيق أهدافك المالية. سجل توقعاتك عبر إنشاء\n" +"ميزانية تقديرية تفصل الأرباح المتوقعة لكل حساب تحليلي، وراقب\n" +"كيف ستجري الأمور على أرض الواقع خلال الفترة التي تحددها." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "إلغاء الموازنة" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "ملغى " + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "اضغط لإنشاء موازنة جديدة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "الشركة" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "تأكيد" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "مؤكد" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "منتهي" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "مسودة" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "موازنة مؤقتة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "تاريخ الإنتهاء" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "المعرف" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "الاسم" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "تاريخ الدفع" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "فترة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "المبلغ المخطط" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "المبلغ الفعلى" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "إعادة الى وضع المسودة" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "مسئول" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "تاريخ البدء" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "الحالة " + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "يجب أن تحتوي الموازنة على حساب واحد على الأقل." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "المبلغ النظرية" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "المبلغ النظرية" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "للاعتماد" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "للموافقة علي الموازنة" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "تم الإعتماد" diff --git a/account_budget_oca/i18n/bg.po b/account_budget_oca/i18n/bg.po new file mode 100644 index 00000000..c381a95b --- /dev/null +++ b/account_budget_oca/i18n/bg.po @@ -0,0 +1,320 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# aleksandar ivanov, 2018 +# Albena Mincheva , 2018 +# Kaloyan Naumov , 2018 +# Maria Boyadjieva , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Maria Boyadjieva , 2018\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Даден бюджет представлява прогноза за приходите и/или разходите на Вашата компания,\n" +" очаквани да определен период в бъдеще. Въпросният бюджет се определя от някои\n" +" финансови сметки и/или аналитични сметки (които могат да представляват\n" +" проекти, отдели/браншове, категории продукти и т.н.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Сметки" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Постижение" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Аналитична сметка" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Одобрявам" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Бюджет" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Бюджетни пунктове" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Ред в бюджета" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Редове на бюджет" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Име на бюджет" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Бюджетна позиция" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Бюджетни позиции" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Бюджети" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Като проследявате къде отиват парите Ви, ще влизате\n" +" в по-малък преразход и ще преследвате по-успешно финансовите си\n" +" цели. Предвиждайте даден бюджет, като уточнявате прецизно очакваните приходи по\n" +" аналитична сметка и следите развитието му въз основа на същинските разходи,\n" +" реализирани по време на този период." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Анулирайте/отменете бюджета" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Отказанa" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Натиснете бутона, за да създадете нов бюджет." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Фирма" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Потвърждаване" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Потвърден" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Готов" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Чернова" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Проектобюджети" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Крайна дата" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Име" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Дата на плащане" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Период" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Планирано количество" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Практическо количество" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Пращане в проект" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Отговорник" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Начална дата" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Състояние" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Теоритично количество" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Теоритично количество" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "За одобрение" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Бюджет за одобряване" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Проверен" diff --git a/account_budget_oca/i18n/bs.po b/account_budget_oca/i18n/bs.po new file mode 100644 index 00000000..c8269052 --- /dev/null +++ b/account_budget_oca/i18n/bs.po @@ -0,0 +1,309 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +# Boško Stojaković , 2017 +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analitički konto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Odobri" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Proračun" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Stavka budžeta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Retci proračuna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Proračunska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Proračunska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Proračuni" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Otkaži budžet" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Otkazan" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Kompanija" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Portvrdi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potvrđeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Gotovo" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "U pripremi" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budžeti u pripremi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Datum Završetka" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Naziv:" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Datum plaćanja" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Period" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planirani iznos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Stvarni iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Vrati u pripremu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odgovoran" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Datum početka" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretski iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretski iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Za odobriti" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Budžet za odobravanje" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Odobreno" diff --git a/account_budget_oca/i18n/ca.po b/account_budget_oca/i18n/ca.po new file mode 100644 index 00000000..85c75611 --- /dev/null +++ b/account_budget_oca/i18n/ca.po @@ -0,0 +1,318 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Quim - eccit , 2017 +# Sandra Franch , 2018 +# Martin Trigaux, 2018 +# RGB Consulting , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: RGB Consulting , 2018\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Un pressupost és una previsió dels ingressos i/o despeses esperades en la " +"seva companyia en un període en el futur. Es defineixen en diversos comptes " +"financers i/o analítiques (que poden representar projectes, departaments, " +"categories de productes, etc.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Comptes" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Assoliment" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Compte analític" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprova" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Pressupost" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Elements de pressupost" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Línia de pressupost" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Línies de pressupost" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nom del pressupost" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posició pressupostària" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posicions pressupostaries" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Pressupostos" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Fent un seguiment d'on van els seus diners, pot ser menys probable gastar " +"massa, i més probable aconseguir les seves metes financeres. Previngui un " +"pressupost detallant els ingressos esperats pel compte analític i monitori " +"la seva evolució basat en el real obtingut durant aquest període." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Cancel·lar presupost " + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancel·lada" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Faci clic per a crear un nou pressupost." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Companyia" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmada" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Mostrar Nom" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Fet" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Esborrany" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Pressupostos esborrany" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data final" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Darrera modificació feta el" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Actualitzat per última vegada per" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Actualitzat per última vegada el dia" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nom" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data de pagament" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Període" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Import pressupostat" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Import real" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Inicialitza a esborrany" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsable" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Data d'inici" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estat" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Import teòric" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Import teòric" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Per aprovar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Pressupostos per aprovar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validat" diff --git a/account_budget_oca/i18n/cs.po b/account_budget_oca/i18n/cs.po new file mode 100644 index 00000000..4df3ea00 --- /dev/null +++ b/account_budget_oca/i18n/cs.po @@ -0,0 +1,314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Jan Horzinka , 2018 +# Jiří P., 2018 +# Michal Veselý , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Michal Veselý , 2018\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Rozpočet je prognózou výnosů a / nebo nákladů vaší společnosti\n" +" pro předpokládané období v budoucnu. Rozpočet je definován na některých\n" +" finančních účtech a / nebo analytických účtech (které mohou představovat\n" +" projekty, oddělení, kategorie výrobků apod.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Účty" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analytický účet" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Potvrdit" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Rozpočet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Linie rozpočtu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Linie rozpočtu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Rozpočet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Zrušit rozpočet" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Zrušeno" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Firma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potvrdit" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potvrzeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Hotovo" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Návrh" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Koncepty rozpočtů" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Datum ukončení" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Název" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Období" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Plánovaná částka" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Nastavit na návrh" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odpovědný" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Datum zahájení" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Stav" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Ke schválení" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Ověřeno" diff --git a/account_budget_oca/i18n/da.po b/account_budget_oca/i18n/da.po new file mode 100644 index 00000000..15acf685 --- /dev/null +++ b/account_budget_oca/i18n/da.po @@ -0,0 +1,322 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Hans Henrik Gabelgaard , 2017 +# Pernille Kristensen , 2017 +# Ronni Poulsen , 2017 +# Morten Schou , 2017 +# Jesper Carstensen , 2017 +# Sanne Kristensen , 2017 +# Ejner Sønniksen , 2017 +# JonathanStein , 2017 +# lhmflexerp , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: lhmflexerp , 2018\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Et budget er en forecast for din virksomheds indtægter og/eller udgifter\n" +"for en fremtidig periode. Et budget er defineret på nogle\n" +"finansielle og/eller analytiske konti (der kan henvise til\n" +"projekter, afdelinger, produktkategorier mv.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konti" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Resultater" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analysekonto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Godkend" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Budget poster" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budget linie" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budget linier" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Budgetnavn" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budgetposition" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Budgetpositioner" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budgetter" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Ved at holde øje med hvor dine penge bruges, er der mindre risiko for at overskride budgettet, og større sandsynligt at opfylde de økonomiske\n" +"mål. Opstil et budget ved at specificere de forventede indtægter og udgifter fordelt på analytiske konti og overvåg udviklingen baseret på de realiserede tal i perioden." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Annuller budget" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Annulleret" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klik her for at oprette et nyt budget." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Virksomhed" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Bekræft" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Bekræftet" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Udført" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Kladde" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Kladdebudgetter" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Slut dato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Navn" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Betalingsdato" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periode" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Budgetteret beløb" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Realiseret beløb" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Nulstil til kladde" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Ansvarlig" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Start dato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Budgettet skal have mindst én konto." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretisk beløb" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretisk beløb" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Til godkendelse" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Til budgetgodkendelse" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Valideret" diff --git a/account_budget_oca/i18n/de.po b/account_budget_oca/i18n/de.po new file mode 100644 index 00000000..fa966eb7 --- /dev/null +++ b/account_budget_oca/i18n/de.po @@ -0,0 +1,329 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Gab_Odoo , 2017 +# Philipp Hug , 2017 +# Ermin Trevisan , 2017 +# Martin Trigaux, 2017 +# Tina Rittmüller , 2017 +# Niki Waibel, 2017 +# Anja Funk , 2017 +# Wolfgang Taferner, 2017 +# Henry Mineehen , 2017 +# Andreas Stauder , 2017 +# darenkster , 2017 +# Renzo Meister, 2017 +# Rudolf Schnapka , 2017 +# AppleMentalist , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: AppleMentalist , 2017\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Ein Budget ist die Vorhersage über erwartete Einnahmen und/oder Ausgaben " +"einer Periode in der Zukunft. Ein Budget wird über bestimmte Finanzkonten " +"und/oder Kostenstellen erstellt, welche Projekte, Abteilungen, Warengruppen," +" usw. darstellen können." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konten" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Abweichung in %" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Kostenstelle" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Genehmigen" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Budgetposten" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budgetzeile" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budgetzeilen" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Budgetname" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budgetposition" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Budgetpositionen" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budgets" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Durch Nachverfolgung Ihres Geldes, vermeiden Sie Überschuldung\n" +"und erreichen eher Ihre finanziellen Ziele. \n" +"Treffen Sie durch detaillierte Umsatzerwartungen pro \n" +"Kostenstelle Vorhersagen und beobachten die Entwicklung \n" +"anhand der Ist-Zahlen der jeweiligen Periode." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Budgetierung abbrechen" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Abgebrochen" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Anklicken zur Erstellung eines neuen Budgets." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Bestätigen" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Bestätigt" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Erledigt" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Entwurf" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budgetentwürfe" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Enddatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Name" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Zahldatum" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periode" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Geplanter Betrag" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Ist-Wert" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Zurücksetzen" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Verantwortlich" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Startdatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Das Budget muss mindestens ein Konto haben." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Soll-Wert" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Soll-Wert" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Zur Genehmigung" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Budgets genehmigen" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Bestätigt" diff --git a/account_budget_oca/i18n/el.po b/account_budget_oca/i18n/el.po new file mode 100644 index 00000000..caa8957e --- /dev/null +++ b/account_budget_oca/i18n/el.po @@ -0,0 +1,319 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# George Tarasidis , 2017 +# Kostas Goutoudis , 2017 +# Martin Trigaux, 2017 +# Vasilis Dimopoulos , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Vasilis Dimopoulos , 2018\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Ένας προϋπολογισμός είναι μια πρόβλεψη για το εισόδημα ή / και τα έξοδα της εταιρείας σας\n" +" που αναμένονται για μια περίοδο στο μέλλον. Ένας προϋπολογισμός ορίζεται σε ορισμένους\n" +" χρηματοοικονομικούς λογαριασμούς ή / και αναλυτικούς λογαριασμούς (που μπορεί να \n" +" αντιπροσωπεύουν έργα, τμήματα εταιρίας, κατηγορίες προϊόντων κ.λ.π.) " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Λογαριασμοί" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Επίτευξη" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Αναλυτικός Λογαριασμός" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Έγκριση" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Προϋπολογισμός" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Αντικείμενα Προϋπολογισμού" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Γραμμή Προϋπολογισμού" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr " Γραμμές Προϋπολογισμού" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Όνομα Προϋπολογισμού" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Προϋπολογιζόμενη Θέση" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Προϋπολογιζόμενες Θέσεις" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Προϋπολογισμοί" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Παρακολουθώντας το πού πηγαίνουν τα χρήματά σας, ίσως είναι λιγότερο\n" +" πιθανό να υπερβείτε το ποσό και πιθανόν να καλύψετε τους οικονομικούς σας\n" +" στόχους. Προβλέψτε έναν προϋπολογισμό, αναγράφοντας λεπτομερώς τα αναμενόμενα \n" +" έσοδα ανά αναλυτικό λογαριασμό και παρακολουθώντας την εξέλιξή του με βάση\n" +" τα πραγματικά στοιχεία που πραγματοποιήθηκαν κατά τη διάρκεια αυτής της περιόδου. " + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Ακύρωση Προϋπολογισμού" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Ακυρώθηκε" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Κάντε κλικ για να δημιουργήσετε έναν νέο προϋπολογισμό." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Εταιρία" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Επιβεβαίωση" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Επιβεβαιώθηκε" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Ολοκληρωμένος" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Πρόχειρος" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Πρόχειροι Προϋπολογισμοί" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Ημερ. Λήξης" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "Κωδικός" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Περιγραφή" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Ημερομηνία Εξόφλησης" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Περίοδος" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Προϋπολογιζόμενο Ποσό" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Πρακτικό Ποσό" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Επαναφορά σε Προσχέδιο" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Υπεύθυνοι" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Ημερομηνία Έναρξης" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Κατάσταση" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Ο προϋπολογισμός πρέπει να έχει τουλάχιστον ένα λογαριασμό." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Υπολογιζόμενο Ποσό" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Υπολογιζόμενο Ποσό" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Προς Έγκριση" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Προϋπολογισμός προς Έγκριση" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Επικυρώθηκε" diff --git a/account_budget_oca/i18n/en_AU.po b/account_budget_oca/i18n/en_AU.po new file mode 100644 index 00000000..f45e81e3 --- /dev/null +++ b/account_budget_oca/i18n/en_AU.po @@ -0,0 +1,543 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-09-19 08:17+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/" +"language/en_AU/)\n" +"Language: en_AU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Analysis from:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analysis from" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Budget:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Currency:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Currency" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Printed at:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Total:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report +msgid "Account Budget crossovered report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report +msgid "Account Budget crossovered summary report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_analytic +#: model:ir.model,name:account_budget_oca.model_account_budget_report +msgid "Account Budget report for analytic account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Cancel" +msgstr "Cancel" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirm" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Description" +msgstr "Description" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to +msgid "End of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Name" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Perc(%)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Planned Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Practical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print" +msgstr "Print" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report +msgid "Print Summary" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsible" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Select Dates Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from +msgid "Start of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "" + +#. module: account_budget_oca +#: code:addons/account_budget/account_budget_oca.py:104 +#, python-format +msgid "The Budget '%s' has no accounts!" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Theoretical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +msgid "This wizard is used to print budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +msgid "This wizard is used to print summary of budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "at" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget +msgid "report.account_budget_oca.report_analyticaccountbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget +msgid "report.account_budget_oca.report_budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget +msgid "report.account_budget_oca.report_crossoveredbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "to" +msgstr "" diff --git a/account_budget_oca/i18n/en_GB.po b/account_budget_oca/i18n/en_GB.po new file mode 100644 index 00000000..dde19e60 --- /dev/null +++ b/account_budget_oca/i18n/en_GB.po @@ -0,0 +1,307 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analytic Account" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelled" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Company" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es.po b/account_budget_oca/i18n/es.po new file mode 100644 index 00000000..e954782f --- /dev/null +++ b/account_budget_oca/i18n/es.po @@ -0,0 +1,324 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Pedro M. Baeza , 2017 +# Nicolás Broggi , 2017 +# José Vicente , 2017 +# Luis M. Ontalba , 2017 +# Martin Trigaux, 2017 +# Gustavo Valverde, 2017 +# Alejandro Santana , 2017 +# Sergio Flores , 2017 +# Christopher Ormaza , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Christopher Ormaza , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/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: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Un presupuesto es una proyección de los ingresos y/o gastos esperados en su " +"compañía en un período en el futuro. Se define en varias cuentas financieras" +" y/o analíticas (que pueden representar proyectos, departamentos, categorías" +" de productos, etc)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Cuentas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Logro" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprobar" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Presupuesto" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Elementos de Presupuesto" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Línea de Presupuesto" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Líneas de Presupuesto" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nombre del Presupuesto" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posición Presupuestaria" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posiciones Presupuestarias" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Presupuestos" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Haciendo un seguimiento de dónde va su dinero, puede ser menos\n" +"probable gastar demasiado, y más probable alcanzar sus metas\n" +"financieras. Prevea un presupuesto detallando los ingresos esperados por\n" +"cuenta analítica y monitorice su evolución basada en lo real\n" +"obtenido durante ese periodo." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Cancelar Presupuesto" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Pulse para crear un nuevo presupuesto." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Hecho" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Borrador" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Presupuestos Borrador" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Fecha final" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nombre" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Fecha Pago" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Período" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Importe Planificado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Importe Real" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Cambiar a Borrador" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsable" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Fecha de inicio" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "El presupuesto debe tener al menos de una cuenta." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Importe teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Importe teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Para Aprobar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Presupuestos para Aprobar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validado" diff --git a/account_budget_oca/i18n/es_BO.po b/account_budget_oca/i18n/es_BO.po new file mode 100644 index 00000000..d3416059 --- /dev/null +++ b/account_budget_oca/i18n/es_BO.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/" +"es_BO/)\n" +"Language: es_BO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_CL.po b/account_budget_oca/i18n/es_CL.po new file mode 100644 index 00000000..cc32e0e7 --- /dev/null +++ b/account_budget_oca/i18n/es_CL.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/" +"es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_CO.po b/account_budget_oca/i18n/es_CO.po new file mode 100644 index 00000000..3c50dab1 --- /dev/null +++ b/account_budget_oca/i18n/es_CO.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/" +"teams/41243/es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta Analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado(a)" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_CR.po b/account_budget_oca/i18n/es_CR.po new file mode 100644 index 00000000..ecffb377 --- /dev/null +++ b/account_budget_oca/i18n/es_CR.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/" +"teams/41243/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelada" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_EC.po b/account_budget_oca/i18n/es_EC.po new file mode 100644 index 00000000..d29a7f0c --- /dev/null +++ b/account_budget_oca/i18n/es_EC.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/" +"es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por:" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Fecha de modificación" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Ultima Actualización por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Actualizado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_PE.po b/account_budget_oca/i18n/es_PE.po new file mode 100644 index 00000000..b59f4467 --- /dev/null +++ b/account_budget_oca/i18n/es_PE.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/" +"es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta Analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañia" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_PY.po b/account_budget_oca/i18n/es_PY.po new file mode 100644 index 00000000..0213c461 --- /dev/null +++ b/account_budget_oca/i18n/es_PY.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/" +"teams/41243/es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta Analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/es_VE.po b/account_budget_oca/i18n/es_VE.po new file mode 100644 index 00000000..326fe62b --- /dev/null +++ b/account_budget_oca/i18n/es_VE.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/" +"teams/41243/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelada" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/et.po b/account_budget_oca/i18n/et.po new file mode 100644 index 00000000..e56e2aad --- /dev/null +++ b/account_budget_oca/i18n/et.po @@ -0,0 +1,322 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Wanradt Koell , 2017 +# Rivo Zängov , 2017 +# Martin Trigaux, 2017 +# Arma Gedonsky , 2017 +# Egon Raamat , 2017 +# Eneli Õigus , 2017 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Eneli Õigus , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Eelarve on teie ettevõtte tulude ja/või kulude eeldatav\n" +" prognoos teatud tuleviku perioodiks. Eelarvet kirjeldatakse\n" +" finantskontodega ja/või analüütiliste kontodega (mis võivad tähendada\n" +" projekte, osakondi, tootekategooriaid jne)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Kontod" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Saavutus" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analüütiline konto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Nõustu" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Eelarve" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Eelarve kirje" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Eelarve rida" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Eelarveread" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Eelarve nimi" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Eelarveline positsioon" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Eelarvepositsioonid" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Eelarved" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Jälgides, kuhu teie raha liigub, kulutate tõenäoliselt\n" +" vähem ja suurema tõenäosusega saavutate finantseesmärgid.\n" +" Prognoosi eelarvet täpsustades oodatud tulu analüütilise\n" +" konto kohta ja jälgige selle arengut lähtudes reaalselt\n" +" sel perioodil realiseeritust." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Tühista eelarve" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Tühistatud" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Vajuta, et luua uus eelarve." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Ettevõte" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Kinnita" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Kinnitatud" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Loomise kuupäev" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Tehtud" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Mustand" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Eelarve mustandid" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Lõppkuupäev" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nimi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Maksmise kuupäev" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periood" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planeeritud summa" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktiline summa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Lähtesta mustandiks" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Vastutav" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Alguskuupäev" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Staatus" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Eelarvel peab olema vähemalt üks konto." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoreetiline summa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoreetiline summa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Kinnitamiseks" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Kinnitamist ootavad eelarved" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Kinnitatud" diff --git a/account_budget_oca/i18n/eu.po b/account_budget_oca/i18n/eu.po new file mode 100644 index 00000000..b6a71106 --- /dev/null +++ b/account_budget_oca/i18n/eu.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Mikel Lizarralde , 2017 +# Eneko , 2018 +# Naomi Hidalgo , 2018 +# oihane , 2018 +# Gorka Toledo , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Gorka Toledo , 2018\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Kontuak" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Lorpena" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Kontu analitikoa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Onartu" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Aurrekontua" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Aurrekontuko artikulua" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Aurrekontuko lerroa" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Aurrekontuko lerroak" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Aurrekontuaren izena" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Aurrekontuak" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Baliogabetu aurrekontua" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Ezeztatua" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Egin klik aurrekontu berria sortzeko" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Enpresa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Baieztatu" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Baieztatua" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Noiz sortua" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Egina" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Zirriborroa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Zirriborroan dauden aurrekontuak" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Amaiera Data" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Azkenengoz nork eguneratua" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Azkenengoz noiz eguneratua" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Izena" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Ordainketa eguna" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Aldiak" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Berrezarri zirriborrora" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Arduraduna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Hasiera Data" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Egoera" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Aurrekontuak kontu bat eduki behar du gutxienez" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Onartzeko" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Onartzeko aurrekontuak" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Balidatuta" diff --git a/account_budget_oca/i18n/fa.po b/account_budget_oca/i18n/fa.po new file mode 100644 index 00000000..de8d90bf --- /dev/null +++ b/account_budget_oca/i18n/fa.po @@ -0,0 +1,322 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Sahand Hashemi , 2017 +# Hamid Darabi, 2017 +# Martin Trigaux, 2017 +# Hamed Mohammadi , 2017 +# Sepehr Khoshnood , 2017 +# Faraz Sadri Alamdari , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Faraz Sadri Alamdari , 2017\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"بودجه یک پیشبینی برای درآمد و/یا هزینه های\n" +"مورد انتظار برای یک دوره در آینده می باشد.\n" +"یک بودجه تعریف شده برای برخی\n" +"حسابهای مالی و/یا حسابهای آنالیزی (که ممکن است بیانگر\n" +"پروژه ها، ادارات، دسته بندی های محصولات و غیره باشد.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "حساب‌ها" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "دستاورد" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "حساب تحلیلی" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "موافقت" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "بودجه" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "آیتم های بودجه" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "خط بودجه" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "خطوط بودجه" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "نام بودجه" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "منصب بودجه ای" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "مناصب بودجه ای" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "بودجه ها" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"بهترین راه رسیدن به اهداف مالی \n" +"و همچنین جلوگیری از اسراف و افراط هزینه ها \n" +"این است که هزینه های مالی خود را تحت نظر بگیرید.\n" +"با تحلیلی دقیق و جزء به جزء به تعیین بودجه ای در یک دوره خاص بپردازید \n" +"و بدین وسیله تحولات آن دوره را تحت نظر بگیرید." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "لغو بودجه" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "لغو شد" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "برای ایجاد بودجه جدید کلیک کنید." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "شرکت" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "تایید" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "تایید شد" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "نام نشان داده شده" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "انجام شد" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "پیشنویس" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "بودجه‌های پیشنویس" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "تاریخ پایان" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "شناسه" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "آخرین به‌روزرسانی در تاریخ " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "نام" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "تاریخ پرداخت" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "دوره" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "مقدار برنامه ریزی شده" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "مقدار کاربردی" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "بازنشانی به پیشنویس" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "پاسخگو" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "تاریخ آغاز" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "وضعیت" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "بودجه حداقل باید حداقل یک حساب داشته باشد." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "مقدار تئوری" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "مقدار تئوری" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "برای موافقت" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "برای موافقت بودجه‌ها" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "معتبر" diff --git a/account_budget_oca/i18n/fi.po b/account_budget_oca/i18n/fi.po new file mode 100644 index 00000000..8a9b1c2f --- /dev/null +++ b/account_budget_oca/i18n/fi.po @@ -0,0 +1,324 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Kari Lindgren , 2017 +# Martin Trigaux , 2017 +# Jussi Lehto , 2017 +# Svante Suominen , 2017 +# Miku Laitinen , 2017 +# Jarmo Kortetjärvi , 2017 +# salmemik , 2017 +# Tuomo Aura , 2017 +# Veikko Väätäjä , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Veikko Väätäjä , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Budjetti on ennuste yrityksesi tuloista ja/tai menoista, joita oletetaan " +"tulevalle aikajaksolle. Budjetti on liitetty tileihin ja/tai " +"kustannuspaikkoihin (jotka voivat edustaa projekteja, osastoja, " +"tuotekategorioita jne.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Tilit" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Saavutus" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analyyttinen tili" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Hyväksy" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budjetti" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Budjettikohdat" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budjettirivi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budjettirivit" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Budjetin nimi" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budjetin positiointi" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr " Budjettien positioinnit" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budjetit" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Seuraamalla yrityksen rahankäyttöä, on todennäköisyys liialle \n" +"kulutukselle pienempi, ja saavutat todennäköisemmin \n" +"taloudelliset tavoitteesi. Täytä budjetti kohdistamalla arvioidut \n" +"tulot kustannuspaikoille ja seuraa arviota toteumaan kyseisellä \n" +"ajanjaksolla." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Peruuta budjetti" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Peruttu" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klikkaa luodaksesi uusi budjetti." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Yritys" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Vahvista" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Vahvistettu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Valmis" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Luonnos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budjettiehdotus" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Päättymispäivä" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nimi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Maksupäivä" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Jakso" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Suunniteltu määrä" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Käytännön määrä" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Palauta ehdotuksesi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Vastuuhenkilö" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Alkupäivä" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Tila" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoreettinen määrä" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoreettinen määrä" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Hyväksyttävänä" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Budjettien hyväksyntä" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Vahvistettu" diff --git a/account_budget_oca/i18n/fo.po b/account_budget_oca/i18n/fo.po new file mode 100644 index 00000000..3a613ea8 --- /dev/null +++ b/account_budget_oca/i18n/fo.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Jarnhold Nattestad , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Jarnhold Nattestad , 2018\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Bókhald" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analytiskt bókhald" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Fyritøka" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Byrjað av" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Byrjað tann" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Vís navn" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Liðugt" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Seinast rættað tann" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Seinast dagført av" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Seinast dagført tann" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Navn" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Byrjanardato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/fr.po b/account_budget_oca/i18n/fr.po new file mode 100644 index 00000000..b971072b --- /dev/null +++ b/account_budget_oca/i18n/fr.po @@ -0,0 +1,327 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Bertrand LATOUR , 2017 +# Fabien Pinckaers , 2017 +# Micky Jault , 2017 +# Martin Trigaux , 2017 +# Eloïse Stilmant , 2017 +# Maxime Chambreuil , 2017 +# Olivier Lenoir , 2017 +# Nancy Bolognesi , 2017 +# Adriana Ierfino , 2017 +# Frédéric LIETART , 2017 +# Florent de Labarre , 2017 +# Florian Hatat , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Florian Hatat , 2017\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Un budget est une prévision des revenus d'une entreprise et/ou des dépenses " +"prévues pour une période à venir. Un budget est défini sur certains comptes " +"financiers et/ou des comptes analytiques (qui peuvent représenter des " +"projets, des départements, des catégories de produits, etc.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Comptes" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Réalisation" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Compte analytique" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Approuver" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Postes budgétaires" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Ligne de budget" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Lignes de budget" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nom du budget" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Poste budgétaire" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Postes budgétaires" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budgets" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"En gardant la trace de là où va votre argent, vous pouvez être moins enclin " +"à dépenser, et plus susceptible de répondre à vos objectifs financiers. " +"Planifier un budget en détaillant les recettes attendues par compte " +"analytique et surveiller son évolution sur la base des dépenses réelles " +"réalisées au cours de cette période." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Annuler le budget" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Annulé" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Cliquer pour créer un nouveau budget." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Société" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmer" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmé" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Fait" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Brouillon" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budgets brouillons" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Date de fin" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nom" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Date de paiement" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Période" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Montant prévu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Montant réel" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Remettre en brouillon" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsable" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Date de début" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "État" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Le budget doit avoir au moins un compte." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Montant théorique" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Montant théorique" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "À approuver" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Budgets à approuver" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validé" diff --git a/account_budget_oca/i18n/fr_BE.po b/account_budget_oca/i18n/fr_BE.po new file mode 100644 index 00000000..c7920007 --- /dev/null +++ b/account_budget_oca/i18n/fr_BE.po @@ -0,0 +1,565 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Dorian Erkens , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-03-16 16:39+0000\n" +"Last-Translator: Dorian Erkens \n" +"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/" +"language/fr_BE/)\n" +"Language: fr_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Analysis from:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analysis from" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Account" +msgstr "Comptabilité Analytique" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Budget:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Currency:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Currency" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Printed at:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Total:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report +msgid "Account Budget crossovered report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report +msgid "Account Budget crossovered summary report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_analytic +#: model:ir.model,name:account_budget_oca.model_account_budget_report +msgid "Account Budget report for analytic account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Comptes" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Cancel" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Société" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmé" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Description" +msgstr "Description" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Date de fin" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to +msgid "End of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Derniere fois mis à jour par" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Dernière mis à jour le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nom" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Perc(%)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Planned Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Practical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report +msgid "Print Summary" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsable" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Select Dates Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Date de début" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from +msgid "Start of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Statut" + +#. module: account_budget_oca +#: code:addons/account_budget/account_budget_oca.py:104 +#, python-format +msgid "The Budget '%s' has no accounts!" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Theoretical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +msgid "This wizard is used to print budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +msgid "This wizard is used to print summary of budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "at" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget +msgid "report.account_budget_oca.report_analyticaccountbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget +msgid "report.account_budget_oca.report_budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget +msgid "report.account_budget_oca.report_crossoveredbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "to" +msgstr "" + +#~ msgid "Date of the last message posted on the record." +#~ msgstr "Date du dernier message posté sur l'enregistrement." + +#~ msgid "Followers" +#~ msgstr "Abonnés" + +#~ msgid "If checked new messages require your attention." +#~ msgstr "Si coché, les nouveaux messages requierent votre attention. " + +#~ msgid "Last Message Date" +#~ msgstr "Date du dernier message" + +#~ msgid "Messages" +#~ msgstr "Messages" + +#~ msgid "Messages and communication history" +#~ msgstr "Messages et historique des communications" + +#~ msgid "Unread Messages" +#~ msgstr "Messages non lus" diff --git a/account_budget_oca/i18n/fr_CA.po b/account_budget_oca/i18n/fr_CA.po new file mode 100644 index 00000000..e11a6d85 --- /dev/null +++ b/account_budget_oca/i18n/fr_CA.po @@ -0,0 +1,307 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\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" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Annulé" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "Identifiant" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Statut" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/gl.po b/account_budget_oca/i18n/gl.po new file mode 100644 index 00000000..e3765b45 --- /dev/null +++ b/account_budget_oca/i18n/gl.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Alejandro Santana , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Alejandro Santana , 2018\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Contas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Conta analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprobar" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Presuposto" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Liña de Presuposto" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Liñas de presuposto" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posición presupostaria" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posicións presupuestarias" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Presupostos" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Cancelar orzamento" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creado o" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Amosar nome" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Feito" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Borrador" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Borradores de orzamentos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data de remate" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nome" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data de pago" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Período" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Importe previsto" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Importe Real" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Cambiar a modo Borrador" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsable" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Data de comezo" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Importe teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Importe teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Para aprobar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Orzamentos por aprobar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validado" diff --git a/account_budget_oca/i18n/gu.po b/account_budget_oca/i18n/gu.po new file mode 100644 index 00000000..1f0f92dd --- /dev/null +++ b/account_budget_oca/i18n/gu.po @@ -0,0 +1,310 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2018 +# Dharmraj Jhala , 2018 +# Divya Pandya , 2018 +# Turkesh Patel , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Turkesh Patel , 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "ખાતાઓ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "વિશ્લેષણાત્મક ખાતું" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "રદ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "કંપની" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "ખાતરી" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "સમર્થિત" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "બનાવનાર" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "પ્રદર્શન નામ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "પુર્ણ થયુ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "ડ્રાફ્ટ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "અંતિમ તારીખ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ઓળખ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "નામ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "અવધિ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "શરુઆતની તારીખ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "સ્થિતિ" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/he.po b/account_budget_oca/i18n/he.po new file mode 100644 index 00000000..24592d4b --- /dev/null +++ b/account_budget_oca/i18n/he.po @@ -0,0 +1,310 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Yihya Hugirat , 2017 +# שהאב חוסיין , 2018 +# Martin Trigaux, 2018 +# Moshe Flam , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Moshe Flam , 2018\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "חשבונות" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "הישג" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "חשבון ניהולי" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "אשר" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "תקציב" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "פריטי תקציב" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "שורת תקציב" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "שורות תקציב" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "שם התקציב" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "מיקום התקציב" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "מיקומי התקציבים" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "תקציבים" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "בטל תקציב" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "בוטלה" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "לחץ כדי ליצור תקציב חדש." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "חברה" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "אשר" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "מאושר" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "בוצע" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "טיוטה" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "טיוטות תקציב" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "תאריך סיום" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "מזהה" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "תאריך עדכון אחרון" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "שם" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "תאריך תשלום" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "תקופה" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "סכום מתוכנן" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "סכום מעשי" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "הפוך לטיוטה" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "אחראי" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "תאריך התחלה" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "סטטוס" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "כמות אמורה" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "כמות אמורה" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "על מנת לאשר" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "על מנת לאשר תקציבים" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "תקין" diff --git a/account_budget_oca/i18n/hi.po b/account_budget_oca/i18n/hi.po new file mode 100644 index 00000000..d80e21eb --- /dev/null +++ b/account_budget_oca/i18n/hi.po @@ -0,0 +1,557 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-06-03 04:50+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Hindi (http://www.transifex.com/odoo/odoo-9/language/hi/)\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Analysis from:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analysis from" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Budget:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Currency:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Currency" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Printed at:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Total:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report +msgid "Account Budget crossovered report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report +msgid "Account Budget crossovered summary report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_analytic +#: model:ir.model,name:account_budget_oca.model_account_budget_report +msgid "Account Budget report for analytic account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +msgid "Budgetary Positions" +msgstr "बजटीय स्थितियां" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Cancel" +msgstr "रद्द" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "निरस्त" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "संस्था" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "पुष्टि करें" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "पुष्टि" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Description" +msgstr "विवरण" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "हो गया" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "मसौदा" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "समाप्ति तिथि" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to +msgid "End of period" +msgstr "अवधि की समाप्ति" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "नाम" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Perc(%)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Planned Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "व्यावहारिक राशि" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Practical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print" +msgstr "प्रिंट" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print Budgets" +msgstr "प्रिंट बजट" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report +msgid "Print Summary" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "जिम्मेदार" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Select Dates Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "प्रारंभ दिनांक" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from +msgid "Start of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "स्थिति" + +#. module: account_budget_oca +#: code:addons/account_budget/account_budget_oca.py:104 +#, python-format +msgid "The Budget '%s' has no accounts!" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Theoretical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Theoretical राशि" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +msgid "This wizard is used to print budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +msgid "This wizard is used to print summary of budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "at" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget +msgid "report.account_budget_oca.report_analyticaccountbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget +msgid "report.account_budget_oca.report_budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget +msgid "report.account_budget_oca.report_crossoveredbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "to" +msgstr "" + +#~ msgid "Followers" +#~ msgstr "फ़ॉलोअर्स" + +#~ msgid "If checked new messages require your attention." +#~ msgstr "sale" + +#~ msgid "Messages" +#~ msgstr "संदेश" + +#~ msgid "Messages and communication history" +#~ msgstr "संदेश और संचार इतिहास" + +#~ msgid "Unread Messages" +#~ msgstr "अपठित संदेश" diff --git a/account_budget_oca/i18n/hr.po b/account_budget_oca/i18n/hr.po new file mode 100644 index 00000000..7923722c --- /dev/null +++ b/account_budget_oca/i18n/hr.po @@ -0,0 +1,316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Đurđica Žarković , 2017 +# Marijan Rajic , 2017 +# Karolina Tonković , 2017 +# Vladimir Olujić , 2017 +# Martin Trigaux, 2017 +# Bole , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Bole , 2019\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/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: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"BUdžet je prognoziranje prihoda i rashoda vaše tvrtke\n" +"očekivano u budućem periodu. Budžet se definira na nekim financijskim kontima i/ili analitičkim kontima (koja mogu predstavljati\n" +"projekte, odjele, kategorije proizvoda itd.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Dostignuće" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Konto analitike" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Odobri" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Proračun" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Stavke proračuna" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Redak proračuna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Stavke proračuna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Naziv budžeta" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Proračunska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Proračunska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Proračuni" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Poništi proračun" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Otkazano" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Kliknite za kreiranje novog budžeta." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Tvrtka" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potvrdi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potvrđeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Riješeno" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Nacrt" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Nacrti proračuna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Završni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Naziv" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Datum plaćanja" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Period" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planirani iznos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Stvarni iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Vrati u nacrt" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odgovoran" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Početni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Proračun mora sadržavati barem jedan konto." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretski iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretski iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Za odobriti" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Nepotvrđeni proračuni" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Provjereno" diff --git a/account_budget_oca/i18n/hu.po b/account_budget_oca/i18n/hu.po new file mode 100644 index 00000000..65d2d021 --- /dev/null +++ b/account_budget_oca/i18n/hu.po @@ -0,0 +1,320 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# krnkris , 2017 +# Martin Trigaux , 2017 +# Kovács Tibor , 2017 +# gezza , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: gezza , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"A költségvetés a vállalat bevételeinek és/vagy költségeinek várható\n" +"állapotáról ad előrejelzést adott időszakra értelmezve.\n" +"Egy költségvetés meghatározható főkönyvi számlákon és/vagy\n" +"elemző számlákon (ami képviselhet projektet, vállalat egy\n" +"osztályát, termék kategóriát, stb.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Számlák" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Eredmény" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analitikus könyvelés" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Jóváhagyás" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Költségvetés" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Költségvetés tételsorok" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Költségvetési tervsor" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Költségvetési sorok" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Költségvetési terv neve" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Költségvetési pozíció" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Költségvetési pozíciók" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Költségvetési pénzügyi tervek" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Annak nyomon követése, hogy mire használja a pénzét, és nehogy túl\n" +" költekezzen, és még inkább fenntartsa anyagi helyzetét és \n" +" céljait. Üzleti terv előrejelzés egy részletes várható bevétel \n" +" elemző számlánként és fejlődés monitorozása az aktuális az időszak alatt\n" +" megvalósult bevétel alapján." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Költségvetés törlése" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Törölt" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Kattintson új üzleti terv/költségvetés étrehozásához." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Vállalat" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Megerősítés" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Megerősített" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Létrehozta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Létrehozva" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Megjelenített név" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Elvégezve" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Tervezet" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Előzetes, tervezett költségvetés" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Befejezés dátuma" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "Azonosító" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Utoljára módosítva" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítette" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Név" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Kifizetés dátuma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Időszak" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Tervezett összeg" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Tényleges összeg" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Visszaállítás tervezet állapotba" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Felelős" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Kezdő dátum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Állapot" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Elméleti mennyiség" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Elméleti összeg" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Jóváhagyandó" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Költségvetés jóváhagyása" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Jóváhagyott" diff --git a/account_budget_oca/i18n/id.po b/account_budget_oca/i18n/id.po new file mode 100644 index 00000000..aba8ff86 --- /dev/null +++ b/account_budget_oca/i18n/id.po @@ -0,0 +1,318 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Bonny Useful , 2017 +# Wahyu Setiawan , 2017 +# Martin Trigaux , 2017 +# William Surya Permana , 2017 +# Hendro Yulianto , 2017 +# Lorenz Damara , 2017 +# Gusti Rini , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Gusti Rini , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Anggaran belanja adalah ramalan dari pendapatan dan/atau beban perusahaan Anda\n" +"yang diharapkan untuk periode mendatang. Anggaran belanja didefinisikan sebagai akun finansial dan/atau akun analitik (yang mungkin mewakili\n" +"proyek, departemen, kategori dari produk, dll.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Akun" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Pencapaian" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Akun Analitik" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Setuju" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Anggaran" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Pos anggaran" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "garis anggaran belanja" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "garis Anggaran belanja" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nama Anggaran" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posisi anggaran" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posisi anggaran" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Anggaran" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Dengan selalu mengetahui kemana uang yg keluar, anda akan cenderung tidak melakukan pengeluaran berlebihan, dan berpeluang lebih besar untuk mencapai target keuangan anda.\n" +"Peramalan anggaran dengan memperinci pendapatan yang diharapkan untuk setiap akun analitik dan memonitor perubahannya berdasarkan aktual yang di realisasikan dalam perioda tersebut" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Membatalkan anggaran" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Dibatalkan" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klik untuk membuat anggaran baru" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Perusahaan" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Konfirmasi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Ditetapkan" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "selesai" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Draft" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Rancangan anggaran" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Tanggal berakhir" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Terakhir diperbarui oleh" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Terakhir diperbarui pada" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nama" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Tanggal Dibayar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periode" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Jumlah yang direncanakan" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Jumlah praktis" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Reset ke Draft" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "bertanggung jawab" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Tanggal Mulai" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Anggaran harus memiliki setidaknya satu akun." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Jumlah teoritis" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Jumlah Theoretical" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Untuk Disetujui" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Untuk menyetujui anggaran" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Sudah Divalidasi" diff --git a/account_budget_oca/i18n/is.po b/account_budget_oca/i18n/is.po new file mode 100644 index 00000000..b4f64cb6 --- /dev/null +++ b/account_budget_oca/i18n/is.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Bjorn Ingvarsson , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Bjorn Ingvarsson , 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Accounts" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Kostnaðarreikningur" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Hætt við" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Fyrirtæki" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirm" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Samþykkt" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Stofnað af" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Stofndagur" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Afgreitt" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Tillaga" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "End Date" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Síðast breytt" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Síðast uppfært af" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Dags. síðustu uppfærlsu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Heiti" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Tímabil" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Reset to Draft" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Ábyrgur" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Upphafsdagur" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Staða" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validated" diff --git a/account_budget_oca/i18n/it.po b/account_budget_oca/i18n/it.po new file mode 100644 index 00000000..81cd95da --- /dev/null +++ b/account_budget_oca/i18n/it.po @@ -0,0 +1,325 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Manuela Feliciani , 2018 +# David Minneci , 2018 +# Sergio Zanchetta , 2018 +# Francesco Garganese , 2018 +# Martin Trigaux, 2018 +# Giacomo Grasso , 2018 +# Paolo Valier, 2018 +# Léonie Bouchat , 2018 +# Marco Calcagni , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Marco Calcagni , 2018\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Un budget è una previsione di costi o ricavi della tua azienda\n" +"attesa per un periodo futuro. Un budget è definito su alcuni conti\n" +"finanziari e/o analitici (che possono rappresentare progetti,\n" +"dipartimenti, categorie di prodotti, ecc.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Conti" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Realizzazione" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Conto analitico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Approva" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Elementi del Budget" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Riga del budget" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Righe Budget" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nome Budget" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posizione di bilancio" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posizioni di Bilancio" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Tenendo traccia di dove sta andando il tuo denaro, puoi essere meno\n" +" incline a spendere e raggiungerai più facilmente i tuoi obiettivi\n" +" finanziari. Pianifica un budget specificando le entrate previste per\n" +" conto analitico e monitora l'evoluzione sulla base delle spese effettive\n" +" sostenute durante tale periodo." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Annulla budget" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Annullato" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Clicca per creare un nuovo budget." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Azienda" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Conferma" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confermato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Visualizza Nome" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Completato" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Bozza" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budget in Bozza" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data finale" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nome" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data di pagamento" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periodo" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Importo pianificato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Importo effettivo" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Reimposta a bozza" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsabile" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Data inizio" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Stato" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Il budget deve avere almeno un conto. " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Importo teorico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Importo teorico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Da Approvare" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Approvazione Budgets" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Confermato" diff --git a/account_budget_oca/i18n/ja.po b/account_budget_oca/i18n/ja.po new file mode 100644 index 00000000..9a80d43b --- /dev/null +++ b/account_budget_oca/i18n/ja.po @@ -0,0 +1,319 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Yoshi Tashiro , 2017 +# Martin Trigaux , 2017 +# Norimichi Sugimoto , 2017 +# Manami Hashi , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Manami Hashi , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"予算は、将来のある期間に期待されるあなたの会社の収入\n" +" および/または経費の予測です。\n" +" 予算は、いくつかの財務勘定および/または分析勘定\n" +" (プロジェクト、部門、プロダクトカテゴリなどを表す場合があります)に\n" +" 定義されています。" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "アカウント" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "成果" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "分析勘定" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "承認" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "予算" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "予算アイテム" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "予算ライン" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "予算ライン" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "予算名" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "予算上のポジション" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "予算ポジション" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "予算" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"お金の動きを把握し、無駄な出費を避けることによって、\n" +" 財務上の目標を達成する可能性が高くなります。\n" +" 分析勘定ごとの予想収益を詳述して予算を予測し、\n" +" その期間に実現した実績に基づいて進化を監視します。" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "予算取消" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "取消済" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "クリックして新しい予算を作成" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "会社" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "確認" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "確認済" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "作成日" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "完了" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "ドラフト" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "予算案" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "終了日" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "名称" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "支払日" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "期間" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "予定額" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "実際の金額" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "ドラフトに再設定" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "担当者" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "開始日" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "ステータス" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "理論的な金額" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "理論的な金額" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "未承認" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "予算の承認" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "検証済" diff --git a/account_budget_oca/i18n/ka.po b/account_budget_oca/i18n/ka.po new file mode 100644 index 00000000..b4873791 --- /dev/null +++ b/account_budget_oca/i18n/ka.po @@ -0,0 +1,314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Saba Khmaladze , 2018 +# Giorgi Melitauri , 2018 +# Gizo Kobakhidze <040168@gmail.com>, 2018 +# Martin Trigaux, 2018 +# Temur, 2018 +# Nika Chikhradze , 2018 +# Gvantsa Gvinianidze , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Gvantsa Gvinianidze , 2019\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "ანგარიშები" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "ანალიტიკური ანგარიში" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "გაუქმებულია" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "კომპანია" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "დამოწმება" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "დამოწმებული" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "შემქმნელი" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "შექმნის თარიღი" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "დასრულებულია" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "იდენტიფიკატორი" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "ბოლოს განაახლა" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "ბოლოს განახლებულია" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "სახელი" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "პასუხისმგებელი" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "დაწყების თარიღი" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "სტატუსი" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "დადასტურებულია" diff --git a/account_budget_oca/i18n/kab.po b/account_budget_oca/i18n/kab.po new file mode 100644 index 00000000..efdbae19 --- /dev/null +++ b/account_budget_oca/i18n/kab.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Muḥend Belqasem , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Muḥend Belqasem , 2018\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "imiḍanen" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Amiḍan n tusliṭ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Seɣbel" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Tiɣussar" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Izirig n tɣussar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Izirigen n tɣussar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Tadekkant n tɣussart" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Tidekkanin n tɣussart" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Tiɣussar" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Sefsex tiɣussar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Ifsax" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Takebbwanit" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Sentem" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Intem" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Yerna-t" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Yerna di" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Immed" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Arewway" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Tiɣussar tirewwayin" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Azemz n tagara" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "Asulay" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Aleqqem aneggaru di" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Aleqqem aneggaru sɣuṛ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Aleqqem aneggaru di" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Isem" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Tawala" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Rrit d arewway" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Amasay" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Azemz n tazwara" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Addad" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Ad iţuseɣbel" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "I weseɣbel n tɣussar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Iɣbel" diff --git a/account_budget_oca/i18n/ko.po b/account_budget_oca/i18n/ko.po new file mode 100644 index 00000000..8e5e71bd --- /dev/null +++ b/account_budget_oca/i18n/ko.po @@ -0,0 +1,320 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Linkup , 2017 +# Link Up링크업 , 2018 +# Goh Gangtai , 2018 +# 최재호 , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: 최재호 , 2018\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"예산은 미래의 일정 기간에 대한 회사의 수입 및/또는 지출\n" +" 전망입니다. 예산은 일부 재무 계정 및/또는\n" +" 분석 계정(프로젝트, 부서, 상품 유형\n" +" 등을 대표)에 대해 정의됩니다." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "계정" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "달성" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "분석 계정" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "승인" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "예산" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "예산 항목" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "예산 라인" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "예산 라인" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "예산명" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "예산 포지션" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "예산 포지션" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "예산" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"자금의 흐름을 추적하면\n" +" 과도한 지출을 억제하고 재무 목표를 달성할 가능성이\n" +" 커집니다. 분석 계정별로 예상 수익을 상세하게 지정하고\n" +" 해당 기간에 실제 실현되는 추이를 모니터링하면\n" +" 예산을 예측할 수 있습니다." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "예산 취소" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "취소됨" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "클릭해서 새 예산을 작성합니다." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "회사" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "확인" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "확인됨" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "작성일" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "완료" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "초안" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "예산안" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "종료일" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "마지막 수정일" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "마지막으로 업데이트한 사람" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "마지막 업데이트 날짜" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "이름" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "결제일" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "기간" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "계획 금액" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "실질 금액" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "초안으로 재설정" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "담당자" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "시작일" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "상태" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "예산은 계정이 1개 이상이어야 합니다." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "이론 금액" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "이론 금액" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "승인" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "예산 승인" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "검증됨" diff --git a/account_budget_oca/i18n/lo.po b/account_budget_oca/i18n/lo.po new file mode 100644 index 00000000..9988871b --- /dev/null +++ b/account_budget_oca/i18n/lo.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# ສີສຸວັນ ສັງບົວບຸລົມ , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ , 2018\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "ບັນຊີ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "ບັນຊີວິເຄາະ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "ຮັບຮູ້" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "ງົບປະມານ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "ເເຖວງົບປະມານ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "ຕໍາແຫນ່ງງົບປະມານ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "ງົບປະມານທັງຫຼາຍ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "ຍົກເລີກ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "ບໍລິສັດ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "ຢືນຢັນ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "ຮັບຮູ້ເເລັວ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "ສ້າງ ໂດຍ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "ສ້າງ ເມື່ອ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "ຊື່ທີ່ສະແດງອອກ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "ຈົບເເລັວ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "ຕົວທົດລອງ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "ວັນທີສິ້ນສຸດ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ເລກລຳດັບ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "ແກ້ໄຂລ້າສຸດ ເມື່ອ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "ປັບປຸງລ້າສຸດ ໂດຍ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "ປັບປຸງລ້າສຸດ ເມື່ອ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "ຊື່" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "ມື້ຈ່າຍ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "ຈໍານວນຄາດໝາຍມ້ຽນ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "ຈໍານວນເງິນປະຕິບັດໄດ້" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "ປັບກັບຮ່າງ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "ຮັບຜິດຊອບ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "ວັນທີເລີ່ມ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "ສະພາບ" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "ເພື່ອຮັບຮູ້" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "ກວດກາເຫັນດີເເລ້ວ" diff --git a/account_budget_oca/i18n/lt.po b/account_budget_oca/i18n/lt.po new file mode 100644 index 00000000..2d9444c7 --- /dev/null +++ b/account_budget_oca/i18n/lt.po @@ -0,0 +1,325 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# digitouch UAB , 2017 +# Edgaras Kriukonis , 2017 +# Audrius Palenskis , 2017 +# Anatolij, 2017 +# Rolandas , 2017 +# UAB "Draugiški sprendimai" , 2017 +# Martin Trigaux, 2017 +# Linas Versada , 2018 +# Eimantas , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Eimantas , 2018\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Biudžetas yra Jūsų įmonės pajamų ir/arba išlaidų prognozė\n" +"tam tikram laikotarpiui ateityje. Biudžetas yra apibrėžiamas kai kurioms\n" +"DK sąskaitoms ir/arba analitinėms sąskaitoms (kurios gali reprezentuoti \n" +"projektus, departamentus, produktų kategorijas...)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Sąskaitos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Pasiekimas" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analitinė sąskaita" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Patvirtinti" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Biudžetas" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Biudžeto dedamosios" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Biudžeto eilutė" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Biudžeto eilutės" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Biudžeto pavadinimas" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_oca_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Biudžeto pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Biudžetinės pozicijos" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Biudžetai" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Sekdami, kur juda jūsų pinigai, sumažinsite tikimybę \n" +"išleisti daugiau nei galite leisti ir padidinsite tikimybę pasiekti savo finansinius\n" +"tikslus. Prognozuokite biudžetą apibrėždami tikėtinas pajamas \n" +"analitinei sąskaitai ir sekdami jos realius duomenis bėgant laikui\n" +"tuo periodu." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Atšaukti biudžetą" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Atšauktas" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Paspauskite, norėdami sukurti naują biudžetą." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Įmonė" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Patvirtinti" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Patvirtinta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Atlikta" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Juodraštis" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Juodraštiniai biudžetai" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Pabaigos data" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Pavadinimas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Apmokėjimo data" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periodas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Suplanuota suma" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktinė suma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Atkurti kaip juodraštį" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Atsakingas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Pradžios data" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Būsena" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Biudžetas turi turėti bent vieną sąskaitą." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teorinė suma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teorinė suma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Patvirtinti" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Patvirtinti biudžetus" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Patvirtintos" diff --git a/account_budget_oca/i18n/lv.po b/account_budget_oca/i18n/lv.po new file mode 100644 index 00000000..267611c4 --- /dev/null +++ b/account_budget_oca/i18n/lv.po @@ -0,0 +1,310 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Arnis Putniņš , 2018 +# Martin Trigaux, 2018 +# Konstantins Zabogonskis , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Konstantins Zabogonskis , 2019\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konti" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Sasniegums" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analītiskais Konts" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Apstiprināt" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budžets" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budžeta Rinda" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budžeta Rindas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budžeta stāvoklis" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Budžeta Stāvoklis" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budžeti" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Atcelt Budžetu" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Atcelts" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Noklikšķiniet, lai izveidotu jaunu budžetu." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Uzņēmums" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Apstiprināt" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Apstiprināts" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Pabeigts" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Melnraksts" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Beigu datums" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nosaukums" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Apmaksas Datums" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periods" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Plānotais Apjoms" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktiskais Apjoms" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Atstatīt uz melnrakstu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Atbildīgais" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Sākuma datums" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Statuss" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teorētiskais Apjoms" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teorētiskais Apjoms" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Jāapstiprina" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Apstiprināts" diff --git a/account_budget_oca/i18n/mk.po b/account_budget_oca/i18n/mk.po new file mode 100644 index 00000000..75c677e5 --- /dev/null +++ b/account_budget_oca/i18n/mk.po @@ -0,0 +1,313 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Aleksandar Vangelovski , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Aleksandar Vangelovski , 2018\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Сметки" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Достигнување" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Аналитичка сметка" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Одобри" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Буџет" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Ставка од буџет" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Ставки на буџет" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Име на буџет" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Буџетска позиција" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Буџетски позиции" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Буџети" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Со следењето на тоа каде одат вашите пари, мали ќе ви бидат \n" +"шансите да потрошите премногу, и во поголема можност да ги \n" +"постигнете вашите финансиски цели. Предвидете буџет со детализирање \n" +"на очекуваниот приход по аналитичка сметка и мониторирајте го неговото напредување \n" +"според реализацијата во текот на тој период." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Откажи буџет" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Откажано" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Кликни за креирање на нов буџет." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Компанија" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Потврди" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Потврдено" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Завршено" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Нацрт" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Нацрт буџети" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Краен датум" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Име" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Датум на плаќање" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Период" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Планиран износ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Реален износ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Ресетирај на нацрт" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Одговорен" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Почетен датум" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Статус" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Теоретски износ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Теоретски износ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "За Одобрување" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "За одобрување на буџети" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Валидирано" diff --git a/account_budget_oca/i18n/mn.po b/account_budget_oca/i18n/mn.po new file mode 100644 index 00000000..00f4072c --- /dev/null +++ b/account_budget_oca/i18n/mn.po @@ -0,0 +1,319 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Onii Onii , 2018 +# Martin Trigaux, 2018 +# Otgonbayar.A , 2018 +# nasaaskii , 2018 +# Baskhuu Lodoikhuu , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Baskhuu Lodoikhuu , 2019\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Төсөв гэдэг нь компанийн ирээдүйн мөчлөгүүд дахь орлого, зардалын таамагийг " +"гаргахад хэрэглэгдэнэ. Төсөв нь санхүүгийн данс болон шинжилгээний дансууд " +"(төсөл, алба хэлтэс, салбар, барааны ангилал зэрэгийг шинжилгээний данс нь " +"илэрхийлдэг) дээр тодорхойлогдоно. " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Данс" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Хүрсэн үр дүн" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Шинжилгээний данс" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Зөвшөөрөх" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Төсөв" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Төсвийн зүйлүүд" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Төсвийн мөр" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Төсвийн мөрүүд" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Төсвийн нэр" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Төсвийн чиглэл" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Төсвийн чиглэл" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Төсөв" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Мөнгөө хаашаа урсаж байгааг хөтлөснөөр илүү зарцуулалт хийхгүй байж " +"санхүүгийн зорилогодоо хүрэхэд тусладаг. Шинжилгээний данс бүрээрх орлогыг " +"таамаглаж гүйцэтгэлийг харьцуулан ажиглах боломжтой." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Төсөв Цуцлах" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Цуцлагдсан" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Шинэ төсөв үүсгэх бол дарна уу." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Компани" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Батлах" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Баталсан" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Дууссан" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Ноорог" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Ноорог төсөвүүд" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Дуусах Огноо" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Сүүлийн зассан хийсэн огноо" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Нэр" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Төлөгдсөн Огноо" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Мөчлөг" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Төлөвлөсөн дүн" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Бодит дүн" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Ноороглох" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Хариуцлага" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Эхлэх Огноо" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Төлөв" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Төсөвт дор хаяж нэг данс тохируулагдсан байх ёстой." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Онолын дүн" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Онолын дүн" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Батлах" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Төсөвүүдийг Батлах" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Батлагдсан" diff --git a/account_budget_oca/i18n/nb.po b/account_budget_oca/i18n/nb.po new file mode 100644 index 00000000..eb87994d --- /dev/null +++ b/account_budget_oca/i18n/nb.po @@ -0,0 +1,310 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Jorunn D. Newth, 2017 +# Viktor Basso , 2017 +# Jan Pedro Tumusok , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Jan Pedro Tumusok , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konti" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analytisk konto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Godkjenne" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budsjett" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budsjettlinje" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budsjettlinjer" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Budsjettnavn" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budsjettmessig Posisjon" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Budsjettmessige Posisjoner" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budsjetter" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Kanseller budsjett" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Kansellert" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klikk for å opprette et nytt budsjett." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Firma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Bekreft" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Bekreftet" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Fullført" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Kladd" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budsjettutkast" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Sluttdato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Navn" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Betalt dato" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periode" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planlagt beløp" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktisk Beløp" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Tilbakestill til utkast" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Ansvarlig" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Startdato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Budsjettet må ha minst én konto." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretisk beløp" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretisk beløp" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Til godkjenning" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "For å godkjenne budsjetter" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validert" diff --git a/account_budget_oca/i18n/ne.po b/account_budget_oca/i18n/ne.po new file mode 100644 index 00000000..bd51b0bc --- /dev/null +++ b/account_budget_oca/i18n/ne.po @@ -0,0 +1,309 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Bishisht Bhatta , 2017 +# Amit Kumar , 2018 +# Laxman Bhatt , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Laxman Bhatt , 2018\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "खाताहरू" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "विश्लेषणात्मक खाता" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "कम्पनी" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "निश्चित गर्नुहोस्" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "द्वारा सिर्जना गरियो" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "मा सिर्जना गरियो" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "नाम प्रदर्शन " + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "भयो" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "नाम" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "सुरू मिति" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "स्थिति" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/nl.po b/account_budget_oca/i18n/nl.po new file mode 100644 index 00000000..6e40648a --- /dev/null +++ b/account_budget_oca/i18n/nl.po @@ -0,0 +1,318 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Cas Vissers , 2017 +# Yenthe Van Ginneken , 2017 +# Erwin van der Ploeg , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Erwin van der Ploeg , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Een budget is een prognose van uw bedrijf's inkomsten en/of uitgaven\n" +"die worden verwacht voor een periode in de toekomst. Een budget is gedefinieerd op bepaalde\n" +"grootboekrekeningen en/of kostenplaats (die kunnen staan voor\n" +"projecten, afdelingen, categorieën of producten, enz.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Kostenplaatsen" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Prestatie" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Kostenplaats" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Goedkeuren" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Budgetitems" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budgetregel" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budgetregels" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Budgetnaam" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budgetposten" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Budgetposten" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budgetten" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Door bij te houden waar uw geld naar toe gaat heeft u minder\n" +"kans om te veel geld uit te geven en meer kans om uw financiële\n" +"doelen te behalen. Voorspel een budget door gedetailleerd de verwachte omzet\n" +"per kostenplaats te noteren en volg de evaluatie op gebaseerd op de actuele\n" +"behaalde omzetten gedurende die periode." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Budget annuleren" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Geannuleerd" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klik om een nieuw budget aan te maken." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Bedijf" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Bevestigen" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Bevestigd" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Gereed" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Concept" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Concept budgetten" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Einddatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Naam" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Betalingsdatum" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periode" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Begroot bedrag" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Werkelijk bedrag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Terugzetten naar concept" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Verantwoordelijke" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Startdatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Het budget moet tenminste één grootboek bevatten." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Theoretisch bedrag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Theoretisch bedrag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Goed te keuren" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Goed te keuren budgetten" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Goedgekeurd" diff --git a/account_budget_oca/i18n/nl_BE.po b/account_budget_oca/i18n/nl_BE.po new file mode 100644 index 00000000..b938c636 --- /dev/null +++ b/account_budget_oca/i18n/nl_BE.po @@ -0,0 +1,307 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\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" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Kostenplaatsen" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Geannuleerd" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/pl.po b/account_budget_oca/i18n/pl.po new file mode 100644 index 00000000..1d3150f2 --- /dev/null +++ b/account_budget_oca/i18n/pl.po @@ -0,0 +1,323 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Judyta Kaźmierczak , 2017 +# Martin Trigaux, 2017 +# Paweł Michoń , 2017 +# Marcin Młynarczyk , 2017 +# zbik2607 , 2017 +# Piotr Szlązak , 2017 +# Grzegorz Grzelak , 2017 +# Slawomir Adamus , 2017 +# Wiktor Kaźmierczak , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Wiktor Kaźmierczak , 2018\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Budżet jest prognozą przychodów i wydatków Twojej firmy\n" +"spodziewanych w przyszłych okresach rozliczeniowych. Budżet jest ustalany na niektórych\n" +"kontach finansowych i/lub analitycznych (mogą one reprezentować\n" +"projekty, departamenty, kategorie produktów, itd)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Osiągnięcie" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Konto analityczne" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprobuj" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budżet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Pozycje budżetu" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Pozycja budżetu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Pozycje budżetu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nazwa budżetu" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Składnik budżetu" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Składniki budżetowe" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budżety" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Nadzorując swoje wydatki zmniejszasz ryzyko przekroczenia budżetu\n" +"oraz łatwiej zrealizujesz swoje cele finansowe. \n" +"Prognozuj budżet poprzez uszczegółowienie spodziewanych dochodów \n" +"dla kont analitycznych i kontroluj jego zmiany na podstawie bieżących danych." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Anuluj budżet" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Anulowano" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Kliknij, aby utworzyć nowy budżet." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Firma" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potwierdź" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potwierdzone" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Wykonano" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Szkic" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Projekty budżetów" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data końcowa" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Ostatnio aktualizowane przez" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Ostatnia aktualizacja" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nazwa" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data zapłaty" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Okres" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planowana kwota" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Kwota w praktyce" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Przywróć do projektu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odpowiedzialny" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Data Początkowa" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Budżet musi mieć co najmniej jedno konto." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Kwota teoretyczna" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Kwota teoretyczna" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Do aprobaty" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Budżety do aprobowania" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Zatwierdzone" diff --git a/account_budget_oca/i18n/pt.po b/account_budget_oca/i18n/pt.po new file mode 100644 index 00000000..63b27a9b --- /dev/null +++ b/account_budget_oca/i18n/pt.po @@ -0,0 +1,321 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Nuno Silva , 2018 +# Martin Trigaux, 2018 +# Ricardo Martins , 2018 +# MS, 2018 +# Diogo Fonseca , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Diogo Fonseca , 2018\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\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" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Um orçamento é uma previsão das receitas e despesas da sua empresa\n" +"esperadas para um período no futuro. Um orçamento é definido em \n" +"algumas contas financeiras e/ou contas analíticas (que podem representar \n" +"projetos, departamentos, categorias de produtos, etc.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Contas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Obtenção" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Conta Analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprovar" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Orçamento" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Itens do Orçamento" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Linha do Orçamento" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Linhas do Orçamento" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nome do Orçamento" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posição Orçamental" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posições Orçamentais" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Orçamentos" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Ao monitorizar o destino do seu dinheiro, pode ser menos provável que gaste " +"mais, e mais suscetível de satisfazer as suas metas financeiras. Ao prever " +"um orçamento detalhando a receita esperada pela conta de analítica e " +"monitorizando a sua evolução com base nos resultados reais conseguidos " +"durante esse período." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Cancelar Orçamento" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Clique para criar um novo orçamento." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Criada por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nome a Mostrar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Feito" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Rascunho" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Orçamentos Provisórios" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data de Fim" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última Atualização por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nome" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data de Pagamento" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Período" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Montante Planeado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Montante Real" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Repor Rascunho" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsável" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Data de Início" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Estado" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "O Orçamento deve ter pelo menos uma Conta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Montante Teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Montante Teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Para Aprovar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Para Aprovar Orçamentos" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validado" diff --git a/account_budget_oca/i18n/pt_BR.po b/account_budget_oca/i18n/pt_BR.po new file mode 100644 index 00000000..89f77822 --- /dev/null +++ b/account_budget_oca/i18n/pt_BR.po @@ -0,0 +1,322 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# grazziano , 2017 +# Mateus Lopes , 2017 +# André Augusto Firmino Cordeiro , 2017 +# Rodrigo de Almeida Sottomaior Macedo , 2017 +# falexandresilva , 2017 +# Hildeberto Abreu Magalhães , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Hildeberto Abreu Magalhães , 2018\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Um orçamento é uma previsão de receitas e/ou despesas\n" +"esperadas para um período no futuro. Um orçamento é definido em algumas\n" +"contas financeiras e/ou contas analíticas (que podem representar\n" +"projetos, departamentos, categorias de produtos, etc.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Contas" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Obtenção" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Conta Analítica" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprovar" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Orçamento" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Itens do Orçamento" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Linha de Orçamento" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Linhas do Orçamento" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nome do Orçamento" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Posição Orçamentária" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Posições Orçamentárias" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Orçamentos" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Ao manter o controle de onde vai o seu dinheiro, você pode ser menos\n" +"propenso a gastar mais, e mais propenso a cumprir o seu objetivo financeiro.\n" +"Prevê um orçamento, detalhando a receita esperada por\n" +"conta analítica e monitora sua evolução com base nos valores reais\n" +"realizados durante esse período." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Cancelar Orçamento" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Clique para criar um novo orçamento" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Confirmado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Concluído" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Provisório" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Orçamentos Provisórios" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data Final" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nome" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data do Pagamento" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Período" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Valor Planejado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Valor Real" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Voltar para Provisório" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsável" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Data de Início" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Situação" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "O orçamento deve possuir ao menos uma conta." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Valor Teórico" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Valor Estimado" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Para Aprovar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Para Aprovar os Orçamentos" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validado" diff --git a/account_budget_oca/i18n/ro.po b/account_budget_oca/i18n/ro.po new file mode 100644 index 00000000..15359653 --- /dev/null +++ b/account_budget_oca/i18n/ro.po @@ -0,0 +1,316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +# Dorin Hongu , 2017 +# Iulian Cutui , 2017 +# Cozmin Candea , 2017 +# Sergiu Baltariu , 2017 +# Valy28 , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Valy28 , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\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" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Un buget este o prognoză a veniturilor și / sau a cheltuielilor companiei " +"dvs. așteptate pentru o perioadă în viitor. Un buget este definit pentru " +"anumite conturi financiare și / sau conturi analitice (care pot reprezenta " +"proiecte, departamente, categorii de produse etc.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Conturi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Cont analitic" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprobă" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Buget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Linie Buget" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Linii buget" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Nume buget" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Pozitie Bugetara" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Pozitii bugetare" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Bugete" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Anulati Buget" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Anulat(ă)" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Clic aici pentru a crea un buget nou." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Companie" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Confirmă" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Nelansată" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Creat în" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Efectuat" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Ciornă" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Bugete Ciorna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Dată sfârșit" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare pe" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Nume" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data platii" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Perioadă" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Suma Planificata" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Valoarea Efectivă" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Resetare ca Ciorna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Responsabil" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Dată început" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Stare" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Valoare teoretică" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Valoare teoretică" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "De aprobat" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Bugete pentru aprobare" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Validat" diff --git a/account_budget_oca/i18n/ru.po b/account_budget_oca/i18n/ru.po new file mode 100644 index 00000000..cdcd225c --- /dev/null +++ b/account_budget_oca/i18n/ru.po @@ -0,0 +1,323 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Русский «kolobok2048» Ивашка , 2017 +# Viktor Pogrebniak , 2017 +# Sergey Vilizhanin, 2017 +# Martin Trigaux, 2017 +# Collex100, 2017 +# Максим Дронь , 2017 +# Vasiliy Korobatov , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Vasiliy Korobatov , 2019\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Бюджет — это прогноз на прибыль компании и/или расходы\n" +" ожидаемые на период в будущем. Бюджет определяется\n" +" по некоторым финансовым счетам и/или аналитическим счетам\n" +" (это могут быть проекты, отделы, категории продуктов и т. д.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Cчетах" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Достижение" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Аналитический счёт" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Одобрить" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Бюджет" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Статьи бюджета" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Строка бюджета" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Статьи бюджета" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Наименование бюджета" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Бюджетная статья" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Бюджетные статьи" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Бюджеты" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Отслеживая куда уходят ваши деньги, вы могли бы\n" +" меньше расходовать средства и больше соответствовать вашим\n" +" финансовым целям. Прогнозируйте бюджет датализируя ожидаемый\n" +" доход по аналитическим счетам и отслеживайте его эволюцию\n" +" на основе фактических данных реализованных в течение этого периода." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Отменить бюджет" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Отменено" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Нажмите, чтобы создать новый бюджет." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Компания" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Подтвердить" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Подтверждено" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Создан" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Отображаемое Имя" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Сделано" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Черновик" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Черновые бюджеты" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Дата окончания" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "Номер" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновил" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Последнее обновление" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Название" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Дата оплаты" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Период" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Запланированная сумма" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Фактическая сумма" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Переместить в черновики" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Ответственный" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Дата начала" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Статус" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Бюджет должен иметь хотя бы один счет." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Теоретическая сумма" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Теоретическая сумма" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "К одобрению" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Утвердить бюджет" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Проверено" diff --git a/account_budget_oca/i18n/sk.po b/account_budget_oca/i18n/sk.po new file mode 100644 index 00000000..ba8429d4 --- /dev/null +++ b/account_budget_oca/i18n/sk.po @@ -0,0 +1,318 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# gebri , 2018 +# Jaroslav Bosansky , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Jaroslav Bosansky , 2018\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Rozpočet je odhad príjmov a/alebo nákladov vašej spoločnosti\n" +"očakávaných po čase v budúcnosti. Rozpočet je definovaný na niektoré\n" +"finančné účty a/alebo analytické účty (ktoré môžu predstavovať\n" +"projekty, oddelenia, kategórie produktov, atď)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Účty" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Úspech" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analytický účet" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Schváliť" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Rozpočet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Položky rozpočtu" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Riadok rozpočtu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Rozpočtové riadky" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Názov rozpočtu" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Rozpočtová pozícia" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Rozpočtové pozície" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Rozpočty" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Sledovaním kam vaše peniaze idú, môže byť menej\n" +"pravdepodobné že ich prečerpáte a zvyšuje sa pravdepodobnosť vyhovenia vašim finančným\n" +"cieľom. Predpovedzte rozpočet podrobnosťami očakávanej tržby za\n" +"analytický účet a sledujte jeho vývoj na základe skutočnej hodnoty\n" +"realizovanej počas tohto obdobia." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Zrušiť rozpočet" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Zrušené" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Kliknite pre vytvorenie nového rozpočtu." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Spoločnost" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potvrď" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potvrdené" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Hotovo" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Návrh" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Koncept rozpočtov" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Dátum ukončenia" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Meno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Dátum platenia" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Obdobie" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Plánované množstvo" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktické množstvo" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Resetovať na koncept" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Zodpovedný" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Počiatočný dátum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Stav" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretické množstvo" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr " Teoretické množstvo" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Na schválenie" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Na schválenie rozpočtov" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Overené" diff --git a/account_budget_oca/i18n/sl.po b/account_budget_oca/i18n/sl.po new file mode 100644 index 00000000..ed7b61ca --- /dev/null +++ b/account_budget_oca/i18n/sl.po @@ -0,0 +1,310 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# matjaz k , 2018 +# Martin Trigaux, 2018 +# Matjaz Mozetic , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Matjaz Mozetic , 2018\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konti" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analitični konto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Potrdi" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Proračun" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Pozicija" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Postavke proračuna" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Pozicije" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Proračuni" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Preklic" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Preklicano" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Družba" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potrdi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potrjeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Opravljeno" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Osnutek" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Osnutki proračunov" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Končni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Naziv" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Datum plačila" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Obdobje" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Načrtovani znesek" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktični znesek" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Vrni v osnutek" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odgovoren" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Začetni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretični znesek" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretični znesek" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Za potrditi" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Proračuni za potrditev" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Potrjeno" diff --git a/account_budget_oca/i18n/sq.po b/account_budget_oca/i18n/sq.po new file mode 100644 index 00000000..b81c7b26 --- /dev/null +++ b/account_budget_oca/i18n/sq.po @@ -0,0 +1,316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Anri Haxhi , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Anri Haxhi , 2018\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Buxheti eshte nje parashikim i te ardhurave dhe/ose shpenzimeve te kompanise tuaj\n" +"i parashikuar per nje periudhe ne te ardhmen. Buxheti perkufizohet nga disa\n" +"llogari financiare dhe/ose llogari analitike (qe mund te perfaqsojne\n" +"projekte, departamente, kategori dhe produkte, etj.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Llogaritë" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Arritjet" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Llogaria Analitike" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Aprovo" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Buxhet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Sendet e Buxhetit" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Linja e Buxhetit" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Linjat e Buxhetit" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Emri i Buxhetit" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Pozicioni I Buxhetit" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Pozicionet e Buxhetit" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Buxhetet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Duke mbajtur shenim su ku shkon paraja juaj, ju mund te ulni mundesine\n" +"per te mbishpenzuar, dhe me shume mundesi te arrini qellimet financiare. Parashiko nje buxhet duke detajuar te ardhurat e pritura për\n" +"llogari analitike dhe monitoro zhvillimin e saj bazuar mbi te dhenat\n" +"aktuale te realizuara gjate asaj periudhe." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Anullo Buxhetin" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "E Anulluar" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Kliko per te krijuar nje buxhet te ri" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Kompani" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Konfirmo" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "E Konfirmuar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Krijuar nga" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Krijuar me" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Emri i paraqitur" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "E Kryer" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Paraprake" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Buxhete Paraprake" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Data Perfundimtare" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Modifikimi i fundit në" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Modifikuar per here te fundit nga" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Modifikuar per here te fundit me" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Emri" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Data e Pagesës" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Periudha" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Sasia e planifikuar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Sasia Praktike" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Rivendos në Paraprake" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Përgjegjës" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Fillo Datën" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Statusi" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Sasia Teoritike" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Sasia Teoritike" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Të Aprovosh" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Të Aprovosh Buxhete" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Të Vërtetuara" diff --git a/account_budget_oca/i18n/sr.po b/account_budget_oca/i18n/sr.po new file mode 100644 index 00000000..bf94653c --- /dev/null +++ b/account_budget_oca/i18n/sr.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux , 2017 +# Slobodan Simić , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Slobodan Simić , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Рачуни" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Достигнућа" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Рачун аналитике" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Одобри" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Буџет" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Ставке буџета" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Линија буџета" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budzetski Redovi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budzetska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Proračunska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budzeti" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Otkazano" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Kompanija" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potvrdi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potvrđeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Završeno" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Priprema" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Završni Datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Ime" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Datum plaćanja" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Razdoblje" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planirani iznos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Stvarni iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Posalji 'U Pripremu'" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odgovoran" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Početni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretski Iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretski Iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Za Odobravanje" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Potvrđeno" diff --git a/account_budget_oca/i18n/sr@latin.po b/account_budget_oca/i18n/sr@latin.po new file mode 100644 index 00000000..24104d75 --- /dev/null +++ b/account_budget_oca/i18n/sr@latin.po @@ -0,0 +1,318 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Nemanja Dragovic , 2017 +# Martin Trigaux , 2017 +# Djordje Marjanovic , 2017 +# Ljubisa Jovev , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Ljubisa Jovev , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Budžet je prognoza očekivanih prihoda i rashoda za Vaše preduzeće\n" +"za neki period u budućnosti. Budžet je definisan nad nekim\n" +"finansijskim kontima i/ili analitičkim kontima (koji mogu predstavljati\n" +"projekte, sektore, kategorije proizvoda, itd.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Uspjesi" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analitički konto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Odobri" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budžet" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Stavke budžeta" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Linija budžeta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budžetske linije" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Naziv budžeta" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Budžetska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Proračunska pozicija" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budžeti" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Vodeći računa o tome gdje Vaš novac odlazi, mogli biste više da\n" +"uštedite i postignete svoje finansijske ciljeve. Projektujte budžet\n" +"detaljišući očekivanu dobit po analitičkom kontu i pratite realizaciju\n" +"te dobiti tokom tog perioda." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Poništi budžet" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Poništeno" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Klikni da kreiraš novi budžet." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Preduzeće" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Potvrdi" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Potvrđeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Završeno" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Nacrt" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Budžeti u nacrtu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Završni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Zadnja promena" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Promenio" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Vreme promene" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Naziv" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Datum plaćanja" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Period" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planirani iznos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Stvarni iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Vrati u izradu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Odgovoran" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Početni datum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretski Iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretski iznos" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Čeka odobrenje" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Budžeti koji čekaju odobrenje" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Potvrđeno" diff --git a/account_budget_oca/i18n/sv.po b/account_budget_oca/i18n/sv.po new file mode 100644 index 00000000..9e1a1656 --- /dev/null +++ b/account_budget_oca/i18n/sv.po @@ -0,0 +1,313 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Daniel Forslund , 2017 +# Haojun Zou , 2017 +# Martin Trigaux , 2017 +# Anders Wallenquist , 2017 +# Martin Wilderoth , 2017 +# Patrik Lermon , 2017 +# Kristoffer Grundström , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Kristoffer Grundström , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Konton" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Objektkonto" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Godkänn" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Budget" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Budgetrad" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Budgetrader" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Finanser" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Offentliga finanserna" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Budgetar" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Avbryt budget" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Avbruten" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Bolag" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Bekräfta" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Bekräftad" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Klar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Utkast" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Preleminära budgetar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Slutdatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Namn" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Betaldatum" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Period" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planerat belopp" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Praktiskt belopp" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Återställ till preliminär" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Ansvarig" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Startdatum" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Status" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teoretiskt belopp" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Teoretisk summa" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Att godkänna" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Att godkänna budgetar" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Bekräftat" diff --git a/account_budget_oca/i18n/sw.po b/account_budget_oca/i18n/sw.po new file mode 100644 index 00000000..29e66cb0 --- /dev/null +++ b/account_budget_oca/i18n/sw.po @@ -0,0 +1,304 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Language-Team: Swahili (https://www.transifex.com/odoo/teams/41243/sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" diff --git a/account_budget_oca/i18n/ta.po b/account_budget_oca/i18n/ta.po new file mode 100644 index 00000000..c0f41c89 --- /dev/null +++ b/account_budget_oca/i18n/ta.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Alagappan Karthikeyan , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-09-20 10:14+0000\n" +"Last-Translator: Alagappan Karthikeyan , 2019\n" +"Language-Team: Tamil (https://www.transifex.com/odoo/teams/41243/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "கணக்குகள்" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "சாதனையாளர்" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "பகுப்பாய்வு கணக்கு" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "ஒப்புதல்" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "பட்ஜெட்" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "பட்ஜெட் பொருட்கள்" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "பட்ஜெட் வரி" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "பட்ஜெட் கோடுகள்" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "பட்ஜெட் பெயர்" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "பட்ஜெட் நிலை" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "பட்ஜெட் பதவிகள்" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "பட்ஜெட்கள்" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "பட்ஜெட் ரத்து செய்யப்பட்டது" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "ரத்து" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "புதிய பட்ஜெட் உருவாக்க கிளிக் செய்க." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "உறுதிப்படுத்தவும்" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "உறுதி" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "முடிந்தது" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "வரைவு" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "வரைவு பட்ஜெட்" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "கட்டண தேதி" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "காலம்" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "திட்டமிட்ட தொகை" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "நடைமுறை தொகை" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "வரைவை மீட்டமை" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "பொறுப்பான" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "நிலைமை" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "பட்ஜெட் குறைந்தபட்சம் ஒரு கணக்கைக் கொண்டிருக்க வேண்டும்." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "கோட்பாட்டு தொகை" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "கோட்பாட்டு தொகை" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "அங்கீகரிக்க" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "பட்ஜெட்டை அங்கீகரிக்க" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "சரிபார்க்கப்பட்டது" diff --git a/account_budget_oca/i18n/te.po b/account_budget_oca/i18n/te.po new file mode 100644 index 00000000..95aa2be6 --- /dev/null +++ b/account_budget_oca/i18n/te.po @@ -0,0 +1,545 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-06-08 07:48+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n" +"Language: te\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Analysis from:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analysis from" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Budget:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Currency:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Currency" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Printed at:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Total:" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report +msgid "Account Budget crossovered report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report +msgid "Account Budget crossovered summary report" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_analytic +#: model:ir.model,name:account_budget_oca.model_account_budget_report +msgid "Account Budget report for analytic account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Khaathaalu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +msgid "Analytic Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget +#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Cancel" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "కంపెనీ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "నిర్ధారించు" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "ధ్రువీకరించబడిన" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Description" +msgstr "వివరణ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "పూర్తయ్యింది" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to +msgid "End of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "పేరు" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Perc(%)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "వ్యవధి" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Planned Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Practical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print" +msgstr "ముద్రించు" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Print Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report +msgid "Print Summary" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view +msgid "Select Dates Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from +msgid "Start of period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "స్థితి" + +#. module: account_budget_oca +#: code:addons/account_budget/account_budget_oca.py:104 +#, python-format +msgid "The Budget '%s' has no accounts!" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "Theoretical Amt" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view +msgid "This wizard is used to print budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view +msgid "This wizard is used to print summary of budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +msgid "at" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget +msgid "report.account_budget_oca.report_analyticaccountbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget +msgid "report.account_budget_oca.report_budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget +msgid "report.account_budget_oca.report_crossoveredbudget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget +#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget +msgid "to" +msgstr "" + +#~ msgid "Action Needed" +#~ msgstr "Charya Avasaram" diff --git a/account_budget_oca/i18n/th.po b/account_budget_oca/i18n/th.po new file mode 100644 index 00000000..4591d59c --- /dev/null +++ b/account_budget_oca/i18n/th.po @@ -0,0 +1,308 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Khwunchai Jaengsawang , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Khwunchai Jaengsawang , 2018\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "บัญชี" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "บัญชีวิเคราะห์" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "อนุมัติ" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "งบประมาณ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "รายการงบประมาณ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "รายการงบประมาณ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "งบประมาณ" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "ยกเลิกงบประมาณ" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "ถูกยกเลิก" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "บริษัท" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "ยืนยัน" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "ยืนยันแล้ว" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "เสร็จสิ้น" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "ร่าง" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "ร่างงบประมาณ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "วันสิ้นสุด" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "รหัส" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "ชื่อ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "วันที่ชำระ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "งวดบัญชี" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "จำนวนที่วางแผน" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "ตั้งให้เป็นฉบับร่าง" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "รับผิดชอบ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "วันที่เริ่ม" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "สถานะ" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "จำนวนทางทฤษฎี" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "จำนวนทางทฤษฎี" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "ให้การอนุมัติ" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "ผ่านการตรวจสอบแล้ว" diff --git a/account_budget_oca/i18n/tr.po b/account_budget_oca/i18n/tr.po new file mode 100644 index 00000000..a7035a67 --- /dev/null +++ b/account_budget_oca/i18n/tr.po @@ -0,0 +1,316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# Alexander B. , 2017 +# Murat Kaplan , 2017 +# Umur Akın , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Umur Akın , 2018\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Bir bütçe, şirketinizin gelecekteki belirli bir periyot için gelir ve/veya giderlerinin tahminidir.\n" +" Bir bütçe şunlara göre kurgulanabilir : Finansal hesaplar veya analitik hesaplar\n" +" (Projeler, Departmanlar, Ürün Kategorileri vb.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Hesaplar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Başarı" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Analitik Hesap" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Onayla" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Bütçe" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Bütçe öğeleri" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Bütçe Kalemi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Bütçe Kalemleri" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Bütçe ismi" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Bütçe Durumu" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Bütçe Durumları" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Bütçeler" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Paranızın nereye gittiğini izleyerek,bütçenizi aşmadan paranızı harcayabilir,ve daha çok finansal hedeflerinizi yerine getirebilirsiniz.\n" +"Bütçenizi detaylandırarak beklenilen gelirinizi önceden tahmin edin\n" +"çözümsel hesap ve denetleyici bu dönem sürecinde oluşumlarınıza bağlı olarak gelişir." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Bütçe İptal et" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "İptal Edildi" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Yeni bir bütçe oluşturmak için tiklayın." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Şirket" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Onayla" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Onaylandı" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Oluşturulma" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Biten" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Taslak" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Taslak Bütçeler" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Bitiş Tarihi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Son Güncelleme" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "İsim" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Ödeme Tarihi" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Dönem" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Planlanan Tutar" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Gerçekleşen Tutar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Taslağa Ayarla" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Sorumlu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Başlangıç Tarihi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Durumu" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Bütçe için en az bir hesap olmalıdır." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Teorik Tutar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Kurumsal Tutar" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Onaylanacak" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Bütçeleri Onaylama" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Doğrulanmış" diff --git a/account_budget_oca/i18n/uk.po b/account_budget_oca/i18n/uk.po new file mode 100644 index 00000000..04e38561 --- /dev/null +++ b/account_budget_oca/i18n/uk.po @@ -0,0 +1,322 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Bohdan Lisnenko, 2017 +# Martin Trigaux, 2017 +# ТАрас , 2017 +# Alina Semeniuk , 2017 +# Zoriana Zaiats, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Zoriana Zaiats, 2018\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Бюджет - це прогнозування доходів і витрат вашої компанії,\n" +"що очікуються у певному періоді у майбутньому.\n" +"Бюджет прив’язується до певних фінансових та/або\n" +"аналітичних рахунків (що відображають певні проекти,\n" +"відділи, категорії товарів та інше.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Рахунки" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Досягнення" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Аналітичний рахунок" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Затвердити" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Бюджет" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Пункти бюджету" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Рядок бюджету" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Рядки бюджету" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Назва бюджету" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Бюджетна позиція" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Бюджетні позиці" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Бюджет" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Слідкуючи за тим, куди витрачаються ваші гроші\n" +"у вас буде більше шансів заощадити та досягти\n" +"очікуваних фінансових показників.\n" +"Ви можете робити прогноз по позиціях бюджету\n" +"на поточну дату та слідкувати за прогресом\n" +"порівнюючи дані з реальними показниками." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Скасувати бюджет" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Скасовано" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Натисніть, щоб створити новий бюджет" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Компанія" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Підтвердити" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Підтверджено" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Готово" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Чернетка" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Чорнові бюджети" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Кінцева дата" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Назва" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Дата оплати" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Період" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Очікувана сума" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Реальна сума" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Зробити чернеткою" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Відповідальний" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Початкова дата" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Статус" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Бюджет повинен мати хоча б один рахунок." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Теоретична сума" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Теоретична сума" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Необхідно затвердити" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Бюджети до підтвердження" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Підтверджено" diff --git a/account_budget_oca/i18n/vi.po b/account_budget_oca/i18n/vi.po new file mode 100644 index 00000000..dd077d7d --- /dev/null +++ b/account_budget_oca/i18n/vi.po @@ -0,0 +1,322 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Martin Trigaux, 2017 +# fanha99 , 2017 +# son dang , 2017 +# Duy BQ , 2017 +# Phạm Lân , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Phạm Lân , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" +"Một ngân sách là một dự báo về doanh thu hoặc/và chi phí của công ty đối\n" +" với một chu kỳ trong tương lai. Một ngân sách được định nghĩa\n" +" đối với một số tài khoản kế toán tài chính hoặc/và tài khoản\n" +" kế toán quản trị (mà đại diện cho dự án, phòng ban, nhóm sản\n" +" phẩm, v.v.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "Các tài khoản" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "Thành tựu/Đạt được" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "Tài khoản quản trị" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "Chấp thuận" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "Ngân sách" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "Hạng mục Ngân sách" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "Chi tiết Ngân sách" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "Chi tiết Ngân sách" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "Tên Ngân sách" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "Dự thảo ngân sách" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "Dự thảo ngân sách" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "Ngân sách" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"Bằng cách theo dõi nơi mà tiền của bạn sẽ đến, bạn có thể sẽ ít\n" +" tiêu quá giới hạn ngân sách và dễ dàng đáp ứng mục\n" +" tiêu tài chính hơn. Dự báo một ngân sách bằng cách\n" +" chi tiết hoá các khoản thu dự kiến với từng tài khoản\n" +" kt quản trị và theo dõi tiến triển của nó dựa trên\n" +" thực tế trong chu kỳ." + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "Huy Ngân sách" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "Đã hủy" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "Bấm để tạo mới một Ngân sách" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "Công ty" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "Xác nhận" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "Đã được xác nhận" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "Hoàn thành" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "Bản thảo" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "Ngân sách dự thảo" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "Ngày kết thúc" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "Tên" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "Ngày đã Thanh toán" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "Chu kỳ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "Giá trị theo Kế hoạch" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "Giá trị thực tế" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "Đặt về dự thảo" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "Người phụ trách" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "Ngày bắt đầu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "Tình trạng" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "Ngân sách phải có ít nhất một tài khoản." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "Giá trị theo lý thuyết" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "Giá trị theo lý thuyết" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "Chờ duyệt" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "Chờ duyệt các Ngân sách" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "Đã xác nhận" diff --git a/account_budget_oca/i18n/zh_CN.po b/account_budget_oca/i18n/zh_CN.po new file mode 100644 index 00000000..14de2395 --- /dev/null +++ b/account_budget_oca/i18n/zh_CN.po @@ -0,0 +1,312 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# Jeffery CHEN Fan , 2017 +# e2f_cn c7 , 2017 +# liAnGjiA , 2017 +# Martin Trigaux, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Martin Trigaux, 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "预算是对未来一段时间公司收入和费用的预测。 预算是基于一些财务科目或是分析科目 (可能是项目, 部门, 产品类别, 等等.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "科目" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "成就" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "分析账户" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "批准" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "预算" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "预算项" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "预算明细" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "预算明细" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "预算名称" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "预算状况" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "预算状况" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "预算" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" +"记录你花钱的地方, 你可能就不会那么容易超支,而且更能符合你的财务\n" +"目标。在那段期间内,通过细化每个分析科目的预期收入来做预算,然后监控实际变化。" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "取消预算" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "已取消" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "点击以创建一个新的预算。" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "公司" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "确认" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "已确认" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "创建人" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "完成" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "草稿" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "预算草稿" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "结束日期" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "名称" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "已支付日期" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "期间" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "已计划的金额" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "实际金额" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "重置为草稿" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "负责" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "开始日期" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "状态" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "预算应该至少有一个账户。" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "理论金额" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "理论金额" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "待批准" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "待审核的预算" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "已验证" diff --git a/account_budget_oca/i18n/zh_TW.po b/account_budget_oca/i18n/zh_TW.po new file mode 100644 index 00000000..5c67c594 --- /dev/null +++ b/account_budget_oca/i18n/zh_TW.po @@ -0,0 +1,310 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +# Translators: +# 敬雲 林 , 2017 +# Martin Trigaux, 2017 +# Michael Yeung, 2017 +# Bill Hsu , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-10 11:34+0000\n" +"PO-Revision-Date: 2017-10-10 11:34+0000\n" +"Last-Translator: Bill Hsu , 2018\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "預算是對未來一段時間公司收入和費用的預測。 預算是基於一些財務科目或是分析科目 (可能是專案, 部門, 產品類別, 等等.)" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "科目" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +msgid "Achievement" +msgstr "成就" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +msgid "Analytic Account" +msgstr "分析帳戶" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "批准" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "預算" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "預算項目" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "預算明細" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line +#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "預算明細" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "預算名稱" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "預算狀況" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "預算狀況" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "預算" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "" +"By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "記錄錢所花的地方, 您可能就不會超支,而且符合您的財務目標. 在那段期間內,通過細化每個分析科目的預期收入來做預算,然後監控實際變化。" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "取消預算" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "已取消" + +#. module: account_budget_oca +#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "點選去創建一個新的預算." + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +msgid "Company" +msgstr "公司" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "確認" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "已確認" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +msgid "Created by" +msgstr "創建人員" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +msgid "Created on" +msgstr "創建時間" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "完成" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "草稿" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "預算草稿" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +msgid "End Date" +msgstr "結束日期" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +msgid "ID" +msgstr "ID" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +msgid "Last Modified on" +msgstr "最後修改日" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +msgid "Last Updated by" +msgstr "最後更新人員" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +msgid "Last Updated on" +msgstr "最後更新時間" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +msgid "Name" +msgstr "名字" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +msgid "Paid Date" +msgstr "支付日期" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "期間" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "已計劃的金額" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "實際金額" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "重置為草稿" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +msgid "Responsible" +msgstr "負責人" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +msgid "Start Date" +msgstr "開始日期" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +msgid "Status" +msgstr "狀態" + +#. module: account_budget_oca +#: code:addons/account_budget/models/account_budget_oca.py:31 +#, python-format +msgid "The budget must have at least one account." +msgstr "此預算至少要有一個會計科目" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount +#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Theoretical Amount" +msgstr "理論金額" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "理論金額" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "待批准" + +#. module: account_budget_oca +#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "待審核的預算" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "已驗證" diff --git a/account_budget_oca/models/__init__.py b/account_budget_oca/models/__init__.py new file mode 100644 index 00000000..2dd45c45 --- /dev/null +++ b/account_budget_oca/models/__init__.py @@ -0,0 +1,4 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import account_budget +from . import account_analytic_account diff --git a/account_budget_oca/models/__pycache__/__init__.cpython-36.pyc b/account_budget_oca/models/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0a96426f3de77f9643d07f9925eaf385eb7bf66 GIT binary patch literal 244 zcmX|)u?oU45QdXfLBu*c_yS!F>MG(c=-?(oh)K|3nn=?Y>Qnd{zEW2w!Ci3jg4Tok z`S>~Ro5pdMzn;4*Lg)_r9|E+1^+O1WBsM6;TZ{t}V6r8^(FP^02Zoab*L^O8D{Rj8 zg*>PnnnBZW%T1MQ!G6UmiE5MuM;1ZcP}U9{;=QCtmnzCjZZFOYx|Yt-ay+3%+mn)v nOX;kq&Fim>Il*b_q%xi|rmfBy8=b4VGlQ})Y92H`2z&SgU_nCD literal 0 HcmV?d00001 diff --git a/account_budget_oca/models/__pycache__/account_analytic_account.cpython-36.pyc b/account_budget_oca/models/__pycache__/account_analytic_account.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f498f64aab3ea0dbc0b0e3ccd3f112d2746321e1 GIT binary patch literal 607 zcmZ8eJxjzu5Z#X?202j>M6j_Eu1Qc^6}7SPqp*v@vSwC|CcB!=9o)6ri9f`@w5^qm zKfub_B&XuS3^ViI%)Z&(URaoa+5NmMDIxFV&j~QzN3$E~fB-E?MKfBlj8Sq#fB}Cd zz!kgWPdp1CI48sK1G!|#Ty$Ni60D0V1FE#SFV9Yh!9JQ@N2f?efn*G5##L|^`mqo| z_{y^gA{;sARu1yqjC6CLWjSezyicdAva2Vu2a>)pUCnD_tr@FYL2@;M8`UIbp_O&Z zGp^{lqJZh(u%)aYd&-czL2g>vLd#0IL7{PwRb3X@rY`i&De8(vTN1*}3xN%zQeiw0 z;&CKP--=l*3Vo~UqNy1!>*6!5wkoM7Ztagm(Mc3uBI>bkq+UdJ>%K11TT`i2j-{R& zo2O@BOgi4&N|Al9Ku7?iZ8}@0A7yfxc2EC<{NFrznAHA{BQzVMi)p|D%4l0X9fmG2 hcvmaD=7_uS#D8WB{|fA)C6C8D-7D;Qw)G1y@oz^luhRek literal 0 HcmV?d00001 diff --git a/account_budget_oca/models/__pycache__/account_budget.cpython-36.pyc b/account_budget_oca/models/__pycache__/account_budget.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e8343bcf4109275132c5ac8b6f10a4b1789ffb9 GIT binary patch literal 7048 zcmbtZ%WoUU8Q(XT6h+IlEK7FcF!7U4BH7Lxh+R8=G(}@MiJb&tlP=afBWda7E|bR1pdMz_*+ zJMPalW-{xM#w>1jtJ`L$28_)dV4MOo0ZfItz_8`cI|uYrL`?-`u$KkOCgU~ zDxF@!c$7-rYwPmB=YAA2KMRxih7gGeXh!*~7C`zZ09@#XtE>C}LqUZ*oITMm-E2Fu9wdtC9+5%&MT+CH5+u=TFTPL$ z7p0SCB8-=%!;+pK#)H{FBx#zgagbM@C<1=E9Fk(n2<<=jUsEL<8EUXyDpp zJ&Z9s9(={L9Da7<8VRJ~&$3QO+k4 zm-%v7+fwXO3=$;xvQiKn&}90VD5S=UF>eB3`lf#05l3?dZR*6NZDY%b9boh=W79~_ zXGR8f+19u9-$H#9^W;Q%kdUQ=b9YyGD?d@Ix0+_H6@QJl{HzsmAFU)tqmXE5@(ivn ziPpGxv4_he-r~zraUA3bhbkKt?tTs*X|4HD(MNn%%ofBD+4O=H9^CiFD4``%5*f{Q zbxUs;4r)UmoZQW{-IIq*B4!bzsHC(hF=rFU*R@Q~j7>18Yf>Am&=1v+~ zQ6bm~1c&al4Rr?50uJ(0^}HbR)70}urw}L5_Zmt{*Pvv>KPS(A zD8i?y6DO%#v6#3kPNBMhGNS9qZo2YyOi`y9lc;XCXQb;XJ@q_U^E?RmYQzE8J@3J) zACdJy%g)V+<0XP|flkKLK!km=XM*@Ht!pd35H5k$TaXhaEJ{YCdpqW;DUXermePoj zY4ISH(pA$Se6m*RZ^+bL3A$lvE5%b602pc=szb}k;+g^;MdeiyU)p-kBgG!NW;%6B zTqRkM{$cAUM0x$mmEHfue$I|tEIWiPW=F#d$v|0G;rlOO6%vs3K!BMt8Euxg!Q zXH{!Pwc6~QY8_FnSJ`W-HLF^$vw78;V+&BI_vFEABY%-wxj}R6o(mTuouY37P9~bq zR-kcgFp(o$ix9KB(t^oVzRCv>ZNQ|E@5oIfyc9Gv9aPDYtfp`;a^h2-_F<&MdlBE^ zO30mDqq`z;BxBGmRNoLsfRPr>hj@^|%2jBjM=t<(6(vQ{21j?DZDhT3XP1-sA`PzH z$$XKuu7l2jdn0BFk~S0mQYP)|>f;1{3_+FEYw8RX8>tC|y(xBWk1_#*D8k=81O+VFd}C)Kn&X7~!=L zYzw0>+jx$@KRkAgrMm9&`F8Ha4r7a)7w-}D3sgHiwwM8C$1Rakt6TaB4qx4;n8ixZ zxz5kgUAW_2E>{q*c92EZOp!&b%-t+ALgh_LXKE{16jv|++mhwodv|%*SGQ8~uDIwg zF+tIz8G|#s1#Hhb|0jv!BkUpG-{y_9bp+Cvl}p z_+#{)-H*O<(vKqX^1dWa?<6r-Zazlf>HP@Ir~D}L-r1KtGaqIA8OqI8C@SRGp=&P1UQY z5SN7U3PpL!wznD9m>>I$bdW;4!@#sDj$Aq zAo!pW2s{uLP~cHTyT%%59YF7dYE2cbI<>a7&LqAxf^ugAp#`-Lp*4-xlxiV|M*9fX zJE+>oquEjPHqmk@Bta3GbD5OD`$`TzGE{9nv z=Tx4%3K{Rir-M#p=6;XfCXfjus_6C6CpvV@W5c1@3Qq(dAKYmw9Ns3z7BIzEG_R6G zj8cGnl|#c-kU0fB&irNGnYbFPgnW(n&<2GxEoVn77{!I9g9%yr2mp=U9Uru9Sy3+) zoQ?R3Of3V+$_NeZB;}o?8_HAv4#4_vHnr>8*XvtIiIE2D6!dkCEfXHx>{?x$65{?j z;GHdNh%tVL0#w^GY)`HQpu*<y;52|%Bc1n{>6tkKD{vAx6Tsft$RFs$a&n#5_OWZ zr_$HXY~c5LulG7*XWGwQ;#rfPKdXFaD)bJra_Q>gm)Nt{%2B$Z}hMK2xTZ$070yHGHgL1#FLEPjdBG+@3y{Wj$zar z64ZrocpBc;?`uMo@Rk`jiyl0h-nYafWsn#^ycwD*wb-i&;=RQ~a=L zi66?5H4n{|2c3jV?~_SfviCzzK1j z_QCrYM&rA-V+^RFoq)sH$M!Dw1P8^h)%?rYRZ#)Vw`1e!q%`W=XV6yc3o~NCOf-jP zLOpwnd$_}!LyJ)gw+XCtuS5B=5RbQJoIK1E9f~Z)67^1y{qXXaTP5X63Xwr0Bb1X_ zlED|G914Mll}11E@1hdXGyxv<+=g2hCSwj?!D8+2Uq6<8?i zG)NgdA`lKV^AQU~em})7L)6piK#9d)QBqot)S+QE5G)x8gQzqR79mhF$}a*XgF+=& zui;&gYN!oHIEHHiZ#0d%iQq|}w(?%b7+l;>nRa`>p*k6$X{b&V%&xzyJj(ekJh{?q z^nFvD&j>d9$LSfi3lZGL`}8#48a?xYLpb^tS8R?v!S@WyA@y9tN7_qK;%6cvxHj^m zaGmNoLh<{lNYlgEf1#xG2t|ymp)`%bx&4kiT7I!T_smE;kFP1J7Qdv5q(L1|S;#NY5u>COqNx}f5p@0_N7j;J zWfBpp$#&+L5~>@GnZ^}CYb>@WrIp|bKM&?ffdpNqdYYC8sArz92V6Z^runONLj4a= nN&6Q4drH0esR&#xxfi{7;?EyQFVha{I%Xk>uG4(A`Og0UFH+H# literal 0 HcmV?d00001 diff --git a/account_budget_oca/models/account_analytic_account.py b/account_budget_oca/models/account_analytic_account.py new file mode 100644 index 00000000..7349b8da --- /dev/null +++ b/account_budget_oca/models/account_analytic_account.py @@ -0,0 +1,11 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import fields, models + + +class AccountAnalyticAccount(models.Model): + _inherit = "account.analytic.account" + + crossovered_budget_line_ids = fields.One2many( + comodel_name='crossovered.budget.lines', + inverse_name='analytic_account_id', string='Budget Lines') diff --git a/account_budget_oca/models/account_budget.py b/account_budget_oca/models/account_budget.py new file mode 100644 index 00000000..ff3be0c2 --- /dev/null +++ b/account_budget_oca/models/account_budget.py @@ -0,0 +1,231 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models, _ +from odoo.exceptions import ValidationError + +from_string = fields.Datetime.from_string + + +# --------------------------------------------------------- +# Budgets +# --------------------------------------------------------- +class AccountBudgetPost(models.Model): + _name = "account.budget.post" + _order = "name" + _description = "Budgetary Position" + + name = fields.Char(required=True) + account_ids = fields.Many2many( + comodel_name='account.account', relation='account_budget_rel', + column1='budget_id', column2='account_id', string='Accounts', + domain=[('deprecated', '=', False)]) + crossovered_budget_line_ids = fields.One2many( + comodel_name='crossovered.budget.lines', + inverse_name='general_budget_id', string='Budget Lines') + company_id = fields.Many2one( + comodel_name='res.company', string='Company', required=True, + default=lambda self: self.env['res.company']._company_default_get( + 'account.budget.post')) + + def _check_account_ids(self, vals): + # Raise an error to prevent the account.budget.post to have not + # specified account_ids. + # This check is done on create because require=True doesn't work on + # Many2many fields. + if 'account_ids' in vals: + account_ids = self.resolve_2many_commands( + 'account_ids', vals['account_ids']) + else: + account_ids = self.account_ids + if not account_ids: + raise ValidationError( + _('The budget must have at least one account.')) + + @api.model + def create(self, vals): + self._check_account_ids(vals) + return super(AccountBudgetPost, self).create(vals) + + @api.multi + def write(self, vals): + self._check_account_ids(vals) + return super(AccountBudgetPost, self).write(vals) + + +class CrossoveredBudget(models.Model): + _name = "crossovered.budget" + _description = "Budget" + _inherit = ['mail.thread'] + + name = fields.Char( + string='Budget Name', required=True, + states={'done': [('readonly', True)]}) + creating_user_id = fields.Many2one( + comodel_name='res.users', string='Responsible', + default=lambda self: self.env.user) + date_from = fields.Date( + string='Start Date', required=True, + states={'done': [('readonly', True)]}) + date_to = fields.Date( + string='End Date', required=True, + states={'done': [('readonly', True)]}) + state = fields.Selection( + selection=[('draft', 'Draft'), + ('cancel', 'Cancelled'), + ('confirm', 'Confirmed'), + ('validate', 'Validated'), + ('done', 'Done')], + string='Status', default='draft', index=True, required=True, + readonly=True, copy=False, track_visibility='always') + crossovered_budget_line_ids = fields.One2many( + comodel_name='crossovered.budget.lines', + inverse_name='crossovered_budget_id', string='Budget Lines', + states={'done': [('readonly', True)]}, copy=True) + company_id = fields.Many2one( + comodel_name='res.company', string='Company', required=True, + default=lambda self: self.env['res.company']._company_default_get( + 'account.budget.post')) + + @api.multi + def action_budget_confirm(self): + self.write({'state': 'confirm'}) + + @api.multi + def action_budget_draft(self): + self.write({'state': 'draft'}) + + @api.multi + def action_budget_validate(self): + self.write({'state': 'validate'}) + + @api.multi + def action_budget_cancel(self): + self.write({'state': 'cancel'}) + + @api.multi + def action_budget_done(self): + self.write({'state': 'done'}) + + +class CrossoveredBudgetLines(models.Model): + _name = "crossovered.budget.lines" + _description = "Budget Line" + + crossovered_budget_id = fields.Many2one( + comodel_name='crossovered.budget', string='Budget', ondelete='cascade', + index=True, required=True) + analytic_account_id = fields.Many2one( + comodel_name='account.analytic.account', string='Analytic Account') + general_budget_id = fields.Many2one( + comodel_name='account.budget.post', string='Budgetary Position', + required=True) + date_from = fields.Date(string='Start Date', required=True) + date_to = fields.Date(string='End Date', required=True) + paid_date = fields.Date() + planned_amount = fields.Float(required=True, digits=0) + practical_amount = fields.Float( + compute='_compute_practical_amount', digits=0) + theoretical_amount = fields.Float( + compute='_compute_theoretical_amount', oldname='theoritical_amount', + digits=0) + percentage = fields.Float( + compute='_compute_percentage', string='Achievement') + company_id = fields.Many2one( + related='crossovered_budget_id.company_id', comodel_name='res.company', + string='Company', store=True, readonly=True) + + @api.multi + def _compute_practical_amount(self): + for line in self: + result = 0.0 + acc_ids = line.general_budget_id.account_ids.ids + date_to = self.env.context.get('wizard_date_to') or line.date_to + date_from = ( + self.env.context.get('wizard_date_from') or line.date_from) + if line.analytic_account_id.id: + self.env.cr.execute( + """ + SELECT SUM(amount) + FROM account_analytic_line + WHERE account_id=%s + AND (date between to_date(%s,'yyyy-mm-dd') + AND to_date(%s,'yyyy-mm-dd')) + AND general_account_id=ANY(%s)""", + (line.analytic_account_id.id, date_from, date_to, acc_ids,) + ) + result = self.env.cr.fetchone()[0] or 0.0 + line.practical_amount = result + + @api.multi + def _compute_theoretical_amount(self): + today = fields.Datetime.now() + for line in self: + # Used for the report + + if (self.env.context.get('wizard_date_from') and + self.env.context.get('wizard_date_to')): + date_from = from_string( + self.env.context.get('wizard_date_from')) + date_to = from_string( + self.env.context.get('wizard_date_to')) + if date_from < from_string(line.date_from): + date_from = from_string(line.date_from) + elif date_from > from_string(line.date_to): + date_from = False + + if date_to > from_string(line.date_to): + date_to = from_string(line.date_to) + elif date_to < from_string(line.date_from): + date_to = False + + theo_amt = 0.00 + if date_from and date_to: + line_timedelta = ( + from_string(line.date_to) - + from_string(line.date_from)) + elapsed_timedelta = date_to - date_from + if elapsed_timedelta.days > 0: + theo_amt = ( + (elapsed_timedelta.total_seconds() / + line_timedelta.total_seconds()) * + line.planned_amount) + else: + if line.paid_date: + if (from_string(line.date_to) <= + from_string(line.paid_date)): + theo_amt = 0.00 + else: + theo_amt = line.planned_amount + else: + line_timedelta = ( + from_string(line.date_to) - + from_string(line.date_from)) + elapsed_timedelta = ( + from_string(today) - (from_string(line.date_from))) + + if elapsed_timedelta.days < 0: + # If the budget line has not started yet, theoretical + # amount should be zero + theo_amt = 0.00 + elif (line_timedelta.days > 0 and + from_string(today) < from_string(line.date_to)): + # If today is between the budget line date_from and + # date_to + theo_amt = ( + (elapsed_timedelta.total_seconds() / + line_timedelta.total_seconds()) * + line.planned_amount) + else: + theo_amt = line.planned_amount + + line.theoretical_amount = theo_amt + + @api.multi + def _compute_percentage(self): + for line in self: + if line.theoretical_amount != 0.00: + line.percentage = ( + float((line.practical_amount or 0.0) / + line.theoretical_amount) * 100) + else: + line.percentage = 0.00 diff --git a/account_budget_oca/readme/CONTRIBUTORS.rst b/account_budget_oca/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..e3c935d0 --- /dev/null +++ b/account_budget_oca/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Odoo S.A. +* Ana Juaristi +* Oihane Crucelaegui diff --git a/account_budget_oca/readme/DESCRIPTION.rst b/account_budget_oca/readme/DESCRIPTION.rst new file mode 100644 index 00000000..4ccec929 --- /dev/null +++ b/account_budget_oca/readme/DESCRIPTION.rst @@ -0,0 +1,21 @@ +This module allows accountants to manage analytic and crossovered budgets. + +Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers +can set the planned amount on each Analytic Account. + +The accountant has the possibility to see the total of amount planned for each +Budget in order to ensure the total planned is not greater/lower than what he +planned for this Budget. Each list of record can also be switched to a graphical +view of it. + +Three reports are available: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +1. The first is available from a list of Budgets. It gives the spreading, for + these Budgets, of the Analytic Accounts. + +2. The second is a summary of the previous one, it only gives the spreading, + for the selected Budgets, of the Analytic Accounts. + +3. The last one is available from the Analytic Chart of Accounts. It gives + the spreading, for the selected Analytic Accounts of Budgets. diff --git a/account_budget_oca/readme/HISTORY.rst b/account_budget_oca/readme/HISTORY.rst new file mode 100644 index 00000000..abfd3558 --- /dev/null +++ b/account_budget_oca/readme/HISTORY.rst @@ -0,0 +1,3 @@ +**This module is a backport from Odoo SA and as such, it is not included in the +OCA CLA. That means we do not have a copy of the copyright on it like all +other OCA modules.** diff --git a/account_budget_oca/readme/ROADMAP.rst b/account_budget_oca/readme/ROADMAP.rst new file mode 100644 index 00000000..71553382 --- /dev/null +++ b/account_budget_oca/readme/ROADMAP.rst @@ -0,0 +1 @@ +* This module is incompatible with Odoo Enterprise account_budget module diff --git a/account_budget_oca/security/account_budget_security.xml b/account_budget_oca/security/account_budget_security.xml new file mode 100644 index 00000000..edd96381 --- /dev/null +++ b/account_budget_oca/security/account_budget_security.xml @@ -0,0 +1,31 @@ + + + + + + Budget post multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + Budget multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + Budget lines multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + + + + + diff --git a/account_budget_oca/security/ir.model.access.csv b/account_budget_oca/security/ir.model.access.csv new file mode 100644 index 00000000..e2c98f29 --- /dev/null +++ b/account_budget_oca/security/ir.model.access.csv @@ -0,0 +1,7 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_crossovered_budget,crossovered.budget,model_crossovered_budget,account.group_account_manager,1,0,0,0 +access_account_budget_post,account.budget.post,model_account_budget_post,account.group_account_manager,1,0,0,0 +access_account_budget_post_accountant,account.budget.post accountant,model_account_budget_post,account.group_account_user,1,1,1,1 +access_crossovered_budget_accountant,crossovered.budget accountant,model_crossovered_budget,account.group_account_user,1,1,1,1 +access_crossovered_budget_lines_accountant,crossovered.budget.lines accountant,model_crossovered_budget_lines,account.group_account_user,1,1,1,1 +access_budget,crossovered.budget.lines manager,model_crossovered_budget_lines,base.group_user,1,1,1,0 diff --git a/account_budget_oca/static/description/index.html b/account_budget_oca/static/description/index.html new file mode 100644 index 00000000..08189929 --- /dev/null +++ b/account_budget_oca/static/description/index.html @@ -0,0 +1,447 @@ + + + + + + +Budgets Management + + + +
+

Budgets Management

+ + +

Beta License: LGPL-3 OCA/account-budgeting Translate me on Weblate Try me on Runbot

+

This module allows accountants to manage analytic and crossovered budgets.

+

Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers +can set the planned amount on each Analytic Account.

+

The accountant has the possibility to see the total of amount planned for each +Budget in order to ensure the total planned is not greater/lower than what he +planned for this Budget. Each list of record can also be switched to a graphical +view of it.

+
+

Three reports are available:

+
    +
  1. The first is available from a list of Budgets. It gives the spreading, for +these Budgets, of the Analytic Accounts.
  2. +
  3. The second is a summary of the previous one, it only gives the spreading, +for the selected Budgets, of the Analytic Accounts.
  4. +
  5. The last one is available from the Analytic Chart of Accounts. It gives +the spreading, for the selected Analytic Accounts of Budgets.
  6. +
+

Table of contents

+ +
+

Known issues / Roadmap

+
    +
  • This module is incompatible with Odoo Enterprise account_budget module
  • +
+
+
+

Changelog

+

This module is a backport from Odoo SA and as such, it is not included in the +OCA CLA. That means we do not have a copy of the copyright on it like all +other OCA modules.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+ +
+
+

Authors

+
    +
  • Odoo S.A.
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/account-budgeting project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+ + diff --git a/account_budget_oca/tests/__init__.py b/account_budget_oca/tests/__init__.py new file mode 100644 index 00000000..47b1dc89 --- /dev/null +++ b/account_budget_oca/tests/__init__.py @@ -0,0 +1,5 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import common +from . import test_theoreticalamount +from . import test_account_budget diff --git a/account_budget_oca/tests/common.py b/account_budget_oca/tests/common.py new file mode 100644 index 00000000..60e1a7f8 --- /dev/null +++ b/account_budget_oca/tests/common.py @@ -0,0 +1,218 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.addons.account.tests.account_test_classes import AccountingTestCase + +import time + + +class TestAccountBudgetCommon(AccountingTestCase): + + def setUp(self): + super(TestAccountBudgetCommon, self).setUp() + self.budget_lines_model = self.env['crossovered.budget.lines'] + self.account_model = self.env['account.account'] + # In order to check account budget module in Odoo I created a budget + # with few budget positions + # Checking if the budgetary positions have accounts or not + account_ids = self.account_model.search([ + ('user_type_id', '=', + self.ref('account.data_account_type_revenue')), + ('tag_ids.name', 'in', ['Operating Activities']) + ]).ids + if not account_ids: + account_ids = self.account_model.create({ + 'name': 'Product Sales - (test)', + 'code': 'X2020', + 'user_type_id': self.ref('account.data_account_type_revenue'), + 'tag_ids': [ + (6, 0, [self.ref('account.account_tag_operating')])], + }).ids + self.account_budget_post_sales0 = self.env[ + 'account.budget.post'].create({ + 'name': 'Sales', + 'account_ids': [(6, None, account_ids)], + }) + + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_partners_camp_to_camp'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-01-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-01-31', + 'planned_amount': 500.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_partners_camp_to_camp'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-02-07', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-02-28', + 'planned_amount': 900.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_partners_camp_to_camp'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-03-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-03-15', + 'planned_amount': 300.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_our_super_product'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-03-16', + 'paid_date': str(time.localtime(time.time())[0] + 1) + '-12-03', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-03-31', + 'planned_amount': 375.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_our_super_product'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-05-01', + 'paid_date': str(time.localtime(time.time())[0] + 1) + '-12-03', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-05-31', + 'planned_amount': 375.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-07-16', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-07-31', + 'planned_amount': 20000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-02-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-02-28', + 'planned_amount': 20000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-09-16', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-09-30', + 'planned_amount': 10000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_sales0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-10-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-12-31', + 'planned_amount': 10000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + + account_ids = self.account_model.search([ + ('user_type_id.name', '=', 'Expenses'), + ('tag_ids.name', 'in', ['Operating Activities']) + ]).ids + + if not account_ids: + account_ids = self.account_model.create({ + 'name': 'Expense - (test)', + 'code': 'X2120', + 'user_type_id': self.ref('account.data_account_type_expenses'), + 'tag_ids': [ + (6, 0, [self.ref('account.account_tag_operating')])], + }).ids + self.account_budget_post_purchase0 = self.env[ + 'account.budget.post'].create({ + 'name': 'Purchases', + 'account_ids': [(6, None, account_ids)], + }) + + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_partners_camp_to_camp'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-01-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-01-31', + 'planned_amount': -500.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_partners_camp_to_camp'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-02-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-02-28', + 'planned_amount': -250.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref( + 'analytic.analytic_our_super_product'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-04-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-04-30', + 'planned_amount': -150.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-06-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-06-15', + 'planned_amount': -7500.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-06-16', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-06-30', + 'planned_amount': -5000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-07-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-07-15', + 'planned_amount': -2000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-08-16', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-08-31', + 'planned_amount': -3000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetpessimistic0'), + }) + self.budget_lines_model.create({ + 'analytic_account_id': self.ref('analytic.analytic_seagate_p2'), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'date_from': str(time.localtime(time.time())[0] + 1) + '-09-01', + 'date_to': str(time.localtime(time.time())[0] + 1) + '-09-15', + 'planned_amount': -1000.0, + 'crossovered_budget_id': self.ref( + 'account_budget_oca.crossovered_budget_budgetoptimistic0'), + }) diff --git a/account_budget_oca/tests/test_account_budget.py b/account_budget_oca/tests/test_account_budget.py new file mode 100644 index 00000000..00406c6b --- /dev/null +++ b/account_budget_oca/tests/test_account_budget.py @@ -0,0 +1,72 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from .common import TestAccountBudgetCommon +from odoo.fields import Date + +import datetime + + +# --------------------------------------------------------- +# Tests +# --------------------------------------------------------- +class TestAccountBudget(TestAccountBudgetCommon): + + def test_account_budget(self): + + # Creating a crossovered.budget record + budget = self.env['crossovered.budget'].create({ + 'date_from': Date.from_string('%s-01-01' % + (datetime.datetime.now().year + 1)), + 'date_to': Date.from_string('%s-12-31' % + (datetime.datetime.now().year + 1)), + 'name': 'Budget %s' % (datetime.datetime.now().year + 1), + 'state': 'draft' + }) + + # I created two different budget lines + # Modifying a crossovered.budget record + self.env['crossovered.budget.lines'].create({ + 'crossovered_budget_id': budget.id, + 'analytic_account_id': ( + self.ref('analytic.analytic_partners_camp_to_camp')), + 'date_from': Date.from_string('%s-01-01' % + (datetime.datetime.now().year + 1)), + 'date_to': Date.from_string('%s-12-31' % + (datetime.datetime.now().year + 1)), + 'general_budget_id': self.account_budget_post_purchase0.id, + 'planned_amount': 10000.0, + }) + self.env['crossovered.budget.lines'].create({ + 'crossovered_budget_id': budget.id, + 'analytic_account_id': ( + self.ref('analytic.analytic_our_super_product')), + 'date_from': Date.from_string('%s-09-01' % + (datetime.datetime.now().year + 1)), + 'date_to': Date.from_string('%s-09-30' % + (datetime.datetime.now().year + 1)), + 'general_budget_id': self.account_budget_post_sales0.id, + 'planned_amount': 400000.0, + }) + # I check that Initially Budget is in "draft" state + self.assertEqual(budget.state, 'draft') + + # I pressed the confirm button to confirm the Budget + # Performing an action confirm on module crossovered.budget + budget.action_budget_confirm() + + # I check that budget is in "Confirmed" state + self.assertEqual(budget.state, 'confirm') + + # I pressed the validate button to validate the Budget + # Performing an action validate on module crossovered.budget + budget.action_budget_validate() + + # I check that budget is in "Validated" state + self.assertEqual(budget.state, 'validate') + + # I pressed the done button to set the Budget to "Done" state + # Performing an action done on module crossovered.budget + budget.action_budget_done() + + # I check that budget is in "done" state + self.assertEqual(budget.state, 'done') diff --git a/account_budget_oca/tests/test_theoreticalamount.py b/account_budget_oca/tests/test_theoreticalamount.py new file mode 100644 index 00000000..a4695e3a --- /dev/null +++ b/account_budget_oca/tests/test_theoreticalamount.py @@ -0,0 +1,113 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from .common import TestAccountBudgetCommon +try: + from unittest.mock import patch +except ImportError: + from mock import patch + +from odoo.fields import Datetime + + +# --------------------------------------------------------- +# Tests +# --------------------------------------------------------- +class TestTheoreticalAmount(TestAccountBudgetCommon): + def setUp(self): + super(TestTheoreticalAmount, self).setUp() + crossovered_budget = self.env['crossovered.budget'].create({ + 'name': 'test budget name', + 'date_from': '2014-01-01', + 'date_to': '2014-12-31', + }) + crossovered_budget_line_obj = self.env['crossovered.budget.lines'] + user_type_id = self.ref('account.data_account_type_revenue') + tag_id = self.ref('account.account_tag_operating') + account_rev = self.env['account.account'].create({ + 'code': 'Y2020', + 'name': 'Budget - Test Revenue Account', + 'user_type_id': user_type_id, + 'tag_ids': [(4, tag_id, 0)] + }) + buget_post = self.env['account.budget.post'].create({ + 'name': 'Sales', + 'account_ids': [(4, account_rev.id, 0)], + }) + self.line = crossovered_budget_line_obj.create({ + 'crossovered_budget_id': crossovered_budget.id, + 'general_budget_id': buget_post.id, + 'date_from': '2014-01-01', + 'date_to': '2014-12-31', + 'planned_amount': -364, + }) + + self.patcher = patch( + 'odoo.addons.account_budget_oca.models.' + 'account_budget.fields.Datetime', + wraps=Datetime) + self.mock_datetime = self.patcher.start() + + def test_01(self): + """Start""" + date = Datetime.to_string(Datetime.from_string('2014-01-01 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, 0) + + def test_02(self): + """After 24 hours""" + date = Datetime.to_string(Datetime.from_string('2014-01-02 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -1) + + def test_03(self): + """After 36 hours""" + date = Datetime.to_string(Datetime.from_string('2014-01-02 12:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -1.5) + + def test_04(self): + """After 48 hours""" + date = Datetime.to_string(Datetime.from_string('2014-01-03 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -2) + + def test_05(self): + """After 10 days""" + date = Datetime.to_string(Datetime.from_string('2014-01-11 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -10) + + def test_06(self): + """After 50 days""" + date = Datetime.to_string(Datetime.from_string('2014-02-20 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -50) + + def test_07(self): + """After 182 days, exactly half of the budget line""" + date = Datetime.to_string(Datetime.from_string('2014-07-02 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -182) + + def test_08(self): + """After 308 days at noon""" + date = Datetime.to_string(Datetime.from_string('2014-11-05 12:00:00')) + # remember, remember + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -308.5) + + def test_09(self): + """One day before""" + date = Datetime.to_string(Datetime.from_string('2014-12-30 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -363) + + def test_10(self): + """At last""" + date = Datetime.to_string(Datetime.from_string('2014-12-31 00:00:00')) + self.mock_datetime.now.return_value = date + self.assertAlmostEqual(self.line.theoretical_amount, -364) + + def tearDown(self): + self.patcher.stop() + super(TestTheoreticalAmount, self).tearDown() diff --git a/account_budget_oca/views/account_analytic_account_views.xml b/account_budget_oca/views/account_analytic_account_views.xml new file mode 100644 index 00000000..911eced3 --- /dev/null +++ b/account_budget_oca/views/account_analytic_account_views.xml @@ -0,0 +1,38 @@ + + + + account.analytic.account.form.inherit.budget + account.analytic.account + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+
+
+
+
+
diff --git a/account_budget_oca/views/account_budget_views.xml b/account_budget_oca/views/account_budget_views.xml new file mode 100644 index 00000000..d06abf35 --- /dev/null +++ b/account_budget_oca/views/account_budget_views.xml @@ -0,0 +1,310 @@ + + + + + account.budget.post.search + account.budget.post + + + + + + + + + + account.budget.post.tree + account.budget.post + + + + + + + + + + Budgetary Positions + account.budget.post + form + tree,kanban,form + + + + + + + + account.budget.post.form + account.budget.post + +
+ + + + + + + + + + + + + + +
+
+
+ + + crossovered.budget.view.form + crossovered.budget + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ +
+
+ + + crossovered.budget.view.tree + crossovered.budget + + + + + + + + + + + + + + crossovered.budget.kanban + crossovered.budget + + + + + + + + + +
+
+
+ +
+
+ + + +
+
+
+
+ - +
+
+ + + +
+
+
+
+
+
+
+
+ + + crossovered.budget.search + crossovered.budget + + + + + + + + + + + + + + Budgets + crossovered.budget + form + tree,kanban,form + + + +

+ Click to create a new budget. +

+ A budget is a forecast of your company's income and/or expenses + expected for a period in the future. A budget is defined on some + financial accounts and/or analytic accounts (that may represent + projects, departments, categories of products, etc.) +

+ By keeping track of where your money goes, you may be less + likely to overspend, and more likely to meet your financial + goals. Forecast a budget by detailing the expected revenue per + analytic account and monitor its evolution based on the actuals + realised during that period. +

+
+
+ + + + account.budget.line.search + crossovered.budget.lines + + + + + + + + + crossovered.budget.line.tree + crossovered.budget.lines + + + + + + + + + + + + + + + + + crossovered.budget.line.form + crossovered.budget.lines + +
+ + + + + + + + + + + + + + + +
+
+
+ + + Budgets + crossovered.budget.lines + form + tree,form + + + + + + + + +
diff --git a/account_budget_oca/views/res_config_settings_views.xml b/account_budget_oca/views/res_config_settings_views.xml new file mode 100644 index 00000000..a1230ad3 --- /dev/null +++ b/account_budget_oca/views/res_config_settings_views.xml @@ -0,0 +1,19 @@ + + + + + res.config.settings.view.form.inherit.account.budget + res.config.settings + + +
+
+
+
+
+
+
+
+ +
From 3cbe3cc7103d01b1b9952b6ae9210a7ac4725955 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 11 Jun 2019 11:58:34 +0000 Subject: [PATCH 02/35] [ADD] icon.png --- account_budget_oca/static/description/icon.png | Bin 0 -> 9455 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 account_budget_oca/static/description/icon.png diff --git a/account_budget_oca/static/description/icon.png b/account_budget_oca/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From aa6e737f7ec4d0f0a32a7cbe4b071fdcc3f72c7b Mon Sep 17 00:00:00 2001 From: Oihane Crucelaegui Date: Wed, 10 Jul 2019 17:41:19 +0200 Subject: [PATCH 03/35] [FIX] account_budget_oca: fails automatic merge because duplicated definition --- account_budget_oca/i18n/vi.po | 4 ---- 1 file changed, 4 deletions(-) diff --git a/account_budget_oca/i18n/vi.po b/account_budget_oca/i18n/vi.po index dd077d7d..f3aef4c3 100644 --- a/account_budget_oca/i18n/vi.po +++ b/account_budget_oca/i18n/vi.po @@ -298,10 +298,6 @@ msgstr "Ngân sách phải có ít nhất một tài khoản." #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount #: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Giá trị theo lý thuyết" - -#. module: account_budget_oca #: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Giá trị theo lý thuyết" From fe67a39048ec6b1b63c13e8c4907596623bcc4d9 Mon Sep 17 00:00:00 2001 From: Oihane Crucelaegui Date: Thu, 11 Jul 2019 10:11:45 +0200 Subject: [PATCH 04/35] [FIX] account_budget_oca: duplicated message definition --- account_budget_oca/i18n/account_budget.pot | 4 - .../i18n/account_budget_oca.pot | 401 ++++++++++++++ account_budget_oca/i18n/af.po | 280 ++++++---- account_budget_oca/i18n/am.po | 280 ++++++---- account_budget_oca/i18n/ar.po | 289 ++++++---- account_budget_oca/i18n/bg.po | 298 +++++++---- account_budget_oca/i18n/bs.po | 283 ++++++---- account_budget_oca/i18n/ca.po | 280 ++++++---- account_budget_oca/i18n/cs.po | 289 ++++++---- account_budget_oca/i18n/da.po | 287 ++++++---- account_budget_oca/i18n/de.po | 284 ++++++---- account_budget_oca/i18n/el.po | 308 +++++++---- account_budget_oca/i18n/en_AU.po | 447 ++++++---------- account_budget_oca/i18n/en_GB.po | 281 ++++++---- account_budget_oca/i18n/es.po | 286 ++++++---- account_budget_oca/i18n/es_BO.po | 262 +++++++--- account_budget_oca/i18n/es_CL.po | 262 +++++++--- account_budget_oca/i18n/es_CO.po | 262 +++++++--- account_budget_oca/i18n/es_CR.po | 262 +++++++--- account_budget_oca/i18n/es_EC.po | 262 +++++++--- account_budget_oca/i18n/es_PE.po | 262 +++++++--- account_budget_oca/i18n/es_PY.po | 262 +++++++--- account_budget_oca/i18n/es_VE.po | 262 +++++++--- account_budget_oca/i18n/et.po | 285 ++++++---- account_budget_oca/i18n/eu.po | 280 ++++++---- account_budget_oca/i18n/fa.po | 280 ++++++---- account_budget_oca/i18n/fi.po | 280 ++++++---- account_budget_oca/i18n/fo.po | 278 ++++++---- account_budget_oca/i18n/fr.po | 280 ++++++---- account_budget_oca/i18n/fr_BE.po | 482 +++++++---------- account_budget_oca/i18n/fr_CA.po | 281 ++++++---- account_budget_oca/i18n/gl.po | 280 ++++++---- account_budget_oca/i18n/gu.po | 278 ++++++---- account_budget_oca/i18n/he.po | 283 ++++++---- account_budget_oca/i18n/hi.po | 493 +++++++----------- account_budget_oca/i18n/hr.po | 288 ++++++---- account_budget_oca/i18n/hu.po | 286 ++++++---- account_budget_oca/i18n/id.po | 294 +++++++---- account_budget_oca/i18n/is.po | 280 ++++++---- account_budget_oca/i18n/it.po | 291 +++++++---- account_budget_oca/i18n/ja.po | 283 ++++++---- account_budget_oca/i18n/ka.po | 280 ++++++---- account_budget_oca/i18n/kab.po | 280 ++++++---- account_budget_oca/i18n/ko.po | 280 ++++++---- account_budget_oca/i18n/lo.po | 280 ++++++---- account_budget_oca/i18n/lt.po | 291 +++++++---- account_budget_oca/i18n/lv.po | 285 ++++++---- account_budget_oca/i18n/mk.po | 283 ++++++---- account_budget_oca/i18n/mn.po | 282 ++++++---- account_budget_oca/i18n/nb.po | 283 ++++++---- account_budget_oca/i18n/ne.po | 278 ++++++---- account_budget_oca/i18n/nl.po | 286 ++++++---- account_budget_oca/i18n/nl_BE.po | 281 ++++++---- account_budget_oca/i18n/pl.po | 287 ++++++---- account_budget_oca/i18n/pt.po | 282 ++++++---- account_budget_oca/i18n/pt_BR.po | 286 ++++++---- account_budget_oca/i18n/ro.po | 283 ++++++---- account_budget_oca/i18n/ru.po | 292 +++++++---- account_budget_oca/i18n/sk.po | 286 ++++++---- account_budget_oca/i18n/sl.po | 285 ++++++---- account_budget_oca/i18n/sq.po | 286 ++++++---- account_budget_oca/i18n/sr.po | 283 ++++++---- account_budget_oca/i18n/sr@latin.po | 286 ++++++---- account_budget_oca/i18n/sv.po | 283 ++++++---- account_budget_oca/i18n/sw.po | 278 ++++++---- account_budget_oca/i18n/ta.po | 282 ++++++---- account_budget_oca/i18n/te.po | 441 ++++++---------- account_budget_oca/i18n/th.po | 280 ++++++---- account_budget_oca/i18n/tr.po | 292 +++++++---- account_budget_oca/i18n/uk.po | 285 ++++++---- account_budget_oca/i18n/vi.po | 285 ++++++---- account_budget_oca/i18n/zh_CN.po | 290 +++++++---- account_budget_oca/i18n/zh_TW.po | 291 +++++++---- 73 files changed, 14032 insertions(+), 7115 deletions(-) create mode 100644 account_budget_oca/i18n/account_budget_oca.pot diff --git a/account_budget_oca/i18n/account_budget.pot b/account_budget_oca/i18n/account_budget.pot index ed35f998..483fde0c 100644 --- a/account_budget_oca/i18n/account_budget.pot +++ b/account_budget_oca/i18n/account_budget.pot @@ -278,10 +278,6 @@ msgstr "" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount #: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca #: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" diff --git a/account_budget_oca/i18n/account_budget_oca.pot b/account_budget_oca/i18n/account_budget_oca.pot new file mode 100644 index 00000000..564cab55 --- /dev/null +++ b/account_budget_oca/i18n/account_budget_oca.pot @@ -0,0 +1,401 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_budget_oca +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \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: account_budget_oca +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "A budget is a forecast of your company's income and/or expenses\n" +" expected for a period in the future. A budget is defined on some\n" +" financial accounts and/or analytic accounts (that may represent\n" +" projects, departments, categories of products, etc.)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage +msgid "Achievement" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_analytic_account +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id +msgid "Analytic Account" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Budget" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Budget Items" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_crossovered_budget_lines +msgid "Budget Line" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +msgid "Budget Lines" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Budget Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +msgid "Budgetary Position" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form +#: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +msgid "Budgetary Positions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view +#: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view +#: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view +msgid "Budgets" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "By keeping track of where your money goes, you may be less\n" +" likely to overspend, and more likely to meet your financial\n" +" goals. Forecast a budget by detailing the expected revenue per\n" +" analytic account and monitor its evolution based on the actuals\n" +" realised during that period." +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Cancel Budget" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Cancelled" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +msgid "Click to create a new budget." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id +msgid "Company" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Confirm" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Confirmed" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid +msgid "Created by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date +msgid "Created on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name +msgid "Display Name" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Done" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "Draft Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to +msgid "End Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id +msgid "ID" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name +msgid "Name" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date +msgid "Paid Date" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id +msgid "Responsible" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from +msgid "Start Date" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state +msgid "Status" +msgstr "" + +#. module: account_budget_oca +#: code:addons/account_budget_oca/models/account_budget.py:42 +#, python-format +msgid "The budget must have at least one account." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" +msgstr "" + +#. module: account_budget_oca +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: account_budget_oca +#: selection:crossovered.budget,state:0 +msgid "Validated" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" + diff --git a/account_budget_oca/i18n/af.po b/account_budget_oca/i18n/af.po index e9289b0d..7756399a 100644 --- a/account_budget_oca/i18n/af.po +++ b/account_budget_oca/i18n/af.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Andre de Kock , 2017 @@ -14,55 +14,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Somarie, 2018\n" "Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: af\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Rekeninge" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Begroting" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -72,36 +84,35 @@ msgid "Budget Line" msgstr "Begrotingslyn" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Begrotingslyne" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -114,17 +125,19 @@ msgid "Budgets" msgstr "Begrotings" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -134,19 +147,19 @@ msgid "Cancelled" msgstr "Gekanselleer" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klik om 'n nuwe begroting op te stel." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Maatskappy" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Bevestig" @@ -156,154 +169,245 @@ msgid "Confirmed" msgstr "Bevestig" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Geskep deur" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Geskep op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Vertoningsnaam" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Klaar" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Konsep" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Einddatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Laas Gewysig op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Laas Opgedateer deur" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Laas Opgedateer op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Naam" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Betaal Datum" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periode" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Beplande Bedrag" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktiese Bedrag" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Verantwoordelike" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Begindatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Stand" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretiese Bedrag" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretiese Bedrag" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/am.po b/account_budget_oca/i18n/am.po index f65986df..0c84c0c6 100644 --- a/account_budget_oca/i18n/am.po +++ b/account_budget_oca/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Kiros Haregewoine , 2017 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Kiros Haregewoine , 2017\n" "Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "ማፅደቅ" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "ተሰርዟል" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "ድርጅት" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "ማረጋገጫ" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "ተረጋገጠ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "ፈጣሪው" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "የተፈጠረበት" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "ተጠናቋል" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "ንድፍ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "መጨረሻው ቀን" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "ስም" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "መጀመሪያው ቀን" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "ሁኔታው" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "ማፅደቅ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "ማረጋገጥ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ar.po b/account_budget_oca/i18n/ar.po index ed422481..5fc7f16b 100644 --- a/account_budget_oca/i18n/ar.po +++ b/account_budget_oca/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Mohammed Ibrahim , 2017 # Ghaith Gammar , 2017 @@ -13,7 +13,7 @@ # Osama Ahmaro , 2017 # Islam Eldeeb , 2017 # Mustafa Rawi , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -22,59 +22,72 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Mustafa Rawi , 2019\n" "Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "الميزانية أو موازنة المشروع هي توقعات مؤسستك للإيرادات والمصروفات المتوقعة " "خلال فترة زمنية في المستقبل. يتم قياس الميزانية على أساس بعض الحسابات في " -"الدليل المحاسبي أو الحسابات التحليلي (والتي قد تمثل المشروعات، إدارات وأقسام" -" المؤسسة، المنتجات أو فئات المنتجات، إلخ)" +"الدليل المحاسبي أو الحسابات التحليلي (والتي قد تمثل المشروعات، إدارات وأقسام " +"المؤسسة، المنتجات أو فئات المنتجات، إلخ)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "الحسابات" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "الإنجاز" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "الحساب التحليلي" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "موافقه" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "الموازنة" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "بنود الموازنة" @@ -84,36 +97,35 @@ msgid "Budget Line" msgstr "خط الموازنة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "خطوط الموازنة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "اسم الموازنة" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "وضع الموازنة" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "مراكز الموازنة" @@ -126,12 +138,14 @@ msgid "Budgets" msgstr "الموازنات" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "عبر متابعة تدفقاتك النقدية، ستكون أقل عُرضة للإنفاق الزائد،\n" @@ -140,7 +154,7 @@ msgstr "" "كيف ستجري الأمور على أرض الواقع خلال الفترة التي تحددها." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "إلغاء الموازنة" @@ -150,19 +164,19 @@ msgid "Cancelled" msgstr "ملغى " #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "اضغط لإنشاء موازنة جديدة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "الشركة" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "تأكيد" @@ -172,154 +186,245 @@ msgid "Confirmed" msgstr "مؤكد" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "أنشئ بواسطة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "أنشئ في" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "الاسم المعروض" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "منتهي" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "مسودة" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "موازنة مؤقتة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "تاريخ الإنتهاء" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "المعرف" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "آخر تعديل في" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "آخر تحديث بواسطة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "آخر تحديث في" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "الاسم" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "تاريخ الدفع" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "فترة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "المبلغ المخطط" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "المبلغ الفعلى" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "إعادة الى وضع المسودة" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "مسئول" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "تاريخ البدء" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "الحالة " #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "يجب أن تحتوي الموازنة على حساب واحد على الأقل." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "المبلغ النظرية" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "المبلغ النظرية" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "للاعتماد" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "للموافقة علي الموازنة" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "تم الإعتماد" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/bg.po b/account_budget_oca/i18n/bg.po index c381a95b..8da47822 100644 --- a/account_budget_oca/i18n/bg.po +++ b/account_budget_oca/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # aleksandar ivanov, 2018 @@ -16,59 +16,74 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Maria Boyadjieva , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" -"Даден бюджет представлява прогноза за приходите и/или разходите на Вашата компания,\n" -" очаквани да определен период в бъдеще. Въпросният бюджет се определя от някои\n" -" финансови сметки и/или аналитични сметки (които могат да представляват\n" +"Даден бюджет представлява прогноза за приходите и/или разходите на Вашата " +"компания,\n" +" очаквани да определен период в бъдеще. Въпросният бюджет се " +"определя от някои\n" +" финансови сметки и/или аналитични сметки (които могат да " +"представляват\n" " проекти, отдели/браншове, категории продукти и т.н.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Сметки" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Постижение" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Аналитична сметка" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Одобрявам" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Бюджет" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Бюджетни пунктове" @@ -78,36 +93,35 @@ msgid "Budget Line" msgstr "Ред в бюджета" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Редове на бюджет" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Име на бюджет" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Бюджетна позиция" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Бюджетни позиции" @@ -120,22 +134,27 @@ msgid "Budgets" msgstr "Бюджети" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Като проследявате къде отиват парите Ви, ще влизате\n" -" в по-малък преразход и ще преследвате по-успешно финансовите си\n" -" цели. Предвиждайте даден бюджет, като уточнявате прецизно очакваните приходи по\n" -" аналитична сметка и следите развитието му въз основа на същинските разходи,\n" +" в по-малък преразход и ще преследвате по-успешно финансовите " +"си\n" +" цели. Предвиждайте даден бюджет, като уточнявате прецизно " +"очакваните приходи по\n" +" аналитична сметка и следите развитието му въз основа на " +"същинските разходи,\n" " реализирани по време на този период." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Анулирайте/отменете бюджета" @@ -145,19 +164,19 @@ msgid "Cancelled" msgstr "Отказанa" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Натиснете бутона, за да създадете нов бюджет." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Фирма" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Потвърждаване" @@ -167,154 +186,245 @@ msgid "Confirmed" msgstr "Потвърден" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Създадено от" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Създадено на" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Име за показване" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Готов" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Чернова" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Проектобюджети" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Крайна дата" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Последно променено на" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Последно обновено от" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Последно обновено на" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Име" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Дата на плащане" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Период" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Планирано количество" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Практическо количество" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Пращане в проект" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Отговорник" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Начална дата" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Състояние" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Теоритично количество" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Теоритично количество" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "За одобрение" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Бюджет за одобряване" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Проверен" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/bs.po b/account_budget_oca/i18n/bs.po index c8269052..61acd789 100644 --- a/account_budget_oca/i18n/bs.po +++ b/account_budget_oca/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux , 2017 # Boško Stojaković , 2017 @@ -14,55 +14,68 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Bole , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"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: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analitički konto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Odobri" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Proračun" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -72,36 +85,35 @@ msgid "Budget Line" msgstr "Stavka budžeta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Retci proračuna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Proračunska pozicija" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Proračunska pozicija" @@ -114,17 +126,19 @@ msgid "Budgets" msgstr "Proračuni" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Otkaži budžet" @@ -134,19 +148,19 @@ msgid "Cancelled" msgstr "Otkazan" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Kompanija" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Portvrdi" @@ -156,154 +170,245 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Kreirano" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Prikazani naziv" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Gotovo" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "U pripremi" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budžeti u pripremi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Datum Završetka" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Naziv:" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Datum plaćanja" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Period" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planirani iznos" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Stvarni iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Vrati u pripremu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odgovoran" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Datum početka" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretski iznos" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretski iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Za odobriti" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Budžet za odobravanje" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Odobreno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ca.po b/account_budget_oca/i18n/ca.po index 85c75611..f3ea54b2 100644 --- a/account_budget_oca/i18n/ca.po +++ b/account_budget_oca/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Quim - eccit , 2017 # Sandra Franch , 2018 @@ -15,18 +15,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: RGB Consulting , 2018\n" "Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Un pressupost és una previsió dels ingressos i/o despeses esperades en la " @@ -35,39 +37,49 @@ msgstr "" "categories de productes, etc.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Comptes" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Assoliment" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Compte analític" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprova" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Pressupost" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Elements de pressupost" @@ -77,36 +89,35 @@ msgid "Budget Line" msgstr "Línia de pressupost" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Línies de pressupost" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nom del pressupost" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posició pressupostària" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posicions pressupostaries" @@ -119,12 +130,14 @@ msgid "Budgets" msgstr "Pressupostos" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Fent un seguiment d'on van els seus diners, pot ser menys probable gastar " @@ -133,7 +146,7 @@ msgstr "" "la seva evolució basat en el real obtingut durant aquest període." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Cancel·lar presupost " @@ -143,19 +156,19 @@ msgid "Cancelled" msgstr "Cancel·lada" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Faci clic per a crear un nou pressupost." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Companyia" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmar" @@ -165,154 +178,245 @@ msgid "Confirmed" msgstr "Confirmada" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creat per" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creat el" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Mostrar Nom" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Fet" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Esborrany" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Pressupostos esborrany" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data final" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Darrera modificació feta el" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Actualitzat per última vegada per" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Actualitzat per última vegada el dia" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nom" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data de pagament" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Període" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Import pressupostat" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Import real" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Inicialitza a esborrany" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsable" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Data d'inici" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estat" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Import teòric" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Import teòric" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Per aprovar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Pressupostos per aprovar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validat" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/cs.po b/account_budget_oca/i18n/cs.po index 4df3ea00..6c9c1a13 100644 --- a/account_budget_oca/i18n/cs.po +++ b/account_budget_oca/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Jan Horzinka , 2018 @@ -15,59 +15,74 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Michal Veselý , 2018\n" "Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Rozpočet je prognózou výnosů a / nebo nákladů vaší společnosti\n" -" pro předpokládané období v budoucnu. Rozpočet je definován na některých\n" -" finančních účtech a / nebo analytických účtech (které mohou představovat\n" +" pro předpokládané období v budoucnu. Rozpočet je definován " +"na některých\n" +" finančních účtech a / nebo analytických účtech (které mohou " +"představovat\n" " projekty, oddělení, kategorie výrobků apod.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Účty" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analytický účet" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Potvrdit" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Rozpočet" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -77,36 +92,35 @@ msgid "Budget Line" msgstr "Linie rozpočtu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Linie rozpočtu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -119,17 +133,19 @@ msgid "Budgets" msgstr "Rozpočet" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Zrušit rozpočet" @@ -139,19 +155,19 @@ msgid "Cancelled" msgstr "Zrušeno" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Firma" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potvrdit" @@ -161,154 +177,245 @@ msgid "Confirmed" msgstr "Potvrzeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Vytvořil(a)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Vytvořeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Zobrazovaný název" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Hotovo" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Návrh" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Koncepty rozpočtů" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Datum ukončení" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Naposled upraveno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Název" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Období" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Plánovaná částka" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Nastavit na návrh" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odpovědný" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Datum zahájení" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Stav" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Ke schválení" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Ověřeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/da.po b/account_budget_oca/i18n/da.po index 15acf685..4fd4393d 100644 --- a/account_budget_oca/i18n/da.po +++ b/account_budget_oca/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Hans Henrik Gabelgaard , 2017 @@ -21,18 +21,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: lhmflexerp , 2018\n" "Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Et budget er en forecast for din virksomheds indtægter og/eller udgifter\n" @@ -41,39 +43,49 @@ msgstr "" "projekter, afdelinger, produktkategorier mv.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konti" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Resultater" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analysekonto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Godkend" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Budget poster" @@ -83,36 +95,35 @@ msgid "Budget Line" msgstr "Budget linie" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budget linier" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Budgetnavn" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budgetposition" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Budgetpositioner" @@ -125,19 +136,24 @@ msgid "Budgets" msgstr "Budgetter" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" -"Ved at holde øje med hvor dine penge bruges, er der mindre risiko for at overskride budgettet, og større sandsynligt at opfylde de økonomiske\n" -"mål. Opstil et budget ved at specificere de forventede indtægter og udgifter fordelt på analytiske konti og overvåg udviklingen baseret på de realiserede tal i perioden." +"Ved at holde øje med hvor dine penge bruges, er der mindre risiko for at " +"overskride budgettet, og større sandsynligt at opfylde de økonomiske\n" +"mål. Opstil et budget ved at specificere de forventede indtægter og udgifter " +"fordelt på analytiske konti og overvåg udviklingen baseret på de realiserede " +"tal i perioden." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Annuller budget" @@ -147,19 +163,19 @@ msgid "Cancelled" msgstr "Annulleret" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klik her for at oprette et nyt budget." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Virksomhed" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Bekræft" @@ -169,154 +185,245 @@ msgid "Confirmed" msgstr "Bekræftet" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Oprettet af" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Oprettet den" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Vis navn" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Udført" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Kladde" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Kladdebudgetter" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Slut dato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Sidst ændret den" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Sidst opdateret den" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Navn" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Betalingsdato" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periode" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Budgetteret beløb" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Realiseret beløb" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Nulstil til kladde" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Ansvarlig" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Start dato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Budgettet skal have mindst én konto." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretisk beløb" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretisk beløb" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Til godkendelse" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Til budgetgodkendelse" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Valideret" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/de.po b/account_budget_oca/i18n/de.po index fa966eb7..d7dc1812 100644 --- a/account_budget_oca/i18n/de.po +++ b/account_budget_oca/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Gab_Odoo , 2017 # Philipp Hug , 2017 @@ -25,59 +25,71 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: AppleMentalist , 2017\n" "Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Ein Budget ist die Vorhersage über erwartete Einnahmen und/oder Ausgaben " "einer Periode in der Zukunft. Ein Budget wird über bestimmte Finanzkonten " -"und/oder Kostenstellen erstellt, welche Projekte, Abteilungen, Warengruppen," -" usw. darstellen können." +"und/oder Kostenstellen erstellt, welche Projekte, Abteilungen, Warengruppen, " +"usw. darstellen können." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konten" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Abweichung in %" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Kostenstelle" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Genehmigen" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Budgetposten" @@ -87,36 +99,35 @@ msgid "Budget Line" msgstr "Budgetzeile" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budgetzeilen" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Budgetname" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budgetposition" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Budgetpositionen" @@ -129,12 +140,14 @@ msgid "Budgets" msgstr "Budgets" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Durch Nachverfolgung Ihres Geldes, vermeiden Sie Überschuldung\n" @@ -144,7 +157,7 @@ msgstr "" "anhand der Ist-Zahlen der jeweiligen Periode." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Budgetierung abbrechen" @@ -154,19 +167,19 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Anklicken zur Erstellung eines neuen Budgets." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Unternehmen" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Bestätigen" @@ -176,154 +189,245 @@ msgid "Confirmed" msgstr "Bestätigt" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Erstellt von" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Erstellt am" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Anzeigename" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Erledigt" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Entwurf" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budgetentwürfe" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Enddatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert durch" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Name" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Zahldatum" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periode" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Geplanter Betrag" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Ist-Wert" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Zurücksetzen" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Verantwortlich" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Startdatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Das Budget muss mindestens ein Konto haben." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Soll-Wert" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Soll-Wert" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Zur Genehmigung" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Budgets genehmigen" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Bestätigt" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/el.po b/account_budget_oca/i18n/el.po index caa8957e..27a964ea 100644 --- a/account_budget_oca/i18n/el.po +++ b/account_budget_oca/i18n/el.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # George Tarasidis , 2017 # Kostas Goutoudis , 2017 @@ -15,59 +15,75 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Vasilis Dimopoulos , 2018\n" "Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" -"Ένας προϋπολογισμός είναι μια πρόβλεψη για το εισόδημα ή / και τα έξοδα της εταιρείας σας\n" -" που αναμένονται για μια περίοδο στο μέλλον. Ένας προϋπολογισμός ορίζεται σε ορισμένους\n" -" χρηματοοικονομικούς λογαριασμούς ή / και αναλυτικούς λογαριασμούς (που μπορεί να \n" -" αντιπροσωπεύουν έργα, τμήματα εταιρίας, κατηγορίες προϊόντων κ.λ.π.) " - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +"Ένας προϋπολογισμός είναι μια πρόβλεψη για το εισόδημα ή / και τα έξοδα της " +"εταιρείας σας\n" +" που αναμένονται για μια περίοδο στο μέλλον. Ένας " +"προϋπολογισμός ορίζεται σε ορισμένους\n" +" χρηματοοικονομικούς λογαριασμούς ή / και αναλυτικούς " +"λογαριασμούς (που μπορεί να \n" +" αντιπροσωπεύουν έργα, τμήματα εταιρίας, κατηγορίες προϊόντων " +"κ.λ.π.) " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Λογαριασμοί" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Επίτευξη" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Αναλυτικός Λογαριασμός" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Έγκριση" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Προϋπολογισμός" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Αντικείμενα Προϋπολογισμού" @@ -77,36 +93,35 @@ msgid "Budget Line" msgstr "Γραμμή Προϋπολογισμού" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr " Γραμμές Προϋπολογισμού" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Όνομα Προϋπολογισμού" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Προϋπολογιζόμενη Θέση" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Προϋπολογιζόμενες Θέσεις" @@ -119,22 +134,28 @@ msgid "Budgets" msgstr "Προϋπολογισμοί" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Παρακολουθώντας το πού πηγαίνουν τα χρήματά σας, ίσως είναι λιγότερο\n" -" πιθανό να υπερβείτε το ποσό και πιθανόν να καλύψετε τους οικονομικούς σας\n" -" στόχους. Προβλέψτε έναν προϋπολογισμό, αναγράφοντας λεπτομερώς τα αναμενόμενα \n" -" έσοδα ανά αναλυτικό λογαριασμό και παρακολουθώντας την εξέλιξή του με βάση\n" -" τα πραγματικά στοιχεία που πραγματοποιήθηκαν κατά τη διάρκεια αυτής της περιόδου. " +" πιθανό να υπερβείτε το ποσό και πιθανόν να καλύψετε τους " +"οικονομικούς σας\n" +" στόχους. Προβλέψτε έναν προϋπολογισμό, αναγράφοντας " +"λεπτομερώς τα αναμενόμενα \n" +" έσοδα ανά αναλυτικό λογαριασμό και παρακολουθώντας την " +"εξέλιξή του με βάση\n" +" τα πραγματικά στοιχεία που πραγματοποιήθηκαν κατά τη " +"διάρκεια αυτής της περιόδου. " #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Ακύρωση Προϋπολογισμού" @@ -144,19 +165,19 @@ msgid "Cancelled" msgstr "Ακυρώθηκε" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Κάντε κλικ για να δημιουργήσετε έναν νέο προϋπολογισμό." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Εταιρία" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Επιβεβαίωση" @@ -166,154 +187,245 @@ msgid "Confirmed" msgstr "Επιβεβαιώθηκε" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Δημιουργήθηκε από" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Εμφάνιση Ονόματος" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Ολοκληρωμένος" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Πρόχειρος" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Πρόχειροι Προϋπολογισμοί" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Ημερ. Λήξης" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "Κωδικός" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Τελευταία τροποποίηση στις" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Τελευταία Ενημέρωση από" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Τελευταία Ενημέρωση στις" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Περιγραφή" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Ημερομηνία Εξόφλησης" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Περίοδος" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Προϋπολογιζόμενο Ποσό" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Πρακτικό Ποσό" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Επαναφορά σε Προσχέδιο" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Υπεύθυνοι" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Ημερομηνία Έναρξης" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Κατάσταση" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Ο προϋπολογισμός πρέπει να έχει τουλάχιστον ένα λογαριασμό." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Υπολογιζόμενο Ποσό" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Υπολογιζόμενο Ποσό" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Προς Έγκριση" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Προϋπολογισμός προς Έγκριση" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Επικυρώθηκε" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/en_AU.po b/account_budget_oca/i18n/en_AU.po index f45e81e3..ad8406cd 100644 --- a/account_budget_oca/i18n/en_AU.po +++ b/account_budget_oca/i18n/en_AU.po @@ -19,52 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Analysis from:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analysis from" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Account" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Budget:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Currency:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Currency" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Printed at:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Total:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -75,63 +30,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report -msgid "Account Budget crossovered report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report -msgid "Account Budget crossovered summary report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_analytic -#: model:ir.model,name:account_budget_oca.model_account_budget_report -msgid "Account Budget report for analytic account" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -msgid "Accounts" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage +msgid "Achievement" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage -msgid "Achievement" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Budget" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Approve" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" msgstr "" #. module: account_budget_oca -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -141,50 +82,48 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -196,15 +135,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Cancel" -msgstr "Cancel" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -214,19 +145,19 @@ msgid "Cancelled" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirm" @@ -236,278 +167,232 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Created by" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Created on" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Description" -msgstr "Description" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Display Name" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to -msgid "End of period" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name -msgid "Name" -msgstr "Name" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date -msgid "Paid Date" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Perc(%)" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Period" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Planned Amount" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name +msgid "Name" +msgstr "Name" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Planned Amt" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Practical Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Practical Amt" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print" -msgstr "Print" - -#. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print Budgets" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report -msgid "Print Summary" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Reset to Draft" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date +msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id -msgid "Responsible" -msgstr "Responsible" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Select Dates Period" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from -msgid "Start Date" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from -msgid "Start of period" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state -msgid "Status" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id +msgid "Responsible" +msgstr "Responsible" #. module: account_budget_oca -#: code:addons/account_budget/account_budget_oca.py:104 -#, python-format -msgid "The Budget '%s' has no accounts!" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from +msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Theoretical Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state +msgid "Status" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Theoretical Amt" +#: code:addons/account_budget_oca/models/account_budget.py:42 +#, python-format +msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -msgid "This wizard is used to print budget" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -msgid "This wizard is used to print summary of budgets" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca @@ -516,28 +401,20 @@ msgid "Validated" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "at" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget -msgid "report.account_budget_oca.report_analyticaccountbudget" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" msgstr "" -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget -msgid "report.account_budget_oca.report_budget" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancel" -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget -msgid "report.account_budget_oca.report_crossoveredbudget" -msgstr "" +#~ msgid "Description" +#~ msgstr "Description" -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "to" -msgstr "" +#~ msgid "Print" +#~ msgstr "Print" diff --git a/account_budget_oca/i18n/en_GB.po b/account_budget_oca/i18n/en_GB.po index dde19e60..f0beff99 100644 --- a/account_budget_oca/i18n/en_GB.po +++ b/account_budget_oca/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux , 2017 msgid "" @@ -11,56 +11,69 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/" +"teams/41243/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analytic Account" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -70,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -112,17 +124,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -132,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelled" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Company" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -154,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Created by" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Created on" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Display Name" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es.po b/account_budget_oca/i18n/es.po index e954782f..d1fdbd0f 100644 --- a/account_budget_oca/i18n/es.po +++ b/account_budget_oca/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Pedro M. Baeza , 2017 # Nicolás Broggi , 2017 @@ -20,59 +20,71 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Christopher Ormaza , 2017\n" "Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"Language: 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: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Un presupuesto es una proyección de los ingresos y/o gastos esperados en su " -"compañía en un período en el futuro. Se define en varias cuentas financieras" -" y/o analíticas (que pueden representar proyectos, departamentos, categorías" -" de productos, etc)" +"compañía en un período en el futuro. Se define en varias cuentas financieras " +"y/o analíticas (que pueden representar proyectos, departamentos, categorías " +"de productos, etc)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Cuentas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Logro" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprobar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Presupuesto" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Elementos de Presupuesto" @@ -82,36 +94,35 @@ msgid "Budget Line" msgstr "Línea de Presupuesto" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Líneas de Presupuesto" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nombre del Presupuesto" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posición Presupuestaria" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posiciones Presupuestarias" @@ -124,12 +135,14 @@ msgid "Budgets" msgstr "Presupuestos" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Haciendo un seguimiento de dónde va su dinero, puede ser menos\n" @@ -139,7 +152,7 @@ msgstr "" "obtenido durante ese periodo." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Cancelar Presupuesto" @@ -149,19 +162,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Pulse para crear un nuevo presupuesto." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmar" @@ -171,154 +184,245 @@ msgid "Confirmed" msgstr "Confirmado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Hecho" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Borrador" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Presupuestos Borrador" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Fecha final" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID (identificación)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nombre" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Fecha Pago" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Período" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Importe Planificado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Importe Real" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Cambiar a Borrador" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsable" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Fecha de inicio" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "El presupuesto debe tener al menos de una cuenta." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Importe teórico" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Importe teórico" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Para Aprobar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Presupuestos para Aprobar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_BO.po b/account_budget_oca/i18n/es_BO.po index d3416059..248228a3 100644 --- a/account_budget_oca/i18n/es_BO.po +++ b/account_budget_oca/i18n/es_BO.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_CL.po b/account_budget_oca/i18n/es_CL.po index cc32e0e7..874b753e 100644 --- a/account_budget_oca/i18n/es_CL.po +++ b/account_budget_oca/i18n/es_CL.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID (identificación)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_CO.po b/account_budget_oca/i18n/es_CO.po index 3c50dab1..29d24bbb 100644 --- a/account_budget_oca/i18n/es_CO.po +++ b/account_budget_oca/i18n/es_CO.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta Analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado(a)" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nombre Público" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Última Modificación el" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Actualizado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_CR.po b/account_budget_oca/i18n/es_CR.po index ecffb377..22263c1f 100644 --- a/account_budget_oca/i18n/es_CR.po +++ b/account_budget_oca/i18n/es_CR.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelada" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_EC.po b/account_budget_oca/i18n/es_EC.po index d29a7f0c..9a1cae4b 100644 --- a/account_budget_oca/i18n/es_EC.po +++ b/account_budget_oca/i18n/es_EC.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por:" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nombre a Mostrar" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Fecha de modificación" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Ultima Actualización por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Actualizado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_PE.po b/account_budget_oca/i18n/es_PE.po index b59f4467..a2d88dda 100644 --- a/account_budget_oca/i18n/es_PE.po +++ b/account_budget_oca/i18n/es_PE.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta Analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañia" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nombre a Mostrar" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Ultima Modificación en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Actualizado última vez por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Ultima Actualización" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_PY.po b/account_budget_oca/i18n/es_PY.po index 0213c461..510ca62a 100644 --- a/account_budget_oca/i18n/es_PY.po +++ b/account_budget_oca/i18n/es_PY.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta Analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Ultima actualización en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/es_VE.po b/account_budget_oca/i18n/es_VE.po index 326fe62b..c0e17bd9 100644 --- a/account_budget_oca/i18n/es_VE.po +++ b/account_budget_oca/i18n/es_VE.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -31,39 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cuenta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,7 +124,7 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -127,7 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -137,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelada" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -159,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Mostrar nombre" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Modificada por última vez" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Ultima actualizacion en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/et.po b/account_budget_oca/i18n/et.po index e56e2aad..5408dbe2 100644 --- a/account_budget_oca/i18n/et.po +++ b/account_budget_oca/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Wanradt Koell , 2017 # Rivo Zängov , 2017 @@ -9,7 +9,7 @@ # Arma Gedonsky , 2017 # Egon Raamat , 2017 # Eneli Õigus , 2017 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -18,59 +18,72 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Eneli Õigus , 2017\n" "Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Eelarve on teie ettevõtte tulude ja/või kulude eeldatav\n" " prognoos teatud tuleviku perioodiks. Eelarvet kirjeldatakse\n" -" finantskontodega ja/või analüütiliste kontodega (mis võivad tähendada\n" +" finantskontodega ja/või analüütiliste kontodega (mis võivad " +"tähendada\n" " projekte, osakondi, tootekategooriaid jne)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Kontod" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Saavutus" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analüütiline konto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Nõustu" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Eelarve" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Eelarve kirje" @@ -80,36 +93,35 @@ msgid "Budget Line" msgstr "Eelarve rida" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Eelarveread" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Eelarve nimi" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Eelarveline positsioon" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Eelarvepositsioonid" @@ -122,12 +134,14 @@ msgid "Budgets" msgstr "Eelarved" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Jälgides, kuhu teie raha liigub, kulutate tõenäoliselt\n" @@ -137,7 +151,7 @@ msgstr "" " sel perioodil realiseeritust." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Tühista eelarve" @@ -147,19 +161,19 @@ msgid "Cancelled" msgstr "Tühistatud" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Vajuta, et luua uus eelarve." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Ettevõte" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Kinnita" @@ -169,154 +183,245 @@ msgid "Confirmed" msgstr "Kinnitatud" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Loonud" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Loomise kuupäev" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Näidatav nimi" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Tehtud" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Mustand" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Eelarve mustandid" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Lõppkuupäev" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Viimati muudetud" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Viimati uuendatud" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nimi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Maksmise kuupäev" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periood" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planeeritud summa" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktiline summa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Lähtesta mustandiks" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Vastutav" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Alguskuupäev" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Staatus" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Eelarvel peab olema vähemalt üks konto." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoreetiline summa" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoreetiline summa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Kinnitamiseks" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Kinnitamist ootavad eelarved" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Kinnitatud" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/eu.po b/account_budget_oca/i18n/eu.po index b6a71106..4ee0ecef 100644 --- a/account_budget_oca/i18n/eu.po +++ b/account_budget_oca/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Mikel Lizarralde , 2017 @@ -17,55 +17,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Gorka Toledo , 2018\n" "Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Kontuak" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Lorpena" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Kontu analitikoa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Onartu" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Aurrekontua" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Aurrekontuko artikulua" @@ -75,36 +87,35 @@ msgid "Budget Line" msgstr "Aurrekontuko lerroa" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Aurrekontuko lerroak" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Aurrekontuaren izena" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -117,17 +128,19 @@ msgid "Budgets" msgstr "Aurrekontuak" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Baliogabetu aurrekontua" @@ -137,19 +150,19 @@ msgid "Cancelled" msgstr "Ezeztatua" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Egin klik aurrekontu berria sortzeko" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Enpresa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Baieztatu" @@ -159,154 +172,245 @@ msgid "Confirmed" msgstr "Baieztatua" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Nork sortua" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Noiz sortua" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Izena erakutsi" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Egina" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Zirriborroa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Zirriborroan dauden aurrekontuak" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Amaiera Data" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Azken aldaketa" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Azkenengoz nork eguneratua" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Azkenengoz noiz eguneratua" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Izena" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Ordainketa eguna" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Aldiak" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Berrezarri zirriborrora" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Arduraduna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Hasiera Data" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Egoera" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Aurrekontuak kontu bat eduki behar du gutxienez" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Onartzeko" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Onartzeko aurrekontuak" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Balidatuta" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/fa.po b/account_budget_oca/i18n/fa.po index de8d90bf..250b52df 100644 --- a/account_budget_oca/i18n/fa.po +++ b/account_budget_oca/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Sahand Hashemi , 2017 # Hamid Darabi, 2017 @@ -17,18 +17,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Faraz Sadri Alamdari , 2017\n" "Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "بودجه یک پیشبینی برای درآمد و/یا هزینه های\n" @@ -38,39 +40,49 @@ msgstr "" "پروژه ها، ادارات، دسته بندی های محصولات و غیره باشد.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "حساب‌ها" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "دستاورد" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "حساب تحلیلی" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "موافقت" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "بودجه" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "آیتم های بودجه" @@ -80,36 +92,35 @@ msgid "Budget Line" msgstr "خط بودجه" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "خطوط بودجه" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "نام بودجه" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "منصب بودجه ای" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "مناصب بودجه ای" @@ -122,12 +133,14 @@ msgid "Budgets" msgstr "بودجه ها" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "بهترین راه رسیدن به اهداف مالی \n" @@ -137,7 +150,7 @@ msgstr "" "و بدین وسیله تحولات آن دوره را تحت نظر بگیرید." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "لغو بودجه" @@ -147,19 +160,19 @@ msgid "Cancelled" msgstr "لغو شد" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "برای ایجاد بودجه جدید کلیک کنید." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "شرکت" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "تایید" @@ -169,154 +182,245 @@ msgid "Confirmed" msgstr "تایید شد" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "ایجاد شده توسط" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "ایجاد شده در" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "نام نشان داده شده" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "انجام شد" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "پیشنویس" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "بودجه‌های پیشنویس" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "تاریخ پایان" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "شناسه" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "آخرین به‌روزرسانی در تاریخ " #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "آخرین به روز رسانی توسط" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "آخرین به روز رسانی در" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "نام" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "تاریخ پرداخت" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "دوره" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "مقدار برنامه ریزی شده" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "مقدار کاربردی" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "بازنشانی به پیشنویس" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "پاسخگو" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "تاریخ آغاز" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "وضعیت" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "بودجه حداقل باید حداقل یک حساب داشته باشد." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "مقدار تئوری" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "مقدار تئوری" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "برای موافقت" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "برای موافقت بودجه‌ها" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "معتبر" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/fi.po b/account_budget_oca/i18n/fi.po index 8a9b1c2f..1e072bf7 100644 --- a/account_budget_oca/i18n/fi.po +++ b/account_budget_oca/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Kari Lindgren , 2017 # Martin Trigaux , 2017 @@ -20,18 +20,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Veikko Väätäjä , 2017\n" "Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Budjetti on ennuste yrityksesi tuloista ja/tai menoista, joita oletetaan " @@ -40,39 +42,49 @@ msgstr "" "tuotekategorioita jne.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Tilit" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Saavutus" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analyyttinen tili" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Hyväksy" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budjetti" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Budjettikohdat" @@ -82,36 +94,35 @@ msgid "Budget Line" msgstr "Budjettirivi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budjettirivit" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Budjetin nimi" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budjetin positiointi" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr " Budjettien positioinnit" @@ -124,12 +135,14 @@ msgid "Budgets" msgstr "Budjetit" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Seuraamalla yrityksen rahankäyttöä, on todennäköisyys liialle \n" @@ -139,7 +152,7 @@ msgstr "" "ajanjaksolla." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Peruuta budjetti" @@ -149,19 +162,19 @@ msgid "Cancelled" msgstr "Peruttu" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klikkaa luodaksesi uusi budjetti." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Yritys" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Vahvista" @@ -171,154 +184,245 @@ msgid "Confirmed" msgstr "Vahvistettu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Luonut" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Luotu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Näyttönimi" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Valmis" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Luonnos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budjettiehdotus" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Päättymispäivä" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "Tunniste (ID)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Viimeksi päivittänyt" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Viimeksi päivitetty" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nimi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Maksupäivä" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Jakso" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Suunniteltu määrä" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Käytännön määrä" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Palauta ehdotuksesi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Vastuuhenkilö" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Alkupäivä" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Tila" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoreettinen määrä" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoreettinen määrä" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Hyväksyttävänä" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Budjettien hyväksyntä" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Vahvistettu" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/fo.po b/account_budget_oca/i18n/fo.po index 3a613ea8..6ddae93d 100644 --- a/account_budget_oca/i18n/fo.po +++ b/account_budget_oca/i18n/fo.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Jarnhold Nattestad , 2018 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Jarnhold Nattestad , 2018\n" "Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"Language: fo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Bókhald" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analytiskt bókhald" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Fyritøka" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Byrjað av" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Byrjað tann" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Vís navn" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Liðugt" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Seinast rættað tann" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Seinast dagført av" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Seinast dagført tann" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Navn" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Byrjanardato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/fr.po b/account_budget_oca/i18n/fr.po index b971072b..40548205 100644 --- a/account_budget_oca/i18n/fr.po +++ b/account_budget_oca/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Bertrand LATOUR , 2017 # Fabien Pinckaers , 2017 @@ -23,18 +23,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Florian Hatat , 2017\n" "Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Un budget est une prévision des revenus d'une entreprise et/ou des dépenses " @@ -43,39 +45,49 @@ msgstr "" "projets, des départements, des catégories de produits, etc.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Comptes" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Réalisation" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Compte analytique" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Approuver" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Postes budgétaires" @@ -85,36 +97,35 @@ msgid "Budget Line" msgstr "Ligne de budget" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Lignes de budget" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nom du budget" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Poste budgétaire" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Postes budgétaires" @@ -127,12 +138,14 @@ msgid "Budgets" msgstr "Budgets" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "En gardant la trace de là où va votre argent, vous pouvez être moins enclin " @@ -142,7 +155,7 @@ msgstr "" "réalisées au cours de cette période." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Annuler le budget" @@ -152,19 +165,19 @@ msgid "Cancelled" msgstr "Annulé" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Cliquer pour créer un nouveau budget." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Société" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmer" @@ -174,154 +187,245 @@ msgid "Confirmed" msgstr "Confirmé" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Créé par" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Créé le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nom à afficher" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Fait" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Brouillon" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budgets brouillons" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Date de fin" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nom" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Date de paiement" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Période" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Montant prévu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Montant réel" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Remettre en brouillon" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsable" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Date de début" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "État" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Le budget doit avoir au moins un compte." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Montant théorique" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Montant théorique" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "À approuver" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Budgets à approuver" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validé" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/fr_BE.po b/account_budget_oca/i18n/fr_BE.po index c7920007..72432521 100644 --- a/account_budget_oca/i18n/fr_BE.po +++ b/account_budget_oca/i18n/fr_BE.po @@ -20,52 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Analysis from:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analysis from" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Account" -msgstr "Comptabilité Analytique" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Budget:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Currency:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Currency" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Printed at:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Total:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -76,63 +31,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report -msgid "Account Budget crossovered report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report -msgid "Account Budget crossovered summary report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_analytic -#: model:ir.model,name:account_budget_oca.model_account_budget_report -msgid "Account Budget report for analytic account" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Comptes" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Budget" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Approve" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" msgstr "" #. module: account_budget_oca -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -142,50 +83,48 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -197,15 +136,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Cancel" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -215,19 +146,19 @@ msgid "Cancelled" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Société" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -237,279 +168,240 @@ msgid "Confirmed" msgstr "Confirmé" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Créé par" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Créé le" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Description" -msgstr "Description" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Date de fin" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to -msgid "End of period" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "Abonnés" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +#, fuzzy +msgid "Followers (Channels)" +msgstr "Abonnés" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +#, fuzzy +msgid "Followers (Partners)" +msgstr "Abonnés" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "Si coché, les nouveaux messages requierent votre attention. " + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +#, fuzzy +msgid "If checked, new messages require your attention." +msgstr "Si coché, les nouveaux messages requierent votre attention. " + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +#, fuzzy +msgid "If checked, some messages have a delivery error." +msgstr "Si coché, les nouveaux messages requierent votre attention. " + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +#, fuzzy +msgid "Is Follower" +msgstr "Abonnés" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Derniere fois mis à jour par" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Dernière mis à jour le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name -msgid "Name" -msgstr "Nom" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date -msgid "Paid Date" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Perc(%)" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "Messages" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Period" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name +msgid "Name" +msgstr "Nom" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Planned Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Planned Amt" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Practical Amount" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Practical Amt" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +#, fuzzy +msgid "Number of unread messages" +msgstr "Messages non lus" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date +msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report -msgid "Print Summary" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsable" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Select Dates Period" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Date de début" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from -msgid "Start of period" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Statut" #. module: account_budget_oca -#: code:addons/account_budget/account_budget_oca.py:104 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format -msgid "The Budget '%s' has no accounts!" +msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Theoretical Amt" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -msgid "This wizard is used to print budget" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -msgid "This wizard is used to print summary of budgets" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "Messages non lus" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +#, fuzzy +msgid "Unread Messages Counter" +msgstr "Messages non lus" #. module: account_budget_oca #: selection:crossovered.budget,state:0 @@ -517,49 +409,25 @@ msgid "Validated" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "at" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget -msgid "report.account_budget_oca.report_analyticaccountbudget" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +#, fuzzy +msgid "Website Messages" +msgstr "Messages" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget -msgid "report.account_budget_oca.report_budget" -msgstr "" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +#, fuzzy +msgid "Website communication history" +msgstr "Messages et historique des communications" -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget -msgid "report.account_budget_oca.report_crossoveredbudget" -msgstr "" +#~ msgid "Analytic Account" +#~ msgstr "Comptabilité Analytique" -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "to" -msgstr "" +#~ msgid "Description" +#~ msgstr "Description" #~ msgid "Date of the last message posted on the record." #~ msgstr "Date du dernier message posté sur l'enregistrement." -#~ msgid "Followers" -#~ msgstr "Abonnés" - -#~ msgid "If checked new messages require your attention." -#~ msgstr "Si coché, les nouveaux messages requierent votre attention. " - #~ msgid "Last Message Date" #~ msgstr "Date du dernier message" - -#~ msgid "Messages" -#~ msgstr "Messages" - -#~ msgid "Messages and communication history" -#~ msgstr "Messages et historique des communications" - -#~ msgid "Unread Messages" -#~ msgstr "Messages non lus" diff --git a/account_budget_oca/i18n/fr_CA.po b/account_budget_oca/i18n/fr_CA.po index e11a6d85..3cda848c 100644 --- a/account_budget_oca/i18n/fr_CA.po +++ b/account_budget_oca/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux , 2017 msgid "" @@ -11,56 +11,69 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/" +"fr_CA/)\n" +"Language: fr_CA\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" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -70,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -112,17 +124,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -132,19 +146,19 @@ msgid "Cancelled" msgstr "Annulé" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -154,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Créé par" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Créé le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nom affiché" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "Identifiant" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Statut" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/gl.po b/account_budget_oca/i18n/gl.po index e3765b45..2cdcc4a6 100644 --- a/account_budget_oca/i18n/gl.po +++ b/account_budget_oca/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Alejandro Santana , 2018 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Alejandro Santana , 2018\n" "Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Contas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Conta analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprobar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Presuposto" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "Liña de Presuposto" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Liñas de presuposto" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posición presupostaria" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posicións presupuestarias" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "Presupostos" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Cancelar orzamento" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Compañía" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmar" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "Confirmado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creado o" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Amosar nome" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Feito" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Borrador" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Borradores de orzamentos" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data de remate" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nome" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data de pago" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Período" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Importe previsto" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Importe Real" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Cambiar a modo Borrador" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsable" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Data de comezo" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Importe teórico" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Importe teórico" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Para aprobar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Orzamentos por aprobar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/gu.po b/account_budget_oca/i18n/gu.po index 1f0f92dd..cbe6d6eb 100644 --- a/account_budget_oca/i18n/gu.po +++ b/account_budget_oca/i18n/gu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2018 # Dharmraj Jhala , 2018 @@ -15,55 +15,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Turkesh Patel , 2018\n" "Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "ખાતાઓ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "વિશ્લેષણાત્મક ખાતું" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +85,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -115,17 +126,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -135,19 +148,19 @@ msgid "Cancelled" msgstr "રદ" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "કંપની" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "ખાતરી" @@ -157,154 +170,245 @@ msgid "Confirmed" msgstr "સમર્થિત" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "બનાવનાર" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "પ્રદર્શન નામ" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "પુર્ણ થયુ" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "ડ્રાફ્ટ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "અંતિમ તારીખ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ઓળખ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "નામ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "અવધિ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "શરુઆતની તારીખ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "સ્થિતિ" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/he.po b/account_budget_oca/i18n/he.po index 24592d4b..809fb0da 100644 --- a/account_budget_oca/i18n/he.po +++ b/account_budget_oca/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Yihya Hugirat , 2017 # שהאב חוסיין , 2018 @@ -15,55 +15,68 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Moshe Flam , 2018\n" "Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "חשבונות" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "הישג" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "חשבון ניהולי" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "אשר" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "תקציב" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "פריטי תקציב" @@ -73,36 +86,35 @@ msgid "Budget Line" msgstr "שורת תקציב" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "שורות תקציב" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "שם התקציב" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "מיקום התקציב" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "מיקומי התקציבים" @@ -115,17 +127,19 @@ msgid "Budgets" msgstr "תקציבים" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "בטל תקציב" @@ -135,19 +149,19 @@ msgid "Cancelled" msgstr "בוטלה" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "לחץ כדי ליצור תקציב חדש." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "חברה" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "אשר" @@ -157,154 +171,245 @@ msgid "Confirmed" msgstr "מאושר" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "נוצר על ידי" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "נוצר ב-" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "השם המוצג" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "בוצע" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "טיוטה" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "טיוטות תקציב" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "תאריך סיום" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "מזהה" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "תאריך שינוי אחרון" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "עודכן לאחרונה על ידי" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "תאריך עדכון אחרון" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "שם" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "תאריך תשלום" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "תקופה" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "סכום מתוכנן" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "סכום מעשי" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "הפוך לטיוטה" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "אחראי" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "תאריך התחלה" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "סטטוס" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "כמות אמורה" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "כמות אמורה" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "על מנת לאשר" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "על מנת לאשר תקציבים" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "תקין" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/hi.po b/account_budget_oca/i18n/hi.po index d80e21eb..3f846a42 100644 --- a/account_budget_oca/i18n/hi.po +++ b/account_budget_oca/i18n/hi.po @@ -18,52 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Analysis from:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analysis from" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Account" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Budget:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Currency:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Currency" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Printed at:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Total:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -74,63 +29,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report -msgid "Account Budget crossovered report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report -msgid "Account Budget crossovered summary report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_analytic -#: model:ir.model,name:account_budget_oca.model_account_budget_report -msgid "Account Budget report for analytic account" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -msgid "Accounts" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage +msgid "Achievement" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage -msgid "Achievement" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Budget" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Approve" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" msgstr "" #. module: account_budget_oca -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -140,50 +81,48 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "बजटीय स्थितियां" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -195,15 +134,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Cancel" -msgstr "रद्द" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -213,19 +144,19 @@ msgid "Cancelled" msgstr "निरस्त" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "संस्था" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "पुष्टि करें" @@ -235,323 +166,269 @@ msgid "Confirmed" msgstr "पुष्टि" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Description" -msgstr "विवरण" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "हो गया" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "मसौदा" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "समाप्ति तिथि" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to -msgid "End of period" -msgstr "अवधि की समाप्ति" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "फ़ॉलोअर्स" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +#, fuzzy +msgid "Followers (Channels)" +msgstr "फ़ॉलोअर्स" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +#, fuzzy +msgid "Followers (Partners)" +msgstr "फ़ॉलोअर्स" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "sale" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +#, fuzzy +msgid "If checked, new messages require your attention." +msgstr "sale" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +#, fuzzy +msgid "If checked, some messages have a delivery error." +msgstr "sale" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +#, fuzzy +msgid "Is Follower" +msgstr "फ़ॉलोअर्स" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name -msgid "Name" -msgstr "नाम" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date -msgid "Paid Date" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Perc(%)" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "संदेश" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name +msgid "Name" +msgstr "नाम" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Period" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Planned Amount" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Planned Amt" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Practical Amount" -msgstr "व्यावहारिक राशि" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +#, fuzzy +msgid "Number of unread messages" +msgstr "अपठित संदेश" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Practical Amt" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date +msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print" -msgstr "प्रिंट" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print Budgets" -msgstr "प्रिंट बजट" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" +msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report -msgid "Print Summary" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" +msgstr "व्यावहारिक राशि" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "जिम्मेदार" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Select Dates Period" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "प्रारंभ दिनांक" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from -msgid "Start of period" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "स्थिति" #. module: account_budget_oca -#: code:addons/account_budget/account_budget_oca.py:104 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format -msgid "The Budget '%s' has no accounts!" +msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Theoretical Amt" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Theoretical राशि" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -msgid "This wizard is used to print budget" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -msgid "This wizard is used to print summary of budgets" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: selection:crossovered.budget,state:0 -msgid "Validated" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "अपठित संदेश" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "at" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +#, fuzzy +msgid "Unread Messages Counter" +msgstr "अपठित संदेश" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget -msgid "report.account_budget_oca.report_analyticaccountbudget" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget -msgid "report.account_budget_oca.report_budget" +#: selection:crossovered.budget,state:0 +msgid "Validated" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget -msgid "report.account_budget_oca.report_crossoveredbudget" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +#, fuzzy +msgid "Website Messages" +msgstr "संदेश" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "to" -msgstr "" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +#, fuzzy +msgid "Website communication history" +msgstr "संदेश और संचार इतिहास" -#~ msgid "Followers" -#~ msgstr "फ़ॉलोअर्स" +#~ msgid "Cancel" +#~ msgstr "रद्द" -#~ msgid "If checked new messages require your attention." -#~ msgstr "sale" +#~ msgid "Description" +#~ msgstr "विवरण" -#~ msgid "Messages" -#~ msgstr "संदेश" +#~ msgid "End of period" +#~ msgstr "अवधि की समाप्ति" -#~ msgid "Messages and communication history" -#~ msgstr "संदेश और संचार इतिहास" +#~ msgid "Print" +#~ msgstr "प्रिंट" -#~ msgid "Unread Messages" -#~ msgstr "अपठित संदेश" +#~ msgid "Print Budgets" +#~ msgstr "प्रिंट बजट" diff --git a/account_budget_oca/i18n/hr.po b/account_budget_oca/i18n/hr.po index 7923722c..f2e645c4 100644 --- a/account_budget_oca/i18n/hr.po +++ b/account_budget_oca/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Đurđica Žarković , 2017 # Marijan Rajic , 2017 @@ -9,7 +9,7 @@ # Vladimir Olujić , 2017 # Martin Trigaux, 2017 # Bole , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -18,58 +18,72 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Bole , 2019\n" "Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"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" +"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: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "BUdžet je prognoziranje prihoda i rashoda vaše tvrtke\n" -"očekivano u budućem periodu. Budžet se definira na nekim financijskim kontima i/ili analitičkim kontima (koja mogu predstavljati\n" +"očekivano u budućem periodu. Budžet se definira na nekim financijskim " +"kontima i/ili analitičkim kontima (koja mogu predstavljati\n" "projekte, odjele, kategorije proizvoda itd.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Dostignuće" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Konto analitike" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Odobri" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Proračun" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Stavke proračuna" @@ -79,36 +93,35 @@ msgid "Budget Line" msgstr "Redak proračuna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Stavke proračuna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Naziv budžeta" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Proračunska pozicija" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Proračunska pozicija" @@ -121,17 +134,19 @@ msgid "Budgets" msgstr "Proračuni" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Poništi proračun" @@ -141,19 +156,19 @@ msgid "Cancelled" msgstr "Otkazano" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Kliknite za kreiranje novog budžeta." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Tvrtka" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potvrdi" @@ -163,154 +178,245 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Kreirano" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Naziv za prikaz" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Riješeno" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Nacrt" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Nacrti proračuna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Završni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Zadnja promjena" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Promijenio" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Vrijeme promjene" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Naziv" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Datum plaćanja" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Period" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planirani iznos" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Stvarni iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Vrati u nacrt" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odgovoran" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Početni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Proračun mora sadržavati barem jedan konto." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretski iznos" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretski iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Za odobriti" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Nepotvrđeni proračuni" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Provjereno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/hu.po b/account_budget_oca/i18n/hu.po index 65d2d021..91e2308c 100644 --- a/account_budget_oca/i18n/hu.po +++ b/account_budget_oca/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # krnkris , 2017 # Martin Trigaux , 2017 @@ -15,18 +15,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: gezza , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "A költségvetés a vállalat bevételeinek és/vagy költségeinek várható\n" @@ -36,39 +38,49 @@ msgstr "" "osztályát, termék kategóriát, stb.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Számlák" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Eredmény" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analitikus könyvelés" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Jóváhagyás" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Költségvetés" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Költségvetés tételsorok" @@ -78,36 +90,35 @@ msgid "Budget Line" msgstr "Költségvetési tervsor" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Költségvetési sorok" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Költségvetési terv neve" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Költségvetési pozíció" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Költségvetési pozíciók" @@ -120,22 +131,26 @@ msgid "Budgets" msgstr "Költségvetési pénzügyi tervek" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Annak nyomon követése, hogy mire használja a pénzét, és nehogy túl\n" " költekezzen, és még inkább fenntartsa anyagi helyzetét és \n" -" céljait. Üzleti terv előrejelzés egy részletes várható bevétel \n" -" elemző számlánként és fejlődés monitorozása az aktuális az időszak alatt\n" +" céljait. Üzleti terv előrejelzés egy részletes várható " +"bevétel \n" +" elemző számlánként és fejlődés monitorozása az aktuális az " +"időszak alatt\n" " megvalósult bevétel alapján." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Költségvetés törlése" @@ -145,19 +160,19 @@ msgid "Cancelled" msgstr "Törölt" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Kattintson új üzleti terv/költségvetés étrehozásához." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Vállalat" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Megerősítés" @@ -167,154 +182,245 @@ msgid "Confirmed" msgstr "Megerősített" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Létrehozta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Létrehozva" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Megjelenített név" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Elvégezve" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Tervezet" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Előzetes, tervezett költségvetés" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Befejezés dátuma" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "Azonosító" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Utoljára módosítva" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Utoljára frissítette" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Utoljára frissítve " #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Név" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Kifizetés dátuma" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Időszak" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Tervezett összeg" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Tényleges összeg" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Visszaállítás tervezet állapotba" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Felelős" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Kezdő dátum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Állapot" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Elméleti mennyiség" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "Elméleti összeg" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Jóváhagyandó" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Költségvetés jóváhagyása" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Jóváhagyott" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/id.po b/account_budget_oca/i18n/id.po index aba8ff86..db648ea6 100644 --- a/account_budget_oca/i18n/id.po +++ b/account_budget_oca/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Bonny Useful , 2017 # Wahyu Setiawan , 2017 @@ -18,58 +18,72 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Gusti Rini , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" -"Anggaran belanja adalah ramalan dari pendapatan dan/atau beban perusahaan Anda\n" -"yang diharapkan untuk periode mendatang. Anggaran belanja didefinisikan sebagai akun finansial dan/atau akun analitik (yang mungkin mewakili\n" +"Anggaran belanja adalah ramalan dari pendapatan dan/atau beban perusahaan " +"Anda\n" +"yang diharapkan untuk periode mendatang. Anggaran belanja didefinisikan " +"sebagai akun finansial dan/atau akun analitik (yang mungkin mewakili\n" "proyek, departemen, kategori dari produk, dll.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Akun" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Pencapaian" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Akun Analitik" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Setuju" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Anggaran" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Pos anggaran" @@ -79,36 +93,35 @@ msgid "Budget Line" msgstr "garis anggaran belanja" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "garis Anggaran belanja" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nama Anggaran" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posisi anggaran" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posisi anggaran" @@ -121,19 +134,25 @@ msgid "Budgets" msgstr "Anggaran" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" -"Dengan selalu mengetahui kemana uang yg keluar, anda akan cenderung tidak melakukan pengeluaran berlebihan, dan berpeluang lebih besar untuk mencapai target keuangan anda.\n" -"Peramalan anggaran dengan memperinci pendapatan yang diharapkan untuk setiap akun analitik dan memonitor perubahannya berdasarkan aktual yang di realisasikan dalam perioda tersebut" +"Dengan selalu mengetahui kemana uang yg keluar, anda akan cenderung tidak " +"melakukan pengeluaran berlebihan, dan berpeluang lebih besar untuk mencapai " +"target keuangan anda.\n" +"Peramalan anggaran dengan memperinci pendapatan yang diharapkan untuk setiap " +"akun analitik dan memonitor perubahannya berdasarkan aktual yang di " +"realisasikan dalam perioda tersebut" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Membatalkan anggaran" @@ -143,19 +162,19 @@ msgid "Cancelled" msgstr "Dibatalkan" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klik untuk membuat anggaran baru" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Perusahaan" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Konfirmasi" @@ -165,154 +184,245 @@ msgid "Confirmed" msgstr "Ditetapkan" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Dibuat oleh" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Dibuat pada" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nama Tampilan" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "selesai" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Draft" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Rancangan anggaran" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Tanggal berakhir" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Terakhir diubah pada" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Terakhir diperbarui oleh" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Terakhir diperbarui pada" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nama" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Tanggal Dibayar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periode" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Jumlah yang direncanakan" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Jumlah praktis" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Reset ke Draft" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "bertanggung jawab" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Tanggal Mulai" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Anggaran harus memiliki setidaknya satu akun." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Jumlah teoritis" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "Jumlah Theoretical" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Untuk Disetujui" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Untuk menyetujui anggaran" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Sudah Divalidasi" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/is.po b/account_budget_oca/i18n/is.po index b4f64cb6..5d03241a 100644 --- a/account_budget_oca/i18n/is.po +++ b/account_budget_oca/i18n/is.po @@ -1,10 +1,10 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Bjorn Ingvarsson , 2018 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Bjorn Ingvarsson , 2018\n" "Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Accounts" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Kostnaðarreikningur" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "Hætt við" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Fyrirtæki" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirm" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "Samþykkt" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Stofnað af" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Stofndagur" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nafn" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Afgreitt" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Tillaga" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "End Date" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Síðast breytt" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Síðast uppfært af" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Dags. síðustu uppfærlsu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Heiti" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Tímabil" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Reset to Draft" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Ábyrgur" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Upphafsdagur" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Staða" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validated" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/it.po b/account_budget_oca/i18n/it.po index 81cd95da..4da15121 100644 --- a/account_budget_oca/i18n/it.po +++ b/account_budget_oca/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Manuela Feliciani , 2018 # David Minneci , 2018 @@ -12,7 +12,7 @@ # Paolo Valier, 2018 # Léonie Bouchat , 2018 # Marco Calcagni , 2018 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -21,18 +21,20 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Marco Calcagni , 2018\n" "Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Un budget è una previsione di costi o ricavi della tua azienda\n" @@ -41,39 +43,49 @@ msgstr "" "dipartimenti, categorie di prodotti, ecc.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Conti" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Realizzazione" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Conto analitico" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Approva" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Elementi del Budget" @@ -83,36 +95,35 @@ msgid "Budget Line" msgstr "Riga del budget" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Righe Budget" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nome Budget" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posizione di bilancio" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posizioni di Bilancio" @@ -125,22 +136,27 @@ msgid "Budgets" msgstr "Budget" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Tenendo traccia di dove sta andando il tuo denaro, puoi essere meno\n" -" incline a spendere e raggiungerai più facilmente i tuoi obiettivi\n" -" finanziari. Pianifica un budget specificando le entrate previste per\n" -" conto analitico e monitora l'evoluzione sulla base delle spese effettive\n" +" incline a spendere e raggiungerai più facilmente i tuoi " +"obiettivi\n" +" finanziari. Pianifica un budget specificando le entrate " +"previste per\n" +" conto analitico e monitora l'evoluzione sulla base delle " +"spese effettive\n" " sostenute durante tale periodo." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Annulla budget" @@ -150,19 +166,19 @@ msgid "Cancelled" msgstr "Annullato" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Clicca per creare un nuovo budget." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Azienda" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Conferma" @@ -172,154 +188,245 @@ msgid "Confirmed" msgstr "Confermato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creato da" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creato il" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Visualizza Nome" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Completato" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Bozza" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budget in Bozza" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data finale" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Ultimo aggiornamento il" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nome" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data di pagamento" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periodo" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Importo pianificato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Importo effettivo" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Reimposta a bozza" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsabile" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Data inizio" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Stato" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Il budget deve avere almeno un conto. " #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Importo teorico" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Importo teorico" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Da Approvare" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Approvazione Budgets" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Confermato" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ja.po b/account_budget_oca/i18n/ja.po index 9a80d43b..5513b118 100644 --- a/account_budget_oca/i18n/ja.po +++ b/account_budget_oca/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Yoshi Tashiro , 2017 # Martin Trigaux , 2017 @@ -15,60 +15,73 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Manami Hashi , 2017\n" "Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "予算は、将来のある期間に期待されるあなたの会社の収入\n" " および/または経費の予測です。\n" " 予算は、いくつかの財務勘定および/または分析勘定\n" -" (プロジェクト、部門、プロダクトカテゴリなどを表す場合があります)に\n" +" (プロジェクト、部門、プロダクトカテゴリなどを表す場合があり" +"ます)に\n" " 定義されています。" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "アカウント" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "成果" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "分析勘定" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "承認" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "予算" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "予算アイテム" @@ -78,36 +91,35 @@ msgid "Budget Line" msgstr "予算ライン" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "予算ライン" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "予算名" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "予算上のポジション" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "予算ポジション" @@ -120,12 +132,14 @@ msgid "Budgets" msgstr "予算" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "お金の動きを把握し、無駄な出費を避けることによって、\n" @@ -134,7 +148,7 @@ msgstr "" " その期間に実現した実績に基づいて進化を監視します。" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "予算取消" @@ -144,19 +158,19 @@ msgid "Cancelled" msgstr "取消済" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "クリックして新しい予算を作成" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "会社" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "確認" @@ -166,154 +180,245 @@ msgid "Confirmed" msgstr "確認済" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "作成者" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "作成日" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "表示名" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "完了" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "ドラフト" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "予算案" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "終了日" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "最終更新日" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "最終更新者" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "最終更新日" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "名称" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "支払日" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "期間" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "予定額" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "実際の金額" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "ドラフトに再設定" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "担当者" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "開始日" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "ステータス" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "理論的な金額" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "理論的な金額" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "未承認" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "予算の承認" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "検証済" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ka.po b/account_budget_oca/i18n/ka.po index b4873791..9a586c7b 100644 --- a/account_budget_oca/i18n/ka.po +++ b/account_budget_oca/i18n/ka.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Saba Khmaladze , 2018 # Giorgi Melitauri , 2018 @@ -10,7 +10,7 @@ # Temur, 2018 # Nika Chikhradze , 2018 # Gvantsa Gvinianidze , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -19,55 +19,67 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Gvantsa Gvinianidze , 2019\n" "Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ka\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "ანგარიშები" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "ანალიტიკური ანგარიში" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -77,36 +89,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -119,17 +130,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -139,19 +152,19 @@ msgid "Cancelled" msgstr "გაუქმებულია" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "კომპანია" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "დამოწმება" @@ -161,154 +174,245 @@ msgid "Confirmed" msgstr "დამოწმებული" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "შემქმნელი" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "შექმნის თარიღი" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "სახელი" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "დასრულებულია" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "იდენტიფიკატორი" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "ბოლოს განახლებულია" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "ბოლოს განაახლა" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "ბოლოს განახლებულია" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "სახელი" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "პასუხისმგებელი" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "დაწყების თარიღი" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "სტატუსი" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "დადასტურებულია" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/kab.po b/account_budget_oca/i18n/kab.po index efdbae19..18d988ff 100644 --- a/account_budget_oca/i18n/kab.po +++ b/account_budget_oca/i18n/kab.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Muḥend Belqasem , 2018 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Muḥend Belqasem , 2018\n" "Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"Language: kab\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: kab\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "imiḍanen" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Amiḍan n tusliṭ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Seɣbel" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Tiɣussar" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "Izirig n tɣussar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Izirigen n tɣussar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Tadekkant n tɣussart" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Tidekkanin n tɣussart" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "Tiɣussar" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Sefsex tiɣussar" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "Ifsax" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Takebbwanit" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Sentem" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "Intem" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Yerna-t" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Yerna di" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Immed" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Arewway" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Tiɣussar tirewwayin" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Azemz n tagara" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "Asulay" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Aleqqem aneggaru di" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Aleqqem aneggaru sɣuṛ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Aleqqem aneggaru di" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Isem" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Tawala" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Rrit d arewway" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Amasay" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Azemz n tazwara" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Addad" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Ad iţuseɣbel" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "I weseɣbel n tɣussar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Iɣbel" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ko.po b/account_budget_oca/i18n/ko.po index 8e5e71bd..88947796 100644 --- a/account_budget_oca/i18n/ko.po +++ b/account_budget_oca/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Linkup , 2017 @@ -16,18 +16,20 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: 최재호 , 2018\n" "Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "예산은 미래의 일정 기간에 대한 회사의 수입 및/또는 지출\n" @@ -36,39 +38,49 @@ msgstr "" " 등을 대표)에 대해 정의됩니다." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "계정" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "달성" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "분석 계정" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "승인" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "예산" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "예산 항목" @@ -78,36 +90,35 @@ msgid "Budget Line" msgstr "예산 라인" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "예산 라인" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "예산명" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "예산 포지션" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "예산 포지션" @@ -120,12 +131,14 @@ msgid "Budgets" msgstr "예산" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "자금의 흐름을 추적하면\n" @@ -135,7 +148,7 @@ msgstr "" " 예산을 예측할 수 있습니다." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "예산 취소" @@ -145,19 +158,19 @@ msgid "Cancelled" msgstr "취소됨" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "클릭해서 새 예산을 작성합니다." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "회사" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "확인" @@ -167,154 +180,245 @@ msgid "Confirmed" msgstr "확인됨" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "작성자" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "작성일" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "표시 이름" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "완료" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "초안" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "예산안" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "종료일" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "마지막 수정일" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "마지막으로 업데이트한 사람" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "마지막 업데이트 날짜" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "이름" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "결제일" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "기간" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "계획 금액" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "실질 금액" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "초안으로 재설정" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "담당자" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "시작일" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "상태" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "예산은 계정이 1개 이상이어야 합니다." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "이론 금액" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "이론 금액" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "승인" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "예산 승인" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "검증됨" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/lo.po b/account_budget_oca/i18n/lo.po index 9988871b..0cd3dbce 100644 --- a/account_budget_oca/i18n/lo.po +++ b/account_budget_oca/i18n/lo.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # ສີສຸວັນ ສັງບົວບຸລົມ , 2018 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ , 2018\n" "Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lo\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "ບັນຊີ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "ບັນຊີວິເຄາະ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "ຮັບຮູ້" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "ງົບປະມານ" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "ເເຖວງົບປະມານ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "ຕໍາແຫນ່ງງົບປະມານ" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "ງົບປະມານທັງຫຼາຍ" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "ຍົກເລີກ" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "ບໍລິສັດ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "ຢືນຢັນ" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "ຮັບຮູ້ເເລັວ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "ສ້າງ ໂດຍ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "ສ້າງ ເມື່ອ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "ຊື່ທີ່ສະແດງອອກ" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "ຈົບເເລັວ" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "ຕົວທົດລອງ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "ວັນທີສິ້ນສຸດ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ເລກລຳດັບ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "ແກ້ໄຂລ້າສຸດ ເມື່ອ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "ປັບປຸງລ້າສຸດ ໂດຍ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "ປັບປຸງລ້າສຸດ ເມື່ອ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "ຊື່" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "ມື້ຈ່າຍ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "ຈໍານວນຄາດໝາຍມ້ຽນ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "ຈໍານວນເງິນປະຕິບັດໄດ້" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "ປັບກັບຮ່າງ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "ຮັບຜິດຊອບ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "ວັນທີເລີ່ມ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "ສະພາບ" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "ເພື່ອຮັບຮູ້" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "ກວດກາເຫັນດີເເລ້ວ" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/lt.po b/account_budget_oca/i18n/lt.po index 2d9444c7..4b9484d8 100644 --- a/account_budget_oca/i18n/lt.po +++ b/account_budget_oca/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # digitouch UAB , 2017 # Edgaras Kriukonis , 2017 @@ -12,7 +12,7 @@ # Martin Trigaux, 2017 # Linas Versada , 2018 # Eimantas , 2018 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -21,18 +21,22 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Eimantas , 2018\n" "Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Biudžetas yra Jūsų įmonės pajamų ir/arba išlaidų prognozė\n" @@ -41,39 +45,49 @@ msgstr "" "projektus, departamentus, produktų kategorijas...)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Sąskaitos" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Pasiekimas" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analitinė sąskaita" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Patvirtinti" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Biudžetas" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Biudžeto dedamosios" @@ -83,36 +97,35 @@ msgid "Budget Line" msgstr "Biudžeto eilutė" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Biudžeto eilutės" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Biudžeto pavadinimas" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_oca_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model,name:account_budget_oca.model_account_budget_post +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Biudžeto pozicija" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Biudžetinės pozicijos" @@ -125,22 +138,25 @@ msgid "Budgets" msgstr "Biudžetai" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Sekdami, kur juda jūsų pinigai, sumažinsite tikimybę \n" -"išleisti daugiau nei galite leisti ir padidinsite tikimybę pasiekti savo finansinius\n" +"išleisti daugiau nei galite leisti ir padidinsite tikimybę pasiekti savo " +"finansinius\n" "tikslus. Prognozuokite biudžetą apibrėždami tikėtinas pajamas \n" "analitinei sąskaitai ir sekdami jos realius duomenis bėgant laikui\n" "tuo periodu." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Atšaukti biudžetą" @@ -150,19 +166,19 @@ msgid "Cancelled" msgstr "Atšauktas" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Paspauskite, norėdami sukurti naują biudžetą." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Įmonė" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Patvirtinti" @@ -172,154 +188,245 @@ msgid "Confirmed" msgstr "Patvirtinta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Sukūrė" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Sukurta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Vaizduojamas pavadinimas" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Atlikta" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Juodraštis" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Juodraštiniai biudžetai" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Pabaigos data" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Paskutinį kartą keista" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Pavadinimas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Apmokėjimo data" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periodas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Suplanuota suma" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktinė suma" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Atkurti kaip juodraštį" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Atsakingas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Pradžios data" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Būsena" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Biudžetas turi turėti bent vieną sąskaitą." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teorinė suma" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teorinė suma" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Patvirtinti" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Patvirtinti biudžetus" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Patvirtintos" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/lv.po b/account_budget_oca/i18n/lv.po index 267611c4..48b6845f 100644 --- a/account_budget_oca/i18n/lv.po +++ b/account_budget_oca/i18n/lv.po @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Arnis Putniņš , 2018 # Martin Trigaux, 2018 # Konstantins Zabogonskis , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -15,55 +15,68 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Konstantins Zabogonskis , 2019\n" "Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konti" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Sasniegums" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analītiskais Konts" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Apstiprināt" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budžets" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +86,35 @@ msgid "Budget Line" msgstr "Budžeta Rinda" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budžeta Rindas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budžeta stāvoklis" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Budžeta Stāvoklis" @@ -115,17 +127,19 @@ msgid "Budgets" msgstr "Budžeti" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Atcelt Budžetu" @@ -135,19 +149,19 @@ msgid "Cancelled" msgstr "Atcelts" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Noklikšķiniet, lai izveidotu jaunu budžetu." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Uzņēmums" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Apstiprināt" @@ -157,154 +171,245 @@ msgid "Confirmed" msgstr "Apstiprināts" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Izveidoja" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Izveidots" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Display Name" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Pabeigts" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Melnraksts" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Beigu datums" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Pēdējo reizi atjaunoja" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Pēdējās izmaiņas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nosaukums" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Apmaksas Datums" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periods" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Plānotais Apjoms" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktiskais Apjoms" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Atstatīt uz melnrakstu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Atbildīgais" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Sākuma datums" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Statuss" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teorētiskais Apjoms" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teorētiskais Apjoms" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Jāapstiprina" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Apstiprināts" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/mk.po b/account_budget_oca/i18n/mk.po index 75c677e5..513627e0 100644 --- a/account_budget_oca/i18n/mk.po +++ b/account_budget_oca/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Aleksandar Vangelovski , 2018 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Aleksandar Vangelovski , 2018\n" "Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Сметки" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Достигнување" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Аналитичка сметка" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Одобри" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Буџет" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "Ставка од буџет" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Ставки на буџет" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Име на буџет" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Буџетска позиција" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Буџетски позиции" @@ -113,22 +124,25 @@ msgid "Budgets" msgstr "Буџети" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Со следењето на тоа каде одат вашите пари, мали ќе ви бидат \n" "шансите да потрошите премногу, и во поголема можност да ги \n" "постигнете вашите финансиски цели. Предвидете буџет со детализирање \n" -"на очекуваниот приход по аналитичка сметка и мониторирајте го неговото напредување \n" +"на очекуваниот приход по аналитичка сметка и мониторирајте го неговото " +"напредување \n" "според реализацијата во текот на тој период." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Откажи буџет" @@ -138,19 +152,19 @@ msgid "Cancelled" msgstr "Откажано" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Кликни за креирање на нов буџет." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Компанија" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Потврди" @@ -160,154 +174,245 @@ msgid "Confirmed" msgstr "Потврдено" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Креирано од" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Креирано на" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Прикажи име" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Завршено" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Нацрт" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Нацрт буџети" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Краен датум" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Последна промена на" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Последно ажурирање од" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Последно ажурирање на" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Име" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Датум на плаќање" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Период" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Планиран износ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Реален износ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Ресетирај на нацрт" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Одговорен" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Почетен датум" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Статус" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Теоретски износ" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Теоретски износ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "За Одобрување" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "За одобрување на буџети" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Валидирано" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/mn.po b/account_budget_oca/i18n/mn.po index 00f4072c..f6d73ffa 100644 --- a/account_budget_oca/i18n/mn.po +++ b/account_budget_oca/i18n/mn.po @@ -1,14 +1,14 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Onii Onii , 2018 # Martin Trigaux, 2018 # Otgonbayar.A , 2018 # nasaaskii , 2018 # Baskhuu Lodoikhuu , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -17,18 +17,20 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Baskhuu Lodoikhuu , 2019\n" "Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Төсөв гэдэг нь компанийн ирээдүйн мөчлөгүүд дахь орлого, зардалын таамагийг " @@ -37,39 +39,49 @@ msgstr "" "илэрхийлдэг) дээр тодорхойлогдоно. " #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Данс" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Хүрсэн үр дүн" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Шинжилгээний данс" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Зөвшөөрөх" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Төсөв" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Төсвийн зүйлүүд" @@ -79,36 +91,35 @@ msgid "Budget Line" msgstr "Төсвийн мөр" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Төсвийн мөрүүд" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Төсвийн нэр" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Төсвийн чиглэл" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Төсвийн чиглэл" @@ -121,12 +132,14 @@ msgid "Budgets" msgstr "Төсөв" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Мөнгөө хаашаа урсаж байгааг хөтлөснөөр илүү зарцуулалт хийхгүй байж " @@ -134,7 +147,7 @@ msgstr "" "таамаглаж гүйцэтгэлийг харьцуулан ажиглах боломжтой." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Төсөв Цуцлах" @@ -144,19 +157,19 @@ msgid "Cancelled" msgstr "Цуцлагдсан" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Шинэ төсөв үүсгэх бол дарна уу." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Компани" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Батлах" @@ -166,154 +179,245 @@ msgid "Confirmed" msgstr "Баталсан" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Үүсгэгч" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Үүсгэсэн" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Дэлгэцийн Нэр" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Дууссан" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Ноорог" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Ноорог төсөвүүд" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Дуусах Огноо" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Сүүлийн зассан хийсэн огноо" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Сүүлийн засвар хийсэн" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Нэр" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Төлөгдсөн Огноо" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Мөчлөг" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Төлөвлөсөн дүн" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Бодит дүн" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Ноороглох" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Хариуцлага" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Эхлэх Огноо" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Төлөв" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Төсөвт дор хаяж нэг данс тохируулагдсан байх ёстой." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Онолын дүн" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Онолын дүн" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Батлах" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Төсөвүүдийг Батлах" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Батлагдсан" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/nb.po b/account_budget_oca/i18n/nb.po index eb87994d..ae9d4477 100644 --- a/account_budget_oca/i18n/nb.po +++ b/account_budget_oca/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Jorunn D. Newth, 2017 @@ -14,56 +14,69 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Jan Pedro Tumusok , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konti" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analytisk konto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Godkjenne" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budsjett" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +86,35 @@ msgid "Budget Line" msgstr "Budsjettlinje" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budsjettlinjer" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Budsjettnavn" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budsjettmessig Posisjon" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Budsjettmessige Posisjoner" @@ -115,17 +127,19 @@ msgid "Budgets" msgstr "Budsjetter" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Kanseller budsjett" @@ -135,19 +149,19 @@ msgid "Cancelled" msgstr "Kansellert" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klikk for å opprette et nytt budsjett." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Firma" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Bekreft" @@ -157,154 +171,245 @@ msgid "Confirmed" msgstr "Bekreftet" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Opprettet av" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Opprettet" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Visningsnavn" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Fullført" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Kladd" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budsjettutkast" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Sluttdato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Sist oppdatert " #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Sist oppdatert" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Navn" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Betalt dato" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periode" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planlagt beløp" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktisk Beløp" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Tilbakestill til utkast" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Ansvarlig" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Startdato" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Budsjettet må ha minst én konto." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretisk beløp" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretisk beløp" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Til godkjenning" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "For å godkjenne budsjetter" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validert" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ne.po b/account_budget_oca/i18n/ne.po index bd51b0bc..b1c0e950 100644 --- a/account_budget_oca/i18n/ne.po +++ b/account_budget_oca/i18n/ne.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Bishisht Bhatta , 2017 # Amit Kumar , 2018 @@ -14,55 +14,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Laxman Bhatt , 2018\n" "Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "खाताहरू" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "विश्लेषणात्मक खाता" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -72,36 +84,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -114,17 +125,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -134,19 +147,19 @@ msgid "Cancelled" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "कम्पनी" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "निश्चित गर्नुहोस्" @@ -156,154 +169,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "द्वारा सिर्जना गरियो" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "मा सिर्जना गरियो" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "नाम प्रदर्शन " #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "भयो" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "नाम" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "सुरू मिति" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "स्थिति" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/nl.po b/account_budget_oca/i18n/nl.po index 6e40648a..5c2623bc 100644 --- a/account_budget_oca/i18n/nl.po +++ b/account_budget_oca/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Cas Vissers , 2017 # Yenthe Van Ginneken , 2017 @@ -14,59 +14,72 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Erwin van der Ploeg , 2017\n" "Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Een budget is een prognose van uw bedrijf's inkomsten en/of uitgaven\n" -"die worden verwacht voor een periode in de toekomst. Een budget is gedefinieerd op bepaalde\n" +"die worden verwacht voor een periode in de toekomst. Een budget is " +"gedefinieerd op bepaalde\n" "grootboekrekeningen en/of kostenplaats (die kunnen staan voor\n" "projecten, afdelingen, categorieën of producten, enz.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Kostenplaatsen" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Prestatie" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Kostenplaats" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Goedkeuren" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Budgetitems" @@ -76,36 +89,35 @@ msgid "Budget Line" msgstr "Budgetregel" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budgetregels" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Budgetnaam" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budgetposten" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Budgetposten" @@ -118,22 +130,25 @@ msgid "Budgets" msgstr "Budgetten" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Door bij te houden waar uw geld naar toe gaat heeft u minder\n" "kans om te veel geld uit te geven en meer kans om uw financiële\n" -"doelen te behalen. Voorspel een budget door gedetailleerd de verwachte omzet\n" +"doelen te behalen. Voorspel een budget door gedetailleerd de verwachte " +"omzet\n" "per kostenplaats te noteren en volg de evaluatie op gebaseerd op de actuele\n" "behaalde omzetten gedurende die periode." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Budget annuleren" @@ -143,19 +158,19 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klik om een nieuw budget aan te maken." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Bedijf" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Bevestigen" @@ -165,154 +180,245 @@ msgid "Confirmed" msgstr "Bevestigd" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Schermnaam" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Gereed" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Concept" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Concept budgetten" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Einddatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Laatst gewijzigd op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Naam" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Betalingsdatum" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periode" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Begroot bedrag" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Werkelijk bedrag" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Terugzetten naar concept" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Verantwoordelijke" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Startdatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Het budget moet tenminste één grootboek bevatten." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Theoretisch bedrag" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Theoretisch bedrag" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Goed te keuren" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Goed te keuren budgetten" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Goedgekeurd" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/nl_BE.po b/account_budget_oca/i18n/nl_BE.po index b938c636..9e95a205 100644 --- a/account_budget_oca/i18n/nl_BE.po +++ b/account_budget_oca/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux , 2017 msgid "" @@ -11,56 +11,69 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/" +"nl_BE/)\n" +"Language: nl_BE\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" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Kostenplaatsen" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -70,36 +83,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -112,17 +124,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -132,19 +146,19 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Bedrijf" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -154,154 +168,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Schermnaam" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Laatst gewijzigd op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/pl.po b/account_budget_oca/i18n/pl.po index 1d3150f2..c41e1bd0 100644 --- a/account_budget_oca/i18n/pl.po +++ b/account_budget_oca/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Judyta Kaźmierczak , 2017 # Martin Trigaux, 2017 @@ -20,59 +20,74 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Wiktor Kaźmierczak , 2018\n" "Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Budżet jest prognozą przychodów i wydatków Twojej firmy\n" -"spodziewanych w przyszłych okresach rozliczeniowych. Budżet jest ustalany na niektórych\n" +"spodziewanych w przyszłych okresach rozliczeniowych. Budżet jest ustalany na " +"niektórych\n" "kontach finansowych i/lub analitycznych (mogą one reprezentować\n" "projekty, departamenty, kategorie produktów, itd)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Osiągnięcie" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Konto analityczne" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprobuj" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budżet" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Pozycje budżetu" @@ -82,36 +97,35 @@ msgid "Budget Line" msgstr "Pozycja budżetu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Pozycje budżetu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nazwa budżetu" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Składnik budżetu" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Składniki budżetowe" @@ -124,12 +138,14 @@ msgid "Budgets" msgstr "Budżety" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Nadzorując swoje wydatki zmniejszasz ryzyko przekroczenia budżetu\n" @@ -138,7 +154,7 @@ msgstr "" "dla kont analitycznych i kontroluj jego zmiany na podstawie bieżących danych." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Anuluj budżet" @@ -148,19 +164,19 @@ msgid "Cancelled" msgstr "Anulowano" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Kliknij, aby utworzyć nowy budżet." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Firma" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potwierdź" @@ -170,154 +186,245 @@ msgid "Confirmed" msgstr "Potwierdzone" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Utworzone przez" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Utworzono" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nazwa wyświetlana" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Wykonano" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Szkic" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Projekty budżetów" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data końcowa" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Data ostatniej modyfikacji" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Ostatnio aktualizowane przez" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Ostatnia aktualizacja" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nazwa" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data zapłaty" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Okres" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planowana kwota" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Kwota w praktyce" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Przywróć do projektu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odpowiedzialny" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Data Początkowa" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Budżet musi mieć co najmniej jedno konto." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Kwota teoretyczna" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Kwota teoretyczna" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Do aprobaty" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Budżety do aprobowania" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Zatwierdzone" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/pt.po b/account_budget_oca/i18n/pt.po index 63b27a9b..74216968 100644 --- a/account_budget_oca/i18n/pt.po +++ b/account_budget_oca/i18n/pt.po @@ -1,14 +1,14 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Nuno Silva , 2018 # Martin Trigaux, 2018 # Ricardo Martins , 2018 # MS, 2018 # Diogo Fonseca , 2018 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -17,18 +17,20 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Diogo Fonseca , 2018\n" "Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"Language: pt\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" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Um orçamento é uma previsão das receitas e despesas da sua empresa\n" @@ -37,39 +39,49 @@ msgstr "" "projetos, departamentos, categorias de produtos, etc.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Contas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Obtenção" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Conta Analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprovar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Orçamento" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Itens do Orçamento" @@ -79,36 +91,35 @@ msgid "Budget Line" msgstr "Linha do Orçamento" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Linhas do Orçamento" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nome do Orçamento" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posição Orçamental" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posições Orçamentais" @@ -121,12 +132,14 @@ msgid "Budgets" msgstr "Orçamentos" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Ao monitorizar o destino do seu dinheiro, pode ser menos provável que gaste " @@ -136,7 +149,7 @@ msgstr "" "durante esse período." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Cancelar Orçamento" @@ -146,19 +159,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Clique para criar um novo orçamento." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Empresa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmar" @@ -168,154 +181,245 @@ msgid "Confirmed" msgstr "Confirmado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Criada por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Criado em" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nome a Mostrar" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Feito" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Rascunho" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Orçamentos Provisórios" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data de Fim" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Última Modificação em" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última Atualização por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Última Atualização em" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nome" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data de Pagamento" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Período" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Montante Planeado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Montante Real" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Repor Rascunho" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsável" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Data de Início" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Estado" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "O Orçamento deve ter pelo menos uma Conta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Montante Teórico" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Montante Teórico" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Para Aprovar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Para Aprovar Orçamentos" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/pt_BR.po b/account_budget_oca/i18n/pt_BR.po index 89f77822..81becbce 100644 --- a/account_budget_oca/i18n/pt_BR.po +++ b/account_budget_oca/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # grazziano , 2017 @@ -17,19 +17,22 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Hildeberto Abreu Magalhães , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/" +"teams/41243/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Um orçamento é uma previsão de receitas e/ou despesas\n" @@ -38,39 +41,49 @@ msgstr "" "projetos, departamentos, categorias de produtos, etc.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Contas" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Obtenção" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Conta Analítica" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprovar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Orçamento" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Itens do Orçamento" @@ -80,36 +93,35 @@ msgid "Budget Line" msgstr "Linha de Orçamento" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Linhas do Orçamento" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nome do Orçamento" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Posição Orçamentária" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Posições Orçamentárias" @@ -122,22 +134,25 @@ msgid "Budgets" msgstr "Orçamentos" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Ao manter o controle de onde vai o seu dinheiro, você pode ser menos\n" -"propenso a gastar mais, e mais propenso a cumprir o seu objetivo financeiro.\n" +"propenso a gastar mais, e mais propenso a cumprir o seu objetivo " +"financeiro.\n" "Prevê um orçamento, detalhando a receita esperada por\n" "conta analítica e monitora sua evolução com base nos valores reais\n" "realizados durante esse período." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Cancelar Orçamento" @@ -147,19 +162,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Clique para criar um novo orçamento" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Empresa" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmar" @@ -169,154 +184,245 @@ msgid "Confirmed" msgstr "Confirmado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Criado por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Criado em" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nome exibido" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Concluído" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Provisório" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Orçamentos Provisórios" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data Final" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Última modificação em" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Última atualização em" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nome" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data do Pagamento" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Período" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Valor Planejado" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Valor Real" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Voltar para Provisório" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsável" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Data de Início" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Situação" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "O orçamento deve possuir ao menos uma conta." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Valor Teórico" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "Valor Estimado" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Para Aprovar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Para Aprovar os Orçamentos" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validado" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ro.po b/account_budget_oca/i18n/ro.po index 15359653..e6ab437f 100644 --- a/account_budget_oca/i18n/ro.po +++ b/account_budget_oca/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux , 2017 # Dorin Hongu , 2017 @@ -17,18 +17,21 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Valy28 , 2017\n" "Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"Language: ro\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" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Un buget este o prognoză a veniturilor și / sau a cheltuielilor companiei " @@ -37,39 +40,49 @@ msgstr "" "proiecte, departamente, categorii de produse etc.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Conturi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Cont analitic" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprobă" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Buget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -79,36 +92,35 @@ msgid "Budget Line" msgstr "Linie Buget" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Linii buget" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Nume buget" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Pozitie Bugetara" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Pozitii bugetare" @@ -121,17 +133,19 @@ msgid "Budgets" msgstr "Bugete" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Anulati Buget" @@ -141,19 +155,19 @@ msgid "Cancelled" msgstr "Anulat(ă)" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Clic aici pentru a crea un buget nou." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Companie" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Confirmă" @@ -163,154 +177,245 @@ msgid "Confirmed" msgstr "Nelansată" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Creat de" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Creat în" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Nume afișat" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Efectuat" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Ciornă" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Bugete Ciorna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Dată sfârșit" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Ultima modificare la" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Ultima actualizare făcută de" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Ultima actualizare pe" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Nume" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data platii" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Perioadă" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Suma Planificata" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Valoarea Efectivă" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Resetare ca Ciorna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Responsabil" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Dată început" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Stare" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Valoare teoretică" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Valoare teoretică" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "De aprobat" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Bugete pentru aprobare" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Validat" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ru.po b/account_budget_oca/i18n/ru.po index cdcd225c..ba48cf61 100644 --- a/account_budget_oca/i18n/ru.po +++ b/account_budget_oca/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Русский «kolobok2048» Ивашка , 2017 # Viktor Pogrebniak , 2017 @@ -10,7 +10,7 @@ # Collex100, 2017 # Максим Дронь , 2017 # Vasiliy Korobatov , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -19,18 +19,22 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Vasiliy Korobatov , 2019\n" "Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Бюджет — это прогноз на прибыль компании и/или расходы\n" @@ -39,39 +43,49 @@ msgstr "" " (это могут быть проекты, отделы, категории продуктов и т. д.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Cчетах" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Достижение" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Аналитический счёт" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Одобрить" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Бюджет" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Статьи бюджета" @@ -81,36 +95,35 @@ msgid "Budget Line" msgstr "Строка бюджета" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Статьи бюджета" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Наименование бюджета" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Бюджетная статья" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Бюджетные статьи" @@ -123,22 +136,26 @@ msgid "Budgets" msgstr "Бюджеты" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Отслеживая куда уходят ваши деньги, вы могли бы\n" " меньше расходовать средства и больше соответствовать вашим\n" -" финансовым целям. Прогнозируйте бюджет датализируя ожидаемый\n" +" финансовым целям. Прогнозируйте бюджет датализируя " +"ожидаемый\n" " доход по аналитическим счетам и отслеживайте его эволюцию\n" -" на основе фактических данных реализованных в течение этого периода." +" на основе фактических данных реализованных в течение этого " +"периода." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Отменить бюджет" @@ -148,19 +165,19 @@ msgid "Cancelled" msgstr "Отменено" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Нажмите, чтобы создать новый бюджет." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Компания" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Подтвердить" @@ -170,154 +187,245 @@ msgid "Confirmed" msgstr "Подтверждено" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Создано" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Создан" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Отображаемое Имя" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Сделано" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Черновик" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Черновые бюджеты" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Дата окончания" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "Номер" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Последнее изменение" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Последний раз обновил" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Последнее обновление" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Название" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Дата оплаты" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Период" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Запланированная сумма" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Фактическая сумма" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Переместить в черновики" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Ответственный" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Дата начала" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Статус" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Бюджет должен иметь хотя бы один счет." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Теоретическая сумма" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Теоретическая сумма" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "К одобрению" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Утвердить бюджет" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Проверено" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sk.po b/account_budget_oca/i18n/sk.po index ba8429d4..a96ef800 100644 --- a/account_budget_oca/i18n/sk.po +++ b/account_budget_oca/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # gebri , 2018 @@ -14,18 +14,21 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Jaroslav Bosansky , 2018\n" "Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Rozpočet je odhad príjmov a/alebo nákladov vašej spoločnosti\n" @@ -34,39 +37,49 @@ msgstr "" "projekty, oddelenia, kategórie produktov, atď)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Účty" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Úspech" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analytický účet" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Schváliť" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Rozpočet" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Položky rozpočtu" @@ -76,36 +89,35 @@ msgid "Budget Line" msgstr "Riadok rozpočtu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Rozpočtové riadky" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Názov rozpočtu" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Rozpočtová pozícia" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Rozpočtové pozície" @@ -118,22 +130,25 @@ msgid "Budgets" msgstr "Rozpočty" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Sledovaním kam vaše peniaze idú, môže byť menej\n" -"pravdepodobné že ich prečerpáte a zvyšuje sa pravdepodobnosť vyhovenia vašim finančným\n" +"pravdepodobné že ich prečerpáte a zvyšuje sa pravdepodobnosť vyhovenia vašim " +"finančným\n" "cieľom. Predpovedzte rozpočet podrobnosťami očakávanej tržby za\n" "analytický účet a sledujte jeho vývoj na základe skutočnej hodnoty\n" "realizovanej počas tohto obdobia." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Zrušiť rozpočet" @@ -143,19 +158,19 @@ msgid "Cancelled" msgstr "Zrušené" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Kliknite pre vytvorenie nového rozpočtu." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Spoločnost" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potvrď" @@ -165,154 +180,245 @@ msgid "Confirmed" msgstr "Potvrdené" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Vytvoril" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Vytvorené" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Zobraziť meno" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Hotovo" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Návrh" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Koncept rozpočtov" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Dátum ukončenia" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Posledná modifikácia" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Naposledy upravované" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Meno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Dátum platenia" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Obdobie" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Plánované množstvo" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktické množstvo" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Resetovať na koncept" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Zodpovedný" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Počiatočný dátum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Stav" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretické množstvo" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr " Teoretické množstvo" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Na schválenie" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Na schválenie rozpočtov" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Overené" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sl.po b/account_budget_oca/i18n/sl.po index ed7b61ca..8b334191 100644 --- a/account_budget_oca/i18n/sl.po +++ b/account_budget_oca/i18n/sl.po @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # matjaz k , 2018 # Martin Trigaux, 2018 # Matjaz Mozetic , 2018 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -15,55 +15,68 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Matjaz Mozetic , 2018\n" "Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konti" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analitični konto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Potrdi" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Proračun" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -73,36 +86,35 @@ msgid "Budget Line" msgstr "Pozicija" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Postavke proračuna" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Pozicija" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Pozicije" @@ -115,17 +127,19 @@ msgid "Budgets" msgstr "Proračuni" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Preklic" @@ -135,19 +149,19 @@ msgid "Cancelled" msgstr "Preklicano" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Družba" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potrdi" @@ -157,154 +171,245 @@ msgid "Confirmed" msgstr "Potrjeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Ustvaril" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Ustvarjeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Prikazni naziv" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Opravljeno" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Osnutek" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Osnutki proračunov" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Končni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Zadnjič posodobil" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Naziv" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Datum plačila" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Obdobje" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Načrtovani znesek" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktični znesek" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Vrni v osnutek" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odgovoren" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Začetni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretični znesek" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretični znesek" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Za potrditi" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Proračuni za potrditev" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Potrjeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sq.po b/account_budget_oca/i18n/sq.po index b81c7b26..692ac12e 100644 --- a/account_budget_oca/i18n/sq.po +++ b/account_budget_oca/i18n/sq.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Anri Haxhi , 2018 @@ -13,59 +13,72 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Anri Haxhi , 2018\n" "Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" -"Buxheti eshte nje parashikim i te ardhurave dhe/ose shpenzimeve te kompanise tuaj\n" +"Buxheti eshte nje parashikim i te ardhurave dhe/ose shpenzimeve te kompanise " +"tuaj\n" "i parashikuar per nje periudhe ne te ardhmen. Buxheti perkufizohet nga disa\n" "llogari financiare dhe/ose llogari analitike (qe mund te perfaqsojne\n" "projekte, departamente, kategori dhe produkte, etj.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Llogaritë" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Arritjet" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Llogaria Analitike" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Aprovo" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Buxhet" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Sendet e Buxhetit" @@ -75,36 +88,35 @@ msgid "Budget Line" msgstr "Linja e Buxhetit" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Linjat e Buxhetit" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Emri i Buxhetit" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Pozicioni I Buxhetit" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Pozicionet e Buxhetit" @@ -117,21 +129,24 @@ msgid "Budgets" msgstr "Buxhetet" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Duke mbajtur shenim su ku shkon paraja juaj, ju mund te ulni mundesine\n" -"per te mbishpenzuar, dhe me shume mundesi te arrini qellimet financiare. Parashiko nje buxhet duke detajuar te ardhurat e pritura për\n" +"per te mbishpenzuar, dhe me shume mundesi te arrini qellimet financiare. " +"Parashiko nje buxhet duke detajuar te ardhurat e pritura për\n" "llogari analitike dhe monitoro zhvillimin e saj bazuar mbi te dhenat\n" "aktuale te realizuara gjate asaj periudhe." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Anullo Buxhetin" @@ -141,19 +156,19 @@ msgid "Cancelled" msgstr "E Anulluar" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Kliko per te krijuar nje buxhet te ri" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Kompani" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Konfirmo" @@ -163,154 +178,245 @@ msgid "Confirmed" msgstr "E Konfirmuar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Krijuar nga" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Krijuar me" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Emri i paraqitur" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "E Kryer" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Paraprake" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Buxhete Paraprake" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Data Perfundimtare" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Modifikimi i fundit në" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Modifikuar per here te fundit nga" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Modifikuar per here te fundit me" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Emri" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Data e Pagesës" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Periudha" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Sasia e planifikuar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Sasia Praktike" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Rivendos në Paraprake" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Përgjegjës" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Fillo Datën" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Statusi" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Sasia Teoritike" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Sasia Teoritike" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Të Aprovosh" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Të Aprovosh Buxhete" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Të Vërtetuara" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sr.po b/account_budget_oca/i18n/sr.po index bf94653c..f8845343 100644 --- a/account_budget_oca/i18n/sr.po +++ b/account_budget_oca/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux , 2017 # Slobodan Simić , 2017 @@ -13,55 +13,68 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Slobodan Simić , 2017\n" "Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"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: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Рачуни" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Достигнућа" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Рачун аналитике" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Одобри" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Буџет" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Ставке буџета" @@ -71,36 +84,35 @@ msgid "Budget Line" msgstr "Линија буџета" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budzetski Redovi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budzetska pozicija" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Proračunska pozicija" @@ -113,17 +125,19 @@ msgid "Budgets" msgstr "Budzeti" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -133,19 +147,19 @@ msgid "Cancelled" msgstr "Otkazano" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Kompanija" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potvrdi" @@ -155,154 +169,245 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Kreiran" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Završeno" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Priprema" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Završni Datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Ime" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Datum plaćanja" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Razdoblje" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planirani iznos" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Stvarni iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Posalji 'U Pripremu'" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odgovoran" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Početni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Teoretski Iznos" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretski Iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Za Odobravanje" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Potvrđeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sr@latin.po b/account_budget_oca/i18n/sr@latin.po index 24104d75..fe594735 100644 --- a/account_budget_oca/i18n/sr@latin.po +++ b/account_budget_oca/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Nemanja Dragovic , 2017 # Martin Trigaux , 2017 @@ -14,19 +14,23 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Ljubisa Jovev , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr" +"%40latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"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: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Budžet je prognoza očekivanih prihoda i rashoda za Vaše preduzeće\n" @@ -35,39 +39,49 @@ msgstr "" "projekte, sektore, kategorije proizvoda, itd.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Uspjesi" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analitički konto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Odobri" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budžet" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Stavke budžeta" @@ -77,36 +91,35 @@ msgid "Budget Line" msgstr "Linija budžeta" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budžetske linije" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Naziv budžeta" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Budžetska pozicija" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Proračunska pozicija" @@ -119,12 +132,14 @@ msgid "Budgets" msgstr "Budžeti" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Vodeći računa o tome gdje Vaš novac odlazi, mogli biste više da\n" @@ -133,7 +148,7 @@ msgstr "" "te dobiti tokom tog perioda." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Poništi budžet" @@ -143,19 +158,19 @@ msgid "Cancelled" msgstr "Poništeno" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Klikni da kreiraš novi budžet." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Preduzeće" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Potvrdi" @@ -165,154 +180,245 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Datum kreiranja" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Naziv za prikaz" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Završeno" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Nacrt" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Budžeti u nacrtu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Završni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Zadnja promena" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Promenio" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Vreme promene" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Naziv" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Datum plaćanja" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Period" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planirani iznos" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Stvarni iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Vrati u izradu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Odgovoran" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Početni datum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretski Iznos" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "Teoretski iznos" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Čeka odobrenje" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Budžeti koji čekaju odobrenje" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Potvrđeno" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sv.po b/account_budget_oca/i18n/sv.po index 9e1a1656..0871d408 100644 --- a/account_budget_oca/i18n/sv.po +++ b/account_budget_oca/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Daniel Forslund , 2017 # Haojun Zou , 2017 @@ -16,57 +16,70 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" -"Last-Translator: Kristoffer Grundström , 2017\n" +"Last-Translator: Kristoffer Grundström , 2017\n" "Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Konton" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Objektkonto" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Godkänn" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Budget" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -76,36 +89,35 @@ msgid "Budget Line" msgstr "Budgetrad" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Budgetrader" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Finanser" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Offentliga finanserna" @@ -118,17 +130,19 @@ msgid "Budgets" msgstr "Budgetar" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Avbryt budget" @@ -138,19 +152,19 @@ msgid "Cancelled" msgstr "Avbruten" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Bolag" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Bekräfta" @@ -160,154 +174,245 @@ msgid "Confirmed" msgstr "Bekräftad" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Skapad av" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Skapad den" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Visningsnamn" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Klar" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Utkast" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Preleminära budgetar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Slutdatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Senast uppdaterad" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Namn" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Betaldatum" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Period" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planerat belopp" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Praktiskt belopp" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Återställ till preliminär" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Ansvarig" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Startdatum" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Status" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teoretiskt belopp" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "Teoretisk summa" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Att godkänna" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Att godkänna budgetar" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Bekräftat" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/sw.po b/account_budget_oca/i18n/sw.po index 29e66cb0..40d730a2 100644 --- a/account_budget_oca/i18n/sw.po +++ b/account_budget_oca/i18n/sw.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -9,55 +9,67 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Language-Team: Swahili (https://www.transifex.com/odoo/teams/41243/sw/)\n" +"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sw\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -67,36 +79,35 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -109,17 +120,19 @@ msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -129,19 +142,19 @@ msgid "Cancelled" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "" @@ -151,154 +164,245 @@ msgid "Confirmed" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/ta.po b/account_budget_oca/i18n/ta.po index c0f41c89..956dd514 100644 --- a/account_budget_oca/i18n/ta.po +++ b/account_budget_oca/i18n/ta.po @@ -1,10 +1,10 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Alagappan Karthikeyan , 2019 -# +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-09-20 10:14+0000\n" "Last-Translator: Alagappan Karthikeyan , 2019\n" "Language-Team: Tamil (https://www.transifex.com/odoo/teams/41243/ta/)\n" +"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "கணக்குகள்" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "சாதனையாளர்" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "பகுப்பாய்வு கணக்கு" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "ஒப்புதல்" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "பட்ஜெட்" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "பட்ஜெட் பொருட்கள்" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "பட்ஜெட் வரி" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "பட்ஜெட் கோடுகள்" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "பட்ஜெட் பெயர்" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "பட்ஜெட் நிலை" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "பட்ஜெட் பதவிகள்" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "பட்ஜெட்கள்" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "பட்ஜெட் ரத்து செய்யப்பட்டது" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "ரத்து" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "புதிய பட்ஜெட் உருவாக்க கிளிக் செய்க." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "உறுதிப்படுத்தவும்" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "உறுதி" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "முடிந்தது" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "வரைவு" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "வரைவு பட்ஜெட்" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "கட்டண தேதி" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "காலம்" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "திட்டமிட்ட தொகை" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "நடைமுறை தொகை" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "வரைவை மீட்டமை" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "பொறுப்பான" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "நிலைமை" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "பட்ஜெட் குறைந்தபட்சம் ஒரு கணக்கைக் கொண்டிருக்க வேண்டும்." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "கோட்பாட்டு தொகை" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "கோட்பாட்டு தொகை" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "அங்கீகரிக்க" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "பட்ஜெட்டை அங்கீகரிக்க" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "சரிபார்க்கப்பட்டது" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/te.po b/account_budget_oca/i18n/te.po index 95aa2be6..7b797712 100644 --- a/account_budget_oca/i18n/te.po +++ b/account_budget_oca/i18n/te.po @@ -18,52 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Analysis from:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analysis from" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Account" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Budget:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Currency:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Currency" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Printed at:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Total:" -msgstr "" - -#. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" " expected for a period in the future. A budget is defined on " @@ -74,63 +29,49 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_report -msgid "Account Budget crossovered report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_crossvered_summary_report -msgid "Account Budget crossovered summary report" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_account_budget_analytic -#: model:ir.model,name:account_budget_oca.model_account_budget_report -msgid "Account Budget report for analytic account" -msgstr "" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Khaathaalu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "Charya Avasaram" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -msgid "Analytic Budget" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Approve" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Approve" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" msgstr "" #. module: account_budget_oca -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_budget #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -140,50 +81,48 @@ msgid "Budget Line" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_lines_view #: model:ir.actions.act_window,name:account_budget_oca.act_crossovered_budget_view -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_report -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_analytic_account_budget -#: model:ir.actions.report.xml,name:account_budget_oca.action_report_crossovered_budget #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_lines_view #: model:ir.ui.menu,name:account_budget_oca.menu_act_crossovered_budget_view msgid "Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" @@ -195,15 +134,7 @@ msgid "" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Cancel" -msgstr "" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "" @@ -213,19 +144,19 @@ msgid "Cancelled" msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "కంపెనీ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "నిర్ధారించు" @@ -235,311 +166,251 @@ msgid "Confirmed" msgstr "ధ్రువీకరించబడిన" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Description" -msgstr "వివరణ" - -#. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "పూర్తయ్యింది" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_to -msgid "End of period" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget_id -msgid "ID" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_analyticaccountbudget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_report_account_budget_report_crossoveredbudget___last_update -msgid "Last Modified on" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid -msgid "Last Updated by" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id +msgid "ID" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date -msgid "Last Updated on" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name -msgid "Name" -msgstr "పేరు" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date -msgid "Paid Date" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Perc(%)" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Period" -msgstr "వ్యవధి" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update +msgid "Last Modified on" +msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Planned Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid +msgid "Last Updated by" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Planned Amt" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date +msgid "Last Updated on" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Practical Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Practical Amt" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print" -msgstr "ముద్రించు" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_analytic -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_report -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Print Budgets" -msgstr "" +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name +msgid "Name" +msgstr "పేరు" #. module: account_budget_oca -#: model:ir.actions.act_window,name:account_budget_oca.action_account_budget_crossvered_summary_report -msgid "Print Summary" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Reset to Draft" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id -msgid "Responsible" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_report_view -msgid "Select Dates Period" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from -msgid "Start Date" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_analytic_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_crossvered_summary_report_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_report_date_from -msgid "Start of period" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date +msgid "Paid Date" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state -msgid "Status" -msgstr "స్థితి" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Period" +msgstr "వ్యవధి" #. module: account_budget_oca -#: code:addons/account_budget/account_budget_oca.py:104 -#, python-format -msgid "The Budget '%s' has no accounts!" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Planned Amount" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "Theoretical Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "Theoretical Amt" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +msgid "Reset to Draft" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id +msgid "Responsible" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_analytic_view -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_report_view -msgid "This wizard is used to print budget" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from +msgid "Start Date" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.account_budget_crossvered_summary_report_view -msgid "This wizard is used to print summary of budgets" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state +msgid "Status" +msgstr "స్థితి" + +#. module: account_budget_oca +#: code:addons/account_budget_oca/models/account_budget.py:42 +#, python-format +msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +msgid "Theoretical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search -msgid "To Approve Budgets" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve" msgstr "" #. module: account_budget_oca -#: selection:crossovered.budget,state:0 -msgid "Validated" +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +msgid "To Approve Budgets" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -msgid "at" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_analyticaccountbudget -msgid "report.account_budget_oca.report_analyticaccountbudget" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_budget -msgid "report.account_budget_oca.report_budget" +#: selection:crossovered.budget,state:0 +msgid "Validated" msgstr "" #. module: account_budget_oca -#: model:ir.model,name:account_budget_oca.model_report_account_budget_report_crossoveredbudget -msgid "report.account_budget_oca.report_crossoveredbudget" +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.report_analyticaccountbudget -#: model:ir.ui.view,arch_db:account_budget_oca.report_budget -#: model:ir.ui.view,arch_db:account_budget_oca.report_crossoveredbudget -msgid "to" +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" msgstr "" -#~ msgid "Action Needed" -#~ msgstr "Charya Avasaram" +#~ msgid "Description" +#~ msgstr "వివరణ" + +#~ msgid "Print" +#~ msgstr "ముద్రించు" diff --git a/account_budget_oca/i18n/th.po b/account_budget_oca/i18n/th.po index 4591d59c..0ea9e0b7 100644 --- a/account_budget_oca/i18n/th.po +++ b/account_budget_oca/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Khwunchai Jaengsawang , 2018 @@ -13,55 +13,67 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Khwunchai Jaengsawang , 2018\n" "Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "บัญชี" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "บัญชีวิเคราะห์" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "อนุมัติ" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "งบประมาณ" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "" @@ -71,36 +83,35 @@ msgid "Budget Line" msgstr "รายการงบประมาณ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "รายการงบประมาณ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "" @@ -113,17 +124,19 @@ msgid "Budgets" msgstr "งบประมาณ" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "ยกเลิกงบประมาณ" @@ -133,19 +146,19 @@ msgid "Cancelled" msgstr "ถูกยกเลิก" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "บริษัท" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "ยืนยัน" @@ -155,154 +168,245 @@ msgid "Confirmed" msgstr "ยืนยันแล้ว" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "สร้างโดย" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "สร้างเมื่อ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "เสร็จสิ้น" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "ร่าง" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "ร่างงบประมาณ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "วันสิ้นสุด" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "รหัส" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "แก้ไขครั้งสุดท้ายเมื่อ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "อัพเดทครั้งสุดท้ายโดย" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "อัพเดทครั้งสุดท้ายเมื่อ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "ชื่อ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "วันที่ชำระ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "งวดบัญชี" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "จำนวนที่วางแผน" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "ตั้งให้เป็นฉบับร่าง" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "รับผิดชอบ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "วันที่เริ่ม" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "สถานะ" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "จำนวนทางทฤษฎี" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "จำนวนทางทฤษฎี" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "ให้การอนุมัติ" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "ผ่านการตรวจสอบแล้ว" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/tr.po b/account_budget_oca/i18n/tr.po index a7035a67..47e2cbbb 100644 --- a/account_budget_oca/i18n/tr.po +++ b/account_budget_oca/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # Alexander B. , 2017 @@ -15,58 +15,72 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Umur Akın , 2018\n" "Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" -"Bir bütçe, şirketinizin gelecekteki belirli bir periyot için gelir ve/veya giderlerinin tahminidir.\n" -" Bir bütçe şunlara göre kurgulanabilir : Finansal hesaplar veya analitik hesaplar\n" +"Bir bütçe, şirketinizin gelecekteki belirli bir periyot için gelir ve/veya " +"giderlerinin tahminidir.\n" +" Bir bütçe şunlara göre kurgulanabilir : Finansal hesaplar " +"veya analitik hesaplar\n" " (Projeler, Departmanlar, Ürün Kategorileri vb.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Hesaplar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Başarı" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Analitik Hesap" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Onayla" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Bütçe" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Bütçe öğeleri" @@ -76,36 +90,35 @@ msgid "Budget Line" msgstr "Bütçe Kalemi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Bütçe Kalemleri" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Bütçe ismi" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Bütçe Durumu" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Bütçe Durumları" @@ -118,20 +131,24 @@ msgid "Budgets" msgstr "Bütçeler" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" -"Paranızın nereye gittiğini izleyerek,bütçenizi aşmadan paranızı harcayabilir,ve daha çok finansal hedeflerinizi yerine getirebilirsiniz.\n" +"Paranızın nereye gittiğini izleyerek,bütçenizi aşmadan paranızı harcayabilir," +"ve daha çok finansal hedeflerinizi yerine getirebilirsiniz.\n" "Bütçenizi detaylandırarak beklenilen gelirinizi önceden tahmin edin\n" -"çözümsel hesap ve denetleyici bu dönem sürecinde oluşumlarınıza bağlı olarak gelişir." +"çözümsel hesap ve denetleyici bu dönem sürecinde oluşumlarınıza bağlı olarak " +"gelişir." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Bütçe İptal et" @@ -141,19 +158,19 @@ msgid "Cancelled" msgstr "İptal Edildi" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Yeni bir bütçe oluşturmak için tiklayın." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Şirket" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Onayla" @@ -163,154 +180,245 @@ msgid "Confirmed" msgstr "Onaylandı" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Oluşturan" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Oluşturulma" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Görünüm Adı" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Biten" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Taslak" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Taslak Bütçeler" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Bitiş Tarihi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Son Güncelleme" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Son Güncelleyen" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Son Güncelleme" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "İsim" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Ödeme Tarihi" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Dönem" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Planlanan Tutar" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Gerçekleşen Tutar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Taslağa Ayarla" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Sorumlu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Başlangıç Tarihi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Durumu" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Bütçe için en az bir hesap olmalıdır." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Teorik Tutar" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget -msgid "Theoretical Amount" -msgstr "Kurumsal Tutar" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Onaylanacak" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Bütçeleri Onaylama" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Doğrulanmış" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/uk.po b/account_budget_oca/i18n/uk.po index 04e38561..818946c7 100644 --- a/account_budget_oca/i18n/uk.po +++ b/account_budget_oca/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Bohdan Lisnenko, 2017 # Martin Trigaux, 2017 @@ -16,18 +16,23 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Zoriana Zaiats, 2018\n" "Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Бюджет - це прогнозування доходів і витрат вашої компанії,\n" @@ -37,39 +42,49 @@ msgstr "" "відділи, категорії товарів та інше.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Рахунки" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Досягнення" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Аналітичний рахунок" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Затвердити" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Бюджет" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Пункти бюджету" @@ -79,36 +94,35 @@ msgid "Budget Line" msgstr "Рядок бюджету" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Рядки бюджету" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Назва бюджету" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Бюджетна позиція" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Бюджетні позиці" @@ -121,12 +135,14 @@ msgid "Budgets" msgstr "Бюджет" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Слідкуючи за тим, куди витрачаються ваші гроші\n" @@ -137,7 +153,7 @@ msgstr "" "порівнюючи дані з реальними показниками." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Скасувати бюджет" @@ -147,19 +163,19 @@ msgid "Cancelled" msgstr "Скасовано" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Натисніть, щоб створити новий бюджет" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Компанія" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Підтвердити" @@ -169,154 +185,245 @@ msgid "Confirmed" msgstr "Підтверджено" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Створив" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Дата створення" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Назва для відображення" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Готово" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Чернетка" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Чорнові бюджети" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Кінцева дата" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Остання модифікація" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Востаннє оновив" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Останнє оновлення" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Назва" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Дата оплати" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Період" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Очікувана сума" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Реальна сума" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Зробити чернеткою" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Відповідальний" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Початкова дата" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Статус" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Бюджет повинен мати хоча б один рахунок." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "Теоретична сума" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Теоретична сума" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Необхідно затвердити" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Бюджети до підтвердження" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Підтверджено" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/vi.po b/account_budget_oca/i18n/vi.po index f3aef4c3..7e250d3f 100644 --- a/account_budget_oca/i18n/vi.po +++ b/account_budget_oca/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Martin Trigaux, 2017 # fanha99 , 2017 @@ -16,60 +16,75 @@ msgstr "" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Phạm Lân , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" msgstr "" "Một ngân sách là một dự báo về doanh thu hoặc/và chi phí của công ty đối\n" -" với một chu kỳ trong tương lai. Một ngân sách được định nghĩa\n" -" đối với một số tài khoản kế toán tài chính hoặc/và tài khoản\n" -" kế toán quản trị (mà đại diện cho dự án, phòng ban, nhóm sản\n" +" với một chu kỳ trong tương lai. Một ngân sách được định " +"nghĩa\n" +" đối với một số tài khoản kế toán tài chính hoặc/và tài " +"khoản\n" +" kế toán quản trị (mà đại diện cho dự án, phòng ban, nhóm " +"sản\n" " phẩm, v.v.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "Các tài khoản" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "Thành tựu/Đạt được" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "Tài khoản quản trị" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "Chấp thuận" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "Ngân sách" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "Hạng mục Ngân sách" @@ -79,36 +94,35 @@ msgid "Budget Line" msgstr "Chi tiết Ngân sách" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "Chi tiết Ngân sách" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "Tên Ngân sách" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "Dự thảo ngân sách" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "Dự thảo ngân sách" @@ -121,12 +135,14 @@ msgid "Budgets" msgstr "Ngân sách" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "Bằng cách theo dõi nơi mà tiền của bạn sẽ đến, bạn có thể sẽ ít\n" @@ -137,7 +153,7 @@ msgstr "" " thực tế trong chu kỳ." #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "Huy Ngân sách" @@ -147,19 +163,19 @@ msgid "Cancelled" msgstr "Đã hủy" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "Bấm để tạo mới một Ngân sách" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "Công ty" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "Xác nhận" @@ -169,150 +185,245 @@ msgid "Confirmed" msgstr "Đã được xác nhận" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "Được tạo vào" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "Tên hiển thị" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "Hoàn thành" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "Bản thảo" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "Ngân sách dự thảo" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "Ngày kết thúc" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "Sửa lần cuối" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "Cập nhật lần cuối bởi" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "Tên" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "Ngày đã Thanh toán" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "Chu kỳ" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "Giá trị theo Kế hoạch" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "Giá trị thực tế" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "Đặt về dự thảo" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "Người phụ trách" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "Ngày bắt đầu" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "Tình trạng" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "Ngân sách phải có ít nhất một tài khoản." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "Giá trị theo lý thuyết" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "Chờ duyệt" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "Chờ duyệt các Ngân sách" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "Đã xác nhận" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/zh_CN.po b/account_budget_oca/i18n/zh_CN.po index 14de2395..ed252f5b 100644 --- a/account_budget_oca/i18n/zh_CN.po +++ b/account_budget_oca/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # Jeffery CHEN Fan , 2017 # e2f_cn c7 , 2017 @@ -14,56 +14,71 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Martin Trigaux, 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" -msgstr "预算是对未来一段时间公司收入和费用的预测。 预算是基于一些财务科目或是分析科目 (可能是项目, 部门, 产品类别, 等等.)" +msgstr "" +"预算是对未来一段时间公司收入和费用的预测。 预算是基于一些财务科目或是分析科" +"目 (可能是项目, 部门, 产品类别, 等等.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "科目" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "成就" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "分析账户" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "批准" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "预算" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "预算项" @@ -73,36 +88,35 @@ msgid "Budget Line" msgstr "预算明细" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "预算明细" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "预算名称" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "预算状况" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "预算状况" @@ -115,19 +129,22 @@ msgid "Budgets" msgstr "预算" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." msgstr "" "记录你花钱的地方, 你可能就不会那么容易超支,而且更能符合你的财务\n" -"目标。在那段期间内,通过细化每个分析科目的预期收入来做预算,然后监控实际变化。" +"目标。在那段期间内,通过细化每个分析科目的预期收入来做预算,然后监控实际变" +"化。" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "取消预算" @@ -137,19 +154,19 @@ msgid "Cancelled" msgstr "已取消" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "点击以创建一个新的预算。" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "公司" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "确认" @@ -159,154 +176,245 @@ msgid "Confirmed" msgstr "已确认" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "创建人" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "创建时间" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "显示名称" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "完成" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "草稿" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "预算草稿" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "结束日期" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "最后修改时间" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "最后更新者" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "最后更新时间" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "名称" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "已支付日期" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "期间" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "已计划的金额" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "实际金额" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "重置为草稿" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "负责" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "开始日期" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "状态" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "预算应该至少有一个账户。" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "理论金额" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "理论金额" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "待批准" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "待审核的预算" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "已验证" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" diff --git a/account_budget_oca/i18n/zh_TW.po b/account_budget_oca/i18n/zh_TW.po index 5c67c594..b9dfea95 100644 --- a/account_budget_oca/i18n/zh_TW.po +++ b/account_budget_oca/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_budget_oca -# +# # Translators: # 敬雲 林 , 2017 # Martin Trigaux, 2017 @@ -14,56 +14,71 @@ msgstr "" "POT-Creation-Date: 2017-10-10 11:34+0000\n" "PO-Revision-Date: 2017-10-10 11:34+0000\n" "Last-Translator: Bill Hsu , 2018\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "A budget is a forecast of your company's income and/or expenses\n" -" expected for a period in the future. A budget is defined on some\n" -" financial accounts and/or analytic accounts (that may represent\n" +" expected for a period in the future. A budget is defined on " +"some\n" +" financial accounts and/or analytic accounts (that may " +"represent\n" " projects, departments, categories of products, etc.)" -msgstr "預算是對未來一段時間公司收入和費用的預測。 預算是基於一些財務科目或是分析科目 (可能是專案, 部門, 產品類別, 等等.)" +msgstr "" +"預算是對未來一段時間公司收入和費用的預測。 預算是基於一些財務科目或是分析科" +"目 (可能是專案, 部門, 產品類別, 等等.)" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_account_ids -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__account_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form msgid "Accounts" msgstr "科目" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_percentage +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__percentage msgid "Achievement" msgstr "成就" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction +msgid "Action Needed" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_analytic_account_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__analytic_account_id msgid "Analytic Account" msgstr "分析帳戶" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Approve" msgstr "批准" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_crossovered_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__crossovered_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_tree +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Budget" msgstr "預算" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.act_account_analytic_account_cb_lines -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Budget Items" msgstr "預算項目" @@ -73,36 +88,35 @@ msgid "Budget Line" msgstr "預算明細" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_crossovered_budget_line -#: model:ir.model.fields,field_description:account_budget_oca.field_project_project_crossovered_budget_line -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_account_analytic_account__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__crossovered_budget_line_ids +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__crossovered_budget_line_ids +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_line_tree msgid "Budget Lines" msgstr "預算明細" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_name -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__name +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Budget Name" msgstr "預算名稱" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_budget_post -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_general_budget_id -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search -#: model:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__general_budget_id +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_budget_post_tree msgid "Budgetary Position" msgstr "預算狀況" #. module: account_budget_oca #: model:ir.actions.act_window,name:account_budget_oca.open_budget_post_form #: model:ir.ui.menu,name:account_budget_oca.menu_budget_post_form -#: model:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.res_config_settings_view_form msgid "Budgetary Positions" msgstr "預算狀況" @@ -115,17 +129,21 @@ msgid "Budgets" msgstr "預算" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "" "By keeping track of where your money goes, you may be less\n" " likely to overspend, and more likely to meet your financial\n" -" goals. Forecast a budget by detailing the expected revenue per\n" -" analytic account and monitor its evolution based on the actuals\n" +" goals. Forecast a budget by detailing the expected revenue " +"per\n" +" analytic account and monitor its evolution based on the " +"actuals\n" " realised during that period." -msgstr "記錄錢所花的地方, 您可能就不會超支,而且符合您的財務目標. 在那段期間內,通過細化每個分析科目的預期收入來做預算,然後監控實際變化。" +msgstr "" +"記錄錢所花的地方, 您可能就不會超支,而且符合您的財務目標. 在那段期間內,通過細" +"化每個分析科目的預期收入來做預算,然後監控實際變化。" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Cancel Budget" msgstr "取消預算" @@ -135,19 +153,19 @@ msgid "Cancelled" msgstr "已取消" #. module: account_budget_oca -#: model:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view +#: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view msgid "Click to create a new budget." msgstr "點選去創建一個新的預算." #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_company_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__company_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__company_id msgid "Company" msgstr "公司" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Confirm" msgstr "確認" @@ -157,154 +175,245 @@ msgid "Confirmed" msgstr "已確認" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_uid msgid "Created by" msgstr "創建人員" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_create_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__create_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__create_date msgid "Created on" msgstr "創建時間" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_display_name -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__display_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__display_name msgid "Display Name" msgstr "顯示名稱" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Done" msgstr "完成" #. module: account_budget_oca #: selection:crossovered.budget,state:0 -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft" msgstr "草稿" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "Draft Budgets" msgstr "預算草稿" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_to -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_to +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_to msgid "End Date" msgstr "結束日期" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_id -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__id msgid "ID" msgstr "ID" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget___last_update -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines___last_update +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget____last_update +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines____last_update msgid "Last Modified on" msgstr "最後修改日" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_uid -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_uid +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_uid msgid "Last Updated by" msgstr "最後更新人員" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_write_date -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__write_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__write_date msgid "Last Updated on" msgstr "最後更新時間" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post_name +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids +msgid "Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name msgid "Name" msgstr "名字" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_paid_date +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date msgid "Paid Date" msgstr "支付日期" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Period" msgstr "期間" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_planned_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__planned_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Planned Amount" msgstr "已計劃的金額" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_practical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__practical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Practical Amount" msgstr "實際金額" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form msgid "Reset to Draft" msgstr "重置為草稿" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_creating_user_id +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__creating_user_id msgid "Responsible" msgstr "負責人" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_date_from -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__date_from +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__date_from msgid "Start Date" msgstr "開始日期" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_state +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__state msgid "Status" msgstr "狀態" #. module: account_budget_oca -#: code:addons/account_budget/models/account_budget_oca.py:31 +#: code:addons/account_budget_oca/models/account_budget.py:42 #, python-format msgid "The budget must have at least one account." msgstr "此預算至少要有一個會計科目" #. module: account_budget_oca -#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines_theoretical_amount -#: model:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form -msgid "Theoretical Amount" -msgstr "理論金額" - -#. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__theoretical_amount +#: model_terms:ir.ui.view,arch_db:account_budget_oca.crossovered_budget_view_form +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_account_analytic_account_form_inherit_budget msgid "Theoretical Amount" msgstr "理論金額" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve" msgstr "待批准" #. module: account_budget_oca -#: model:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search +#: model_terms:ir.ui.view,arch_db:account_budget_oca.view_crossovered_budget_search msgid "To Approve Budgets" msgstr "待審核的預算" +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + #. module: account_budget_oca #: selection:crossovered.budget,state:0 msgid "Validated" msgstr "已驗證" + +#. module: account_budget_oca +#: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_budget_oca +#: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids +msgid "Website communication history" +msgstr "" From a41caf46624b00d910cc4508f00b7ec23e5cb4d3 Mon Sep 17 00:00:00 2001 From: Oihane Crucelaegui Date: Tue, 11 Jun 2019 16:09:15 +0200 Subject: [PATCH 05/35] [MIG] account_budget_template: migration to 12.0 --- account_budget_oca/i18n/es.po | 49 +++++++++--------- .../__pycache__/__init__.cpython-36.pyc | Bin 244 -> 0 bytes .../account_analytic_account.cpython-36.pyc | Bin 607 -> 0 bytes .../__pycache__/account_budget.cpython-36.pyc | Bin 7048 -> 0 bytes .../static/description/index.html | 2 +- 5 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 account_budget_oca/models/__pycache__/__init__.cpython-36.pyc delete mode 100644 account_budget_oca/models/__pycache__/account_analytic_account.cpython-36.pyc delete mode 100644 account_budget_oca/models/__pycache__/account_budget.cpython-36.pyc diff --git a/account_budget_oca/i18n/es.po b/account_budget_oca/i18n/es.po index d1fdbd0f..b704ebb1 100644 --- a/account_budget_oca/i18n/es.po +++ b/account_budget_oca/i18n/es.po @@ -17,14 +17,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-10-10 11:34+0000\n" -"PO-Revision-Date: 2017-10-10 11:34+0000\n" -"Last-Translator: Christopher Ormaza , 2017\n" +"PO-Revision-Date: 2019-07-22 20:43+0000\n" +"Last-Translator: Josep M \n" "Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.7.1\n" #. module: account_budget_oca #: model_terms:ir.actions.act_window,help:account_budget_oca.act_crossovered_budget_view @@ -55,7 +56,7 @@ msgstr "Logro" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction msgid "Action Needed" -msgstr "" +msgstr "Acción necesaria" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_account_analytic_account @@ -71,7 +72,7 @@ msgstr "Aprobar" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_attachment_count msgid "Attachment Count" -msgstr "" +msgstr "Cuenta de adjunto" #. module: account_budget_oca #: model:ir.model,name:account_budget_oca.model_crossovered_budget @@ -230,17 +231,17 @@ msgstr "Fecha final" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_follower_ids msgid "Followers" -msgstr "" +msgstr "Seguidores" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_channel_ids msgid "Followers (Channels)" -msgstr "" +msgstr "Seguidores (Canales)" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_partner_ids msgid "Followers (Partners)" -msgstr "" +msgstr "Seguidores (Contactos)" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__id @@ -252,22 +253,22 @@ msgstr "ID (identificación)" #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread msgid "If checked new messages require your attention." -msgstr "" +msgstr "Si está marcado los nuevos mensajes requirirán su atención." #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction msgid "If checked, new messages require your attention." -msgstr "" +msgstr "Si está marcado, los nuevos mensajes requirirán su atención." #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error msgid "If checked, some messages have a delivery error." -msgstr "" +msgstr "Si está marcado, algunos mensajes tienen error de entrega." #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_is_follower msgid "Is Follower" -msgstr "" +msgstr "Es seguidor" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post____last_update @@ -293,17 +294,17 @@ msgstr "Última actualización en" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_main_attachment_id msgid "Main Attachment" -msgstr "" +msgstr "Adjunto principal" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error msgid "Message Delivery error" -msgstr "" +msgstr "Error en la entrega del mensaje" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_ids msgid "Messages" -msgstr "" +msgstr "Mensajes" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_account_budget_post__name @@ -313,27 +314,27 @@ msgstr "Nombre" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_needaction_counter msgid "Number of Actions" -msgstr "" +msgstr "Número de acciones" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_has_error_counter msgid "Number of error" -msgstr "" +msgstr "Número de error" #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_needaction_counter msgid "Number of messages which requires an action" -msgstr "" +msgstr "Número de mensajes los cuales requieren su atención" #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_has_error_counter msgid "Number of messages with delivery error" -msgstr "" +msgstr "Número de mensajes con error en la entrega" #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__message_unread_counter msgid "Number of unread messages" -msgstr "" +msgstr "Número de mensajes no leídos" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget_lines__paid_date @@ -405,12 +406,12 @@ msgstr "Presupuestos para Aprobar" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread msgid "Unread Messages" -msgstr "" +msgstr "Mensajes no leídos" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__message_unread_counter msgid "Unread Messages Counter" -msgstr "" +msgstr "Contador de mensajes no leídos" #. module: account_budget_oca #: selection:crossovered.budget,state:0 @@ -420,9 +421,9 @@ msgstr "Validado" #. module: account_budget_oca #: model:ir.model.fields,field_description:account_budget_oca.field_crossovered_budget__website_message_ids msgid "Website Messages" -msgstr "" +msgstr "Mensajes del sitio web" #. module: account_budget_oca #: model:ir.model.fields,help:account_budget_oca.field_crossovered_budget__website_message_ids msgid "Website communication history" -msgstr "" +msgstr "Histórico de comunicaciones del sitio web" diff --git a/account_budget_oca/models/__pycache__/__init__.cpython-36.pyc b/account_budget_oca/models/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index e0a96426f3de77f9643d07f9925eaf385eb7bf66..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmX|)u?oU45QdXfLBu*c_yS!F>MG(c=-?(oh)K|3nn=?Y>Qnd{zEW2w!Ci3jg4Tok z`S>~Ro5pdMzn;4*Lg)_r9|E+1^+O1WBsM6;TZ{t}V6r8^(FP^02Zoab*L^O8D{Rj8 zg*>PnnnBZW%T1MQ!G6UmiE5MuM;1ZcP}U9{;=QCtmnzCjZZFOYx|Yt-ay+3%+mn)v nOX;kq&Fim>Il*b_q%xi|rmfBy8=b4VGlQ})Y92H`2z&SgU_nCD diff --git a/account_budget_oca/models/__pycache__/account_analytic_account.cpython-36.pyc b/account_budget_oca/models/__pycache__/account_analytic_account.cpython-36.pyc deleted file mode 100644 index f498f64aab3ea0dbc0b0e3ccd3f112d2746321e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 607 zcmZ8eJxjzu5Z#X?202j>M6j_Eu1Qc^6}7SPqp*v@vSwC|CcB!=9o)6ri9f`@w5^qm zKfub_B&XuS3^ViI%)Z&(URaoa+5NmMDIxFV&j~QzN3$E~fB-E?MKfBlj8Sq#fB}Cd zz!kgWPdp1CI48sK1G!|#Ty$Ni60D0V1FE#SFV9Yh!9JQ@N2f?efn*G5##L|^`mqo| z_{y^gA{;sARu1yqjC6CLWjSezyicdAva2Vu2a>)pUCnD_tr@FYL2@;M8`UIbp_O&Z zGp^{lqJZh(u%)aYd&-czL2g>vLd#0IL7{PwRb3X@rY`i&De8(vTN1*}3xN%zQeiw0 z;&CKP--=l*3Vo~UqNy1!>*6!5wkoM7Ztagm(Mc3uBI>bkq+UdJ>%K11TT`i2j-{R& zo2O@BOgi4&N|Al9Ku7?iZ8}@0A7yfxc2EC<{NFrznAHA{BQzVMi)p|D%4l0X9fmG2 hcvmaD=7_uS#D8WB{|fA)C6C8D-7D;Qw)G1y@oz^luhRek diff --git a/account_budget_oca/models/__pycache__/account_budget.cpython-36.pyc b/account_budget_oca/models/__pycache__/account_budget.cpython-36.pyc deleted file mode 100644 index 2e8343bcf4109275132c5ac8b6f10a4b1789ffb9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7048 zcmbtZ%WoUU8Q(XT6h+IlEK7FcF!7U4BH7Lxh+R8=G(}@MiJb&tlP=afBWda7E|bR1pdMz_*+ zJMPalW-{xM#w>1jtJ`L$28_)dV4MOo0ZfItz_8`cI|uYrL`?-`u$KkOCgU~ zDxF@!c$7-rYwPmB=YAA2KMRxih7gGeXh!*~7C`zZ09@#XtE>C}LqUZ*oITMm-E2Fu9wdtC9+5%&MT+CH5+u=TFTPL$ z7p0SCB8-=%!;+pK#)H{FBx#zgagbM@C<1=E9Fk(n2<<=jUsEL<8EUXyDpp zJ&Z9s9(={L9Da7<8VRJ~&$3QO+k4 zm-%v7+fwXO3=$;xvQiKn&}90VD5S=UF>eB3`lf#05l3?dZR*6NZDY%b9boh=W79~_ zXGR8f+19u9-$H#9^W;Q%kdUQ=b9YyGD?d@Ix0+_H6@QJl{HzsmAFU)tqmXE5@(ivn ziPpGxv4_he-r~zraUA3bhbkKt?tTs*X|4HD(MNn%%ofBD+4O=H9^CiFD4``%5*f{Q zbxUs;4r)UmoZQW{-IIq*B4!bzsHC(hF=rFU*R@Q~j7>18Yf>Am&=1v+~ zQ6bm~1c&al4Rr?50uJ(0^}HbR)70}urw}L5_Zmt{*Pvv>KPS(A zD8i?y6DO%#v6#3kPNBMhGNS9qZo2YyOi`y9lc;XCXQb;XJ@q_U^E?RmYQzE8J@3J) zACdJy%g)V+<0XP|flkKLK!km=XM*@Ht!pd35H5k$TaXhaEJ{YCdpqW;DUXermePoj zY4ISH(pA$Se6m*RZ^+bL3A$lvE5%b602pc=szb}k;+g^;MdeiyU)p-kBgG!NW;%6B zTqRkM{$cAUM0x$mmEHfue$I|tEIWiPW=F#d$v|0G;rlOO6%vs3K!BMt8Euxg!Q zXH{!Pwc6~QY8_FnSJ`W-HLF^$vw78;V+&BI_vFEABY%-wxj}R6o(mTuouY37P9~bq zR-kcgFp(o$ix9KB(t^oVzRCv>ZNQ|E@5oIfyc9Gv9aPDYtfp`;a^h2-_F<&MdlBE^ zO30mDqq`z;BxBGmRNoLsfRPr>hj@^|%2jBjM=t<(6(vQ{21j?DZDhT3XP1-sA`PzH z$$XKuu7l2jdn0BFk~S0mQYP)|>f;1{3_+FEYw8RX8>tC|y(xBWk1_#*D8k=81O+VFd}C)Kn&X7~!=L zYzw0>+jx$@KRkAgrMm9&`F8Ha4r7a)7w-}D3sgHiwwM8C$1Rakt6TaB4qx4;n8ixZ zxz5kgUAW_2E>{q*c92EZOp!&b%-t+ALgh_LXKE{16jv|++mhwodv|%*SGQ8~uDIwg zF+tIz8G|#s1#Hhb|0jv!BkUpG-{y_9bp+Cvl}p z_+#{)-H*O<(vKqX^1dWa?<6r-Zazlf>HP@Ir~D}L-r1KtGaqIA8OqI8C@SRGp=&P1UQY z5SN7U3PpL!wznD9m>>I$bdW;4!@#sDj$Aq zAo!pW2s{uLP~cHTyT%%59YF7dYE2cbI<>a7&LqAxf^ugAp#`-Lp*4-xlxiV|M*9fX zJE+>oquEjPHqmk@Bta3GbD5OD`$`TzGE{9nv z=Tx4%3K{Rir-M#p=6;XfCXfjus_6C6CpvV@W5c1@3Qq(dAKYmw9Ns3z7BIzEG_R6G zj8cGnl|#c-kU0fB&irNGnYbFPgnW(n&<2GxEoVn77{!I9g9%yr2mp=U9Uru9Sy3+) zoQ?R3Of3V+$_NeZB;}o?8_HAv4#4_vHnr>8*XvtIiIE2D6!dkCEfXHx>{?x$65{?j z;GHdNh%tVL0#w^GY)`HQpu*<y;52|%Bc1n{>6tkKD{vAx6Tsft$RFs$a&n#5_OWZ zr_$HXY~c5LulG7*XWGwQ;#rfPKdXFaD)bJra_Q>gm)Nt{%2B$Z}hMK2xTZ$070yHGHgL1#FLEPjdBG+@3y{Wj$zar z64ZrocpBc;?`uMo@Rk`jiyl0h-nYafWsn#^ycwD*wb-i&;=RQ~a=L zi66?5H4n{|2c3jV?~_SfviCzzK1j z_QCrYM&rA-V+^RFoq)sH$M!Dw1P8^h)%?rYRZ#)Vw`1e!q%`W=XV6yc3o~NCOf-jP zLOpwnd$_}!LyJ)gw+XCtuS5B=5RbQJoIK1E9f~Z)67^1y{qXXaTP5X63Xwr0Bb1X_ zlED|G914Mll}11E@1hdXGyxv<+=g2hCSwj?!D8+2Uq6<8?i zG)NgdA`lKV^AQU~em})7L)6piK#9d)QBqot)S+QE5G)x8gQzqR79mhF$}a*XgF+=& zui;&gYN!oHIEHHiZ#0d%iQq|}w(?%b7+l;>nRa`>p*k6$X{b&V%&xzyJj(ekJh{?q z^nFvD&j>d9$LSfi3lZGL`}8#48a?xYLpb^tS8R?v!S@WyA@y9tN7_qK;%6cvxHj^m zaGmNoLh<{lNYlgEf1#xG2t|ymp)`%bx&4kiT7I!T_smE;kFP1J7Qdv5q(L1|S;#NY5u>COqNx}f5p@0_N7j;J zWfBpp$#&+L5~>@GnZ^}CYb>@WrIp|bKM&?ffdpNqdYYC8sArz92V6Z^runONLj4a= nN&6Q4drH0esR&#xxfi{7;?EyQFVha{I%Xk>uG4(A`Og0UFH+H# diff --git a/account_budget_oca/static/description/index.html b/account_budget_oca/static/description/index.html index 08189929..e93e8d36 100644 --- a/account_budget_oca/static/description/index.html +++ b/account_budget_oca/static/description/index.html @@ -3,7 +3,7 @@ - + Budgets Management