You are here

function phone_pl_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.pl.inc \phone_pl_metadata()

@file CCK Field for Poland phone numbers.

File

include/phone.pl.inc, line 8
CCK Field for Poland phone numbers.

Code

function phone_pl_metadata() {

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