forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5919b80
commit 927a390
Showing
2 changed files
with
132 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_exception | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: <>\n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.ui.view,arch_db:purchase_exception.view_purchase_order_filter | ||
msgid "Blocked in draft" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model,name:purchase_exception.model_exception_rule | ||
msgid "Exception Rules" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.ui.menu,name:purchase_exception.menu_purchase_exception_parent | ||
msgid "Exceptions" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm___last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:exception.rule,description:purchase_exception.po_excep_no_email | ||
msgid "No Email for Vendor" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:exception.rule,name:purchase_exception.po_excep_no_email | ||
msgid "No email on vendor" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.actions.act_window,name:purchase_exception.action_purchase_exception_confirm | ||
msgid "Outstanding exceptions to manage" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_exception_confirm_related_model_id | ||
#: selection:purchase.order,rule_group:0 | ||
msgid "Purchase" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.actions.act_window,name:purchase_exception.action_purchase_test_tree | ||
#: model:ir.ui.menu,name:purchase_exception.menu_purchase_test | ||
msgid "Purchase Exception Rules" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model,name:purchase_exception.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:exception.rule,description:purchase_exception.pol_excep_qty_check | ||
msgid "Purchase line quantity must be positive" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.actions.server,name:purchase_exception.ir_cron_test_po_order_except_ir_actions_server | ||
#: model:ir.cron,cron_name:purchase_exception.ir_cron_test_po_order_except | ||
#: model:ir.cron,name:purchase_exception.ir_cron_test_po_order_except | ||
msgid "Purchase: Test Draft Orders Exception" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:exception.rule,name:purchase_exception.pol_excep_qty_check | ||
msgid "Quantity not negative" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model.fields,field_description:purchase_exception.field_purchase_order_rule_group | ||
msgid "Rule Group" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.ui.view,arch_db:purchase_exception.view_order_form | ||
msgid "You have an outstanding\n" | ||
" exception to manage:" | ||
msgstr "" | ||
|
||
#. module: purchase_exception | ||
#: model:ir.model,name:purchase_exception.model_purchase_exception_confirm | ||
msgid "purchase.exception.confirm" | ||
msgstr "" | ||
|