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_import_package_form |
./l10n_client.module |
Page callback function to present a form to reimport a translation package. |
|
1 |
l10n_client_import_package_form_submit |
./l10n_client.module |
Submission handler for package reimport form. |
|
|
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.module |
Settings form for l10n_client. |
|
1 |
l10n_client_settings_form_validate |
./l10n_client.module |
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_translate_page |
./l10n_client.module |
Menu callback. Translation pages. |
|
1 |
l10n_client_uninstall |
./l10n_client.install |
Implements hook_uninstall(). |
|
|
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 |
|
_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 |
|