20 string references to 'locale' in Drupal 6
- drupal_verify_profile in includes/
install.inc - Verify a profile for installation.
- install_select_locale_form in ./
install.php - Form API array definition for language selection.
- language_list in includes/
bootstrap.inc - Get a list of languages set up indexed by the specified key
- locale_add_language in includes/
locale.inc - API function to add a language.
- locale_help in modules/
locale/ locale.module - Implementation of hook_help().
- locale_install in modules/
locale/ locale.install - Implementation of hook_install().
- locale_languages_delete_form_submit in includes/
locale.inc - Process language deletion submissions.
- locale_translate_edit_form_validate in includes/
locale.inc - Validate string editing form submissions.
- locale_translate_import_form_submit in includes/
locale.inc - Process the locale import form submission.
- locale_uninstall in modules/
locale/ locale.install - Implementation of hook_uninstall().
- locale_update_6001 in modules/
locale/ locale.install - Change locale column to language. The language column is added by update_fix_d6_requirements() in update.php to avoid a large number of error messages from update.php. All we need to do here is copy locale to language and then drop locale.
- locale_update_6007 in modules/
locale/ locale.install - Fix Drupal.formatPlural().
- node_admin_nodes in modules/
node/ node.admin.inc - Form builder: Builds the node administration overview.
- path_admin_overview in modules/
path/ path.admin.inc - Return a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
- t in includes/
common.inc - Translate strings to the page language or a given language.
- _block_get_cache_id in modules/
block/ block.module - Assemble the cache_id to use for a given block.
- _locale_export_po in includes/
locale.inc - Write a generated PO or POT file to the output.
- _locale_import_po in includes/
locale.inc - Parses Gettext Portable Object file information and inserts into database
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
- _locale_translate_language_list in includes/
locale.inc - List languages in search result table