Fix translation
This commit is contained in:
parent
725e57b73e
commit
6402d5a2e4
@ -1627,7 +1627,7 @@ ProjectsSetup=Project module setup
|
|||||||
ProjectsModelModule=Project reports document model
|
ProjectsModelModule=Project reports document model
|
||||||
TasksNumberingModules=Tasks numbering module
|
TasksNumberingModules=Tasks numbering module
|
||||||
TaskModelModule=Tasks reports document model
|
TaskModelModule=Tasks reports document model
|
||||||
UseSearchToSelectProject=Use autocompletion fields to choose project (instead of using a list box)
|
UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
|
||||||
##### ECM (GED) #####
|
##### ECM (GED) #####
|
||||||
##### Fiscal Year #####
|
##### Fiscal Year #####
|
||||||
AccountingPeriods=Accounting periods
|
AccountingPeriods=Accounting periods
|
||||||
|
|||||||
@ -912,10 +912,10 @@ print '</tr>';
|
|||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td>'.$langs->trans("AllowToSelectProjectFromOtherCompany").'</td>';
|
print '<td>'.$langs->trans("AllowToSelectProjectFromOtherCompany").'</td>';
|
||||||
|
|
||||||
print '<td align="center" width="300">';
|
print '<td align="center"> </td>';
|
||||||
|
print '<td align="center">';
|
||||||
echo ajax_constantonoff('PROJECT_ALLOW_TO_LINK_FROM_OTHER_COMPANY');
|
echo ajax_constantonoff('PROJECT_ALLOW_TO_LINK_FROM_OTHER_COMPANY');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="center" width="20"> </td>';
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
/* Kept as hidden feature because this will be "probaly be supported by standard event feature in a future
|
/* Kept as hidden feature because this will be "probaly be supported by standard event feature in a future
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user