You are here

function phone_jo_metadata in Phone 7

Same name and namespace in other branches
  1. 6 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

include/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(
    'error' => '"%value" is not a valid Jordanian phone number, Please check the spaces and dashes in your number.',
  );
}