You are here

function phone_el_metadata in Phone 6

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

@file CCK Field for Greek phone numbers.

File

./phone.el.inc, line 8
CCK Field for Greek phone numbers.

Code

function phone_el_metadata() {

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