7 calls to _potx_format_quoted_string() in Translation template extractor 6
- _potx_find_format_plural_calls in ./
potx.inc - Detect all occurances of format_plural calls.
- _potx_find_language_names in ./
potx.inc - Get languages names from Drupal's locale.inc.
- _potx_find_menu_hook in ./
potx.inc - List of menu item titles. Only for 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_watchdog_calls in ./
potx.inc - Detect all occurances of watchdog() calls. Only for Drupal 6.
- _potx_parse_js_string in ./
potx.inc - Clean up string found in JavaScript source code. Only for Drupal 6.