1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Minor LAN work on gsitemap plugin

This commit is contained in:
Tijn Kuyper 2012-12-21 16:21:34 +01:00
parent 2f76ca5635
commit 5768214ca8

View File

@ -7,18 +7,16 @@
* 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$
* $URL$
* $Id$
*
*/
//define("GSLAN_Name", "Sitemap");
define("GSLAN_1", "Site Link");
define("GSLAN_2", "Import?");
define("GSLAN_3", "Type");
define("GSLAN_4", "Name");
//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");
@ -39,13 +37,13 @@ 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_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_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");
@ -56,7 +54,7 @@ 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..');
//define('GSLAN_42', 'Installation Successful..');
?>