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