trytond_account_stock_landed_cost-5.0.1/0000755000175000017500000000000013433067012020005 5ustar cedced00000000000000trytond_account_stock_landed_cost-5.0.1/CHANGELOG0000644000175000017500000000126313433067011021220 0ustar cedced00000000000000Version 5.0.1 - 2019-02-19 * Bug fixes (see mercurial logs for details) Version 5.0.0 - 2018-10-01 * Bug fixes (see mercurial logs for details) * Remove support for Python 2.7 Version 4.8.0 - 2018-04-23 * Bug fixes (see mercurial logs for details) Version 4.6.0 - 2017-10-30 * Bug fixes (see mercurial logs for details) * Move landed_cost inside checkboxes group Version 4.4.0 - 2017-05-01 * Bug fixes (see mercurial logs for details) Version 4.2.0 - 2016-11-28 * Bug fixes (see mercurial logs for details) Version 4.0.0 - 2016-05-02 * Bug fixes (see mercurial logs for details) * Rename Landed Cost code into number * Add Python3 support Version 3.8.0 - 2015-11-02 * Initial release trytond_account_stock_landed_cost-5.0.1/COPYRIGHT0000644000175000017500000000125713433067011021304 0ustar cedced00000000000000Copyright (C) 2015-2019 Cédric Krier. Copyright (C) 2015-2019 B2CK SPRL. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . trytond_account_stock_landed_cost-5.0.1/product.py0000644000175000017500000000115313354423124022041 0ustar cedced00000000000000# This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.pool import PoolMeta from trytond.model import fields from trytond.pyson import Eval __all__ = ['Template', 'Product'] class Template(metaclass=PoolMeta): __name__ = 'product.template' landed_cost = fields.Boolean('Landed Cost', states={ 'readonly': ~Eval('active', True), 'invisible': Eval('type') != 'service', }, depends=['active', 'type']) class Product(metaclass=PoolMeta): __name__ = 'product.product' trytond_account_stock_landed_cost-5.0.1/setup.cfg0000644000175000017500000000004613433067012021626 0ustar cedced00000000000000[egg_info] tag_build = tag_date = 0 trytond_account_stock_landed_cost-5.0.1/PKG-INFO0000644000175000017500000000533413433067012021107 0ustar cedced00000000000000Metadata-Version: 1.2 Name: trytond_account_stock_landed_cost Version: 5.0.1 Summary: Tryton module for landed cost Home-page: http://www.tryton.org/ Author: Tryton Author-email: issue_tracker@tryton.org License: GPL-3 Download-URL: http://downloads.tryton.org/5.0/ Description: trytond_account_stock_landed_cost ================================= The account_stock_landed_cost module of the Tryton application platform. Installing ---------- See INSTALL Support ------- If you encounter any problems with Tryton, please don't hesitate to ask questions on the Tryton bug tracker, mailing list, wiki or IRC channel: http://bugs.tryton.org/ http://groups.tryton.org/ http://wiki.tryton.org/ irc://irc.freenode.net/tryton License ------- See LICENSE Copyright --------- See COPYRIGHT For more information please visit the Tryton web site: http://www.tryton.org/ Keywords: tryton account stock valuation landed cost Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins Classifier: Framework :: Tryton Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Financial and Insurance Industry Classifier: Intended Audience :: Legal Industry Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Natural Language :: Bulgarian Classifier: Natural Language :: Catalan Classifier: Natural Language :: Chinese (Simplified) Classifier: Natural Language :: Czech Classifier: Natural Language :: Dutch Classifier: Natural Language :: English Classifier: Natural Language :: French Classifier: Natural Language :: German Classifier: Natural Language :: Hungarian Classifier: Natural Language :: Italian Classifier: Natural Language :: Persian Classifier: Natural Language :: Polish Classifier: Natural Language :: Portuguese (Brazilian) Classifier: Natural Language :: Russian Classifier: Natural Language :: Slovenian Classifier: Natural Language :: Spanish Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Office/Business Classifier: Topic :: Office/Business :: Financial :: Accounting Requires-Python: >=3.4 trytond_account_stock_landed_cost-5.0.1/README0000644000175000017500000000113213354423124020664 0ustar cedced00000000000000trytond_account_stock_landed_cost ================================= The account_stock_landed_cost module of the Tryton application platform. Installing ---------- See INSTALL Support ------- If you encounter any problems with Tryton, please don't hesitate to ask questions on the Tryton bug tracker, mailing list, wiki or IRC channel: http://bugs.tryton.org/ http://groups.tryton.org/ http://wiki.tryton.org/ irc://irc.freenode.net/tryton License ------- See LICENSE Copyright --------- See COPYRIGHT For more information please visit the Tryton web site: http://www.tryton.org/ trytond_account_stock_landed_cost-5.0.1/locale/0000755000175000017500000000000013433067012021244 5ustar cedced00000000000000trytond_account_stock_landed_cost-5.0.1/locale/es.po0000644000175000017500000001327413354423124022224 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Secuencia de coste de recepción" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Empresa" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Fecha de creación" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Usuario de creación" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Secuencia de coste de recepción" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Nombre del registro" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Fecha de modificación" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Usuario de modificación" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Método de asignación" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Empresa" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Fecha de creación" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Usuario de creación" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Líneas de factura" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Número" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Fecha contabilización" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Nombre del registro" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Albaranes" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Estado" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Fecha de modificación" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Usuario de modificación" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Fecha de creación" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Usuario de creación" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Nombre del registro" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Albarán" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Fecha de modificación" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Usuario de modificación" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Unidad coste de recepción" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Configuración de la secuencia de coste de recepción" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Coste de recepción - Albarán" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Costes de recepción" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "Todo" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Borrador" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Contabilizado" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancelar" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Borrador" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Contabilizar" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Costes de recepción" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Por valor" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Cancelados" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Borrador" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Contabilizados" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Coste de recepción" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Secuencia" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Cancelar" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Borrador" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Contabilizar" trytond_account_stock_landed_cost-5.0.1/locale/cs.po0000644000175000017500000001153713354423124022222 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Cancel" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posted" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "" trytond_account_stock_landed_cost-5.0.1/locale/de.po0000644000175000017500000001320513354423124022177 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Nummernkreis Einstandskosten" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Unternehmen" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Erstellungsdatum" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Erstellt durch" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Nummernkreis Einstandskosten" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Bezeichnung des Datensatzes" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Zuletzt geändert" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Letzte Änderung durch" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Zuordnungsmethode" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Unternehmen" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Erstellungsdatum" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Erstellt durch" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Rechnungspositionen" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Nummer" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Festschreibungsdatum" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Bezeichnung des Datensatzes" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Lieferposten" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Status" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Zuletzt geändert" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Letzte Änderung durch" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Erstellungsdatum" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Erstellt durch" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Bezeichnung des Datensatzes" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Lieferposten" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Zuletzt geändert" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Letzte Änderung durch" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Einheit Einstandskosten" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Einstellungen Buchhaltung Nummernkreis Einstandskosten" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Einstandskosten - Lieferposten" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Einstandskosten" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "Alle" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Entwurf" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Festgeschrieben" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Annullieren" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Entwurf" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Festschreiben" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Einstandskosten" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Nach Wert" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Annulliert" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Entwurf" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Festgeschrieben" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Einstandskosten" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Nummernkreis" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Annullieren" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Entwurf" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Festschreiben" trytond_account_stock_landed_cost-5.0.1/locale/sl.po0000644000175000017500000001253313354423124022230 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Štetje raztovora" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Družba" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Izdelano" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Izdelal" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Štetje raztovora" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Ime" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Zapisano" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Zapisal" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Raztovor" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Metoda porazdelitve" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Družba" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Izdelano" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Izdelal" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Postavke računov" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Številka" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Datum knjiženja" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Ime" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Pošiljke" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Stanje" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Zapisano" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Zapisal" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Izdelano" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Izdelal" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Raztovor" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Ime" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Pošiljka" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Zapisano" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Zapisal" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Raztovor" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Raztovor" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Enota raztovora" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Konfiguracija štetja raztovora" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Raztovor" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Raztovor - Pošiljka" #, fuzzy msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" #, fuzzy msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Po vrednosti" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Preklicano" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "V pripravi" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Knjiženo" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Raztovor" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Štetje" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Preklic" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "V pripravi" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Vknjižba" trytond_account_stock_landed_cost-5.0.1/locale/lt.po0000644000175000017500000001153713354423124022234 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Cancel" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posted" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "" trytond_account_stock_landed_cost-5.0.1/locale/it_IT.po0000644000175000017500000001276713354423124022633 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Sequenza costo atterrato" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Azienda" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Creato il" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Creato da" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Sequenza costo atterrato" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Modificato il" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "modificato da" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Costo atterrato" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Metodo di allocazione" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Azienda" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Creato il" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Creato da" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Righe fattura" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Numero" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Data di registrazione" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Consegne" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Stato" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Modificato il" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "modificato da" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Creato il" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Creato da" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Costo di atterraggio" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Consegna" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Modificato il" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "modificato da" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Costo di atterraggio" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Costo di atterraggio" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Costo unitario di atterraggio" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Costo di atterraggio" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Costo di atterraggio - consegna" #, fuzzy msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" #, fuzzy msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Per valore" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Annullato" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Bozza" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Registrato" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Costo di atterraggio" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Sequenza" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Annulla" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Bozza" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Registra" trytond_account_stock_landed_cost-5.0.1/locale/ja_JP.po0000644000175000017500000001165213354423124022576 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Cancel" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posted" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Draft" trytond_account_stock_landed_cost-5.0.1/locale/fa.po0000644000175000017500000001344713354423124022205 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "ادامه هزینه Landed" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "شرکت" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "تاریخ ایجاد" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "کاربر ایجاد کننده" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "شناسه" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "ادامه هزینه Landed" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "نام پرونده" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "تاریخ نوشته" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "نوشته کاربر" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "روش تخصیص" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "شرکت" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "تاریخ ایجاد" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "کاربر ایجاد کننده" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "شناسه" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "خطوط صورتحساب" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "شماره" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "تاریخ ارسال" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "نام پرونده" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "محموله ها" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "وضعیت" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "تاریخ نوشته" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "نوشته کاربر" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "تاریخ ایجاد" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "کاربر ایجاد کننده" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "شناسه" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "نام پرونده" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "محموله" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "تاریخ نوشته" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "نوشته کاربر" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "واحد هزینه Landed" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "پیکربندی حساب ادامه هزینه Landed" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "هزینه Landed - محموله" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "هزینه های Landed" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "همه" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "پیش‌نویس" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "ارسال شده" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "هزینه های Landed" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "براساس ارزش" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "لغو شده" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "پیش‌نویس" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "ارسال شده" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "هزینه Landed" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "ادامه" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "انصراف" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "پیش‌نویس" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "ارسال" trytond_account_stock_landed_cost-5.0.1/locale/bg.po0000644000175000017500000001347213354423124022205 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Фирма" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Създадено на" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Създадено от" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Променено на" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Променено от" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Фирма" #, fuzzy msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Създадено на" #, fuzzy msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Създадено от" #, fuzzy msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Редове от фактура" #, fuzzy msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Номер" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Изпращания" #, fuzzy msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Щат" #, fuzzy msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Променено на" #, fuzzy msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Променено от" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Създадено на" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Създадено от" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Изпращания" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Променено на" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Променено от" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Проект" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Публикуван" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "По стойност" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Отказан" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Проект" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Публикуван" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Последователност" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Отказване" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Проект" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Публикуван" trytond_account_stock_landed_cost-5.0.1/locale/hu_HU.po0000644000175000017500000001272613354423124022626 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Társaság" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Létrehozás détuma" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Által létrehozva " #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "utolsó módosítás dátuma" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Által módosítva" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Társaság" #, fuzzy msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Létrehozás détuma" #, fuzzy msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Által létrehozva " #, fuzzy msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Szám" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Szállítási tétel" #, fuzzy msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Állapot" #, fuzzy msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "utolsó módosítás dátuma" #, fuzzy msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Által módosítva" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Létrehozás détuma" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Által létrehozva " #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Szállítási tétel" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "utolsó módosítás dátuma" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Által módosítva" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "Összes" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Mégse" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posted" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Számkör" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Mégse" trytond_account_stock_landed_cost-5.0.1/locale/es_419.po0000644000175000017500000001165113354423124022616 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Secuencia de costo final" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Secuencia de costo final" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Costo final" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Envíos" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Costo final" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Envíos" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Costo final" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Costo final" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Unidad de costo final" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Secuencia de cuenta de configuración de costo final" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Costo final" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Costo de final - Envío" #, fuzzy msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Costo final" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "" #, fuzzy msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Costo final" #, fuzzy msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Costo final" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Costo final" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Por valor" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Costo final" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "" trytond_account_stock_landed_cost-5.0.1/locale/nl.po0000644000175000017500000001274413354423124022227 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Bedrijf" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Datum" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Gebruiker" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Schrijfdatum" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Gebruiker" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Bedrijf" #, fuzzy msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Datum" #, fuzzy msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Gebruiker" #, fuzzy msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Factuurregels" #, fuzzy msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Nummer" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Leveringen" #, fuzzy msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Status" #, fuzzy msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Schrijfdatum" #, fuzzy msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Gebruiker" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Datum" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Gebruiker" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Leveringen" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Schrijfdatum" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Gebruiker" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Concept" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Geboekt" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Geannuleerd" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Concept" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Geboekt" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Reeks" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Geannuleerd" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Concept" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Boeken" trytond_account_stock_landed_cost-5.0.1/locale/pt_BR.po0000644000175000017500000001314513354423124022620 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Sequência de Custo de Recepção" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Empresa" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Data de criação" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Criado por" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Sequência de Custo de Recepção" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Nome do Registro" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Data de edição" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Editado por" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Custo de Recepção" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Método de Alocação" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Empresa" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Data de criação" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Criado por" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Linhas da Fatura" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Número" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Data de Confirmação" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Nome do Registro" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Remessas" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Estado" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Data de edição" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Editado por" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Data de criação" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Criado por" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Custo de Recepção" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Nome do Registro" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Remessa" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Data de edição" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Editado por" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Custo de Recepção" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Custo de Recepção" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Unidade de Custo de Recepção" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Configurações de Contabilidade Sequência de Custo de Recepção" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Custo de Recepção" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Custo de Recepção - Remessa" #, fuzzy msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" #, fuzzy msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Por Valor" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Cancelado" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Rascunho" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Confirmado" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Custo de Recepção" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Sequência" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Cancelar" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Rascunho" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Confirmar" trytond_account_stock_landed_cost-5.0.1/locale/zh_CN.po0000644000175000017500000001240213354423124022606 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "创建日期:" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "添加用户" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "编号" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "写入日期" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "写入帐号" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "创建日期:" #, fuzzy msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "添加用户" #, fuzzy msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "编号" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "状态" #, fuzzy msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "写入日期" #, fuzzy msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "写入帐号" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "创建日期:" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "添加用户" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "编号" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "写入日期" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "写入帐号" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "全部" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "取消" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posted" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "view:account.configuration:" msgid "Sequence" msgstr "序列" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "取消" trytond_account_stock_landed_cost-5.0.1/locale/fr.po0000644000175000017500000001323513354423124022221 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Séquence de coût de débarquement" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Société" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Date de création" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Créé par" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Séquence de coût de débarquement" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Nom de l'enregistrement" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Date de mise à jour" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Mis à jour par" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Méthode d'allocation" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Société" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Date de création" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Créé par" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Lignes de facture" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Numéro" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Date de postage" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Nom de l'enregistrement" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Expéditions" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "État" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Date de mise à jour" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Mis à jour par" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Date de création" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Créé par" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Nom de l'enregistrement" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Expédition" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Date de mise à jour" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Mis à jour par" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Unité de coût de débarquement" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Configuration comptable séquence de coût de débarquement" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Coût de débarquement - Expédition" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Coût de débarquement" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "Tous" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Brouillon" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posté" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Annuler" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Brouillon" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Coût de débarquement" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Par valeur" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Annulé" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Brouillon" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posté" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Coût de débarquement" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Séquence" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Annuler" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Brouillon" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Poster" trytond_account_stock_landed_cost-5.0.1/locale/pl.po0000644000175000017500000001247013354423124022225 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Firma" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Data utworzenia" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Utworzył" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Nazwa rekordu" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Data zapisu" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Zapisał" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Firma" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Data utworzenia" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Utworzył" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Nazwa rekordu" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Stan" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Data zapisu" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Zapisał" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Data utworzenia" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Utworzył" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Nazwa rekordu" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Data zapisu" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Zapisał" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" #, fuzzy msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Cost" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "All" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Posted" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" #, fuzzy msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Cost" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Anuluj" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Posted" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Sekwencja" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Anuluj" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Draft" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Księgowanie" trytond_account_stock_landed_cost-5.0.1/locale/lo.po0000644000175000017500000001406413354423124022225 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "ຫ້ອງການ/ສຳນັກງານ" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "ສ້າງວັນທີ" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "ສ້າງຜູ້ໃຊ້ງານ" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ເລດລຳດັບ" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "ວັນທີບັນທຶກ" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "ສ້າງຜູ້ໃຊ້" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "ຫ້ອງການ/ສຳນັກງານ" #, fuzzy msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "ສ້າງວັນທີ" #, fuzzy msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "ສ້າງຜູ້ໃຊ້ງານ" #, fuzzy msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ເລດລຳດັບ" #, fuzzy msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "ລາຍການເກັບເງິນ" #, fuzzy msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "ເລກທີ" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "ສະຖານະ" #, fuzzy msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "ວັນທີບັນທຶກ" #, fuzzy msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "ສ້າງຜູ້ໃຊ້" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "ສ້າງວັນທີ" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "ສ້າງຜູ້ໃຊ້ງານ" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ເລດລຳດັບ" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "ວັນທີບັນທຶກ" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "ສ້າງຜູ້ໃຊ້" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "ທັງໝົດ" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "ຮ່າງກຽມ" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "ແຈ້ງແລ້ວ" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "ຍົກເລີກແລ້ວ" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "ຮ່າງກຽມ" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "ແຈ້ງແລ້ວ" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "view:account.configuration:" msgid "Sequence" msgstr "ລໍາດັບ" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "ຍົກເລີກ" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "ຮ່າງກຽມ" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Post" msgstr "ປະກາດ" trytond_account_stock_landed_cost-5.0.1/locale/ca.po0000644000175000017500000001321513354423124022173 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Seqüència de cost de recepció" msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Empresa" msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Data de creació" msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Usuari de creació" msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "Seqüència de cost de recepció" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "Nom del registre" msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Data de modificació" msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Usuari de modificació" msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "Mètode d'assignació" msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Empresa" msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Data de creació" msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Usuari de creació" msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Línies de factura" msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Número" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "Data comptabilització" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "Nom del registre" msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Albarans" msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Estat" msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Data de modificació" msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Usuari de modificació" msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Data de creació" msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Usuari de creació" msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "Nom del registre" msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Albarà" msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Data de modificació" msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Usuari de modificació" msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "Unitat cost de recepció" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "Configuració de la seqüencia de cost de recepció" msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "Cost de recepció - Albarà" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Costos de recepció" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "Tot" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Esborrany" msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Comptabilitzat" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel·la" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Esborrany" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Comptabilitza" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Costos de recepció" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "Per valor" msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Cancel·lats" msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Esborrany" msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Comptabilitzats" msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Cost de recepció" msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Seqüència" msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Cancel·la" msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Esborrany" msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Comptabilitza" trytond_account_stock_landed_cost-5.0.1/locale/ru.po0000644000175000017500000001366113354423124022243 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "field:account.configuration,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,company:" msgid "Company" msgstr "Учет.орг." #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_date:" msgid "Create Date" msgstr "Дата создания" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,create_uid:" msgid "Create User" msgstr "Создано пользователем" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,id:" msgid "ID" msgstr "ID" msgctxt "" "field:account.configuration.landed_cost_sequence,landed_cost_sequence:" msgid "Landed Cost Sequence" msgstr "" msgctxt "field:account.configuration.landed_cost_sequence,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_date:" msgid "Write Date" msgstr "Дата изменения" #, fuzzy msgctxt "field:account.configuration.landed_cost_sequence,write_uid:" msgid "Write User" msgstr "Изменено пользователем" #, fuzzy msgctxt "field:account.invoice.line,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost,allocation_method:" msgid "Allocation Method" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,company:" msgid "Company" msgstr "Учет.орг." #, fuzzy msgctxt "field:account.landed_cost,create_date:" msgid "Create Date" msgstr "Дата создания" #, fuzzy msgctxt "field:account.landed_cost,create_uid:" msgid "Create User" msgstr "Создано пользователем" #, fuzzy msgctxt "field:account.landed_cost,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost,invoice_lines:" msgid "Invoice Lines" msgstr "Строки инвойса" #, fuzzy msgctxt "field:account.landed_cost,number:" msgid "Number" msgstr "Номер" msgctxt "field:account.landed_cost,posted_date:" msgid "Posted Date" msgstr "" msgctxt "field:account.landed_cost,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost,shipments:" msgid "Shipments" msgstr "Доставка" #, fuzzy msgctxt "field:account.landed_cost,state:" msgid "State" msgstr "Штат" #, fuzzy msgctxt "field:account.landed_cost,write_date:" msgid "Write Date" msgstr "Дата изменения" #, fuzzy msgctxt "field:account.landed_cost,write_uid:" msgid "Write User" msgstr "Изменено пользователем" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_date:" msgid "Create Date" msgstr "Дата создания" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,create_uid:" msgid "Create User" msgstr "Создано пользователем" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,id:" msgid "ID" msgstr "ID" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:account.landed_cost-stock.shipment.in,rec_name:" msgid "Record Name" msgstr "" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,shipment:" msgid "Shipment" msgstr "Доставка" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_date:" msgid "Write Date" msgstr "Дата изменения" #, fuzzy msgctxt "field:account.landed_cost-stock.shipment.in,write_uid:" msgid "Write User" msgstr "Изменено пользователем" #, fuzzy msgctxt "field:product.product,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "field:product.template,landed_cost:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "field:stock.move,unit_landed_cost:" msgid "Unit Landed Cost" msgstr "" msgctxt "model:account.configuration.landed_cost_sequence,name:" msgid "Account Configuration Landed Cost Sequence" msgstr "" #, fuzzy msgctxt "model:account.landed_cost,name:" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:account.landed_cost-stock.shipment.in,name:" msgid "Landed Cost - Shipment" msgstr "" msgctxt "model:ir.action,name:act_landed_cost_form" msgid "Landed Costs" msgstr "Landed Costs" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all" msgid "All" msgstr "Все" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_draft" msgid "Draft" msgstr "Черновик" #, fuzzy msgctxt "" "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_posted" msgid "Posted" msgstr "Проведен" msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "Cancel" msgctxt "model:ir.model.button,string:landed_cost_draft_button" msgid "Draft" msgstr "Draft" msgctxt "model:ir.model.button,string:landed_cost_post_button" msgid "Post" msgstr "Post" msgctxt "model:ir.sequence,name:sequence_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.sequence.type,name:sequence_type_landed_cost" msgid "Landed Cost" msgstr "Landed Cost" msgctxt "model:ir.ui.menu,name:menu_landed_cost" msgid "Landed Costs" msgstr "Landed Costs" msgctxt "selection:account.landed_cost,allocation_method:" msgid "By Value" msgstr "" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Canceled" msgstr "Отменено" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Draft" msgstr "Черновик" #, fuzzy msgctxt "selection:account.landed_cost,state:" msgid "Posted" msgstr "Проведен" #, fuzzy msgctxt "view:account.configuration:" msgid "Landed Cost" msgstr "Landed Cost" #, fuzzy msgctxt "view:account.configuration:" msgid "Sequence" msgstr "Последовательность" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Cancel" msgstr "Отменить" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Draft" msgstr "Черновик" #, fuzzy msgctxt "view:account.landed_cost:" msgid "Post" msgstr "Проводка" trytond_account_stock_landed_cost-5.0.1/view/0000755000175000017500000000000013433067012020757 5ustar cedced00000000000000trytond_account_stock_landed_cost-5.0.1/view/invoice_line_form.xml0000644000175000017500000000057513354423124025200 0ustar cedced00000000000000 trytond_account_stock_landed_cost-5.0.1/view/configuration_form.xml0000644000175000017500000000067013354423124025400 0ustar cedced00000000000000 trytond_account_stock_landed_cost-5.0.1/view/landed_cost_list.xml0000644000175000017500000000041713354423124025017 0ustar cedced00000000000000 trytond_account_stock_landed_cost-5.0.1/view/landed_cost_form.xml0000644000175000017500000000142213354423124025004 0ustar cedced00000000000000