14 uses of POTX_CONTEXT_NONE in Translation template extractor 7
- _potx_add_date_strings in ./
potx.inc - Add date strings, which cannot be extracted otherwise. This is called for locale.module.
- _potx_add_default_region_names in ./
potx.inc - Add default theme region names, which cannot be extracted otherwise. These default names are defined in system.module
- _potx_add_format_interval_strings in ./
potx.inc - Add format_interval special strings, which cannot be extracted otherwise. This is called for common.inc
- _potx_find_context in ./
potx.inc - Helper to find the value for 'context' on t() and format_plural().
- _potx_find_format_plural_calls in ./
potx.inc - Detect all occurances of format_plural calls.
- _potx_find_info_file_strings in ./
potx.inc - Parse an .info file and add relevant strings to the list.
- _potx_find_language_names in ./
potx.inc - Get languages names from Drupal's locale.inc.
- _potx_find_menu_hooks in ./
potx.inc - List of menu item titles. Only from Drupal 6.
- _potx_find_perm_hook in ./
potx.inc - Detect permission names from the hook_perm() implementations. Note that this will get confused with a similar pattern in a comment, and with dynamic permissions, which need to be accounted for.
- _potx_find_t_calls in ./
potx.inc - Detect all occurances of t()-like calls.
- _potx_find_t_calls_with_context in ./
potx.inc - Detect all occurances of t()-like calls from Drupal 7 (with context).
- _potx_find_watchdog_calls in ./
potx.inc - Detect all occurances of watchdog() calls. Only from Drupal 6.
- _potx_parse_js_file in ./
potx.inc - Parse a JavaScript file for translatables. Only from Drupal 6.
- _potx_process_file in ./
potx.inc - Process a file and put extracted information to the given parameters.