=== modified file 'account/account.py' --- account/account.py 2010-07-07 13:53:04 +0000 +++ account/account.py 2010-07-27 08:49:31 +0000 @@ -1146,7 +1146,7 @@ if line.account_id.currency_id: if line.account_id.currency_id.id != line.currency_id.id and (line.account_id.currency_id.id != line.account_id.company_id.currency_id.id or line.currency_id): - raise osv.except_osv(_('Error'), _("""Couldn't create move with currency different from the secondary currency of the account "%s - %s". Clear the secondary currency field of the account definition if you want to accept all currencies.""" % (line.account_id.code, line.account_id.name))) + raise osv.except_osv(_('Error'), _("Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." % (line.account_id.code, line.account_id.name))) # Check that the move balances, the tolerance for debit/credit must # be smaller than the smallest value according to price accuracy === modified file 'account/account_move_line.py' --- account/account_move_line.py 2010-06-02 09:48:10 +0000 +++ account/account_move_line.py 2010-07-27 08:50:17 +0000 @@ -728,8 +728,7 @@ if res: if res[1] != 'draft': raise osv.except_osv(_('UserError'), - _('The account move (%s) for centralisation ' \ - 'has been confirmed!') % res[2]) + _('The account move (%s) for centralisation has been confirmed!') % res[2]) return res def unlink(self, cr, uid, ids, context={}, check=True): === modified file 'account/i18n/account.pot' --- account/i18n/account.pot 2010-07-09 13:45:20 +0000 +++ account/i18n/account.pot 2010-07-27 06:26:23 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/ar_AR.po' --- account/i18n/ar_AR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/ar_AR.po 2010-07-27 07:02:59 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/bg_BG.po' --- account/i18n/bg_BG.po 2010-07-09 13:45:20 +0000 +++ account/i18n/bg_BG.po 2010-07-27 07:05:31 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/bs_BS.po' --- account/i18n/bs_BS.po 2010-07-09 13:45:20 +0000 +++ account/i18n/bs_BS.po 2010-07-27 07:06:00 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/ca_ES.po' --- account/i18n/ca_ES.po 2010-07-09 13:45:20 +0000 +++ account/i18n/ca_ES.po 2010-07-27 07:06:36 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/cs_CZ.po' --- account/i18n/cs_CZ.po 2010-07-09 13:45:20 +0000 +++ account/i18n/cs_CZ.po 2010-07-27 07:06:57 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/da_DK.po' --- account/i18n/da_DK.po 2010-07-09 13:45:20 +0000 +++ account/i18n/da_DK.po 2010-07-27 07:07:21 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/de_DE.po' --- account/i18n/de_DE.po 2010-07-09 13:45:20 +0000 +++ account/i18n/de_DE.po 2010-07-27 07:07:40 +0000 @@ -2762,8 +2762,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6246,27 +6245,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/es_AR.po' --- account/i18n/es_AR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/es_AR.po 2010-07-27 07:08:15 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/es_ES.po' --- account/i18n/es_ES.po 2010-07-09 13:45:20 +0000 +++ account/i18n/es_ES.po 2010-07-27 07:09:37 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/et_EE.po' --- account/i18n/et_EE.po 2010-07-09 13:45:20 +0000 +++ account/i18n/et_EE.po 2010-07-27 07:10:17 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/fa_IR.po' --- account/i18n/fa_IR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/fa_IR.po 2010-07-27 07:10:36 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/fi_FI.po' --- account/i18n/fi_FI.po 2010-07-09 13:45:20 +0000 +++ account/i18n/fi_FI.po 2010-07-27 07:11:00 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/fr_FR.po' --- account/i18n/fr_FR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/fr_FR.po 2010-07-27 07:01:17 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/gl_ES.po' --- account/i18n/gl_ES.po 2010-07-09 13:45:20 +0000 +++ account/i18n/gl_ES.po 2010-07-27 07:12:03 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/hr_HR.po' --- account/i18n/hr_HR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/hr_HR.po 2010-07-27 07:12:35 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/hu_HU.po' --- account/i18n/hu_HU.po 2010-07-09 13:45:20 +0000 +++ account/i18n/hu_HU.po 2010-07-27 07:12:53 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/id_ID.po' --- account/i18n/id_ID.po 2010-07-09 13:45:20 +0000 +++ account/i18n/id_ID.po 2010-07-27 07:13:15 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/it_IT.po' --- account/i18n/it_IT.po 2010-07-09 13:45:20 +0000 +++ account/i18n/it_IT.po 2010-07-27 07:24:03 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/lt_LT.po' --- account/i18n/lt_LT.po 2010-07-09 13:45:20 +0000 +++ account/i18n/lt_LT.po 2010-07-27 07:31:08 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/lv_LV.po' --- account/i18n/lv_LV.po 2010-07-09 13:45:20 +0000 +++ account/i18n/lv_LV.po 2010-07-27 07:31:38 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/nl_BE.po' --- account/i18n/nl_BE.po 2010-07-09 13:45:20 +0000 +++ account/i18n/nl_BE.po 2010-07-27 07:32:19 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/nl_NL.po' --- account/i18n/nl_NL.po 2010-07-09 13:45:20 +0000 +++ account/i18n/nl_NL.po 2010-07-27 07:32:38 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/pl_PL.po' --- account/i18n/pl_PL.po 2010-07-09 13:45:20 +0000 +++ account/i18n/pl_PL.po 2010-07-27 07:33:28 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/pt_BR.po' --- account/i18n/pt_BR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/pt_BR.po 2010-07-27 07:33:48 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/pt_PT.po' --- account/i18n/pt_PT.po 2010-07-09 13:45:20 +0000 +++ account/i18n/pt_PT.po 2010-07-27 07:34:07 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/ro_RO.po' --- account/i18n/ro_RO.po 2010-07-09 13:45:20 +0000 +++ account/i18n/ro_RO.po 2010-07-27 07:34:29 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/ru_RU.po' --- account/i18n/ru_RU.po 2010-07-09 13:45:20 +0000 +++ account/i18n/ru_RU.po 2010-07-27 07:35:04 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/sk_SK.po' --- account/i18n/sk_SK.po 2010-07-09 13:45:20 +0000 +++ account/i18n/sk_SK.po 2010-07-27 07:35:46 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/sl_SI.po' --- account/i18n/sl_SI.po 2010-07-09 13:45:20 +0000 +++ account/i18n/sl_SI.po 2010-07-27 07:36:03 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/sq_AL.po' --- account/i18n/sq_AL.po 2010-07-09 13:45:20 +0000 +++ account/i18n/sq_AL.po 2010-07-27 07:36:26 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/sv_SE.po' --- account/i18n/sv_SE.po 2010-07-09 13:45:20 +0000 +++ account/i18n/sv_SE.po 2010-07-27 07:38:48 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6241,27 +6240,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/tr_TR.po' --- account/i18n/tr_TR.po 2010-07-09 13:45:20 +0000 +++ account/i18n/tr_TR.po 2010-07-27 07:39:00 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/uk_UA.po' --- account/i18n/uk_UA.po 2010-07-09 13:45:20 +0000 +++ account/i18n/uk_UA.po 2010-07-27 07:39:20 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/vi_VN.po' --- account/i18n/vi_VN.po 2010-07-09 13:45:20 +0000 +++ account/i18n/vi_VN.po 2010-07-27 07:39:47 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/zh_CN.po' --- account/i18n/zh_CN.po 2010-07-09 13:45:20 +0000 +++ account/i18n/zh_CN.po 2010-07-27 07:40:10 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6242,27 +6241,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account === modified file 'account/i18n/zh_TW.po' --- account/i18n/zh_TW.po 2010-07-09 13:45:20 +0000 +++ account/i18n/zh_TW.po 2010-07-27 07:40:30 +0000 @@ -2758,8 +2758,7 @@ #. module: account #: code:addons/account/account_move_line.py:0 #, python-format -msgid "The account move (%s) for centralisation ' \\n" -" 'has been confirmed!" +msgid "The account move (%s) for centralisation has been confirmed!" msgstr "" #. module: account @@ -6233,27 +6232,7 @@ #. module: account #: code:addons/account/account.py:0 #, python-format -msgid "\"\"Couldn't create move with currency different from the secondary currency of the account \"%s - %s\". Clear the secondary currency field of the account definition if you want to accept all currencies.\"\"\" % (line.account_id.code, line.account_id.name)))\n" -"\n" -" # Check that the move balances, the tolerance for debit/credit must\n" -" # be smaller than the smallest value according to price accuracy\n" -" # (hence the +1 below)\n" -" # Example:\n" -" # difference == 0.01 is OK iff price_accuracy <= 1!\n" -" # difference == 0.0001 is OK iff price_accuracy <= 3!\n" -" if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n" -" # If the move is balanced\n" -" # Add to the list of valid moves\n" -" # (analytic lines will be created later for valid moves)\n" -" valid_moves.append(move)\n" -"\n" -" # Check whether the move lines are confirmed\n" -" \n" -" if not len(line_draft_ids):\n" -" continue\n" -" # Update the move lines (set them as valid)\n" -"\n" -" self.pool.get('account.move.line" +msgid "Couldn't create move with currency different from the secondary currency of the account '%s - %s'. Clear the secondary currency field of the account definition if you want to accept all currencies." msgstr "" #. module: account