You are here

function phone_cs_metadata in Phone 6

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

@file CCK Field for Czech phone numbers.

File

./phone.cs.inc, line 8
CCK Field for Czech phone numbers.

Code

function phone_cs_metadata() {

  // These strings are translated using t() on output.
  return array(
    'label' => 'Phone Numbers - Czech Republic',
    'error' => '"%value" is not a valid Czech phone number!<br>Czech phone numbers should contain only numbers and spaces be like 999 999 999 with an optional prefix of "+420" or "00420".',
  );
}