# Translation of OpenERP Server. # This file contains the translation of the following modules: # * base_iban # msgid "" msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 00:36+0000\n" "PO-Revision-Date: 2011-02-01 05:01+0000\n" "Last-Translator: Cristi Harjoi \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2012-08-07 04:51+0000\n" "X-Generator: Launchpad (build 15745)\n" #. module: base_iban #: constraint:res.partner.bank:0 msgid "" "\n" "Please define BIC/Swift code on bank for bank type IBAN Account to make " "valid payments" msgstr "" "\n" "Va rugam sa definiti un cod BIC/Swift la banca pentru ca Contul bancar de " "tip IBAN sa faca plati valabile" #. module: base_iban #: code:addons/base_iban/base_iban.py:139 #, python-format msgid "This IBAN does not pass the validation check, please verify it" msgstr "" "Acest cod IBAN nu a trecut verificarea de validare, va rugam sa il verificati" #. module: base_iban #: model:res.partner.bank.type,format_layout:base_iban.bank_iban msgid "%(bank_name)s: IBAN %(acc_number)s - BIC %(bank_bic)s" msgstr "%(nume_banca)s: IBAN % (numar_cont)s - BIC % (bic_banca)s" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_swift_field msgid "bank_bic" msgstr "bic_banca" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_zip_field msgid "zip" msgstr "cod postal" #. module: base_iban #: help:res.partner.bank,iban:0 msgid "International Bank Account Number" msgstr "Numar International de Cont Bancar" #. module: base_iban #: model:ir.model,name:base_iban.model_res_partner_bank msgid "Bank Accounts" msgstr "Conturi Bancare" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_country_field msgid "country_id" msgstr "id_tara" #. module: base_iban #: code:addons/base_iban/base_iban.py:136 #, python-format msgid "" "The IBAN does not seem to be correct. You should have entered something like " "this %s" msgstr "" "Codul IBAN nu pare a fi corect. Ar fi trebuit sa introduceti ceva asemanator " "lui %s" #. module: base_iban #: field:res.partner.bank,iban:0 msgid "IBAN" msgstr "IBAN" #. module: base_iban #: code:addons/base_iban/base_iban.py:140 #, python-format msgid "The IBAN is invalid, it should begin with the country code" msgstr "Codul IBAN este nevalid, ar trebui sa inceapa cu codul tarii" #. module: base_iban #: model:res.partner.bank.type,name:base_iban.bank_iban msgid "IBAN Account" msgstr "Cont IBAN" #. module: base_iban #: constraint:res.partner.bank:0 msgid "The RIB and/or IBAN is not valid" msgstr "Codul RIB si/sau IBAN nu este valabil" #~ msgid "Invalid XML for View Architecture!" #~ msgstr "XML invalid pentru arhitectura machetei de afișare !" #, python-format #~ msgid "The IBAN is invalid, It should begin with the country code" #~ msgstr "IBAN-ul este invalid. Ar trebui să înceapă cu codul țării." #, python-format #~ msgid "" #~ "The IBAN does not seems to be correct. You should have entered something " #~ "like this %s" #~ msgstr "" #~ "IBAN-ul nu pare a fi corect. Ar fi trebuit ca valoarea introdusă să fie de " #~ "forma %s" #~ msgid "iban" #~ msgstr "iban" #~ msgid "bic" #~ msgstr "bic" #~ msgid "" #~ "\n" #~ "This module installs the base for IBAN (International Bank Account Number) " #~ "bank accounts and checks for its validity.\n" #~ "\n" #~ " " #~ msgstr "" #~ "\n" #~ "Acest modul instalează baza pentru conturi bancare IBAN (Numar International " #~ "de cont bancar) și verifică validitatea acestora.\n" #~ "\n" #~ " " #~ msgid "acc_number" #~ msgstr "acc_number (numar_cont)" #~ msgid "Create IBAN bank accounts" #~ msgstr "Creare conturi bancare IBAN"