// Copyright 2007 Google Inc.
// All Rights Reserved.

/**
 * @fileoverview Strings needed for kml_pull.js
 * and kml_entry_pull.js
 *
 * @author thorl@google.com (Thor Lewis)
 *
 */

var exploreCategories = 'Or explore these related categories:';
var gooErthKml = 'Google Earth KML: ';
var openThisKml = 'Open this KML';
var retToErthGal = 'Return to Earth Gallery';
var labelsStr = 'Category:';
var authorStr = 'Author: ';
var lrnMoreStr = 'Learn more';

// Outreach specific
var erthOutKml = 'Earth Outreach KML: ';
var erthOutShow = 'Earth Outreach Showcase: ';

var erthCatCurr = 'These KMLs highlight current affairs, public safety and disaster relief.';
var erthCatEdu = 'These KMLs highlight education, culture, arts and the humanities.';
var erthCatEnv = 'These KMLs highlight the environment, climate change, science and technology.';
var erthCatGlob = 'These KMLs highlight global development, microfinance, community improvement and philanthropy.';
var erthCatHlth = 'These KMLs highlight health, disease and medical research.';
var erthCatSoc = 'These KMLs highlight employment services, housing & shelter and youth development.';