Skip to content

Commit

Permalink
Launchpad automatic translations update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Launchpad Translations on behalf of sale-core-editors authored and Launchpad Translations on behalf of sale-core-editors committed Jun 25, 2014
1 parent 94754ca commit 62d5d6a
Showing 1 changed file with 183 additions and 0 deletions.
183 changes: 183 additions & 0 deletions sale_exceptions/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Spanish translation for sale-wkfl
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the sale-wkfl package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: sale-wkfl\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-05-02 06:57+0000\n"
"PO-Revision-Date: 2014-06-24 09:12+0000\n"
"Last-Translator: Alberto Garcia (Factor Libre) "
"<[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-06-25 06:09+0000\n"
"X-Generator: Launchpad (build 17065)\n"

#. module: sale_exceptions
#: model:ir.model,name:sale_exceptions.model_sale_exception_confirm
msgid "sale.exception.confirm"
msgstr ""

#. module: sale_exceptions
#: selection:sale.exception,model:0
msgid "Sale Order Line"
msgstr "Línea Pedido Venta"

#. module: sale_exceptions
#: field:sale.exception,model:0
msgid "Apply on"
msgstr "Aplicar en"

#. module: sale_exceptions
#: model:sale.exception,name:sale_exceptions.excep_no_stock
msgid "Not Enough Virtual Stock"
msgstr "No existe suficiente stock virtual"

#. module: sale_exceptions
#: field:sale.exception,description:0
msgid "Description"
msgstr "Descripción"

#. module: sale_exceptions
#: help:sale.exception,sequence:0
msgid "Gives the sequence order when applying the test"
msgstr "Proporciona el orden de secuencia cuando el test es aplicado"

#. module: sale_exceptions
#: view:sale.exception.confirm:0
msgid "Sale Exceptions On Sale Order"
msgstr "Excepción venta en pedido de venta"

#. module: sale_exceptions
#: field:sale.exception.confirm,exception_ids:0
msgid "Exceptions to resolve"
msgstr "Excepciones a resolver"

#. module: sale_exceptions
#: view:sale.exception.confirm:0
msgid "_Ok"
msgstr "_Aceptar"

#. module: sale_exceptions
#: view:sale.exception:0
#: view:sale.exception.confirm:0
msgid "Sale Exception"
msgstr "Excepción Venta"

#. module: sale_exceptions
#: view:sale.order:0
msgid "TO FIX"
msgstr "A ARREGLAR"

#. module: sale_exceptions
#: help:sale.exception,code:0
msgid ""
"Python code executed to check if the exception apply or not. The code must "
"apply block = True to apply the exception."
msgstr ""
"Código python ejecutado para comprobar si hay que aplicar o no la excepción. "
"El código debe dar como resultado True para aplicar la excepción"

#. module: sale_exceptions
#: view:sale.order:0
msgid "Exception"
msgstr "Excepción"

#. module: sale_exceptions
#: view:sale.order:0
msgid "Error:"
msgstr "Error:"

#. module: sale_exceptions
#: selection:sale.exception,model:0
msgid "Sale Order"
msgstr "Pedido de venta"

#. module: sale_exceptions
#: field:sale.exception.confirm,sale_id:0
msgid "Sale"
msgstr "Venta"

#. module: sale_exceptions
#: field:sale.exception,active:0
msgid "Active"
msgstr "Activo"

#. module: sale_exceptions
#: field:sale.exception,name:0
msgid "Exception Name"
msgstr "Nombre Excepción"

#. module: sale_exceptions
#: field:sale.order,exceptions_ids:0
msgid "Exceptions"
msgstr "Excepciones"

#. module: sale_exceptions
#: model:ir.actions.act_window,name:sale_exceptions.action_sale_exception_confirm
#: model:ir.model,name:sale_exceptions.model_sale_exception
#: view:sale.exception.confirm:0
msgid "Sale Exceptions"
msgstr "Excepciones Venta"

#. module: sale_exceptions
#: model:ir.actions.act_window,name:sale_exceptions.action_sale_test_tree
#: model:ir.ui.menu,name:sale_exceptions.menu_sale_test
msgid "Exception Rules"
msgstr "Reglas Excepción"

#. module: sale_exceptions
#: model:ir.model,name:sale_exceptions.model_sale_order
msgid "Sales Order"
msgstr "Pedidos de venta"

#. module: sale_exceptions
#: field:sale.exception,sequence:0
msgid "Sequence"
msgstr "Secuencia"

#. module: sale_exceptions
#: field:sale.exception,code:0
msgid "Python Code"
msgstr "Código Python"

#. module: sale_exceptions
#: view:sale.order:0
msgid "Sales"
msgstr "Ventas"

#. module: sale_exceptions
#: model:sale.exception,name:sale_exceptions.excep_no_zip
msgid "No ZIP code on destination"
msgstr "No existe código postal en dirección de destino"

#. module: sale_exceptions
#: view:sale.exception:0
msgid "Sale Exception Setup"
msgstr "Instalar Excepción Venta"

#. module: sale_exceptions
#: view:sale.exception:0
msgid "Affected Sales Orders"
msgstr "Pedidos de venta afectados"

#. module: sale_exceptions
#: field:sale.exception,sale_order_ids:0
msgid "Sale Orders"
msgstr "Pedidos de Venta"

#. module: sale_exceptions
#: field:sale.exception.confirm,ignore:0
#: field:sale.order,ignore_exceptions:0
msgid "Ignore Exceptions"
msgstr "Ignorar Excepciones"

#. module: sale_exceptions
#: field:sale.order,main_exception_id:0
msgid "Main Exception"
msgstr "Excepción Principal"

0 comments on commit 62d5d6a

Please sign in to comment.