filter-names where not translated

This commit is contained in:
Ralf Becker 2003-07-31 09:18:27 +00:00
parent 459fceb00f
commit 4e0a483462

View File

@ -15,10 +15,15 @@
'Should InfoLog display your open entries - not finised tasks, phonecalls or notes - on the main screen. Works only if you dont selected an application for the main screen (in your preferences).');
$ui = CreateObject('infolog.uiinfolog'); // need some labels from
create_select_box('Default Filter for InfoLog','defaultFilter',$ui->filters,
'This is the filter InfoLog uses when you enter the application. Filters limit the entries to show in the actual view. There are filters to show only finished, still open or futures entries of yourself or all users.');
foreach($ui->filters as $key => $label)
{
$filters[$key] = lang($label);
}
unset($ui);
create_select_box('Default Filter for InfoLog','defaultFilter',$filters,
'This is the filter InfoLog uses when you enter the application. Filters limit the entries to show in the actual view. There are filters to show only finished, still open or futures entries of yourself or all users.');
unset($filters);
create_check_box('List no Subs/Childs','listNoSubs',
'Should InfoLog show Subtasks, -calls or -notes in the normal view or not. You can always view the Subs via there parent.');
/*
@ -32,4 +37,4 @@
'none' => lang('no links or attachments')
);
create_select_box('Show in the InfoLog list','show_links',$show_links,
'Should InfoLog show the links to other applications and/or the file-attachments in the InfoLog list (normal view when u enter InfoLog).');
'Should InfoLog show the links to other applications and/or the file-attachments in the InfoLog list (normal view when u enter InfoLog).');