From e53c55002fe9373fe35f595b346df34b9cdfbabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= <marcosgdf@gmail.com> Date: Thu, 1 May 2014 16:23:18 +0200 Subject: [PATCH] Added missing translations --- htdocs/admin/system/modules.php | 4 ++-- htdocs/langs/en_US/admin.lang | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/system/modules.php b/htdocs/admin/system/modules.php index a4cc4fefc11..3486bcde498 100644 --- a/htdocs/admin/system/modules.php +++ b/htdocs/admin/system/modules.php @@ -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; diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 4ee0ecd8dc9..f00493c5c41 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -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 \ No newline at end of file -- GitLab