Change hidden menu pop-up title to MEID for CDMA

- When user keys in *#06# through the dialpad, the pop-up screen title
  will be IMEI on GSM network and MEID on CDMA network
- During a call, when user launches the dialpad through the in-call
  option menu to add call, then, keys in *#06#, the pop-up screen title
  will be IMEI on GSM network and MEID on CDMA network
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1071284..b7fd223 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -375,6 +375,9 @@
     <!-- The title of a dialog that displays the IMEI of the phone -->
     <string name="imei">IMEI</string>
 
+    <!-- The title of a dialog that displays the MEID of the CDMA phone -->
+    <string name="meid">MEID</string>
+
     <!-- String used for displaying calls to the voicemail number in the call log -->
     <string name="voicemail">Voicemail</string>
 
@@ -727,4 +730,4 @@
     
     <!-- The string used to describe Contacts as a searchable item within system search settings. -->
     <string name="search_settings_description">Address book</string>
-</resources>
\ No newline at end of file
+</resources>