|
$self{texts} = {
|
|
'Account' => 'Compte',
|
|
'Balance' => 'Solde',
|
|
'Cleared Balance' => 'Solde rapproch?',
|
|
'Continue' => 'Continuer',
|
|
'Date' => 'Date',
|
|
'Deposit' => 'D?p?t',
|
|
'Description' => 'Description',
|
|
'Difference' => 'Diff?rence',
|
|
'Done' => 'Fait!',
|
|
'Exchangerate Difference' => 'Diff?rence de taux de change',
|
|
'From' => 'De',
|
|
'Out of balance!' => 'Solde non ?quilibr?!',
|
|
'Payment' => 'Paiement',
|
|
'Reconciliation' => 'Rapprochement',
|
|
'Select all' => 'S?lectionner tout',
|
|
'Source' => 'Source',
|
|
'Statement Balance' => 'Relev? de compte',
|
|
'Update' => 'Mettre ? jour',
|
|
'to' => 'jusqu\'au',
|
|
};
|
|
|
|
$self{subs} = {
|
|
'continue' => 'continue',
|
|
'display_form' => 'display_form',
|
|
'done' => 'done',
|
|
'get_payments' => 'get_payments',
|
|
'reconciliation' => 'reconciliation',
|
|
'select_all' => 'select_all',
|
|
'update' => 'update',
|
|
'continuer' => 'continue',
|
|
'fait!' => 'done',
|
|
's?lectionner_tout' => 'select_all',
|
|
'mettre_?_jour' => 'update',
|
|
};
|
|
|
|
1;
|