function lingotek_config_search_options in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lingotek.bulk_grid.inc \lingotek_config_search_options()
1 call to lingotek_config_search_options()
File
- ./
lingotek.bulk_grid.inc, line 367
Code
function lingotek_config_search_options() {
$search_options = array(
'all' => t('All text groups'),
'blocks' => t('Blocks'),
'interface' => t('Built-in interface'),
'field' => t('Field labels'),
'menu' => t('Menu'),
'misc' => t('Miscellaneous'),
'taxonomy' => t('Taxonomy'),
'views' => t('Views'),
);
return $search_options;
}