Edit and delete translation strings.
These functions provide the user interface to edit and delete translation strings.
Functions & methods
| Name | Description |
|---|---|
| locale_translate_delete_form | User interface for the string deletion confirmation screen. |
| locale_translate_delete_form_submit | Process string deletion submissions. |
| locale_translate_delete_page | String deletion confirmation page. |
| locale_translate_edit_form | User interface for string editing. |
| locale_translate_edit_form_submit | Process string editing form submissions. |
| locale_translate_edit_form_validate | Validate string editing form submissions. |
File
- modules/
locale/ locale.admin.inc, line 1096 - Administration functions for locale.module.