Merge lp:~openerp-dev/openobject-addons/6.1-opw-578575-dhs into lp:openobject-addons/6.1

Proposed by Dhruti Shastri(OpenERP)
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 6969
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-578575-dhs
Merge into: lp:openobject-addons/6.1
Diff against target: 27 lines (+8/-1)
2 files modified
anonymization/anonymization.py (+1/-1)
anonymization/i18n/nl.po (+7/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-578575-dhs
Reviewer Review Type Date Requested Status
Naresh(OpenERP) (community) Approve
Review via email: mp+122034@code.launchpad.net

Description of the change

Translation are missing for string,

"Before executing the anonymization process, you should make a backup of your database."

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) :
review: Approve
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Confirmed on Trunk (means still existing and reproducible). A Merge Proposal for trunk was created to fix it. Here is the link to follow the MP on Launchpad https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-578575-port-mma/+merge/135090 and be informed once it's been merged in trunk: ... If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6969. By Dhruti Shastri(OpenERP)

[Anonymization] : Added missing translation (case:578575)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
283 res['name'] = '.pickle'283 res['name'] = '.pickle'
284 res['summary'] = self._get_summary_value(cr, uid, context)284 res['summary'] = self._get_summary_value(cr, uid, context)
285 res['state'] = self._get_state_value(cr, uid, context)285 res['state'] = self._get_state_value(cr, uid, context)
286 res['msg'] = """Before executing the anonymization process, you should make a backup of your database."""286 res['msg'] = _("""Before executing the anonymization process, you should make a backup of your database.""")
287287
288 return res288 return res
289289
290290
=== 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 @@
213msgstr ""213msgstr ""
214"Het is niet toegestaan om twee velden met dezelfde naam van hetzelfde object "214"Het is niet toegestaan om twee velden met dezelfde naam van hetzelfde object "
215"te hebben!"215"te hebben!"
216
217#. module: anonymization
218#: code:addons/anonymization/anonymization.py:286
219#, python-format
220msgid"""Before executing the anonymization process, you should make a backup of your database."""
221msgstr"""Voor het uitvoeren van het anoniem start, moet u een back-up van uw database."""
222