Translation administration screens in Drupal 7
Screens for translation administration.
These functions provide various screens as administration interface to import, export and view translations.
File
- modules/
locale/ locale.admin.inc, line 744 - Administration functions for locale.module.
Functions
Name | Location | Description |
---|---|---|
locale_translate_export_pot_form |
modules/ |
Translation template export form. |
locale_translate_export_po_form |
modules/ |
Form to export PO files for the languages provided. |
locale_translate_export_po_form_submit |
modules/ |
Process a translation (or template) export form submission. |
locale_translate_export_screen |
modules/ |
User interface for the translation export screen. |
locale_translate_import_form |
modules/ |
User interface for the translation import screen. |
locale_translate_import_form_submit |
modules/ |
Process the locale import form submission. |
locale_translate_overview_screen |
modules/ |
Overview screen for translations. |
locale_translate_seek_screen |
modules/ |
String search screen. |
locale_translation_filters |
modules/ |
List locale translation filters that can be applied. |
locale_translation_filter_form |
modules/ |
Return form for locale translation filters. |
locale_translation_filter_form_submit |
modules/ |
Process result from locale translation filter form. |
locale_translation_filter_form_validate |
modules/ |
Validate result from locale translation filter form. |