l10n_client_access |
./l10n_client.module |
Detects whether a user can access l10n_client. |
3 |
1 |
l10n_client_field_extra_fields |
./l10n_client.module |
Implements hook_field_extra_fields(). |
|
|
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_form_user_profile_form_alter |
./l10n_client.module |
Implement hook_user_form(). |
|
|
l10n_client_init |
./l10n_client.module |
Implement hook_init(). |
|
|
l10n_client_menu |
./l10n_client.module |
Implement hook_menu(). |
|
|
l10n_client_page_alter |
./l10n_client.module |
Implement hook_page_alter(). |
|
|
l10n_client_permission |
./l10n_client.module |
Implement hook_permission(). |
|
|
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_test_menu |
l10n_client_test/l10n_client_test.module |
Implements hook_menu(). |
|
|
l10n_client_test_mock_save |
l10n_client_test/l10n_client_test.module |
Mocks the save and prints a response as done by l10n_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_7001 |
./l10n_client.install |
Update for new l10n_client_server default value. |
|
|
l10n_client_update_7002 |
./l10n_client.install |
Clear the menu cache. |
|
|
l10n_client_update_7003 |
./l10n_client.install |
Update http based localize.drupal.org address to https. |
|
|
l10n_client_user_presave |
./l10n_client.module |
Implement hook_user_presave(). |
|
|
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 |
|