function phone_el_metadata in Phone 7
Same name and namespace in other branches
- 6 phone.el.inc \phone_el_metadata()
@file CCK Field for Greek phone numbers.
File
- include/
phone.el.inc, line 8 - CCK Field for Greek phone numbers.
Code
function phone_el_metadata() {
// These strings are translated using t() on output.
return array(
'error' => '"%value" is not a valid Greek phone number<br>Greek phone numbers should only ...',
);
}