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