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