|
$self{texts} = {
|
|
'Account' => 'Compte',
|
|
'Apr' => 'Avril',
|
|
'April' => 'Avril',
|
|
'Aug' => 'Ao?t',
|
|
'August' => 'Ao?t',
|
|
'Balance' => 'Solde',
|
|
'Chart of Accounts' => 'Plan Comptable',
|
|
'Credit' => 'Cr?dit',
|
|
'Date' => 'Date',
|
|
'Debit' => 'D?bit',
|
|
'Dec' => 'D?c.',
|
|
'December' => 'D?cembre',
|
|
'Description' => 'Description',
|
|
'Feb' => 'F?v.',
|
|
'February' => 'F?vrier',
|
|
'From' => 'De',
|
|
'GIFI' => 'Code d\'Identification Comptable ou Fiscale',
|
|
'Include in Report' => 'Inclure dans l\'?tat',
|
|
'Jan' => 'Jan.',
|
|
'January' => 'Janvier',
|
|
'Jul' => 'Juil.',
|
|
'July' => 'Juillet',
|
|
'Jun' => 'Juin',
|
|
'June' => 'Juin',
|
|
'List Transactions' => 'Afficher ?critures',
|
|
'Mar' => 'Mars',
|
|
'March' => 'Mars',
|
|
'May' => 'Mai',
|
|
'May ' => 'Mai ',
|
|
'Nov' => 'Nov.',
|
|
'November' => 'Novembre',
|
|
'Oct' => 'Oct.',
|
|
'October' => 'Octobre',
|
|
'Reference' => 'R?f?rence',
|
|
'Sep' => 'Sept.',
|
|
'September' => 'Septembre',
|
|
'Subtotal' => 'Sous Total',
|
|
'to' => 'jusqu\'au',
|
|
};
|
|
|
|
$self{subs} = {
|
|
'ca_subtotal' => 'ca_subtotal',
|
|
'chart_of_accounts' => 'chart_of_accounts',
|
|
'list' => 'list',
|
|
'list_transactions' => 'list_transactions',
|
|
'afficher_?critures' => 'list_transactions',
|
|
};
|
|
|
|
1;
|