Dhruti Shastri has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-578575-dhs into
lp:openobject-addons/6.1.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-578575-dhs/+merge/122034
Translation are missing for string,
"Before executing the anonymization process, you should make a backup of your
database."
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-578575-dhs/+merge/122034
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-578575-dhs.
=== modified file 'anonymization/anonymization.py'
--- anonymization/anonymization.py 2012-04-25 07:26:17 +0000
+++ anonymization/anonymization.py 2012-08-30 11:08:20 +0000
@@ -283,7 +283,7 @@
res['name'] = '.pickle'
res['summary'] = self._get_summary_value(cr, uid, context)
res['state'] = self._get_state_value(cr, uid, context)
- res['msg'] = """Before executing the anonymization process, you should make a backup of your database."""
+ res['msg'] = _("""Before executing the anonymization process, you should make a backup of your database.""")
return res
=== modified file 'anonymization/i18n/nl.po'
--- anonymization/i18n/nl.po 2012-08-29 05:31:33 +0000
+++ anonymization/i18n/nl.po 2012-08-30 11:08:20 +0000
@@ -213,3 +213,10 @@
msgstr ""
"Het is niet toegestaan om twee velden met dezelfde naam van hetzelfde object "
"te hebben!"
+
+#. module: anonymization
+#: code:addons/anonymization/anonymization.py:286
+#, python-format
+msgid"""Before executing the anonymization process, you should make a backup of your database."""
+msgstr"""Voor het uitvoeren van het anoniem start, moet u een back-up van uw database."""
+
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp