123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * pos_cache
- #
- # Translators:
- # Rick Hunter <rick_hunter_ec@yahoo.com>, 2015-2016
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo 9.0\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2015-09-29 10:26+0000\n"
- "PO-Revision-Date: 2016-02-10 17:31+0000\n"
- "Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n"
- "Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/"
- "language/es_EC/)\n"
- "Language: es_EC\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_cache
- msgid "Cache"
- msgstr "Caché"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_compute_user_id
- msgid "Cache compute user"
- msgstr "Usuario del caché"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_config_cache_ids
- msgid "Cache ids"
- msgstr "IDS del Caché"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_config_id
- msgid "Config id"
- msgstr "Configuración Id "
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_create_uid
- msgid "Created by"
- msgstr "Creado por:"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_create_date
- msgid "Created on"
- msgstr "Creado en"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_display_name
- msgid "Display Name"
- msgstr "Nombre a Mostrar"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_id
- msgid "ID"
- msgstr "ID"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache___last_update
- msgid "Last Modified on"
- msgstr "Fecha de modificación"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_write_uid
- msgid "Last Updated by"
- msgstr "Ultima Actualización por"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_write_date
- msgid "Last Updated on"
- msgstr "Actualizado en"
- #. module: pos_cache
- #. openerp-web
- #: code:addons/pos_cache/static/src/js/pos_cache.js:36
- #, python-format
- msgid "Loading"
- msgstr "Cargando"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_config_oldest_cache_time
- msgid "Oldest cache time"
- msgstr "Antiguo tiempo de caché"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_product_domain
- msgid "Product domain"
- msgstr "Dominio del Producto"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache_product_fields
- msgid "Product fields"
- msgstr "Campos del Producto"
- #. module: pos_cache
- #: model_terms:ir.ui.view,arch_db:pos_cache.view_pos_config_form
- msgid "Recompute cache"
- msgstr "Actualizar el caché"
- #. module: pos_cache
- #: model:ir.model,name:pos_cache.model_pos_cache
- msgid "pos.cache"
- msgstr "POS Caché"
- #. module: pos_cache
- #: model:ir.model,name:pos_cache.model_pos_config
- msgid "pos.config"
- msgstr "Configuración POS "
|