/** * @version $Id: i18n.js.php 322 2010-07-27 14:37:30Z sebastian $ * @package phpmygpx * @copyright Copyright (C) 2010 Sebastian Klemm. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php */ var DEBUG = 0; var i18n_strings = new Array(); i18n_strings['_MAP_JS_BOOKM_NAME'] = "Name of the bookmark: "; i18n_strings['_IMPORT_NO_AJAX'] = "Your browser doesn't support AJAX!"; i18n_strings['_IMPORT_PHP_ERROR'] = "Sorry, this should not happen! You might want to submit a bug report and include the following lines:";