function phone_eg_metadata in Phone 6
Same name and namespace in other branches
- 7 include/phone.eg.inc \phone_eg_metadata()
File
- ./
phone.eg.inc, line 67
Code
function phone_eg_metadata() {
// These strings are translated using t() on output.
return array(
'label' => 'Phone numbers - Egypt',
'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',
);
}