You are here

function phone_ua_metadata in Phone 6

Same name and namespace in other branches
  1. 7 include/phone.ua.inc \phone_ua_metadata()

File

./phone.ua.inc, line 528
CCK Field for Ukrainian phone numbers.

Code

function phone_ua_metadata() {

  // These strings are translated using t() on output.
  return array(
    'label' => 'Phone Numbers - Ukraine',
    'error' => '"%value" is not a valid Ukrainian mobile phone number<br />' . 'Ukrainian phone numbers should only have 10 digits staring with 0 with optional country prefix +38 .<br />' . 'And, of course, city or mobile code - a first few digits after 0 - have to be valid.',
  );
}