Name: hook_localized_images
Rationale: To add a localized button or something like that, you currently need to edit includes/acp/acp_styles.php and acp_language.php
Placement: includes/acp/acp_styles.php to extend $this->imageset_keys (best in the main function right after they are set)
includes/acp/acp_language.php to extend $valid_localized (again after the definition in the file)
Input arguments: the specified variable via reference
Output format: void


