You are here

function phone_int_metadata in Phone 7

File

include/phone.int.inc, line 3

Code

function phone_int_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid Italian phone number<br>Italian phone numbers should only ...',
  );
}