// GP GeoForum - https://sourceforge.net/projects/geoforum
// $RCSfile: lang_gp_main.js,v $
// $Author: root $
// $Revision: 1.2 $
// $Date: 2007/09/07 03:56:20 $

// GP Javascript Language file

// Format of a GP Lang file is slightly different to phpbb
// use %s ONLY
gp_lang=new Array();

// Main Screen stuff
gp_lang['log_in_to_edit']='You must register and log in to add or Edit locations.';
gp_lang['settings_notadmin']='You must be an Admin to edit GP Settings.';
gp_lang['profile_not_logged_in']='You must register and log in to edit your profile.';
gp_lang['chtigps_format']="ChtiGPS format";
gp_lang['gp_format']="GP Format";
gp_lang['chtigps_format_desc']='<a href="http://www.chtisoft.com/us/chtiGPS" target="_blank">ChtiGPS</a> is a shareware program for PocketPC that can record paths.<br>Export a path to "CSV" format, open it in a text editor and paste the contents into the box.';
gp_lang['gp_format_desc']= 'GP format is:<br>x y,x y,x y,...<br>Note that lng and lat are separated by a space, and each pair is separated by a comma (NOT comma space)';

// Setup stuff
gp_lang['incorrect_config']='Sorry, but GP is not correctly configured.\nPlease wait for the administrator to set it up.';

// Menus and stuff
gp_lang['go_up']="Go Up";
gp_lang['no_match']='No matches found';
gp_lang['searching']='Searching';
gp_lang['search_loc_help']='Search the locations on this site.<br><br>Name and Infowindow fields are searched.<br>Specify words to search for seperated by spaces.<br>To search on parts of words, use the * wildcard.<br><br>You can use advanced search operators (",+,- etc) like you can in a search engine.';
gp_lang['search_geo_help']='Use the specified on-line "Geocoder" to search for places.<br>';
gp_lang['map_center_output']='Map %sCentre%s (lng,lat): %s, %s. Zoom: %s<br />';
gp_lang['move_history']='Move History';
gp_lang['all']='All';
gp_lang['setting_ok']='Setting made OK.';
gp_lang['please_refresh']=' Please refresh the page (F5) to see the changes.';

// Loading messages
gp_lang['loading']='Loading...';
gp_lang['loading_requesting']='Requesting data from server...';
gp_lang['loading_initialising']='Initialising...';
gp_lang['loading_plotting']='Plotting points...';
gp_lang['no_name_error']='Name field is blank. Please choose a name.';

// InfoWindow stuff
gp_lang['info']='Info';
gp_lang['to_here']='To here';
gp_lang['from_here']='From here';

gp_lang['discuss_comment']='Comment';
gp_lang['discuss_start']='Start';
gp_lang['discuss_notloggedin']=' (Not logged in)';

/*
gp_lang['']='';
*/
