You are here

function phone_cl_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.cl.inc \phone_cl_metadata()

@file CCK Field for Chili phone numbers.

File

include/phone.cl.inc, line 8
CCK Field for Chili phone numbers.

Code

function phone_cl_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid Chilean mobile phone number<br>Chili phone numbers should only ...',
  );
}