mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:24:29 -04:00
Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja
This commit is contained in:
commit
ee59e0ea00
@ -12,9 +12,9 @@ return array(
|
|||||||
'address2' => 'Appt/Bâtiment',
|
'address2' => 'Appt/Bâtiment',
|
||||||
'city' => 'Ville',
|
'city' => 'Ville',
|
||||||
'state' => 'Région/Département',
|
'state' => 'Région/Département',
|
||||||
'postal_code' => 'Code Postal',
|
'postal_code' => 'Code postal',
|
||||||
'country_id' => 'Pays',
|
'country_id' => 'Pays',
|
||||||
'contacts' => 'Informations de contact', //if you speak about contact details
|
'contacts' => 'Informations de contact',
|
||||||
'first_name' => 'Prénom',
|
'first_name' => 'Prénom',
|
||||||
'last_name' => 'Nom',
|
'last_name' => 'Nom',
|
||||||
'phone' => 'Téléphone',
|
'phone' => 'Téléphone',
|
||||||
@ -23,7 +23,7 @@ return array(
|
|||||||
'payment_terms' => 'Conditions de paiement',
|
'payment_terms' => 'Conditions de paiement',
|
||||||
'currency_id' => 'Devise',
|
'currency_id' => 'Devise',
|
||||||
'size_id' => 'Taille',
|
'size_id' => 'Taille',
|
||||||
'industry_id' => 'Secteur', // literal translation : Industrie
|
'industry_id' => 'Secteur',
|
||||||
'private_notes' => 'Note personnelle',
|
'private_notes' => 'Note personnelle',
|
||||||
|
|
||||||
// invoice
|
// invoice
|
||||||
@ -45,11 +45,11 @@ return array(
|
|||||||
'quantity' => 'Quantité',
|
'quantity' => 'Quantité',
|
||||||
'line_total' => 'Total',
|
'line_total' => 'Total',
|
||||||
'subtotal' => 'Total',
|
'subtotal' => 'Total',
|
||||||
'paid_to_date' => 'Versé à ce jour',//this one is not very used in France
|
'paid_to_date' => 'Versé à ce jour',
|
||||||
'balance_due' => 'Montant total',//can be "Montant à verser" or "Somme totale"
|
'balance_due' => 'Montant total',
|
||||||
'invoice_design_id' => 'Design', //if you speak about invoice's design -> "Modèle"
|
'invoice_design_id' => 'Design',
|
||||||
'terms' => 'Conditions',
|
'terms' => 'Conditions',
|
||||||
'your_invoice' => 'Votre Facture',
|
'your_invoice' => 'Votre facture',
|
||||||
|
|
||||||
'remove_contact' => 'Supprimer un contact',
|
'remove_contact' => 'Supprimer un contact',
|
||||||
'add_contact' => 'Ajouter un contact',
|
'add_contact' => 'Ajouter un contact',
|
||||||
@ -133,17 +133,17 @@ return array(
|
|||||||
'delete_credit' => 'Supprimer ce crédit',
|
'delete_credit' => 'Supprimer ce crédit',
|
||||||
'show_archived_deleted' => 'Afficher archivés/supprimés',
|
'show_archived_deleted' => 'Afficher archivés/supprimés',
|
||||||
'filter' => 'Filtrer',
|
'filter' => 'Filtrer',
|
||||||
'new_client' => 'Nouveau Client',
|
'new_client' => 'Nouveau client',
|
||||||
'new_invoice' => 'Nouvelle Facture',
|
'new_invoice' => 'Nouvelle facture',
|
||||||
'new_payment' => 'Nouveau Paiement',
|
'new_payment' => 'Nouveau paiement',
|
||||||
'new_credit' => 'Nouveau Crédit',
|
'new_credit' => 'Nouveau crédit',
|
||||||
'contact' => 'Contact',
|
'contact' => 'Contact',
|
||||||
'date_created' => 'Date de création',
|
'date_created' => 'Date de création',
|
||||||
'last_login' => 'Dernière connexion',
|
'last_login' => 'Dernière connexion',
|
||||||
'balance' => 'Solde',
|
'balance' => 'Solde',
|
||||||
'action' => 'Action',
|
'action' => 'Action',
|
||||||
'status' => 'Statut',
|
'status' => 'Statut',
|
||||||
'invoice_total' => 'Montant Total',
|
'invoice_total' => 'Montant total',
|
||||||
'frequency' => 'Fréquence',
|
'frequency' => 'Fréquence',
|
||||||
'start_date' => 'Date de début',
|
'start_date' => 'Date de début',
|
||||||
'end_date' => 'Date de fin',
|
'end_date' => 'Date de fin',
|
||||||
@ -156,8 +156,8 @@ return array(
|
|||||||
'credit_date' => 'Date de crédit',
|
'credit_date' => 'Date de crédit',
|
||||||
'empty_table' => 'Aucune donnée disponible dans la table',
|
'empty_table' => 'Aucune donnée disponible dans la table',
|
||||||
'select' => 'Sélectionner',
|
'select' => 'Sélectionner',
|
||||||
'edit_client' => 'Éditer le Client',
|
'edit_client' => 'Éditer le client',
|
||||||
'edit_invoice' => 'Éditer la Facture',
|
'edit_invoice' => 'Éditer la facture',
|
||||||
|
|
||||||
// client view page
|
// client view page
|
||||||
'create_invoice' => 'Créer une facture',
|
'create_invoice' => 'Créer une facture',
|
||||||
@ -206,13 +206,13 @@ return array(
|
|||||||
'import_to' => 'Importer en tant que',
|
'import_to' => 'Importer en tant que',
|
||||||
'client_will_create' => 'client sera créé',
|
'client_will_create' => 'client sera créé',
|
||||||
'clients_will_create' => 'clients seront créés',
|
'clients_will_create' => 'clients seront créés',
|
||||||
'email_settings' => 'Email Settings',
|
'email_settings' => 'Paramètres mail',
|
||||||
'pdf_email_attachment' => 'Attach PDF to Emails',
|
'pdf_email_attachment' => 'Joindre PDF aux emails',
|
||||||
|
|
||||||
// application messages
|
// application messages
|
||||||
'created_client' => 'Client créé avec succès',
|
'created_client' => 'Client créé avec succès',
|
||||||
'created_clients' => ':count clients créés ave csuccès',
|
'created_clients' => ':count clients créés avec succès',
|
||||||
'updated_settings' => 'paramètres mis à jour avec succès',
|
'updated_settings' => 'Paramètres mis à jour avec succès',
|
||||||
'removed_logo' => 'Logo supprimé avec succès',
|
'removed_logo' => 'Logo supprimé avec succès',
|
||||||
'sent_message' => 'Message envoyé avec succès',
|
'sent_message' => 'Message envoyé avec succès',
|
||||||
'invoice_error' => 'Veuillez vous assurer de sélectionner un client et de corriger les erreurs',
|
'invoice_error' => 'Veuillez vous assurer de sélectionner un client et de corriger les erreurs',
|
||||||
@ -252,7 +252,7 @@ return array(
|
|||||||
'deleted_credits' => ':count crédits supprimés avec succès',
|
'deleted_credits' => ':count crédits supprimés avec succès',
|
||||||
|
|
||||||
// Emails
|
// Emails
|
||||||
'confirmation_subject' => 'Validation du compte invoice ninja',
|
'confirmation_subject' => 'Validation du compte Invoice Ninja',
|
||||||
'confirmation_header' => 'Validation du compte',
|
'confirmation_header' => 'Validation du compte',
|
||||||
'confirmation_message' => 'Veuillez cliquer sur le lien ci-après pour valider votre compte.',
|
'confirmation_message' => 'Veuillez cliquer sur le lien ci-après pour valider votre compte.',
|
||||||
'invoice_subject' => 'Nouvelle facture :invoice en provenance de :account',
|
'invoice_subject' => 'Nouvelle facture :invoice en provenance de :account',
|
||||||
@ -261,7 +261,7 @@ return array(
|
|||||||
'payment_message' => 'Merci pour votre paiement d\'un montant de :amount',
|
'payment_message' => 'Merci pour votre paiement d\'un montant de :amount',
|
||||||
'email_salutation' => 'Cher :name,',
|
'email_salutation' => 'Cher :name,',
|
||||||
'email_signature' => 'Cordialement,',
|
'email_signature' => 'Cordialement,',
|
||||||
'email_from' => 'L\'équipe InvoiceNinja',
|
'email_from' => 'L\'équipe Invoice Ninja',
|
||||||
'user_email_footer' => 'Pour modifier vos paramètres de notification par courriel, veuillez visiter '.SITE_URL.'/company/notifications',
|
'user_email_footer' => 'Pour modifier vos paramètres de notification par courriel, veuillez visiter '.SITE_URL.'/company/notifications',
|
||||||
'invoice_link_message' => 'Pour voir la facture de votre client cliquez sur le lien ci-après :',
|
'invoice_link_message' => 'Pour voir la facture de votre client cliquez sur le lien ci-après :',
|
||||||
'notification_invoice_paid_subject' => 'La facture :invoice a été payée par le client :client',
|
'notification_invoice_paid_subject' => 'La facture :invoice a été payée par le client :client',
|
||||||
@ -293,7 +293,7 @@ return array(
|
|||||||
|
|
||||||
// Pro Plan
|
// Pro Plan
|
||||||
'pro_plan' => [
|
'pro_plan' => [
|
||||||
'remove_logo' => ':link pour supprimer le logo Invoice Ninja en souscrivant au plan pro',
|
'remove_logo' => ':link pour supprimer le logo Invoice Ninja en souscrivant au Plan Pro',
|
||||||
'remove_logo_link' => 'Cliquez ici',
|
'remove_logo_link' => 'Cliquez ici',
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -330,7 +330,7 @@ return array(
|
|||||||
'update_products' => 'Mise à jour auto des produits',
|
'update_products' => 'Mise à jour auto des produits',
|
||||||
'update_products_help' => 'La mise à jour d\'une facture entraîne la <b>mise à jour des produits</b>',
|
'update_products_help' => 'La mise à jour d\'une facture entraîne la <b>mise à jour des produits</b>',
|
||||||
'create_product' => 'Nouveau produit',
|
'create_product' => 'Nouveau produit',
|
||||||
'edit_product' => 'Éditer Produit',
|
'edit_product' => 'Éditer produit',
|
||||||
'archive_product' => 'Archiver Produit',
|
'archive_product' => 'Archiver Produit',
|
||||||
'updated_product' => 'Produit mis à jour',
|
'updated_product' => 'Produit mis à jour',
|
||||||
'created_product' => 'Produit créé',
|
'created_product' => 'Produit créé',
|
||||||
@ -456,10 +456,10 @@ return array(
|
|||||||
'sent' => 'envoyé',
|
'sent' => 'envoyé',
|
||||||
'timesheets' => 'Feuilles de temps',
|
'timesheets' => 'Feuilles de temps',
|
||||||
|
|
||||||
'payment_title' => 'Enter Your Billing Address and Credit Card information',
|
'payment_title' => 'Entrez votre adresse de facturation et vos informations bancaires',
|
||||||
'payment_cvv' => '*This is the 3-4 digit number onthe back of your card',
|
'payment_cvv' => '*Numéro à 3 ou 4 chiffres au dos de votre carte',
|
||||||
'payment_footer1' => '*Billing address must match address associated with credit card.',
|
'payment_footer1' => '*L\'adresse de facturation doit correspondre à celle enregistrée avec votre carte bancaire',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Merci de cliquer sur "Payer maintenant" une seule fois. Le processus peut prendre jusqu\'à 1 minute.',
|
||||||
'vat_number' => 'Numéro de TVA',
|
'vat_number' => 'Numéro de TVA',
|
||||||
|
|
||||||
'id_number' => 'Numéro ID',
|
'id_number' => 'Numéro ID',
|
||||||
@ -492,18 +492,18 @@ return array(
|
|||||||
'select_versiony' => 'Choix de la verison',
|
'select_versiony' => 'Choix de la verison',
|
||||||
'view_history' => 'Consulter l\'historique',
|
'view_history' => 'Consulter l\'historique',
|
||||||
|
|
||||||
'edit_payment' => 'Edit Payment',
|
'edit_payment' => 'Editer le paiement',
|
||||||
'updated_payment' => 'Successfully updated payment',
|
'updated_payment' => 'Paiement édité avec succès',
|
||||||
'deleted' => 'Deleted',
|
'deleted' => 'Supprimé',
|
||||||
'restore_user' => 'Restore User',
|
'restore_user' => 'Restaurer l\'utilisateur',
|
||||||
'restored_user' => 'Successfully restored user',
|
'restored_user' => 'Restaurer la commande',
|
||||||
'show_deleted_users' => 'Show deleted users',
|
'show_deleted_users' => 'Voir les utilisateurs supprimés',
|
||||||
'email_templates' => 'Email Templates',
|
'email_templates' => 'Templates de mail',
|
||||||
'invoice_email' => 'Invoice Email',
|
'invoice_email' => 'Templates de facture',
|
||||||
'payment_email' => 'Payment Email',
|
'payment_email' => 'Email de paiement',
|
||||||
'quote_email' => 'Quote Email',
|
'quote_email' => 'Email de déclaration',
|
||||||
'reset_all' => 'Reset All',
|
'reset_all' => 'Réinitialiser',
|
||||||
'approve' => 'Approve',
|
'approve' => 'Accepter',
|
||||||
|
|
||||||
'token_billing_type_id' => 'Token Billing',
|
'token_billing_type_id' => 'Token Billing',
|
||||||
'token_billing_help' => 'Enables you to store credit cards with your gateway, and charge them at a later date.',
|
'token_billing_help' => 'Enables you to store credit cards with your gateway, and charge them at a later date.',
|
||||||
@ -519,18 +519,18 @@ return array(
|
|||||||
'token_billing_secure' => 'The data is stored securely by :stripe_link',
|
'token_billing_secure' => 'The data is stored securely by :stripe_link',
|
||||||
|
|
||||||
'support' => 'Support',
|
'support' => 'Support',
|
||||||
'contact_information' => 'Contact information',
|
'contact_information' => 'Information de contact',
|
||||||
'256_encryption' => '256-Bit Encryption',
|
'256_encryption' => '256-Bit Encryption',
|
||||||
'amount_due' => 'Amount due',
|
'amount_due' => 'Montant dû',
|
||||||
'billing_address' => 'Billing address',
|
'billing_address' => 'Billing address',
|
||||||
'billing_method' => 'Billing method',
|
'billing_method' => 'Billing method',
|
||||||
'order_overview' => 'Order overview',
|
'order_overview' => 'Order overview',
|
||||||
'match_address' => '*Address must match address associated with credit card.',
|
'match_address' => '*Address must match address associated with credit card.',
|
||||||
'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
|
|
||||||
'default_invoice_footer' => 'Set default invoice footer',
|
'default_invoice_footer' => 'Définir par défaut',
|
||||||
'invoice_footer' => 'Invoice footer',
|
'invoice_footer' => 'Pied de facture',
|
||||||
'save_as_default_footer' => 'Save as default footer',
|
'save_as_default_footer' => 'Définir comme pied de facture par défatu',
|
||||||
|
|
||||||
'token_management' => 'Token Management',
|
'token_management' => 'Token Management',
|
||||||
'tokens' => 'Tokens',
|
'tokens' => 'Tokens',
|
||||||
@ -543,30 +543,30 @@ return array(
|
|||||||
'delete_token' => 'Delete Token',
|
'delete_token' => 'Delete Token',
|
||||||
'token' => 'Token',
|
'token' => 'Token',
|
||||||
|
|
||||||
'add_gateway' => 'Add Gateway',
|
'add_gateway' => 'Ajouter passerelle',
|
||||||
'delete_gateway' => 'Delete Gateway',
|
'delete_gateway' => 'Supprimer passerelle',
|
||||||
'edit_gateway' => 'Edit Gateway',
|
'edit_gateway' => 'Editer passerelle',
|
||||||
'updated_gateway' => 'Successfully updated gateway',
|
'updated_gateway' => 'Passerelle mise à jour avec succès',
|
||||||
'created_gateway' => 'Successfully created gateway',
|
'created_gateway' => 'Passerelle crée avec succès',
|
||||||
'deleted_gateway' => 'Successfully deleted gateway',
|
'deleted_gateway' => 'Passerelle supprimée avec succès',
|
||||||
'pay_with_paypal' => 'PayPal',
|
'pay_with_paypal' => 'PayPal',
|
||||||
'pay_with_card' => 'Credit card',
|
'pay_with_card' => 'Carte bancaire',
|
||||||
|
|
||||||
'change_password' => 'Change password',
|
'change_password' => 'Changer de pot de passe',
|
||||||
'current_password' => 'Current password',
|
'current_password' => 'Mot de passe actuel',
|
||||||
'new_password' => 'New password',
|
'new_password' => 'Nouveau mot de passe',
|
||||||
'confirm_password' => 'Confirm password',
|
'confirm_password' => 'Confirmer le mot de passe',
|
||||||
'password_error_incorrect' => 'The current password is incorrect.',
|
'password_error_incorrect' => 'Le mot de passe actuel est incorrect.',
|
||||||
'password_error_invalid' => 'The new password is invalid.',
|
'password_error_invalid' => 'Le nouveau mot de passe est invalide',
|
||||||
'updated_password' => 'Successfully updated password',
|
'updated_password' => 'Mot de passe mis à jour avec succès',
|
||||||
|
|
||||||
'api_tokens' => 'API Tokens',
|
'api_tokens' => 'API Tokens',
|
||||||
'users_and_tokens' => 'Users & Tokens',
|
'users_and_tokens' => 'Users & Tokens',
|
||||||
'account_login' => 'Account Login',
|
'account_login' => 'Account Login',
|
||||||
'recover_password' => 'Recover your password',
|
'recover_password' => 'Recover your password',
|
||||||
'forgot_password' => 'Forgot your password?',
|
'forgot_password' => 'Mot de passe oublié ?',
|
||||||
'email_address' => 'Email address',
|
'email_address' => 'Adresse email',
|
||||||
'lets_go' => 'Let’s go',
|
'lets_go' => 'Allons-y !',
|
||||||
'password_recovery' => 'Password Recovery',
|
'password_recovery' => 'Password Recovery',
|
||||||
'send_email' => 'Send email',
|
'send_email' => 'Send email',
|
||||||
'set_password' => 'Set Password',
|
'set_password' => 'Set Password',
|
||||||
@ -579,90 +579,90 @@ return array(
|
|||||||
'confirmation_resent' => 'The confirmation email was resent',
|
'confirmation_resent' => 'The confirmation email was resent',
|
||||||
|
|
||||||
'gateway_help_42' => ':link to sign up for BitPay.<br/>Note: use a Legacy API Key, not an API token.',
|
'gateway_help_42' => ':link to sign up for BitPay.<br/>Note: use a Legacy API Key, not an API token.',
|
||||||
'payment_type_credit_card' => 'Credit card',
|
'payment_type_credit_card' => 'Carte de crédit',
|
||||||
'payment_type_paypal' => 'PayPal',
|
'payment_type_paypal' => 'PayPal',
|
||||||
'payment_type_bitcoin' => 'Bitcoin',
|
'payment_type_bitcoin' => 'Bitcoin',
|
||||||
'knowledge_base' => 'Knowledge Base',
|
'knowledge_base' => 'Base de connaissances',
|
||||||
'partial' => 'Partial',
|
'partial' => 'Partiel',
|
||||||
'partial_remaining' => ':partial of :balance',
|
'partial_remaining' => ':partial de :balance',
|
||||||
|
|
||||||
'more_fields' => 'More Fields',
|
'more_fields' => 'Plus de champs',
|
||||||
'less_fields' => 'Less Fields',
|
'less_fields' => 'Moins de champs',
|
||||||
'client_name' => 'Client Name',
|
'client_name' => 'Nom du client',
|
||||||
'pdf_settings' => 'PDF Settings',
|
'pdf_settings' => 'Réglages PDF',
|
||||||
'utf8_invoices' => 'Cyrillic Support <sup>Beta</sup>',
|
'utf8_invoices' => 'Cyrillic Support <sup>Beta</sup>',
|
||||||
'product_settings' => 'Product Settings',
|
'product_settings' => 'Réglages du produit',
|
||||||
'auto_wrap' => 'Auto Line Wrap',
|
'auto_wrap' => 'Auto Line Wrap',
|
||||||
'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.',
|
'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.',
|
||||||
'view_documentation' => 'View Documentation',
|
'view_documentation' => 'Voir documentation',
|
||||||
'app_title' => 'Free Open-Source Online Invoicing',
|
'app_title' => 'Free Open-Source Online Invoicing',
|
||||||
'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
|
'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
|
||||||
|
|
||||||
'rows' => 'rows',
|
'rows' => 'lignes',
|
||||||
'www' => 'www',
|
'www' => 'www',
|
||||||
'logo' => 'Logo',
|
'logo' => 'Logo',
|
||||||
'subdomain' => 'Subdomain',
|
'subdomain' => 'Sous domaine',
|
||||||
'provide_name_or_email' => 'Please provide a contact name or email',
|
'provide_name_or_email' => 'Merci d\'indiquer un nom ou une adresse email',
|
||||||
'charts_and_reports' => 'Charts & Reports',
|
'charts_and_reports' => 'Charts & Reports',
|
||||||
'chart' => 'Chart',
|
'chart' => 'Chart',
|
||||||
'report' => 'Report',
|
'report' => 'Report',
|
||||||
'group_by' => 'Group by',
|
'group_by' => 'Grouper par',
|
||||||
'paid' => 'Paid',
|
'paid' => 'Payé',
|
||||||
'enable_report' => 'Report',
|
'enable_report' => 'Report',
|
||||||
'enable_chart' => 'Chart',
|
'enable_chart' => 'Chart',
|
||||||
'totals' => 'Totals',
|
'totals' => 'Totals',
|
||||||
'run' => 'Run',
|
'run' => 'Run',
|
||||||
'export' => 'Export',
|
'export' => 'Exporter',
|
||||||
'documentation' => 'Documentation',
|
'documentation' => 'Documentation',
|
||||||
'zapier' => 'Zapier <sup>Beta</sup>',
|
'zapier' => 'Zapier <sup>Beta</sup>',
|
||||||
'recurring' => 'Recurring',
|
'recurring' => 'Récurrent',
|
||||||
'last_invoice_sent' => 'Last invoice sent :date',
|
'last_invoice_sent' => 'Dernière facture envoyée le :date',
|
||||||
|
|
||||||
'processed_updates' => 'Successfully completed update',
|
'processed_updates' => 'Mise à jour effectuée avec succès',
|
||||||
'tasks' => 'Tasks',
|
'tasks' => 'Tâches',
|
||||||
'new_task' => 'New Task',
|
'new_task' => 'Nouvelle tâche',
|
||||||
'start_time' => 'Start Time',
|
'start_time' => 'Début',
|
||||||
'created_task' => 'Successfully created task',
|
'created_task' => 'Tâche crée avec succès',
|
||||||
'updated_task' => 'Successfully updated task',
|
'updated_task' => 'Tâche mise à jour avec succès',
|
||||||
'edit_task' => 'Edit Task',
|
'edit_task' => 'Editer la tâche',
|
||||||
'archive_task' => 'Archive Task',
|
'archive_task' => 'Archiver tâche',
|
||||||
'restore_task' => 'Restore Task',
|
'restore_task' => 'Restaurer tâche',
|
||||||
'delete_task' => 'Delete Task',
|
'delete_task' => 'Supprimer tâche',
|
||||||
'stop_task' => 'Stop Task',
|
'stop_task' => 'Arrêter tâcher',
|
||||||
'time' => 'Time',
|
'time' => 'Temps',
|
||||||
'start' => 'Start',
|
'start' => 'Début',
|
||||||
'stop' => 'Stop',
|
'stop' => 'Fin',
|
||||||
'now' => 'Now',
|
'now' => 'Maintenant',
|
||||||
'timer' => 'Timer',
|
'timer' => 'Compteur',
|
||||||
'manual' => 'Manual',
|
'manual' => 'Manuel',
|
||||||
'date_and_time' => 'Date & Time',
|
'date_and_time' => 'Date & heure',
|
||||||
'second' => 'second',
|
'second' => 'seconde',
|
||||||
'seconds' => 'seconds',
|
'seconds' => 'secondes',
|
||||||
'minute' => 'minute',
|
'minute' => 'minute',
|
||||||
'minutes' => 'minutes',
|
'minutes' => 'minutes',
|
||||||
'hour' => 'hour',
|
'hour' => 'heure',
|
||||||
'hours' => 'hours',
|
'hours' => 'heures',
|
||||||
'task_details' => 'Task Details',
|
'task_details' => 'Détails tâche',
|
||||||
'duration' => 'Duration',
|
'duration' => 'Durée',
|
||||||
'end_time' => 'End Time',
|
'end_time' => 'Heure de fin',
|
||||||
'end' => 'End',
|
'end' => 'Fin',
|
||||||
'invoiced' => 'Invoiced',
|
'invoiced' => 'Facturé',
|
||||||
'logged' => 'Logged',
|
'logged' => 'Connecté',
|
||||||
'running' => 'Running',
|
'running' => 'En cours',
|
||||||
'task_error_multiple_clients' => 'The tasks can\'t belong to different clients',
|
'task_error_multiple_clients' => 'Cette tâche ne peut appartenir à plusieurs clients',
|
||||||
'task_error_running' => 'Please stop running tasks first',
|
'task_error_running' => 'Merci d\'arrêter les tâches en cours',
|
||||||
'task_error_invoiced' => 'Tasks have already been invoiced',
|
'task_error_invoiced' => 'Tâches déjà facturées',
|
||||||
'restored_task' => 'Successfully restored task',
|
'restored_task' => 'Tâche restaurée avec succès',
|
||||||
'archived_task' => 'Successfully archived task',
|
'archived_task' => 'Tâche archivée avec succès',
|
||||||
'archived_tasks' => 'Successfully archived :count tasks',
|
'archived_tasks' => ':count tâches archivées avec succès',
|
||||||
'deleted_task' => 'Successfully deleted task',
|
'deleted_task' => 'Tâche supprimée avec succès',
|
||||||
'deleted_tasks' => 'Successfully deleted :count tasks',
|
'deleted_tasks' => ':count tâches supprimées avec succès',
|
||||||
'create_task' => 'Create Task',
|
'create_task' => 'Créer tâche',
|
||||||
'stopped_task' => 'Successfully stopped task',
|
'stopped_task' => 'Tâche stoppée avec succès',
|
||||||
'invoice_task' => 'Invoice Task',
|
'invoice_task' => 'Tâche facturation',
|
||||||
'invoice_labels' => 'Invoice Labels',
|
'invoice_labels' => 'Champs facture',
|
||||||
'prefix' => 'Prefix',
|
'prefix' => 'Préfixe',
|
||||||
'counter' => 'Counter',
|
'counter' => 'Compteur',
|
||||||
|
|
||||||
'payment_type_dwolla' => 'Dwolla',
|
'payment_type_dwolla' => 'Dwolla',
|
||||||
'gateway_help_43' => ':link to sign up for Dwolla.',
|
'gateway_help_43' => ':link to sign up for Dwolla.',
|
||||||
@ -682,20 +682,20 @@ return array(
|
|||||||
|
|
||||||
'resume' => 'Resume',
|
'resume' => 'Resume',
|
||||||
'break_duration' => 'Break',
|
'break_duration' => 'Break',
|
||||||
'edit_details' => 'Edit Details',
|
'edit_details' => 'Editer détails',
|
||||||
'work' => 'Work',
|
'work' => 'Travail',
|
||||||
'timezone_unset' => 'Please :link to set your timezone',
|
'timezone_unset' => 'Please :link to set your timezone',
|
||||||
'click_here' => 'click here',
|
'click_here' => 'cliquer ici',
|
||||||
|
|
||||||
'email_receipt' => 'Email payment receipt to the client',
|
'email_receipt' => 'Email payment receipt to the client',
|
||||||
'created_payment_emailed_client' => 'Successfully created payment and emailed client',
|
'created_payment_emailed_client' => 'Paiement crée avec succès et envoyé au client',
|
||||||
'add_account' => 'Add Account',
|
'add_account' => 'Ajouter compte',
|
||||||
'untitled' => 'Untitled',
|
'untitled' => 'Sans titre',
|
||||||
'new_account' => 'New Account',
|
'new_account' => 'Nouveau compte',
|
||||||
'associated_accounts' => 'Successfully linked accounts',
|
'associated_accounts' => 'Successfully linked accounts',
|
||||||
'unlinked_account' => 'Successfully unlinked accounts',
|
'unlinked_account' => 'Successfully unlinked accounts',
|
||||||
'login' => 'Login',
|
'login' => 'Connexion',
|
||||||
'or' => 'or',
|
'or' => 'ou',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user