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