<?php $lang['You_have_not_logged_in']="You have not logged in"; //errors $lang['Submit']="Submit"; $lang['Edit_GPS_receiver']="Edit GPS receiver"; $lang['Please_fill_in_the_following_form']="Please fill in the following form to edit the GPS receiver type. Fields with * are mandatory."; $lang['Name_must_be_provided']="Name must be provided"; $lang['Chipset_must_be_provided']="Chipset must be provided"; $lang['Signal_must_be_provided']="Signal must be provided"; $lang['Channel_must_be_provided']="Channel must be provided"; $lang['Aquisition_time_must_be_provided']="Aquisition time must be provided"; $lang['Aquisition_rate_must_be_provided']="Aquisition rate must be provided"; $lang['Accuracy_must_be_provided']="Accuracy must be provided"; $lang['Information_is_uploaded_successfully']="Information about GPS receiver is uploaded successfully"; $lang['Name']="Name"; $lang['Chipset']="Chipset"; $lang['Signal']="Signal"; $lang['Channel']="Channel"; $lang['Acquisition_time']="Acquisition time"; $lang['Acquisition_rate']="Acquisition rate"; $lang['Accuracy']="Accuracy"; $lang['Same_name']="A GPS Receiver with same name exists in the database."; //end errors $lang['Some_Error_Occurred_Please_try_again']="Some Error Occurred, Please try again!"; $lang['Invalid_Access']="Invalid Access"; $lang['Your_request_cannot_be_processed_due_to_following_reasons']="Your request cannot be processed due to following reasons"; ?>