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