You are here

function phone_gb_metadata in Phone 6

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

@file CCK Field for British phone numbers.

File

./phone.gb.inc, line 8
CCK Field for British phone numbers.

Code

function phone_gb_metadata() {

  // These strings are translated using t() on output.
  return array(
    'label' => 'Phone Numbers - Great Britain - England (UK)',
    'error' => '"%value" is not a valid British (UK) phone number<br>British Phone numbers should .... ',
  );
}