_menu_translate |
function |
includes/menu.inc |
Handles dynamic path translation and menu access control. |
Node::$translate |
property |
modules/node/node.entity.inc |
The node translation status. |
admin_bar_translate |
function |
modules/admin_bar/admin_bar.inc |
Translate an expanded router item into a menu link suitable for rendering. |
_menu_link_translate |
function |
includes/menu.inc |
Provides menu link access control, translation, and argument handling. |
config_get_translated |
function |
includes/config.inc |
A shortcut function to load and retrieve a single translated value from a config file. |
Config::getTranslated |
function |
includes/config.inc |
Gets translated data from this configuration object. |
_locale_translate_seek |
function |
modules/locale/locale.pages.inc |
Perform a string search and display results in a table |
locale_translate_english |
function |
modules/locale/locale.module |
Utility function to tell if locale translates to English. |
_menu_link_map_translate |
function |
includes/menu.inc |
Translates the path elements in the map using any to_arg helper function. |
locale_translate_edit_form |
function |
modules/locale/locale.pages.inc |
User interface for string editing. |
date_week_days_untranslated |
function |
includes/date.inc |
Constructs an untranslated array of week days. |
locale_translate_delete_form |
function |
modules/locale/locale.pages.inc |
User interface for the string deletion confirmation screen. |
locale_translate_import_form |
function |
modules/locale/locale.bulk.inc |
User interface for the translation import screen. |
locale_translate_batch_build |
function |
modules/locale/locale.bulk.inc |
Build a locale batch from an array of files. |
block_custom_block_translate |
function |
modules/block/block.admin.inc |
Menu callback function for translating a single block. |
locale_translate_seek_screen |
function |
modules/locale/locale.pages.inc |
String search screen. |
_locale_translate_seek_query |
function |
modules/locale/locale.pages.inc |
Build array out of search criteria specified in request variables |
locale_translate_delete_page |
function |
modules/locale/locale.pages.inc |
String deletion confirmation page. |
NodeBlock::loadTranslatedNode |
function |
modules/node/node.block.inc |
|
date_month_names_untranslated |
function |
includes/date.inc |
Constructs an untranslated array of month names. |
locale_translate_batch_import |
function |
modules/locale/locale.bulk.inc |
Perform interface translation import as a batch step. |
locale_translate_export_screen |
function |
modules/locale/locale.bulk.inc |
User interface for the translation export screen. |
locale_translate_export_po_form |
function |
modules/locale/locale.bulk.inc |
Form to export PO files for the languages provided. |
locale_translate_batch_finished |
function |
modules/locale/locale.bulk.inc |
Finished callback of system page locale import batch. |
user_translated_menu_link_alter |
function |
modules/user/user.module |
Implements hook_translated_menu_link_alter(). |
_locale_translate_language_list |
function |
modules/locale/locale.pages.inc |
List languages in search result table |
hook_translated_menu_link_alter |
function |
modules/system/system.api.php |
Alter a menu link after it has been translated and before it is rendered. |
NodeTranslateBlockFunctionalTest |
class |
modules/node/tests/node.test |
Test translation settings on existing content block. |
locale_translate_export_pot_form |
function |
modules/locale/locale.bulk.inc |
Translation template export form. |
block_custom_block_translate_list |
function |
modules/block/block.admin.inc |
Form constructor for the block translation list form. |
locale_translate_edit_form_submit |
function |
modules/locale/locale.pages.inc |
Process string editing form submissions. |
locale_translate_import_form_submit |
function |
modules/locale/locale.bulk.inc |
Process the locale import form submission. |
block_custom_block_translate_access |
function |
modules/block/block.admin.inc |
Menu access callback for translating a single block. |
block_custom_block_translate_submit |
function |
modules/block/block.admin.inc |
Form submission handler for block_custom_block_translate(). |
locale_translate_edit_form_validate |
function |
modules/locale/locale.pages.inc |
Validate string editing form submissions. |
locale_translate_delete_form_submit |
function |
modules/locale/locale.pages.inc |
Process string deletion submissions. |
locale_translate_batch_import_files |
function |
modules/locale/locale.bulk.inc |
Prepare a batch to import all translations. |
admin_bar_translated_menu_link_alter |
function |
modules/admin_bar/admin_bar.module |
Implements hook_translated_menu_link_alter(). |
views_plugin_localization::translate |
function |
modules/views/plugins/views_plugin_localization.inc |
Translate a string / text with format. |
block_custom_block_translate_validate |
function |
modules/block/block.admin.inc |
Form validation handler for block_custom_block_translate(). |
views_plugin_localization::$translate |
property |
modules/views/plugins/views_plugin_localization.inc |
|
locale_translate_export_po_form_submit |
function |
modules/locale/locale.bulk.inc |
Process a translation (or template) export form submission. |
NodeTranslateBlockFunctionalTest::setUp |
function |
modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
locale_translate_add_language_set_batch |
function |
modules/locale/locale.bulk.inc |
Set a batch for newly added language. |
views_handler_filter::exposed_translate |
function |
modules/views/handlers/views_handler_filter.inc |
Make some translations to a form item to make it more suitable to
exposing. |
views_handler_field_node_link_translate |
class |
modules/translation/views/views_handler_field_node_link_translate.inc |
Field handler to present a link node translate. |
views_plugin_localization_none::translate |
function |
modules/views/plugins/views_plugin_localization_none.inc |
Translate a string; simply return the string. |
views_plugin_localization_none::$translate |
property |
modules/views/plugins/views_plugin_localization_none.inc |
|
views_plugin_localization::translate_string |
function |
modules/views/plugins/views_plugin_localization.inc |
Translate a string. |
views_handler_field_node_link_translate.inc |
file |
modules/translation/views/views_handler_field_node_link_translate.inc |
Definition of views_handler_field_node_link_translate. |