15 string references to 't' in Drupal 6
- blogapi_mt_validate_terms in modules/
blogapi/ blogapi.module - Blogging API helper - find allowed taxonomy terms for a node type.
- forum_term_load in modules/
forum/ forum.module - Fetch a forum term.
- get_t in includes/
bootstrap.inc - Return the name of the localisation function. Use in code that needs to run both during installation and normal operation.
- system_region_list in modules/
system/ system.module - Get a list of available regions from a specified theme.
- taxonomy_autocomplete in modules/
taxonomy/ taxonomy.pages.inc - Helper function for autocompletion
- taxonomy_get_children in modules/
taxonomy/ taxonomy.module - Find all children of a term ID.
- taxonomy_get_parents in modules/
taxonomy/ taxonomy.module - Find all parents of a given term ID.
- taxonomy_get_term_by_name in modules/
taxonomy/ taxonomy.module - Try to map a string to an existing term, as for glossary use.
- taxonomy_get_tree in modules/
taxonomy/ taxonomy.module - Create a hierarchical representation of a vocabulary.
- taxonomy_node_get_terms in modules/
taxonomy/ taxonomy.module - Find all terms associated with the given node, ordered by vocabulary and term weight.
- taxonomy_node_get_terms_by_vocabulary in modules/
taxonomy/ taxonomy.module - Find all terms associated with the given node, within one vocabulary.
- taxonomy_overview_terms in modules/
taxonomy/ taxonomy.admin.inc - Form builder for the taxonomy terms overview.
- taxonomy_term_page in modules/
taxonomy/ taxonomy.pages.inc - Menu callback; displays all nodes associated with a term.
- _menu_item_localize in includes/
menu.inc - Localize the router item title using t() or another callback.
- _menu_router_build in includes/
menu.inc - Helper function to build the router table based on the data from hook_menu.