Merge pull request #8352 from frederic34/patch-2

Update ticketsup.lang
This commit is contained in:
Laurent Destailleur 2018-03-11 23:03:28 +01:00 committed by GitHub
commit 6d7b7ad4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 23 deletions

View File

@ -499,7 +499,7 @@ class FormTicketsup
} }
print '</select>'; print '</select>';
if ($user->admin && !$noadmininfo) { if ($user->admin && !$noadmininfo) {
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1); print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
} }
} }
@ -597,7 +597,7 @@ class FormTicketsup
} }
print '</select>'; print '</select>';
if ($user->admin && !$noadmininfo) { if ($user->admin && !$noadmininfo) {
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1); print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
} }
} }
@ -694,7 +694,7 @@ class FormTicketsup
} }
print '</select>'; print '</select>';
if ($user->admin && !$noadmininfo) { if ($user->admin && !$noadmininfo) {
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1); print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
} }
} }

View File

@ -18,14 +18,14 @@
# Generic # Generic
# #
Module110120Name = Tickets Module56000Name=Tickets
Module110120Desc = Ticket system for incident management Module56000Desc=Ticket system for incident management
Permission110121=See tickets Permission56001=See tickets
Permission110122=Modify tickets Permission56002=Modify tickets
Permission110123=Delete tickets Permission56003=Delete tickets
Permission110124=Manage tickets Permission56004=Manage tickets
Permission110125=See tickets of all thirdparties (not effective for external users, always be limited to the thirdparty they depend on) Permission56005=See tickets of all thirdparties (not effective for external users, always be limited to the thirdparty they depend on)
TicketsupDictType=Tickets type TicketsupDictType=Tickets type
TicketsupDictCategory=Tickets categories TicketsupDictCategory=Tickets categories