function phone_eg_metadata in Phone 7
Same name and namespace in other branches
- 6 phone.eg.inc \phone_eg_metadata()
File
- include/
phone.eg.inc, line 67
Code
function phone_eg_metadata() {
// These strings are translated using t() on output.
return array(
'error' => '"%value" is not a valid phone number in Egypt. Telephone numbers in Egypt have the format +20 (#[#]) 1234567[8], where the digts between ( ) is the area or network code, without a leading zero; and digits between [ ] are optional',
);
}