mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 03:54:39 +01:00
68 lines
2.9 KiB
PHP
68 lines
2.9 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Plugin language file - gsitemap
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/gsitemap/languages/English_admin_gsitemap.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*
|
|
*/
|
|
define("GSLAN_Name", "Sitemap");
|
|
define("GSLAN_1", "Site Link");
|
|
define("GSLAN_2", "Import?");
|
|
define("GSLAN_3", "Type");
|
|
define("GSLAN_4", "Name");
|
|
define("GSLAN_5", "Url");
|
|
define("GSLAN_6", "Tick links to mark them for import ...");
|
|
define("GSLAN_7", "Import Links");
|
|
define("GSLAN_8", "Import with:");
|
|
define("GSLAN_9", "Priority");
|
|
define("GSLAN_10", "Frequency");
|
|
define("GSLAN_11", "always");
|
|
define("GSLAN_12", "hourly");
|
|
define("GSLAN_13", "daily");
|
|
define("GSLAN_14", "weekly");
|
|
define("GSLAN_15", "monthly");
|
|
define("GSLAN_16", "yearly");
|
|
define("GSLAN_17", "never");
|
|
define("GSLAN_18", "Import ticked links");
|
|
define("GSLAN_19", "Google Sitemap");
|
|
define("GSLAN_20", "Listing");
|
|
define("GSLAN_21", "Instructions");
|
|
define("GSLAN_22", "Create New Entry");
|
|
define("GSLAN_23", "Import");
|
|
define("GSLAN_24", "Google Sitemap Entries");
|
|
define("GSLAN_25", "Name");
|
|
define("GSLAN_26", "URL");
|
|
define("GSLAN_27", "Lastmod");
|
|
define("GSLAN_28", "Freq.");
|
|
define("GSLAN_29", "Google Sitemap Configuration");
|
|
define("GSLAN_30", "Display Order");
|
|
define("GSLAN_31", "Visible to");
|
|
define("GSLAN_32", "How to use Google Sitemaps");
|
|
define("GSLAN_33", "GSiteMap Instructions");
|
|
define("GSLAN_34", "First, create the links you wish to have listed in your sitemap. You can import most of your links by clicking the 'Import' button on the right");
|
|
define("GSLAN_35", "If you've chosen to import your links, click 'Import' and then check the links you wish to import");
|
|
define("GSLAN_36", "You can also enter individual links manually by clicking 'Create New Entry'");
|
|
define("GSLAN_37", "Once you have some entries, go to [URL] and enter the following URL -> <b>".SITEURL."gsitemap.php</b> - if this url doesn't look right to you, please make sure your site url is correct in admin -> preferences");
|
|
define("GSLAN_38", "For more information on Google Sitemap protocol, go to [URL].");
|
|
define("GSLAN_39", "No links in sitemap - import sitelinks?");
|
|
define("GSLAN_40", "Google Sitemap Entries");
|
|
define('GSLAN_41', "Google Sitemap. For more information on the Sitemap protocol, go to <a href='http://www.sitemaps.org/'>http://www.sitemaps.org/</a> or <a href='http://www.google.com/support/webmasters/bin/answer.py?answer=156184'>Google's page About Sitemaps</a>");
|
|
define('GSLAN_42', 'Installation Successful..');
|
|
|
|
// Admin log messages
|
|
//-------------------
|
|
define('LAN_AL_GSMAP_01', 'Import sitelinks');
|
|
define('LAN_AL_GSMAP_02', 'Sitemap link deleted');
|
|
define('LAN_AL_GSMAP_03', 'Sitemap link added');
|
|
define('LAN_AL_GSMAP_04', 'Sitemap link updated');
|
|
define('LAN_AL_GSMAP_05', '');
|
|
?>
|