Contributions API

l10n_client.module

Version

1.11 (checked in on 2008/03/25 at 18:02:10 by goba)

Description

Localization client. Provides on-page translation editing.

Functions

Namesort iconDescription
l10n_client_footerImplementation of hook_footer().
l10n_client_formString editing form. Source & selection moved to UI components outside the form. Backed with jquery magic on the client.
l10n_client_import_package_formPage callback function to present a form to reimport a translation package. See alsol10n_client_import_package_form_submit()
l10n_client_import_package_form_submitSubmission handler for package reimport form. See alsol10n_client_import_package_form()
l10n_client_initImplementation of hook_init().
l10n_client_menuImplementation of hook_menu().
l10n_client_permImplementation of hook_perm().
l10n_client_save_stringMenu callback. Saves a string translation coming as POST data.
l10n_client_search_formSearch form for string list
l10n_client_settings_formSettings form for l10n_client.
l10n_client_settings_form_validateValidation to make sure the provided server can handle our submissions.
_l10n_client_dom_stringsHelper function for the string list DOM tree
_l10n_client_string_listString selection has been moved to a jquery-based list. Todo: make this a themeable function.