You are here

function phone_hu_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.hu.inc \phone_hu_metadata()

File

include/phone.hu.inc, line 10
CCK Field for Hungarian phone numbers.

Code

function phone_hu_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid Hungarian phone number!<br>Hungarian phone numbers should contain only numbers and spaces be like 70 999 9999 with an optional prefix of "+36" or "06".',
  );
}