You are here

function phone_se_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.se.inc \phone_se_metadata()

@file CCK Field for Swedish phone numbers.

File

include/phone.se.inc, line 8
CCK Field for Swedish phone numbers.

Code

function phone_se_metadata() {

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