36 string references to 'locale'

drupal_verify_profile in drupal-6.x/includes/install.inc
Verify a profile for installation.
example_profile_modules in documentation-6.x/developer/example.profile
Return an array of the modules to be enabled when this profile is installed.
install_main in drupal-6.x/install.php
The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
install_select_locale in drupal-6.x/install.php
Allow admin to select which locale to use for the current profile.
install_select_locale_form in drupal-6.x/install.php
Form API array definition for language selection.
install_task_list in drupal-6.x/install.php
Add the installation task list to the current page.
language_list in drupal-6.x/includes/bootstrap.inc
Get a list of languages set up indexed by the specified key
locale_add_language in drupal-6.x/includes/locale.inc
API function to add a language.
locale_help in drupal-6.x/modules/locale/locale.module
Implementation of hook_help().
locale_install in drupal-6.x/modules/locale/locale.install
Implementation of hook_install().
locale_languages_delete_form_submit in drupal-6.x/includes/locale.inc
Process language deletion submissions.
locale_translate_edit_form_validate in drupal-6.x/includes/locale.inc
Validate string editing form submissions.
locale_translate_export_pot_form in drupal-6.x/includes/locale.inc
Translation template export form.
locale_translate_export_po_form in drupal-6.x/includes/locale.inc
Form to export PO files for the languages provided.
locale_translate_import_form in drupal-6.x/includes/locale.inc
User interface for the translation import screen.
locale_translate_import_form_submit in drupal-6.x/includes/locale.inc
Process the locale import form submission.
locale_translate_overview_screen in drupal-6.x/includes/locale.inc
Overview screen for translations.
locale_translate_seek_form in drupal-6.x/includes/locale.inc
User interface for the string search screen.
locale_uninstall in drupal-6.x/modules/locale/locale.install
Implementation of hook_uninstall().
locale_update_6001 in drupal-6.x/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 drupal-6.x/modules/locale/locale.install
Fix Drupal.formatPlural().
locale_user in drupal-6.x/modules/locale/locale.module
Implementation of hook_user().
node_admin_nodes in drupal-6.x/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_filters in drupal-6.x/modules/node/node.admin.inc
List node administration filters that can be applied.
node_filter_form in drupal-6.x/modules/node/node.admin.inc
Return form for node administration filters.
path_admin_overview in drupal-6.x/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.
system_date_time_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure the site date and time settings.
system_modules_submit in drupal-6.x/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_themes_form_submit in drupal-6.x/modules/system/system.admin.inc
Process system_themes_form form submissions.
t in drupal-6.x/includes/common.inc
Translate strings to the page language or a given language.
_block_get_cache_id in drupal-6.x/modules/block/block.module
Assemble the cache_id to use for a given block.
_locale_export_po in drupal-6.x/includes/locale.inc
Write a generated PO or POT file to the output.
_locale_import_po in drupal-6.x/includes/locale.inc
Parses Gettext Portable Object file information and inserts into database
_locale_rebuild_js in drupal-6.x/includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
_locale_translate_language_list in drupal-6.x/includes/locale.inc
List languages in search result table
_locale_translate_seek in drupal-6.x/includes/locale.inc
Perform a string search and display results in a table