Added missing translations
This commit is contained in:
parent
32e46030b9
commit
e53c55002f
@ -106,8 +106,8 @@ print '<table class="noborder" width="100%">';
|
|||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>'.$langs->trans("Modules").'</td>';
|
print '<td>'.$langs->trans("Modules").'</td>';
|
||||||
print '<td>'.$langs->trans("Version").'</td>';
|
print '<td>'.$langs->trans("Version").'</td>';
|
||||||
print '<td align="center">'.$langs->trans("Id Module").'</td>';
|
print '<td align="center">'.$langs->trans("IdModule").'</td>';
|
||||||
print '<td>'.$langs->trans("Id Permissions").'</td>';
|
print '<td>'.$langs->trans("IdPermissions").'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$var=false;
|
$var=false;
|
||||||
$sortorder=$modules_names;
|
$sortorder=$modules_names;
|
||||||
|
|||||||
@ -100,6 +100,9 @@ OtherOptions=Other options
|
|||||||
OtherSetup=Other setup
|
OtherSetup=Other setup
|
||||||
CurrentValueSeparatorDecimal=Decimal separator
|
CurrentValueSeparatorDecimal=Decimal separator
|
||||||
CurrentValueSeparatorThousand=Thousand separator
|
CurrentValueSeparatorThousand=Thousand separator
|
||||||
|
Destination=Destination
|
||||||
|
IdModule=Module ID
|
||||||
|
IdPermissions=Permissions ID
|
||||||
Modules=Modules
|
Modules=Modules
|
||||||
ModulesCommon=Main modules
|
ModulesCommon=Main modules
|
||||||
ModulesOther=Other modules
|
ModulesOther=Other modules
|
||||||
@ -1491,3 +1494,6 @@ TaskModelModule=Tasks reports document model
|
|||||||
##### ECM (GED) #####
|
##### ECM (GED) #####
|
||||||
ECMSetup = GED Setup
|
ECMSetup = GED Setup
|
||||||
ECMAutoTree = Automatic tree folder and document
|
ECMAutoTree = Automatic tree folder and document
|
||||||
|
|
||||||
|
|
||||||
|
Format=Format
|
||||||
Loading…
Reference in New Issue
Block a user