You are here

function phone_jo_metadata in Phone 6

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

This plugin is contributed by Untitled Web http://untitledstudios.com @author Rashad Majali <rashad.612@gmail.com> http://drupal.org/user/319686 @file CCK Field for Jordanian phone numbers.

File

./phone.jo.inc, line 10
This plugin is contributed by Untitled Web http://untitledstudios.com @author Rashad Majali <rashad.612@gmail.com> http://drupal.org/user/319686

Code

function phone_jo_metadata() {

  // These strings are translated using t() on output.
  return array(
    'value' => 'Phone Numbers - Jordany',
    'error' => '"%value" is not a valid Jordanian phone number, Please check the spaces and dashes in your number.',
  );
}