You are here

function phone_es_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.es.inc \phone_es_metadata()

@file CCK Field for Spanish phone numbers.

File

include/phone.es.inc, line 8
CCK Field for Spanish phone numbers.

Code

function phone_es_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid Spanish phone number<br>Spanish phone numbers should only contains numbers and spaces and be like 999 999 999',
  );
}