Trans: Update language files

New: Prepare code to allow any module to change/add content of
predefined mail and signature.
This commit is contained in:
Laurent Destailleur
2012-03-22 23:52:02 +01:00
parent ed46d0d65f
commit 0fd372e5da
67 changed files with 236 additions and 305 deletions

View File

@@ -39,7 +39,9 @@ $substitutionarrayfortest=array(
'__ID__' => 'TESTIdRecord',
'__EMAIL__' => 'TESTEMail',
'__LASTNAME__' => 'TESTLastname',
'__FIRSTNAME__' => 'TESTFirstname'
'__FIRSTNAME__' => 'TESTFirstname',
'__SIGNATURE__' => 'TESTSignature',
'__PERSONALIZED__' => 'TESTPersonalized'
);
complete_substitutions_array($substitutionarrayfortest, $langs);