// =============================================================
//
// Copyright (c) 2000-2004 General Electric Company. All Rights Reserved.
//
// =============================================================

// this file contains constants that should be translated for international use

var MAX_EVENTS_ERROR_MESSAGE = 'SIAS HTML Client:\nMaximum events (' 
		+ top.MAX_EVENTS + ') reached.\n Event <';
		
var MAX_LISTENERS_ERROR_MESSAGE = 'SIAS HTML Client:\nMaximum listeners (' 
		+ top.MAX_LISTENERS + ') reached.\n Listener <';
		
var MAX_PARAMS_ERROR_MESSAGE = 'SIAS HTML Client:\nMaximum parameters (' 
		+ top.MAX_PARAMS + ') reached.\n Parameter <';
		
var MAX_REQUESTS_ERROR_MESSAGE = 'SIAS HTML Client:\nMaximum requests (' 
		+ top.MAX_REQUESTS + ') reached.\n Request <'

var REGISTER_MESSAGE = '> could not be registered.';

var USER_NAME_MESSAGE = 'Please enter your User Name';

var MAX_LISTENERS_MESSAGE = 'SIAS HTML Client:\nMaximum listeners (' + ') reached.\n'+
			'<' + '> listener could not be registered.';

var FEATURE_COUNT_ERROR_MESSAGE = 'ERROR: Feature Count must be a numerical value';

var INTERSECTION_ERROR_MESSAGE = 'You must enter an intersection.';

var ADDRESS_FORM_ERROR_MESSAGE = 'You must fill-in at least one field.';
var COORDINATE_FORM_ERROR_MESSAGE = 'You must fill-in a numerical value for all fields (x, y, scale).';

var TRACE_INVALID_DISTANCE_ERROR_MESSAGE = 'You must enter a numerical distance.';

var MAX_TRAIL_POINTS_ERROR_MESSAGE = 'The maximum number of trail points has been reached.';
var NO_TRAIL_POINTS_ERROR_MESSAGE = 'You have not entered any trail points. You must enter points to generate a trail.';

var NO_QUERY_ERROR_MESSAGE = 'You have not submitted a query or your query has expired.';

var APP_CLOSING_DIALOG_MESSAGE = 'You have closed the main window.\n\nNo action will be taken on the choices in this dialog box.';

var NO_SESSION_ID_MESSAGE = 'Please Log-In.';

var MEASURE_DISTANCE_MESSAGE = 'Distance: ';

var FACILITY_FINDER_NO_DATASET_SELECTED_MESSAGE = 'Please select a dataset.';
var FACILITY_FINDER_NO_COLLECTION_SELECTED_MESSAGE = 'Please select a collection.';

var DECIMAL_PLACES_NAN_MESSAGE = 'Please enter an integer in the decimal places field.';
var NO_QUERY_ENTERED_MESSAGE = 'Please enter a search in the Query field.';

var INVALID_ROTATION_MESSAGE = 'Please enter a number in the Map Rotation field.';

var DISPLAY_SETTINGS_TITLE = 'Display Settings';
var SELECTIONS_TITLE = 'Selections';
var FEATURES_TITLE = 'Features';
var TRAIL_TITLE = 'Trail';
var TRACE_TITLE = 'Network Trace';
var PREFS_TITLE = 'Preferences';
var PLOT_PREVIEW_TITLE = 'Plot';
var CAPABILITIES_TITLE = 'Capabilities';
var TRIP_PLANNER_TITLE = 'Trip Planner';
var REST_FINDER_TITLE = 'Restaurant Finder';
var FACILITY_FINDER_TITLE = 'Facility Finder';
var SIMPLE_SEARCH_TITLE = 'Simple Search';
var ADV_SEARCH_TITLE = 'Advanced Search';
var ADDR_FINDER_TITLE = 'Address Finder';
var INTER_FINDER_TITLE = 'Intersection Finder';
var MAP_COORD_TITLE = 'Map Coordinates';
var THEMES_TITLE = 'Themes';
var LAYERS_TITLE = 'Layers';
var LOCATORS_TITLE = 'Locators';

var MAP_FOLDER_TEXT = 'Map';
var QUERY_FOLDER_TEXT = 'Search Results';
var PLOT_FOLDER_TEXT = 'Plot';

var NO_MAP_FOR_CENTRE_COORDS_ERROR_MESSAGE = 'Please display a Map first in order to get the Map Centre';

// Modific. 12/02/03 JuanLu Cardoso

var CALLEJERO_TITLE = 'Callejero de Logro&ntilde;o';
var LUGARES_TITLE = 'Lugares de Inter&eacute;s';

var MAP_FOLDER_TEXT = 'Map';
var QUERY_FOLDER_TEXT = 'Search Results';
var PLOT_FOLDER_TEXT = 'Plot';

var CALLEJERO_FOLDER_TEXT = 'Callejero';
var LUGARES_FOLDER_TEXT = 'Lugares de Inter&eacute;s';

