# Romanian translation for openobject-addons # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the openobject-addons package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-06-07 19:36+0000\n" "PO-Revision-Date: 2013-04-02 15:38+0000\n" "Last-Translator: Dorin \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2013-11-21 05:59+0000\n" "X-Generator: Launchpad (build 16831)\n" #. module: account_test #: view:accounting.assert.test:0 msgid "" "Code should always set a variable named `result` with the result of your " "test, that can be a list or\n" "a dictionary. If `result` is an empty list, it means that the test was " "succesful. Otherwise it will\n" "try to translate and print what is inside `result`.\n" "\n" "If the result of your test is a dictionary, you can set a variable named " "`column_order` to choose in\n" "what order you want to print `result`'s content.\n" "\n" "Should you need them, you can also use the following variables into your " "code:\n" " * cr: cursor to the database\n" " * uid: ID of the current user\n" "\n" "In any ways, the code must be legal python statements with correct " "indentation (if needed).\n" "\n" "Example: \n" " sql = '''SELECT id, name, ref, date\n" " FROM account_move_line \n" " WHERE account_id IN (SELECT id FROM account_account WHERE type " "= 'view')\n" " '''\n" " cr.execute(sql)\n" " result = cr.dictfetchall()" msgstr "" "Codul ar trebui sa configureze o variabila numita `rezultat` cu rezultatul " "testului dumneavoastra, care poate fi o lista sau un dictionar. Daca " "`rezultat` este o lista goala, inseamna ca testul a avut succes. In caz " "contrar, va incerca sa traduca si sa tipareasca ceea ce se afla in " "`rezultat`.\n" "\n" "Daca rezultatul testului dumneavoastra este un dictionar, puteti configura o " "variabila numita`coloana_comanda` pentru a alege ordinea in care doriti " "tiparirea continutul din `rezultat`.\n" "\n" "Daca o sa aveti nevoie de ele, puteti utiliza de asemenea urmatoarele " "variabile in codul dumneavoastra:\n" " * cr: cursorul in baza de date\n" " * uid: ID-ul utilizatorului actual\n" "\n" "Oricum, codul trebuie sa fie declaratii python legale cu indentare corecta " "(daca este necesara).\n" "\n" "Exemplu: \n" " sql = '''SELECTEAZA id, nume, ref, data\n" " DIN cont_miscare_linie \n" " UNDE cont_id IN (SELECTEAZA id DIN cont_cont UNDE tip = " "'vizualizare')\n" " '''\n" " cr.execute(sql)\n" " rezultat = cr.dictfetchall()" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_02 msgid "Test 2: Opening a fiscal year" msgstr "Testul 2: Deschiderea unui an fiscal" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_05 msgid "" "Check that reconciled invoice for Sales/Purchases has reconciled entries for " "Payable and Receivable Accounts" msgstr "" "Verificați dacă factura reconciliată pentru Vânzări/Achiziții a reconciliat " "înregistrarile pentru Conturile de Plăți și de Încasări" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_03 msgid "" "Check if movement lines are balanced and have the same date and period" msgstr "" "Verificati daca liniile miscarii sunt echilibrate si au aceeasi data si " "perioada" #. module: account_test #: field:accounting.assert.test,name:0 msgid "Test Name" msgstr "Numele Testului" #. module: account_test #: report:account.test.assert.print:0 msgid "Accouting tests on" msgstr "Teste contabile in" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_01 msgid "Test 1: General balance" msgstr "Testul 1: Soldul general" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_06 msgid "Check that paid/reconciled invoices are not in 'Open' state" msgstr "" "Verificati ca facturile platite/reconciliate sa nu fie in starea 'Deschisa'" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_05_2 msgid "" "Check that reconciled account moves, that define Payable and Receivable " "accounts, are belonging to reconciled invoices" msgstr "" "Verificati ca miscarile reconciliate ale contului, care definesc conturile " "de Plati si de Incasari, sa apartina facturilor reconciliate" #. module: account_test #: view:accounting.assert.test:0 msgid "Tests" msgstr "Teste" #. module: account_test #: field:accounting.assert.test,desc:0 msgid "Test Description" msgstr "Descrierea Testului" #. module: account_test #: view:accounting.assert.test:0 msgid "Description" msgstr "Descriere" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_06_1 msgid "Check that there's no move for any account with « View » account type" msgstr "" "Verificati sa nu existe nicio miscare pentru niciun cont de tipul " "« Vizualizare »" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_08 msgid "Test 9 : Accounts and partners on account moves" msgstr "Testul 9: Conturile si partenerii din miscarile contului" #. module: account_test #: model:ir.actions.act_window,name:account_test.action_accounting_assert #: model:ir.actions.report.xml,name:account_test.account_assert_test_report #: model:ir.ui.menu,name:account_test.menu_action_license msgid "Accounting Tests" msgstr "Teste Contabile" #. module: account_test #: code:addons/account_test/report/account_test_report.py:74 #, python-format msgid "The test was passed successfully" msgstr "Testul a fost trecut cu succes" #. module: account_test #: field:accounting.assert.test,active:0 msgid "Active" msgstr "Activ(a)" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_06 msgid "Test 6 : Invoices status" msgstr "Testul 6  : Starea facturilor" #. module: account_test #: model:ir.model,name:account_test.model_accounting_assert_test msgid "accounting.assert.test" msgstr "contabilitate.impune.test" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_05 msgid "" "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices" msgstr "" "Test 5.1 : Liniile contabile de plati si incasari ale facturilor reconciliate" #. module: account_test #: field:accounting.assert.test,code_exec:0 msgid "Python code" msgstr "Cod python" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_07 msgid "" "Check on bank statement that the Closing Balance = Starting Balance + sum of " "statement lines" msgstr "" "Verificati pe extrasele de cont ca Soldul de inchidere = Soldul de inceput + " "suma liniilor extrasului" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_07 msgid "Test 8 : Closing balance on bank statements" msgstr "Test 8 : Soldul de inchidere in extrasele bancare" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_03 msgid "Test 3: Movement lines" msgstr "Test 3: Liniile miscarii" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_05_2 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts" msgstr "Test 5.2 : Facturi reconciliate si conturi de Plati/Incasari" #. module: account_test #: view:accounting.assert.test:0 msgid "Expression" msgstr "Expresie" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_04 msgid "Test 4: Totally reconciled mouvements" msgstr "Test 4: Miscari reconciliate complet" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_04 msgid "Check if the totally reconciled movements are balanced" msgstr "Verificati daca miscarile reconciliate complet sunt echilibrate" #. module: account_test #: field:accounting.assert.test,sequence:0 msgid "Sequence" msgstr "Secventa" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_02 msgid "" "Check if the balance of the new opened fiscal year matches with last year's " "balance" msgstr "" "Verificati daca soldul noului an fiscal deschis se potriveste cu soldul " "ultimului an" #. module: account_test #: view:accounting.assert.test:0 msgid "Python Code" msgstr "Cod Python" #. module: account_test #: model:ir.actions.act_window,help:account_test.action_accounting_assert msgid "" "

\n" " Click to create Accounting Test.\n" "

\n" " " msgstr "" "\n" " Faceti click pentru ca crea un Test Contabil.\n" "

\n" " " #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_01 msgid "Check the balance: Debit sum = Credit sum" msgstr "Verificati soldul: Suma debit = Suma credit" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_08 msgid "Check that general accounts and partners on account moves are active" msgstr "" "Verificati ca conturile generale si partenerii din miscarile conturilor sa " "fie active" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_06_1 msgid "Test 7: « View  » account type" msgstr "Test 7: « Vizualizare  » tipul de cont" #. module: account_test #: view:accounting.assert.test:0 msgid "Code Help" msgstr "Ajutor Cod"