|
locale_languages_predefined_form_submit |
drupal-6.x/includes/locale.inc |
Process the language addition form submission. |
|
1 |
|
locale_languages_predefined_form_validate |
drupal-6.x/includes/locale.inc |
Validate the language addition form. |
|
1 |
|
locale_language_list |
drupal-6.x/modules/locale/locale.module |
Returns array of language names |
5 |
|
|
locale_language_name |
drupal-6.x/modules/locale/locale.module |
Returns a language name |
|
|
|
locale_locale |
drupal-6.x/modules/locale/locale.module |
Implementation of hook_locale(). |
|
|
|
locale_menu |
drupal-6.x/modules/locale/locale.module |
Implementation of hook_menu(). |
|
|
|
locale_node_type |
drupal-6.x/modules/locale/locale.module |
Implementation of hook_node_type(). |
|
|
|
locale_perm |
drupal-6.x/modules/locale/locale.module |
Implementation of hook_perm(). |
|
|
|
locale_schema |
drupal-6.x/modules/locale/locale.install |
Implementation of hook_schema(). |
|
|
|
locale_string_is_safe |
drupal-6.x/includes/locale.inc |
Check that a string is safe to be added or imported as a translation. |
2 |
|
|
locale_system_update |
drupal-6.x/modules/locale/locale.module |
Imports translations when new modules or themes are installed or enabled. |
|
|
|
locale_theme |
drupal-6.x/modules/locale/locale.module |
Implementation of hook_theme() |
|
|
|
locale_translate_delete_form |
drupal-6.x/includes/locale.inc |
User interface for the string deletion confirmation screen. |
|
1 |
|
locale_translate_delete_form_submit |
drupal-6.x/includes/locale.inc |
Process string deletion submissions. |
|
|
|
locale_translate_delete_page |
drupal-6.x/includes/locale.inc |
String deletion confirmation page. |
|
1 |
|
locale_translate_edit_form |
drupal-6.x/includes/locale.inc |
User interface for string editing. |
|
1 |
|
locale_translate_edit_form_submit |
drupal-6.x/includes/locale.inc |
Process string editing form submissions. |
|
|
|
locale_translate_edit_form_validate |
drupal-6.x/includes/locale.inc |
Validate string editing form submissions. |
|
|
|
locale_translate_export_pot_form |
drupal-6.x/includes/locale.inc |
Translation template export form. |
|
1 |
|
locale_translate_export_po_form |
drupal-6.x/includes/locale.inc |
Form to export PO files for the languages provided. |
|
1 |
|
locale_translate_export_po_form_submit |
drupal-6.x/includes/locale.inc |
Process a translation (or template) export form submission. |
|
1 |
|
locale_translate_export_screen |
drupal-6.x/includes/locale.inc |
User interface for the translation export screen. |
|
1 |
|
locale_translate_import_form |
drupal-6.x/includes/locale.inc |
User interface for the translation import screen. |
|
1 |
|
locale_translate_import_form_submit |
drupal-6.x/includes/locale.inc |
Process the locale import form submission. |
|
|
|
locale_translate_overview_screen |
drupal-6.x/includes/locale.inc |
Overview screen for translations. |
|
1 |
|
locale_translate_seek_form |
drupal-6.x/includes/locale.inc |
User interface for the string search screen. |
|
1 |
|
locale_translate_seek_screen |
drupal-6.x/includes/locale.inc |
String search screen. |
|
1 |
|
locale_uninstall |
drupal-6.x/modules/locale/locale.install |
Implementation of hook_uninstall(). |
|
|
|
locale_update_6000 |
drupal-6.x/modules/locale/locale.install |
{locales_meta} table became {languages}. |
|
|
|
locale_update_6001 |
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_6002 |
drupal-6.x/modules/locale/locale.install |
Remove empty translations, we don't need these anymore. |
|
|
|
locale_update_6003 |
drupal-6.x/modules/locale/locale.install |
Prune strings with no translations (will be automatically re-registered if still in use) |
|
|
|
locale_update_6004 |
drupal-6.x/modules/locale/locale.install |
Fix remaining inconsistent indexes. |
|
|
|
locale_update_6005 |
drupal-6.x/modules/locale/locale.install |
Change language setting variable of content types. |
|
|
|
locale_update_6006 |
drupal-6.x/modules/locale/locale.install |
Neutralize unsafe language names in the database. |
|
|
|
locale_update_6007 |
drupal-6.x/modules/locale/locale.install |
Fix Drupal.formatPlural(). |
|
|
|
locale_update_js_files |
drupal-6.x/modules/locale/locale.module |
Update JavaScript translation file, if required, and add it to the page. |
1 |
1 |
|
locale_user |
drupal-6.x/modules/locale/locale.module |
Implementation of hook_user(). |
|
|
|
lock_acquire |
drupal-6.x/includes/lock.inc |
Acquire (or renew) a lock, but do not block if it fails. |
4 |
|
|
lock_acquire |
drupal-6.x/includes/lock-install.inc |
Acquire (or renew) a lock, but do not block if it fails. |
4 |
|
|
lock_init |
drupal-6.x/includes/lock.inc |
Initialize the locking system. |
2 |
|
|
lock_init |
drupal-6.x/includes/lock-install.inc |
Initialize the locking system. |
2 |
|
|
lock_may_be_available |
drupal-6.x/includes/lock.inc |
Check if lock acquired by a different process may be available. |
2 |
|
|
lock_may_be_available |
drupal-6.x/includes/lock-install.inc |
Check if lock acquired by a different process may be available. |
2 |
|
|
lock_release |
drupal-6.x/includes/lock.inc |
Release a lock previously acquired by lock_acquire(). |
4 |
|
|
lock_release |
drupal-6.x/includes/lock-install.inc |
Release a lock previously acquired by lock_acquire(). |
4 |
|
|
lock_release_all |
drupal-6.x/includes/lock.inc |
Release all previously acquired locks. |
|
1 |
|
lock_release_all |
drupal-6.x/includes/lock-install.inc |
Release all previously acquired locks. |
|
1 |
|
lock_wait |
drupal-6.x/includes/lock.inc |
Wait for a lock to be available. |
3 |
|
|
lock_wait |
drupal-6.x/includes/lock-install.inc |
Wait for a lock to be available. |
3 |
|