summaryrefslogtreecommitdiff
path: root/locale/be_fr/arap
blob: c39b64c0ffbd999baf79c23a93597ebc57213b98 (plain)
  1. $self{texts} = {
  2. 'Address' => 'Adresse',
  3. 'Bcc' => 'Copie cachée',
  4. 'Cc' => 'Copie',
  5. 'Continue' => 'Continuer',
  6. 'Customer not on file!' => 'Client absent du fichier!',
  7. 'Date' => 'Date',
  8. 'Day(s)' => 'Jour(s)',
  9. 'Delete Schedule' => 'Effacer transaction planifiée',
  10. 'Description' => 'Description',
  11. 'E-mail' => 'E-mail',
  12. 'E-mail message' => 'Message e-mail',
  13. 'Every' => 'Chaque',
  14. 'For' => 'Pour',
  15. 'Include Payment' => 'Inclure paiement',
  16. 'Message' => 'Message',
  17. 'Month(s)' => 'Mois',
  18. 'Next Date' => 'Prochaine date',
  19. 'Number' => 'Numéro',
  20. 'Print' => 'Imprimer',
  21. 'Project not on file!' => 'Projet absent du fichier!',
  22. 'Recurring Transaction' => 'Transaction périodique',
  23. 'Reference' => 'Référence',
  24. 'Repeat' => 'Répéter',
  25. 'Save Schedule' => 'Enregistrer transaction planifiée',
  26. 'Select from one of the names below' => 'Sélectionner un des noms ci-dessous',
  27. 'Select from one of the projects below' => 'Sélectionner un des projets ci-dessous',
  28. 'Startdate' => 'Date de début',
  29. 'Subject' => 'Objet',
  30. 'To' => 'À',
  31. 'Vendor not on file!' => 'Fournisseur absent du fichier!',
  32. 'Warning!' => 'Attention!',
  33. 'Week(s)' => 'Semaine(s)',
  34. 'Year(s)' => 'Année(s)',
  35. 'You are posting an existing transaction!' => 'Vous enregistrez une transaction existante!',
  36. 'You are printing and posting an existing transaction!' => 'Vous imprimez et enregistrez une transaction existante!',
  37. 'You are printing and saving an existing order' => 'Vous imprimez et enregistrez une commande existante!',
  38. 'You are printing and saving an existing quotation' => 'Vous imprimez et enregistrez un devis existant!',
  39. 'You are saving an existing order' => 'Vous enregistrez une commande existante',
  40. 'You are saving an existing quotation' => 'Vous enregistrez un devis existant',
  41. 'for' => 'pour',
  42. 'sent' => 'envoyé',
  43. 'time(s)' => 'temps',
  44. };
  45. $self{subs} = {
  46. 'add_transaction' => 'add_transaction',
  47. 'ap_transaction' => 'ap_transaction',
  48. 'ar_transaction' => 'ar_transaction',
  49. 'check_name' => 'check_name',
  50. 'check_project' => 'check_project',
  51. 'continue' => 'continue',
  52. 'delete_schedule' => 'delete_schedule',
  53. 'gl_transaction' => 'gl_transaction',
  54. 'name_selected' => 'name_selected',
  55. 'post_as_new' => 'post_as_new',
  56. 'print_and_post_as_new' => 'print_and_post_as_new',
  57. 'project_selected' => 'project_selected',
  58. 'rebuild_vc' => 'rebuild_vc',
  59. 'repost' => 'repost',
  60. 'reprint' => 'reprint',
  61. 'sales_invoice_' => 'sales_invoice_',
  62. 'save_schedule' => 'save_schedule',
  63. 'schedule' => 'schedule',
  64. 'select_name' => 'select_name',
  65. 'select_project' => 'select_project',
  66. 'vendor_invoice_' => 'vendor_invoice_',
  67. 'continuer' => 'continue',
  68. 'effacer_transaction_planifiée' => 'delete_schedule',
  69. 'enregistrer_transaction_planifiée' => 'save_schedule',
  70. };
  71. 1;