You are here

Functions in Localization client 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
l10n_client_access ./l10n_client.module Detects whether a user can access l10n_client. 3 1
l10n_client_footer ./l10n_client.module Implementation of hook_footer().
l10n_client_form ./l10n_client.module String editing form. Source & selection moved to UI components outside the form. Backed with jquery magic on the client. 2
l10n_client_init ./l10n_client.module Implementation of hook_init().
l10n_client_menu ./l10n_client.module Implementation of hook_menu().
l10n_client_perm ./l10n_client.module Implementation of hook_perm().
l10n_client_save_string ./l10n_client.module Menu callback. Saves a string translation coming as POST data. 1
l10n_client_search_form ./l10n_client.module Search form for string list 1
l10n_client_settings_form ./l10n_client.admin.inc Settings form for l10n_client. 1
l10n_client_settings_form_validate ./l10n_client.admin.inc Validation to make sure the provided server can handle our submissions.
l10n_client_submit_translation ./l10n_client.module Submit translation to the server. 1
l10n_client_theme ./l10n_client.module Implement hook_theme().
l10n_client_translate_page ./l10n_client.module Menu callback. Translation pages. 1
l10n_client_uninstall ./l10n_client.install Implements hook_uninstall().
l10n_client_update_6001 ./l10n_client.install Update for new l10n_client_server default value.
l10n_client_user ./l10n_client.module Implementation of hook_user().
l10n_client_user_token ./l10n_client.module Get user based semi unique token. This will ensure user keys are unique for each client. 2
l10_client_add_string_to_page ./l10n_client.module Adds a string to the list onto the l10n_client UI on this page. 2
theme_l10n_client_message ./l10n_client.module Theme function to wrap l10n_client messages in proper markup.
_l10n_client_dom_strings ./l10n_client.module Helper function for the string list DOM tree 1
_l10n_client_page_strings ./l10n_client.module Get the strings to translate for this page. 1
_l10n_client_string_list ./l10n_client.module String selection has been moved to a jquery-based list. Todo: make this a themeable function. 1

Other projects