en: actions: create_invoice: "Create invoice" new_payment_term: "New payment terms" new_id_card: "New Id Card" attributes: invoice: "Invoice" quotation: "Quotation" id_card: "Id Card" id_card_name: "Id Card name" entity_name: "Entity name" intracommunity_vat: "Intracommunity VAT" legal_form: "Legal form" registration_number: "Registration number" registration_city: "Registration city" contact_full_name: "Contact name" contact_fax: "Contact fax number" contact_email: "Contact email" contact_phone: "Contact phone" contact_address_1: "Contact address (1)" contact_address_2: "Contact address (2)" contact_zip: "Contact zip" contact_city: "Contact city" bank_name: "Bank name" bank_address: "Bank address" siret: "SIRET" capital: "Capital" iban: "IBAN" bic_swift: "BIC/SWIFT" ape_naf: "APE/NAF" custom_info_1: "Custom informations (1)" custom_info_2: "Custom informations (2)" custom_info_3: "Custom informations (3)" your_contact: "Your contact" contact_phone: "Phone" contact_email: "Email" contact_fax: "Fax" tracking_number: "Number" customer: "Customer" designation: "Designation" quantity: "Quantity" unit: "Unit" tax: "Tax %" unit_price: "Unit Price" line_total: "Total" payment_term: "Payment terms" payment_terms: "Payment terms" iban: "IBAN" bic_swift: "BIC / SWIFT" info_phone: "Phone" info_fax: "Fax" registration: "Registration" siret: "SIRET" vat: "VAT" vat_amount: "VAT Amount" vat_rate: "VAT Rate" commercial_discount: "Discount" total_excluding_taxes: "Subtotal" advance: "Advance" total_including_taxes: "Total" expires_at: "Expires at" balance: "Balance" activerecord: models: dorsale/billing_machine/invoice: one: "Invoice" other: "Invoices" dorsale/billing_machine/invoice_line: one: "Invoice Line" other: "Invoice Lines" dorsale/billing_machine/quotation: one: "Quotation" other: "Quotations" dorsale/billing_machine/quotation_line: one: "Quotation Line" other: "Quotation Lines" dorsale/billing_machine/id_card: one: "Id card" other: "Id cards" dorsale/billing_machine/payment_term: one: "Payment term" other: "Payment terms" attributes: dorsale/billing_machine/invoice: label: "Subject" credit_note: "Credit note" dorsale/billing_machine/quotation: label: "Subject" dorsale/billing_machine/invoice/payment_status: all: "All statuses" pending: "Pending" paid: "Paid" on_alert: "On alert" late: "Late" unpaid: "Unpaid" dorsale/billing_machine/quotation/state: all: "All states" pending: "Pending" accepted: "Accepted" refused: "Refused" canceled: "Canceled" not_canceled: "Not canceled" emails: invoices: send_invoice_to_customer: "" messages: invoices: create_ok : "Invoice successfully created." update_ok : "Invoice successfully updated." create_error : "Impossible to create this invoice." update_error : "Impossible to update this invoice." pay_ok : "This invoice has been marked payed." pay_error : "Impossible to mark this invoice as payed." email_ok : "Invoice successfully sent to customer." email_error : "Unable to send invoice to customer, please verify customer email." quotations: create_ok : "Quotation successfully created." update_ok : "Quotation successfully created." create_error : "Impossible to create this quotation." update_error : "Impossible to update this quotation." copy_ok : "Quotation successfully duplicated." create_invoice_ok : "Invoice successfully created from quotation."