You are here

function phone_nl_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.nl.inc \phone_nl_metadata()

@file CCK Field for Dutch phone numbers.

File

include/phone.nl.inc, line 8
CCK Field for Dutch phone numbers.

Code

function phone_nl_metadata() {

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