~ubuntu-branches/ubuntu/oneiric/openerp-server/oneiric

« back to all changes in this revision

Viewing changes to bin/addons/account/i18n/hr_HR.po

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-01-01 09:45:38 UTC
  • mfrom: (19.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110101094538-lg37tzn110haohp6
Tags: 5.0.15-2
* Removing README.source and headers in copyright file.
* Removing vcs fields.
* Updating year in copyright file.
* Orphaning package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2774
2774
#. module: account
2775
2775
#: code:addons/account/account_move_line.py:0
2776
2776
#, python-format
2777
 
msgid "The account move (%s) for centralisation ' \\n"
2778
 
"                                'has been confirmed!"
2779
 
msgstr "The account move (%s) for centralisation ' \\n"
2780
 
"                                'has been confirmed!"
 
2777
msgid "The account move (%s) for centralisation has been confirmed!"
 
2778
msgstr ""
2781
2779
 
2782
2780
#. module: account
2783
2781
#: code:addons/account/account_move_line.py:0
6260
6258
#. module: account
6261
6259
#: code:addons/account/account.py:0
6262
6260
#, python-format
6263
 
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"
6264
 
"\n"
6265
 
"            # Check that the move balances, the tolerance for debit/credit must\n"
6266
 
"            # be smaller than the smallest value according to price accuracy\n"
6267
 
"            # (hence the +1 below)\n"
6268
 
"            # Example:\n"
6269
 
"            #    difference == 0.01 is OK iff price_accuracy <= 1!\n"
6270
 
"            #    difference == 0.0001 is OK iff price_accuracy <= 3!\n"
6271
 
"            if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n"
6272
 
"                # If the move is balanced\n"
6273
 
"                # Add to the list of valid moves\n"
6274
 
"                # (analytic lines will be created later for valid moves)\n"
6275
 
"                valid_moves.append(move)\n"
6276
 
"\n"
6277
 
"                # Check whether the move lines are confirmed\n"
6278
 
"                \n"
6279
 
"                if not len(line_draft_ids):\n"
6280
 
"                    continue\n"
6281
 
"                # Update the move lines (set them as valid)\n"
6282
 
"\n"
6283
 
"                self.pool.get('account.move.line"
6284
 
msgstr "\"\"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"
6285
 
"\n"
6286
 
"            # Check that the move balances, the tolerance for debit/credit must\n"
6287
 
"            # be smaller than the smallest value according to price accuracy\n"
6288
 
"            # (hence the +1 below)\n"
6289
 
"            # Example:\n"
6290
 
"            #    difference == 0.01 is OK iff price_accuracy <= 1!\n"
6291
 
"            #    difference == 0.0001 is OK iff price_accuracy <= 3!\n"
6292
 
"            if abs(amount) < 10 ** -(int(config['price_accuracy'])+1):\n"
6293
 
"                # If the move is balanced\n"
6294
 
"                # Add to the list of valid moves\n"
6295
 
"                # (analytic lines will be created later for valid moves)\n"
6296
 
"                valid_moves.append(move)\n"
6297
 
"\n"
6298
 
"                # Check whether the move lines are confirmed\n"
6299
 
"                \n"
6300
 
"                if not len(line_draft_ids):\n"
6301
 
"                    continue\n"
6302
 
"                # Update the move lines (set them as valid)\n"
6303
 
"\n"
6304
 
"                self.pool.get('account.move.line"
 
6261
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."
 
6262
msgstr ""
6305
6263
 
6306
6264
#. module: account
6307
6265
#: wizard_field:account.fiscalyear.close,init,fy_id:0