You are here

function phone_hu_metadata in Phone 6

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

@file CCK Field for Hungarian phone numbers.

File

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

Code

function phone_hu_metadata() {

  // These strings are translated using t() on output.
  return array(
    'label' => 'Phone Numbers - Hungary',
    '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".',
  );
}