diff --git a/cd_officepack/cd_officepack.php b/cd_officepack/cd_officepack.php index b1db13f..3aa6da9 100644 --- a/cd_officepack/cd_officepack.php +++ b/cd_officepack/cd_officepack.php @@ -18,7 +18,7 @@ else{ $ajax=false; } - print_item_header("Office Licences"); + print_item_header($l->g(23004)); if (!isset($protectedPost['SHOW'])) $protectedPost['SHOW'] = 'NOSHOW'; $form_name="officepack"; @@ -27,10 +27,10 @@ $tab_options['form_name']=$form_name; $tab_options['table_name']=$table_name; echo open_form($form_name); - $list_fields=array( 'Product' => 'PRODUCT', - 'Office Version' => 'OFFICEVERSION', - 'Type' => 'TYPE', - 'Office Key' => 'OFFICEKEY', + $list_fields=array( $l-g(23005) => 'PRODUCT', + $l->g(23006) => 'OFFICEVERSION', + $l->g(23007) => 'TYPE', + $l->g(23008) => 'OFFICEKEY', ); $list_col_cant_del=$list_fields; $default_fields= $list_fields; diff --git a/language/en_GB/en_GB.txt b/language/en_GB/en_GB.txt index c1d65a3..e3696aa 100644 --- a/language/en_GB/en_GB.txt +++ b/language/en_GB/en_GB.txt @@ -1,2 +1,9 @@ 23000 Office Pack 23001 Office Key Management +23002 Licence number by version +23003 Licence number by accountinfo +23004 Office Licences +23005 Product +23006 Office version +23007 Type +23008 Key diff --git a/language/fr_FR/fr_FR.txt b/language/fr_FR/fr_FR.txt index 9b26ec9..9b46e0d 100644 --- a/language/fr_FR/fr_FR.txt +++ b/language/fr_FR/fr_FR.txt @@ -1,2 +1,10 @@ 23000 Office Pack 23001 Office Key Management +23002 Nombre de licence par version +23003 Nombre de licence par données administratives +23004 Licences Office +23005 Produit +23006 Version office +23007 Type +23008 Clé + diff --git a/ms_officepack/ms_officepack.php b/ms_officepack/ms_officepack.php index f7661e1..45ac45d 100644 --- a/ms_officepack/ms_officepack.php +++ b/ms_officepack/ms_officepack.php @@ -39,12 +39,12 @@ } // Start display page -printEnTete("Office Key Manager"); +printEnTete($l->g(23001)); $form_name="officekey"; $data_on = array( - "1" => "Licenses number by version", - "2" => "Licenses by administrative data" + "1" => $l->g(23002), + "2" => $l->g(23003) ); if(!isset($protectedPost['onglet'])){