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 '<td>'.$langs->trans("Modules").'</td>';
|
||||
print '<td>'.$langs->trans("Version").'</td>';
|
||||
print '<td align="center">'.$langs->trans("Id Module").'</td>';
|
||||
print '<td>'.$langs->trans("Id Permissions").'</td>';
|
||||
print '<td align="center">'.$langs->trans("IdModule").'</td>';
|
||||
print '<td>'.$langs->trans("IdPermissions").'</td>';
|
||||
print '</tr>';
|
||||
$var=false;
|
||||
$sortorder=$modules_names;
|
||||
|
||||
@ -100,6 +100,9 @@ OtherOptions=Other options
|
||||
OtherSetup=Other setup
|
||||
CurrentValueSeparatorDecimal=Decimal separator
|
||||
CurrentValueSeparatorThousand=Thousand separator
|
||||
Destination=Destination
|
||||
IdModule=Module ID
|
||||
IdPermissions=Permissions ID
|
||||
Modules=Modules
|
||||
ModulesCommon=Main modules
|
||||
ModulesOther=Other modules
|
||||
@ -1491,3 +1494,6 @@ TaskModelModule=Tasks reports document model
|
||||
##### ECM (GED) #####
|
||||
ECMSetup = GED Setup
|
||||
ECMAutoTree = Automatic tree folder and document
|
||||
|
||||
|
||||
Format=Format
|
||||
Loading…
Reference in New Issue
Block a user