IMPACT_LANG_EN top-level property

Map<String, String> IMPACT_LANG_EN
getter/setter pair

Implementation

var IMPACT_LANG_EN = {

  "Email"                     :     "Email"                           ,
  "Email_Empty_Title"         :     "Missing Email"                   ,
  "Email_Empty_Descr"         :     "Please Enter Your Email"         ,
  "Email_NValid_Title"        :     "Wrong Email"                     ,
  "Email_NValid_Descr"        :     "Please Enter A Valid Email"      ,

  "Password"                  :     "Password"                        ,
  "Passw_Empty_Title"         :     "Missing Password"                ,
  "Passw_Empty_Descr"         :     "Please Enter Your Password"      ,

  "CPassword"                 :     "Confirm Password"                                 ,
  "CPassw_Empty_Title"        :     "Missing Confirm Password"                         ,
  "CPassw_Empty_Descr"        :     "Please Confirm Your Password"                     ,

  "Pass_Not_Match_Title"      :     "Password Not Matching"                            ,
  "Pass_Not_Match_Descr"      :     "Confirm Pass Does Not Match Password"             ,

  "ForgotPass"                :     "Forgot Password?"                ,
  "Login"                     :     "Login"                           ,
  "Register"                  :     "Register"                        ,
  "Dont_Have_Acc"             :     "Don't Have An Account?"          ,

  "Close"                     :     "Close"                           ,
  "Profile"                   :     "Profile"                         ,
  "Settings"                  :     "Settings"                        ,

  "Change_Mode"               :     "Mode Light / Dark "              ,
  "Personal_Information"      :     "Personal Information"            ,
  "Update"                    :     "Update"                          ,

  "Have_Acc"                  :     "Already Have An Account?"        ,

  "Validate"                  :     "Validate"                         ,
  "Send"                      :     "Send"                             ,

  "Code"                      :     "Code"                             ,
  "Code_Empty_Title"          :     "Missing Code"                                    ,
  "Code_Empty_Descr"          :     "Please Enter The Code You Received"              ,
  "Code_Wrong_Title"          :     "Wrong Code"                                      ,
  "Code_Wrong_Descr"          :     "Please Recheck Your Email "                      ,

  "Name"                      :     "Name"                                            ,
  "Mobile"                    :     "Mobile"                                          ,

  "Name_Empty_Title"          :     "Missing Name"                                    ,
  "Name_Empty_Descr"          :     "Please Enter Your Name"                          ,

  "Mobile_Empty_Title"        :     "Missing Mobile"                                  ,
  "Mobile_Empty_Descr"        :     "Please Enter Your Mobile"                        ,

  "Tracking"                  :     "Tracking"                                        ,
  "Map"                       :     "Map"                                             ,
  "Profile"                   :     "Profile"                                         ,
  "Setting"                   :     "Setting"                                         ,

  "Logout_Desc"               :     "Logout End Your Login Session"                   ,
  "Logout"                    :     "Logout"                                          ,

  "Old_Pass"                  :     "Old Password"                                    ,
  "Old_Pass_Empty_Title"      :     "Missing Old Password"                            ,
  "Old_Pass_Empty_Descr"      :     "Please Enter Your Old Password"                  ,
  "New_Pass"                  :     "New Password"                                    ,
  "New_Pass_Empty_Title"      :     "Missing New Password"                            ,
  "New_Pass_Empty_Descr"      :     "Please Enter New Password"                       ,
  "Change_Password"           :     "Change Password"                                 ,

  "WOld_Pass_Empty_Title"     :     "Wrong Old Password"                            ,
  "WOld_Pass_Empty_Descr"     :     "Please Enter Your Old Password"                  ,

  "Refresh"                   :     "Refresh"                  ,

};