15 string references to 't' in Drupal 5
- blogapi_mt_validate_terms in modules/
blogapi/ blogapi.module - Blogging API helper - find allowed taxonomy terms for a node type.
- 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.
- locale_user in modules/
locale/ locale.module - Implementation of hook_user().
- taxonomy_autocomplete in modules/
taxonomy/ taxonomy.module - 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.module - Display a tree of all the terms in a vocabulary, with options to edit each one.
- taxonomy_term_page in modules/
taxonomy/ taxonomy.module - Menu callback; displays all nodes associated with a term.
- user_login_submit in modules/
user/ user.module - _locale_admin_export_screen in includes/
locale.inc - User interface for the translation export screen
- _locale_admin_import in includes/
locale.inc - User interface for the translation import screen.