1.11 (checked in on 2008/03/25 at 18:02:10 by goba)
Localization client. Provides on-page translation editing.
| Name | Description |
|---|---|
| l10n_client_footer | Implementation of hook_footer(). |
| l10n_client_form | String editing form. Source & selection moved to UI components outside the form. Backed with jquery magic on the client. |
| l10n_client_import_package_form | Page callback function to present a form to reimport a translation package. See alsol10n_client_import_package_form_submit() |
| l10n_client_import_package_form_submit | Submission handler for package reimport form. See alsol10n_client_import_package_form() |
| l10n_client_init | Implementation of hook_init(). |
| l10n_client_menu | Implementation of hook_menu(). |
| l10n_client_perm | Implementation of hook_perm(). |
| l10n_client_save_string | Menu callback. Saves a string translation coming as POST data. |
| l10n_client_search_form | Search form for string list |
| l10n_client_settings_form | Settings form for l10n_client. |
| l10n_client_settings_form_validate | Validation to make sure the provided server can handle our submissions. |
| _l10n_client_dom_strings | Helper function for the string list DOM tree |
| _l10n_client_string_list | String selection has been moved to a jquery-based list. Todo: make this a themeable function. |