mirror of
https://github.com/NaN-tic/trytond-patches.git
synced 2023-12-14 06:03:03 +01:00
Add translation for new warning message in stock_supply_production patch
This commit is contained in:
parent
b48b3e1349
commit
657c7267af
1 changed files with 34 additions and 0 deletions
|
@ -45,3 +45,37 @@ Index: modules/stock_supply_production/production.py
|
|||
return action, {}
|
||||
|
||||
|
||||
Index: modules/stock_supply_production/locale/ca_ES.po
|
||||
===================================================================
|
||||
|
||||
--- a/trytond/trytond/modules/stock_supply_production/locale/ca_ES.po Tue Feb 17 21:08:47 2015 +0100
|
||||
+++ b/trytond/trytond/modules/stock_supply_production/locale/ca_ES.po Wed Mar 04 11:16:09 2015 +0100
|
||||
@@ -2,6 +2,10 @@
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
+msgctxt "error:production.create_request:"
|
||||
+msgid "There are some late productions."
|
||||
+msgstr "Hi ha algunes produccions endarrerides."
|
||||
+
|
||||
msgctxt "field:production.configuration,supply_period:"
|
||||
msgid "Supply Period"
|
||||
msgstr "Període de subministre"
|
||||
|
||||
|
||||
Index: modules/stock_supply_production/locale/es_ES.po
|
||||
===================================================================
|
||||
|
||||
--- a/trytond/trytond/modules/stock_supply_production/locale/es_ES.po Tue Feb 17 21:08:47 2015 +0100
|
||||
+++ b/trytond/trytond/modules/stock_supply_production/locale/es_ES.po Wed Mar 04 11:16:09 2015 +0100
|
||||
@@ -2,6 +2,10 @@
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
+msgctxt "error:production.create_request:"
|
||||
+msgid "There are some late productions."
|
||||
+msgstr "Hay algunas producciones retrasadas."
|
||||
+
|
||||
msgctxt "field:production.configuration,supply_period:"
|
||||
msgid "Supply Period"
|
||||
msgstr "Período de suministro"
|
||||
|
|
Loading…
Reference in a new issue