You are here

function phone_cr_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.cr.inc \phone_cr_metadata()

@file CCK Field for Costa Rican phone numbers.

File

include/phone.cr.inc, line 8
CCK Field for Costa Rican phone numbers.

Code

function phone_cr_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid Costa Rican phone number!<br>Costa Rican phone numbers should contain only numbers and spaces be like 99 99 99 99 with an optional prefix of "+506" or "00506".',
  );
}