var $P = {};
var clientDic = {};
$P['ADD_AT']	= {'EN' : 'Invalid e-mail address please add @ (at).','HE' : ''};
$P['ADD_POINT']= {'EN' : 'Invalid e-mail address please add (dot,point) ','HE' : ''};
$P['ADD_VALUE_AFTER_POINT']= {'EN' : 'Invalid e-mail address please add a period (dot,point).','HE' : ''};
$P['ANSWER']	= {'EN' : 'Answer','HE' : ''};
$P['APR']		= {'EN' : 'Apr','HE' : ''};
$P['AUG']		= {'EN' : 'Aug','HE' : ''};
$P['BAD_CHAR']	= {'EN' : 'Illegal character ','HE' : ''};
$P['BAD_CHARS']= {'EN' : 'The field can\'t contain chars: &,>,<,\',\" ','HE' : ''};
$P['CLICK_HERE']= {'EN':'Click here','HE':''};
$P['DEC']		= {'EN' :  'Dec','HE' : ''};
$P['EMPTY_EMAIL']= {'EN' : 'Please fill in the e-mail address.','HE' : ''};
$P['ENTER']= {'EN' : 'Enter','HE' : ''};
$P['ENTER_FAX_NUMBER']= {'EN' : 'Enter fax number','HE' : ''};
$P['ENTER_PHONE_NUMBER']= {'EN' : 'Enter phone number','HE' : ''};
$P['ENTER_NUMBERS']= {'EN' : 'Enter numbers only','HE' : ''};
$P['ENTER_SOMETHING']= {'EN' : 'Can not submit an empty entrance','HE' : ''};
$P['FEB']= {'EN' :  'Feb', 'HE' : ''};
$P['FEED_BACK']= {'EN' : 'Feed back','HE' : ''};
$P['FEED_BACK_CONTENT']= {'EN' :  'Feedback content','HE' : ''};
$P['FEEL_ONE']= {'EN' : 'Fill at list one answer','HE' : ''};
$P['JAN']= {'EN' :  'Jan', 'HE' : ''};
$P['JUN']= {'EN' : 'Jun','HE' : ''};
$P['JUL']= {'EN' : 'Jul','HE' : ''};
$P['IN_EMAIL']= {'EN' : ' in the e-mail address.','HE' : ''};
$P['INTERESTED']= {'EN' : 'I am interested in','HE' : ''};
$P['INTERESTING']= {'EN' : 'To see interesting article ',   'HE' : ''};
$P['INVALID_NUMBER']= {'EN' : 'The field must contain numbers only',         'HE' : ''};
$P['ILLEGAL_DATE']= {'EN' : 'Illegal Date','HE' : ''};
$P['ILLEGAL_TIME']= {'EN' : 'Illegal Time','HE' : ''};
$P['IS']= {'EN' : 'is:','HE' : ''};
$P['LETTERS_AND_NUMBERS']= {'EN' : 'The field must contain only letters or numbers','HE' : ''};
$P['LETTERS_ONLY']= {'EN' : 'The field must contain letters only','HE' : ''};
$P['MAILING']= {'EN' : 'Mailing List',        'HE' : ''};
$P['MAR']= {'EN' : 'Mar', 'HE' : ''};
$P['MAY']= {'EN' : 'May', 'HE' : ''};
$P['MEETING_REQUEST']= {'EN' : 'Meeting Request','HE' : ''};
$P['MEETING_REQUEST_SUBMIT']= {'EN' : 'Your request was sent. Your form is:','HE' : ''};
$P['MEETING_REQUEST_NOT_SENT']= {'EN' : 'Your request was not sent.To try again %1.','HE' : ''};
$P['MEETING_REQUEST_SENT_OK']= {'EN' : 'Your request was sent.','HE' : ''};
$P['MORE_THEN_1_AT']= {'EN' : 'E-mail address contains more than one @ (at).','HE' : ''};
$P['MORE_THEN_2_POINT']= {'EN' : 'Invalid e-mail address it can not contain more than two periods (dots,points).','HE' : ''};
$P['MORE_THEN_3_CARACTER_AFTER_LAST_POINT']  = {'EN' : 'Invalid e-mail address it can not contain more than three caracter after the last point','HE' : ''};
$P['NOT_SENT']= {'EN' : 'Your massage was not sent','HE' : ''};
$P['NOV']= {'EN' : 'Nov','HE' : ''};
$P['OCT']= {'EN' : 'Oct','HE' : ''};
$P['ONLY_ENGLISH_CHARS']= {'EN' : 'Please insert english characters only!','HE' : ''};
$P['PHONE_CHARS']= {'EN' : 'The field must contain only : \n letters,numbers,space,+,-.','HE' : ''};
$P['PRESS_HERE']= {'EN' : 'Press here','HE' : ''};
$P['QUESTION']= {'EN' : 'Question','HE' : ''};
$P['REGISTRATION_FAILD']= {'EN' : 'Registration faild.To try again %1.','HE' : ''};
$P['REGISTRATION_OK']= {'EN' : 'Your registration form was succsefully','HE' : ''};
$P['REGISTRATION_ID']= {'EN' : 'Your order number ','HE' : ''};
$P['RESIVED']= {'EN' : 'resived.','HE' : ''};
$P['SEARCH_FEILD_EMPTY']= {'EN' :  'The Search Feild is empty.','HE' : ''};
$P['SEND_BY_EMAIL']= {'EN' :  'will be send you by e-mail later.','HE' : ''};
$P['SENT']= {'EN' :  'sent','HE' : ''};
$P['SENT_OK']= {'EN' :  'Sent successfully','HE' : ''};
$P['SEP']= {'EN' : 'Sep','HE' : ''};
$P['TWO_LETTERS']= {'EN' : 'You must to fill two letters at list.','HE' : ''};
$P['TWO_POINT_IN_SERIAL']= {'EN' : 'Invalid e-mail address do not fill in two periods (dots ,points) in a row.','HE' : ''};
$P['WRONG_AT_POSITION']= {'EN' : 'Invalid e-mail address the period (dot,point) is in an illegal zone.','HE' : ''};
$P['WRONG_POINT_POSITION']= {'EN' : 'Invalid e-mail address please add a period (dot,point).','HE' : ''};
 
for(var x in $P){clientDic[x] = $P[x]["EN"]}
