localization guide.';
/* The abbreviation for magnitude used in the legend */
$teq_magnitude = "M";
/* Used in the google search widget to search for news about current
* earthquakes displayed on the map. In english I add the word
* 'magnitude' in order to filter out stories general stories about
* earthquakes and stories about the San Jose Earthquakes soccer team.
*/
$teq_newsSearchString = "earthquake magnitude";
/* Title of the page */
$teq_pageTitle = 'Earthquakes In The Last Week';
/* Labels for tabs which zoom in to different areas of the world.
* Keep these short so the tab bar doesn't run off the edge of the screen,
* even the screens of small laptops.
*/
$teq_world = 'World';
$teq_asia = 'Asia';
$teq_oceania = 'Oceania';
$teq_japan = 'Japan';
$teq_europe = 'Europe';
$teq_southAmerica = 'S. America';
$teq_alaska = 'Alaska';
$teq_california = 'California';
/* This is the message you see as the map loads */
$teq_loading = 'Loading';
/* This is for the '10 of 183' message you see as the map loads */
$teq_pageOf = 'of';
/* User's browser is not supported by google maps */
$teq_browserNotSupported = 'Sorry, but your browser is incompatible with Google Maps. Try using a recent version of Firefox, Opera, Internet Explorer or Safari.';
$teq_linkToThisPage = 'Link To This Page';
$teq_introduction = 'This map shows earthquakes that have happened around the world in the past 7 days. Click on the menu bar to choose a new map view or create your own view by clicking to re-center the map and then zooming in to get a closer look. Click Link To This Page and then bookmark the new url so you can return to your new custom view.';
$teq_credits = 'Map by
Dawn Endico
using the Google Maps API.
Earthquake data provided by the U.S. Geological Survey';
/* Add your name here. This sentence doesn't show in the english version. */
$teq_credits_l10n = 'English translation by Dawn Endico.';
/* in the credits box, data was created 'on' this date. */
$teq_createdOn = "on";
/* Days of the week and Months */
$teq_Sunday = "Sunday";
$teq_Monday = "Monday";
$teq_Tuesday = "Tuesday";
$teq_Wednesday = "Wednesday";
$teq_Thursday = "Thursday";
$teq_Friday = "Friday";
$teq_Saturday = "Saturday";
$teq_Sunday = "Sunday";
$teq_January = "January";
$teq_February = "February";
$teq_March = "March";
$teq_April = "April";
$teq_May = "May";
$teq_June = "June";
$teq_July = "July";
$teq_August = "August";
$teq_September = "September";
$teq_October = "October";
$teq_November = "November";
$teq_December= "December";
?>