function phone_cr_metadata in Phone 6
Same name and namespace in other branches
- 7 include/phone.cr.inc \phone_cr_metadata()
@file CCK Field for Costa Rican phone numbers.
File
- ./
phone.cr.inc, line 8 - CCK Field for Costa Rican phone numbers.
Code
function phone_cr_metadata() {
// These strings are translated using t() on output.
return array(
'label' => 'Phone Numbers - Costa Rica',
'error' => '"%value" is not a valid Costa Rican phone number!<br>Costa Rican phone numbers should contain only numbers and spaces be like 99 99 99 99 with an optional prefix of "+506" or "00506".',
);
}