locale.inc
Version
1.42.2.2 (checked in on 2005/07/29 at 19:01:17 by unconed)
Description
Admin-related functions for locale.module.
Functions
| Name | Description |
|---|---|
| _locale_add_language | Helper function to add a language |
| _locale_admin_export_screen | User interface for the translation export screen |
| _locale_admin_import_screen | User interface for the translation import screen |
| _locale_admin_manage_add_screen | User interface for the language addition screen |
| _locale_admin_manage_screen | User interface for the language management screen |
| _locale_export_po | Exports a Portable Object (Template) file for a language |
| _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_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 | |
| _locale_string_edit | User interface for string editing |
| _locale_string_language_list | List languages in search result table |
| _locale_string_save | Action handler for string editing |
| _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 |
