You are here

function phone_za_metadata in Phone 6

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

@file CCK Field for South African phone numbers.

File

./phone.za.inc, line 8
CCK Field for South African phone numbers.

Code

function phone_za_metadata() {

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