Last active
December 17, 2015 12:49
-
-
Save e06widu/5612182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| COM_MYRESOURCELIST_FORM_DESC_NAME = "Give your First Name" | |
| COM_MYRESOURCELIST_FORM_LBL_NAME = "First Name" | |
| COM_MYRESOURCELIST_FORM_DESC_LNAME = "Give your Last Name" | |
| COM_MYRESOURCELIST_FORM_LBL_LNAME = "Last Name" | |
| COM_MYRESOURCELIST_FORM_DESC_AGE = "Give Your Age" | |
| COM_MYRESOURCELIST_FORM_LBL_AGE = "Age" | |
| COM_MYRESOURCELIST_FORM_DESC_CITY = "Give Your city" | |
| COM_MYRESOURCELIST_FORM_LBL_CITY = "City" | |
| COM_MYRESOURCELIST_FORM_DESC_TELEPHONE = "Give Your Telephone Number" | |
| COM_MYRESOURCELIST_FORM_LBL_TELEPHONE = "Telephone" | |
| COM_MYRESOURCELIST_FORM_DESC_EMAIL = "Give your Email Address" | |
| COM_MYRESOURCELIST_FORM_LBL_EMAIL = "Email" | |
| COM_MYRESOURCELIST_FORM_DESC_COMMENTS = "Give any Comments" | |
| COM_MYRESOURCELIST_FORM_LBL_COMMENTS = "Comment" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment