locale.inc
Версия 1.105.2.5 (checked in on 2007/12/17 at 01:53:52 by drumm)
Admin-related functions for locale.module.
Функции
Имя | Описание |
---|---|
locale_add_language_form | |
locale_add_language_form_submit | Process the language addition form submission. |
locale_add_language_form_validate | Validate the language addition form. |
locale_custom_language_form | |
theme_locale_admin_manage_screen | Theme the locale admin manager form. |
_locale_add_language | Helper function to add a language |
_locale_admin_export_screen | User interface for the translation export screen |
_locale_admin_import | User interface for the translation import screen. |
_locale_admin_import_submit | Process the locale import form submission. |
_locale_admin_manage_add_screen | User interface for the language addition screen. |
_locale_admin_manage_screen | User interface for the language management screen. |
_locale_admin_manage_screen_submit | Process locale admin manager form submissions. |
_locale_export_po | Exports a Portable Object (Template) file for a language |
_locale_export_pot_form | |
_locale_export_po_form | |
_locale_export_po_form_submit | Process a locale export form submissions. |
_locale_export_print | Print out a string on multiple lines |
_locale_export_remove_plural | Removes plural index information from a string |
_locale_export_wrap | Custom word wrapping for Portable Object (Template) files. |
_locale_get_iso639_list | Some of the common languages with their English and native names |
_locale_import_append_plural | Modify a string to contain proper count indices |
_locale_import_message | Sets an error message occurred during locale file parsing. |
_locale_import_one_string | Imports a string into the database |
_locale_import_parse_arithmetic | Parses and sanitizes an arithmetic formula into a PHP expression |
_locale_import_parse_header | Parses a Gettext Portable Object file header |
_locale_import_parse_plural_forms | Parses a Plural-Forms entry from a Gettext Portable Object file header |
_locale_import_parse_quoted | Parses a string in quotes |
_locale_import_po | Parses Gettext Portable Object file information and inserts into database |
_locale_import_read_po | Parses Gettext Portable Object file into an array |
_locale_import_shorten_comments | Generate a short, one string version of the passed comment array |
_locale_import_tokenize_formula | Backward compatible implementation of token_get_all() for formula parsing |
_locale_prepare_iso_list | Prepares the language code list for a select form item with only the unsupported ones |
_locale_string_delete | Delete a language string. |
_locale_string_edit | User interface for string editing. |
_locale_string_edit_submit | Process string editing form submissions. Saves all translations of one string submitted from a form. |
_locale_string_language_list | List languages in search result table |
_locale_string_seek | Perform a string search and display results in a table |
_locale_string_seek_form | User interface for the string search screen |
_locale_string_seek_query | Build object out of search criteria specified in request variables |