You are here

function phone_it_metadata in Phone 6

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

@file CCK Field for Italian phone numbers.

File

./phone.it.inc, line 8
CCK Field for Italian phone numbers.

Code

function phone_it_metadata() {

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