git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
560 lines
62 KiB
PHP
560 lines
62 KiB
PHP
<?php
|
|
|
|
//
|
|
// Copyright (C) 2004 W.H.Welch
|
|
// All rights reserved.
|
|
//
|
|
// This source file is part of the 404SEF Component, a Mambo 4.5.1
|
|
// custom Component By W.H.Welch - http://sef404.sourceforge.net/
|
|
//
|
|
// This program is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License (GPL)
|
|
// as published by the Free Software Foundation; either version 2
|
|
// of the License, or (at your option) any later version.
|
|
//
|
|
// Please note that the GPL states that any headers in files and
|
|
// Copyright notices as well as credits in headers, source files
|
|
// and output (screens, prints, etc.) can not be removed.
|
|
// You can extend them with your own credits, though...
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
//
|
|
// The "GNU General Public License" (GPL) is available at
|
|
// http://www.gnu.org/copyleft/gpl.html.
|
|
//
|
|
// {shSourceVersionTag: Version x - 2007-09-20}
|
|
// Dont allow direct linking
|
|
|
|
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
|
|
|
|
define('_COM_SEF_404PAGE','404 Page');
|
|
define('_COM_SEF_ADD','Add');
|
|
define('_COM_SEF_ADDFILE','Default index file.');
|
|
define('_COM_SEF_ASC',' (asc) ');
|
|
define('_COM_SEF_BACK','Back to sh404SEF Control Panel');
|
|
define('_COM_SEF_BADURL','The Old Non-SEF Url must begin with index.php');
|
|
define('_COM_SEF_CHK_PERMS','Please check your file permissions and ensure that that this file can be read.');
|
|
define('_COM_SEF_CONFIG','sh404SEF<br/>Configuration');
|
|
define('_COM_SEF_CONFIG_DESC','Configure all sh404SEF functionality');
|
|
define('_COM_SEF_CONFIG_UPDATED','Configuration updated');
|
|
define('_COM_SEF_CONFIRM_ERASE_CACHE', 'Do you want to clear the URL cache ? This is highly recommended after changing configuration. To generate again the cache, you should browse again your homepage, or better : generate a sitemap for your site.');
|
|
define('_COM_SEF_COPYRIGHT','Copyright');
|
|
define('_COM_SEF_DATEADD','Date Added');
|
|
define('_COM_SEF_DEBUG_DATA_DUMP','DEBUG DATA DUMP COMPLETE: Page Load Terminated');
|
|
define('_COM_SEF_DEF_404_MSG','<h1>404: Not Found</h1><h4>Sorry, but the content you requested could not be found</h4>');
|
|
define('_COM_SEF_DEF_404_PAGE','Default 404 Page');
|
|
define('_COM_SEF_DESC',' (desc) ');
|
|
define('_COM_SEF_DISABLED',"<p class='error'>NOTE: SEF support in Joomla/Mambo is currently disabled. To use SEF, please enable it from the <a href='".$GLOBALS['mosConfig_live_site']."/administrator/index2.php?option=com_config'>Global Configuration</a> SEO page.</p>");
|
|
define('_COM_SEF_EDIT','Edit');
|
|
define('_COM_SEF_EMPTYURL','You must provide a URL for the redirection.');
|
|
define('_COM_SEF_ENABLED','Enabled');
|
|
define('_COM_SEF_ERROR_IMPORT','Error while importing:');
|
|
define('_COM_SEF_EXPORT','Backup Custom URLS');
|
|
define('_COM_SEF_EXPORT_FAILED','EXPORT FAILED!!!');
|
|
define('_COM_SEF_FATAL_ERROR_HEADERS','FATAL ERROR: HEADER ALREADY SENT');
|
|
define('_COM_SEF_FRIENDTRIM_CHAR','Trim friendly characters');
|
|
define('_COM_SEF_HELP','sh404SEF<br/>Support');
|
|
define('_COM_SEF_HELPDESC','Need help with sh404SEF?');
|
|
define('_COM_SEF_HELPVIA','<b>Help is availible via the following forums:</b>');
|
|
define('_COM_SEF_HIDE_CAT','Hide Category');
|
|
define('_COM_SEF_HITS','Hits');
|
|
define('_COM_SEF_IMPORT','Import Custom URLS');
|
|
define('_COM_SEF_IMPORT_EXPORT','Import/Export URLS');
|
|
define('_COM_SEF_IMPORT_OK','Custom URLS were successfully imported!');
|
|
define('_COM_SEF_INFO','sh404SEF<br/>Documentation');
|
|
define('_COM_SEF_INFODESC','View sh404SEF Project Summary and Documentation');
|
|
define('_COM_SEF_INSTALLED_VERS','Installed version:');
|
|
define('_COM_SEF_INVALID_SQL','INVALID DATA IN SQL FILE :');
|
|
define('_COM_SEF_INVALID_URL','INVALID URL: this link requires a valid Itemid, but one was not found.<br/>SOLUTION: Create a menuitem for this item. You do not have to publish it, just create it.');
|
|
define('_COM_SEF_LICENSE','License');
|
|
define('_COM_SEF_LOWER','All lowercase');
|
|
define('_COM_SEF_MAMBERS','Mambers Forum');
|
|
define('_COM_SEF_NEWURL','Old Non-SEF Url');
|
|
define('_COM_SEF_NO_UNLINK','Unable to remove uploaded file from media directory');
|
|
define('_COM_SEF_NOACCESS','Unable to access');
|
|
define('_COM_SEF_NOCACHE','nocache');
|
|
define('_COM_SEF_NOLEADSLASH','The should be NO LEADING SLASH on the New SEF URL');
|
|
define('_COM_SEF_NOREAD','FATAL ERROR: Unable to read file ');
|
|
define('_COM_SEF_NORECORDS','No records found.');
|
|
define('_COM_SEF_OFFICIAL','Official Project Forum');
|
|
define('_COM_SEF_OK',' OK ');
|
|
define('_COM_SEF_OLDURL','New SEF URL');
|
|
define('_COM_SEF_PAGEREP_CHAR','Page spacer character');
|
|
define('_COM_SEF_PAGETEXT','Page text');
|
|
define('_COM_SEF_PROCEED',' Proceed ');
|
|
define('_COM_SEF_PURGE404','Purge<br/>404 Logs');
|
|
define('_COM_SEF_PURGE404DESC','Purge 404 Logs');
|
|
define('_COM_SEF_PURGECUSTOM','Purge<br/>Custom Redirects');
|
|
define('_COM_SEF_PURGECUSTOMDESC','Purge Custom Redirects');
|
|
define('_COM_SEF_PURGEURL','Purge<br/>SEF Urls');
|
|
define('_COM_SEF_PURGEURLDESC','Purge SEF Urls');
|
|
define('_COM_SEF_REALURL','Real Url');
|
|
define('_COM_SEF_RECORD',' record');
|
|
define('_COM_SEF_RECORDS',' records');
|
|
define('_COM_SEF_REPLACE_CHAR','Replacement character');
|
|
define('_COM_SEF_SAVEAS','Save as Custom Redirect');
|
|
define('_COM_SEF_SEFURL','SEF Url');
|
|
define('_COM_SEF_SELECT_DELETE','Select an item to delete');
|
|
define('_COM_SEF_SELECT_FILE','Please select a file first');
|
|
define('_COM_SEF_SH_ACTIVATE_IJOOMLA_MAG', 'Activate iJoomla magazine in content');
|
|
define('_COM_SEF_SH_ADV_INSERT_ISO', 'Insert ISO code');
|
|
define('_COM_SEF_SH_ADV_MANAGE_URL', 'URL procssing');
|
|
define('_COM_SEF_SH_ADV_TRANSLATE_URL', 'Translate URL');
|
|
define('_COM_SEF_SH_ALWAYS_INSERT_ITEMID', 'Always append Itemid to SEF URL');
|
|
define('_COM_SEF_SH_ALWAYS_INSERT_ITEMID_PREFIX', 'menu id');
|
|
define('_COM_SEF_SH_ALWAYS_INSERT_MENU_TITLE', 'Always insert menu title');
|
|
define('_COM_SEF_SH_CACHE_TITLE', 'Cache management');
|
|
define('_COM_SEF_SH_CAT_TABLE_SUFFIX', 'Table');
|
|
define('_COM_SEF_SH_CB_INSERT_NAME', 'Insert Community Builder name');
|
|
define('_COM_SEF_SH_CB_INSERT_USER_ID', 'Insert user ID');
|
|
define('_COM_SEF_SH_CB_INSERT_USER_NAME', 'Insert user name');
|
|
define('_COM_SEF_SH_CB_NAME', 'Default CB name');
|
|
define('_COM_SEF_SH_CB_TITLE', 'Community Builder configuration ');
|
|
define('_COM_SEF_SH_CB_USE_USER_PSEUDO', 'Insert user pseudo');
|
|
define('_COM_SEF_SH_CONF_TAB_ADVANCED', 'Advanced');
|
|
define('_COM_SEF_SH_CONF_TAB_BY_COMPONENT', 'By component');
|
|
define('_COM_SEF_SH_CONF_TAB_MAIN', 'Main');
|
|
define('_COM_SEF_SH_CONF_TAB_PLUGINS', 'Plugins');
|
|
define('_COM_SEF_SH_DEFAULT_MENU_ITEM_NAME', 'Default menu title');
|
|
define('_COM_SEF_SH_DO_NOT_INSERT_LANGUAGE_CODE','Do not insert code');
|
|
define('_COM_SEF_SH_DO_NOT_OVERRIDE_SEF_EXT', 'Do not override sef_ext');
|
|
define('_COM_SEF_SH_DO_NOT_TRANSLATE_URL','Do not translate');
|
|
define('_COM_SEF_SH_ENCODE_URL', 'Encode URL');
|
|
define('_COM_SEF_SH_FB_INSERT_CATEGORY_ID', 'Insert category ID');
|
|
define('_COM_SEF_SH_FB_INSERT_CATEGORY_NAME', 'Insert category name');
|
|
define('_COM_SEF_SH_FB_INSERT_MESSAGE_ID', 'Insert post ID');
|
|
define('_COM_SEF_SH_FB_INSERT_MESSAGE_SUBJECT', 'Insert post subject');
|
|
define('_COM_SEF_SH_FB_INSERT_NAME', 'Insert Fireboard name');
|
|
define('_COM_SEF_SH_FB_NAME', 'Default Fireboard Name');
|
|
define('_COM_SEF_SH_FB_TITLE', 'Fireboard Configuration ');
|
|
define('_COM_SEF_SH_FILTER', 'Filter');
|
|
define('_COM_SEF_SH_FORCE_NON_SEF_HTTPS', 'Force non sef if HTTPS');
|
|
define('_COM_SEF_SH_GUESS_HOMEPAGE_ITEMID', 'Guess Itemid on homepage');
|
|
define('_COM_SEF_SH_IJOOMLA_MAG_NAME', 'Default magazine name');
|
|
define('_COM_SEF_SH_IJOOMLA_MAG_TITLE', 'iJoomla Magazine configuration');
|
|
define('_COM_SEF_SH_INSERT_GLOBAL_ITEMID_IF_NONE', 'Insert menu Itemid if none');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_MAG_ARTICLE_ID', 'Insert article id in URL');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_MAG_ISSUE_ID', 'Insert issue id in URL');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_MAG_MAGAZINE_ID', 'Insert magazine id in URL');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_MAG_NAME', 'Insert magazine name in URL');
|
|
define('_COM_SEF_SH_INSERT_LANGUAGE_CODE', 'Insert language code in URL');
|
|
define('_COM_SEF_SH_INSERT_NUMERICAL_ID', 'Insert numerical id in URL');
|
|
define('_COM_SEF_SH_INSERT_NUMERICAL_ID_ALL_CAT', 'All categories');
|
|
define('_COM_SEF_SH_INSERT_NUMERICAL_ID_CAT_LIST', 'Apply to which categories');
|
|
define('_COM_SEF_SH_INSERT_NUMERICAL_ID_TITLE', 'Unique ID');
|
|
define('_COM_SEF_SH_INSERT_PRODUCT_ID', 'Insert product ID in URL');
|
|
define('_COM_SEF_SH_INSERT_TITLE_IF_NO_ITEMID', 'Insert menu title if no Itemid');
|
|
define('_COM_SEF_SH_ITEMID_TITLE', 'Itemid management');
|
|
define('_COM_SEF_SH_LETTERMAN_DEFAULT_ITEMID', 'Default Itemid for Letterman page');
|
|
define('_COM_SEF_SH_LETTERMAN_TITLE', 'Letterman configuration ');
|
|
define('_COM_SEF_SH_LIVE_SECURE_SITE', 'SSL secure URL');
|
|
define('_COM_SEF_SH_LOG_404_ERRORS', 'Log 404 errors');
|
|
define('_COM_SEF_SH_MAX_URL_IN_CACHE', 'Cache size');
|
|
define('_COM_SEF_SH_OVERRIDE_SEF_EXT', 'Override sef_ext file');
|
|
define('_COM_SEF_SH_REDIR_404', '404');
|
|
define('_COM_SEF_SH_REDIR_CUSTOM', 'Custom');
|
|
define('_COM_SEF_SH_REDIR_SEF', 'SEF');
|
|
define('_COM_SEF_SH_REDIR_TOTAL', 'Total');
|
|
define('_COM_SEF_SH_REDIRECT_JOOMLA_SEF_TO_SEF', '301 redirect from JOOMLA SEF to sh404SEF');
|
|
define('_COM_SEF_SH_REDIRECT_NON_SEF_TO_SEF', '301 redirect from non-sef to sef URL');
|
|
define('_COM_SEF_SH_REPLACEMENTS', 'Character replacements list');
|
|
define('_COM_SEF_SH_SHOP_NAME', 'Default shop name');
|
|
define('_COM_SEF_SH_TRANSLATE_URL', 'Translate URL');
|
|
define('_COM_SEF_SH_TRANSLATION_TITLE', 'Translation management');
|
|
define('_COM_SEF_SH_USE_URL_CACHE', 'Activate URL cache');
|
|
define('_COM_SEF_SH_VM_ADDITIONAL_TEXT', 'Additionnal text');
|
|
define('_COM_SEF_SH_VM_DO_NOT_SHOW_CATEGORIES', 'None');
|
|
define('_COM_SEF_SH_VM_INSERT_CATEGORIES', 'Insert categories');
|
|
define('_COM_SEF_SH_VM_INSERT_CATEGORY_ID', 'Insert category ID in URL');
|
|
define('_COM_SEF_SH_VM_INSERT_FLYPAGE', 'Insert flypage name');
|
|
define('_COM_SEF_SH_VM_INSERT_MANUFACTURER_ID', 'Insert manufacturer ID');
|
|
define('_COM_SEF_SH_VM_INSERT_MANUFACTURER_NAME', 'Insert manufacturer name in URL');
|
|
define('_COM_SEF_SH_VM_INSERT_SHOP_NAME', 'Insert shop name in URL');
|
|
define('_COM_SEF_SH_VM_SHOW_ALL_CATEGORIES', 'All nested categories');
|
|
define('_COM_SEF_SH_VM_SHOW_LAST_CATEGORY', 'Only last one');
|
|
define('_COM_SEF_SH_VM_TITLE', 'Virtuemart configuration');
|
|
define('_COM_SEF_SH_VM_USE_PRODUCT_SKU', 'Use product SKU for name');
|
|
define('_COM_SEF_SHOW_CAT', 'Show Category');
|
|
define('_COM_SEF_SHOW_SECT','Show Section');
|
|
define('_COM_SEF_SHOW0','Show SEF Urls');
|
|
define('_COM_SEF_SHOW1','Show 404 Log');
|
|
define('_COM_SEF_SHOW2','Show Custom Redirects');
|
|
define('_COM_SEF_SKIP','skip');
|
|
define('_COM_SEF_SORTBY','Sort by:');
|
|
define('_COM_SEF_STRANGE','Something strange has occured. This should not happen<br />');
|
|
define('_COM_SEF_STRIP_CHAR','Strip characters');
|
|
define('_COM_SEF_SUCCESSPURGE','Successfully purged records');
|
|
define('_COM_SEF_SUFFIX','File suffix');
|
|
define('_COM_SEF_SUPPORT','Support<br/>WebSite');
|
|
define('_COM_SEF_SUPPORT_404SEF','Support us');
|
|
define('_COM_SEF_SUPPORTDESC','Connect to the sh404SEF website (new window)');
|
|
define('_COM_SEF_TITLE_ADV','Advanced Component Configuration');
|
|
define('_COM_SEF_TITLE_BASIC','Basic Configuration');
|
|
define('_COM_SEF_TITLE_CONFIG','sh404SEF Configuration');
|
|
define('_COM_SEF_TITLE_MANAGER','sh404SEF URL Manager');
|
|
define('_COM_SEF_TITLE_PURGE','sh404SEF Purge Database');
|
|
define('_COM_SEF_TITLE_SUPPORT','sh404SEF Support');
|
|
define('_COM_SEF_TT_404PAGE','Static content page to use for 404 Not Found errors (published state does not matter)');
|
|
define('_COM_SEF_TT_ADDFILE','File name to place after a blank url / when no file exists. Useful for bots that crawl your site looking for a specific file in that place but returns a 404 because there is none there.');
|
|
define('_COM_SEF_TT_ADV','<b>use default handler</b><br/>process normally, if an SEF Advanced extension is present it will be used instead. <br/><b>nocache</b><br/>do not store in DB and create old style SEF URLs<br/><b>skip</b><br/>do not make SEF urls for this component<br/>');
|
|
define('_COM_SEF_TT_ADV4','Advanced Options for ');
|
|
define('_COM_SEF_TT_ENABLED','If set to No the default SEF for Joomla/Mambo will be used');
|
|
define('_COM_SEF_TT_FRIENDTRIM_CHAR','Characters to trim from around the URL, separate with |');
|
|
define('_COM_SEF_TT_LOWER','Convert all characters to lowercase characters in the URL','All lowercase');
|
|
define('_COM_SEF_TT_NEWURL','This URL must begin with index.php');
|
|
define('_COM_SEF_TT_OLDURL','Only relative redirection from the Joomla/Mambo root <i>without</i> a the leading slash');
|
|
define('_COM_SEF_TT_PAGEREP_CHAR','Character to use to space page numbers away from the rest of the URL');
|
|
define('_COM_SEF_TT_PAGETEXT','Text to append to url for multiple pages. Use %s to insert page number, by default it will be at end. If a suffix is defined, it will be added to the end of this string.');
|
|
define('_COM_SEF_TT_REPLACE_CHAR','Character to use to replace unknown characters in URL');
|
|
define('_COM_SEF_TT_SH_ACTIVATE_IJOOMLA_MAG', 'If set to <strong>Yes</strong>, the ed parameter if passed to the com_content component will be interpreted as the iJoomla magazine edition id.');
|
|
define('_COM_SEF_TT_SH_ADV_INSERT_ISO', 'For each component installed, and if your site is multi-lingual, choose to insert or not the target language ISO code in the SEF URL. For instance : www.monsite.com/<b>fr</b>/introduction.html. fr stands for french. This code will not be inserted in default language URL.');
|
|
define('_COM_SEF_TT_SH_ADV_MANAGE_URL', 'For each component installed:<br /><b>use default handler</b><br/>process normally, if an SEF Advanced extension is present it will be used instead. <br/><b>nocache</b><br/>do not store in DB and create old style SEF URLs<br/><b>skip</b><br/>do not make SEF urls for this component<br/>');
|
|
define('_COM_SEF_TT_SH_ADV_OVERRIDE_SEF', 'Some components come with their own sef_ext files intended for use with OpenSEF or SEF Advanced. If this parameter is on (Override sef_ext), this extension file will not be used, and sh404SEF own plugin will be used instead (assuming there is one for that particular component). If not, then the component’s own sef_ext file will be used.');
|
|
define('_COM_SEF_TT_SH_ADV_TRANSLATE_URL', 'For each component installed, select if URL should be translated. No effect if site has only one language.');
|
|
define('_COM_SEF_TT_SH_ALWAYS_INSERT_ITEMID', 'If set to yes, the non-sef Itemid (or the current menu item Itemid if none is set in the non-sef URL) will be appended to the SEF URL. This should be used instead of Always insert menu title parameter, if you have several menu items with the same title (as if one in main menu and one in top menu for instance)');
|
|
define('_COM_SEF_TT_SH_ALWAYS_INSERT_MENU_TITLE', 'If set to yes, the menu item title corresponding to the Itemid set up in the non-sef URL, or the current menu item title if no Itemid is set, will be inserted in the SEF URL.');
|
|
define('_COM_SEF_TT_SH_CB_INSERT_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to Community Builder main page will be prepended to all CB SEF URL');
|
|
define('_COM_SEF_TT_SH_CB_INSERT_USER_ID', 'If set to <strong>Yes</strong>, user ID will be prepended to its name <strong>whe previous option is also set to Yes</strong>, just in case two users have the same name.');
|
|
define('_COM_SEF_TT_SH_CB_INSERT_USER_NAME', 'If set to <strong>Yes</strong>, user name will be inserted into SEF URLs. <strong>WARNING</strong>: this can lead to substantial increase in database size, and can slow down site, if you have many registered users. If set to No, the user id will be used instead, using regular format : ..../send-user-email.html?user=245');
|
|
define('_COM_SEF_TT_SH_CB_NAME', 'When the previous parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance.');
|
|
define('_COM_SEF_TT_SH_CB_USE_USER_PSEUDO', 'If set to <strong>Yes</strong>, the user pseudo will be inserted in SEF URL, if you have activated this option above, instead of its actual name.');
|
|
define('_COM_SEF_TT_SH_DEFAULT_MENU_ITEM_NAME', 'When the above parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance');
|
|
define('_COM_SEF_TT_SH_ENCODE_URL', 'If set to Yes, URL will be encoded so as to be compatible with languages having non-latin characters. Encoded URL will look like : mysite.com/%34%56%E8%67%12.....');
|
|
define('_COM_SEF_TT_SH_FB_INSERT_CATEGORY_ID', 'If set to <strong>Yes</strong>, category ID will be prepended to its name <strong>whe previous option is also set to Yes</strong>, just in case two categories have the same name.');
|
|
define('_COM_SEF_TT_SH_FB_INSERT_CATEGORY_NAME', 'If set to Yes, the category name will be inserted into all SEF links to a post or a category');
|
|
define('_COM_SEF_TT_SH_FB_INSERT_MESSAGE_ID', 'If set to <strong>Yes</strong>, each post ID will be prepended to its subject <strong>whe previous option is also set to Yes</strong>, just in case two posts have the same subject.');
|
|
define('_COM_SEF_TT_SH_FB_INSERT_MESSAGE_SUBJECT', 'If set to <strong>Yes</strong>, each post subject will be inserted in the SEF url leading to this post ');
|
|
define('_COM_SEF_TT_SH_FB_INSERT_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to Fireboard main page will be prepended to all Fireboard SEF URL');
|
|
define('_COM_SEF_TT_SH_FB_NAME', 'If set to <strong>yes<strong>, Fireboard name (as defined by Fireboard menu item title) will allways be prepended to SEF URL.');
|
|
define('_COM_SEF_TT_SH_FORCE_NON_SEF_HTTPS', 'If set to Yes, URL will be forced to non sef after switching to SSL mode(HTTPS). This allows operation with some shared SSL servers causing problems otherwise.');
|
|
define('_COM_SEF_TT_SH_GUESS_HOMEPAGE_ITEMID', 'If set to yes, and on homepage only, Itemid of com_content URLs will be removed and replaced by the one sh404SEF guestimates. This is useful when some content elements can be viewed on the frontpage (in blog view for instance), and also on other pages on the site.');
|
|
define('_COM_SEF_TT_SH_IJOOMLA_MAG_NAME', 'When the previous parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance');
|
|
define('_COM_SEF_TT_SH_INSERT_GLOBAL_ITEMID_IF_NONE', 'If no Itemid is set in the non-sef URL before it is turned into an SEF one, and you set this option to true, the curent menu item Itemid will be added to it. This will ensure that, if clicked, the link will stay on the same page (ie: same modules displayed)');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_MAG_ARTICLE_ID', 'If set to <strong>Yes</strong>, article ID will be prepended to each article title inserted in an URL, as in : <br /> mysite.com/Joomla-magazine/<strong>56</strong>-Good-article-title.html');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_MAG_ISSUE_ID', 'If set to <strong>Yes</strong>, the issue unique internal id will be prepended to each issue name, to make sure it is unique.');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_MAG_MAGAZINE_ID', 'If set to <strong>Yes</strong>, magazine ID will be prepended to each magazine name inserted in an URL, as in : <br /> mysite.com/<strong>4</strong>-Joomla-magazine/Good-article-title.html');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_MAG_NAME', 'If set to <strong>yes<strong>, magazine name (as defined by magazine menu item title) will allways be prepended to SEF URL');
|
|
define('_COM_SEF_TT_SH_INSERT_LANGUAGE_CODE', 'If set to <strong>Yes</strong>, the ISO code of the page language will be inserted in the SEF URL, except if language is default site language.');
|
|
define('_COM_SEF_TT_SH_INSERT_NUMERICAL_ID', 'If set to <strong>Yes</strong>, a numerical id will be added to the URL, in order to facilitate inclusion in services such as Google news. The id will follow this format : 2007041100000, where 20070411 is date of creation and 00000 is internal unique id of the content element. You should finally set the date of creation when your content is ready for publishing. Please be aware that you should not change it afterwards.');
|
|
define('_COM_SEF_TT_SH_INSERT_NUMERICAL_ID_CAT_LIST', 'Numerical id will be inserted in sef URLs of content elements found in onl y those categories listed here. You can select multiple categories by pressing and holding the CTRL key before clicking on a category name.');
|
|
define('_COM_SEF_TT_SH_INSERT_PRODUCT_ID', 'If set to Yes, product ID will be prepended to product name in the SEF URL<br />For instance : mysite.com/3-my-very-nice-product.html.<br />This is useful if you do not insert all categories names in URL, as several products may have same name, in various categories. Please note that this is not the product SKU, but rather the internal product id, which is always unique.');
|
|
define('_COM_SEF_TT_SH_INSERT_TITLE_IF_NO_ITEMID', 'If no Itemid is set in the non-sef URL before it is turned into an SEF one, and you set this option to true, the current menu item title will be inserted in the SEF URL. This should be set to true if above parameter is also set to true, as this will prevent -2, -3, -... to be appended to the SEF URL if an article is viewed from different locations');
|
|
define('_COM_SEF_TT_SH_LETTERMAN_DEFAULT_ITEMID', 'Enter Itemid of page to be inserted in Letterman links (unsubscribe, confirmation messages, ...');
|
|
define('_COM_SEF_TT_SH_LIVE_SECURE_SITE', 'Set this to the <strong>full base URL of your site when in SSL mode</strong>.<br />Required only if you use https access. If not set, will default to httpS://normalSiteURL.<br />Please enter full url, without any trailing slash. Example : <strong>https://www.mysite.com</strong> or <strong>https://sharedsslserveur.com/myaccount</strong>.');
|
|
define('_COM_SEF_TT_SH_LOG_404_ERRORS', 'If set to <strong>Yes</strong>, 404 errors will be logged to database. This may help you find errors within your site links. It may also use up uneeded database space, so you can probably disable i when your site has been well tested.');
|
|
define('_COM_SEF_TT_SH_MAX_URL_IN_CACHE', 'When URL cache is activated, this parameter sets its maximum size. Enter the maximum number of URL that can be stored in the cache (additional URL will be processed, but not stored in cache, so loading time will be higher). Roughly speaking, each URL is worth around 200 bytes (100 for the SEF URL and 100 for the non-sef URL). So, for instance, 5000 URLs will use about 1 Mb of memory.');
|
|
define('_COM_SEF_TT_SH_REDIRECT_JOOMLA_SEF_TO_SEF', 'If set to <strong>Yes</strong>, JOOMLA standard SEF url will be 301 redirected to their sh404SEF equivalent, if any in the database. If it does not exists, it will be created on the fly, unless there is some POST data, in which case nothing happens.');
|
|
define('_COM_SEF_TT_SH_REDIRECT_NON_SEF_TO_SEF', 'If set to <strong>Yes</strong>, non-sef URL already existing in the DB will be redirected to their SEF counterpart, using a 301 - Moved permanently redirection. If the SE-URL does not exist, it will be created, except if there are some POST data passed in the page request.');
|
|
define('_COM_SEF_TT_SH_REPLACEMENTS', 'Characters non accepted in URL, such as non-latin or accented, can be replaced as per this replacement table. <br />Format is xxx | yyy for each replacement rule. xxx is the character to be replaced, whereas yyy is the new character. <br />There can be many of this rules, separated by commas (,). Between the old character and the new one, use a | character. <br />Note also that xxx or yyy can be multiple characters, such as in Œ|oe ');
|
|
define('_COM_SEF_TT_SH_SHOP_NAME', 'When the above parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance');
|
|
define('_COM_SEF_TT_SH_TRANSLATE_URL', 'If activated, and site is multi-lingual, SEF URL elements will be translated to the visitor language, as decided by Joomfish. If de-activated, URL will always be in default language of site. Not used if site is not multi-lingual.');
|
|
define('_COM_SEF_TT_SH_USE_URL_CACHE', 'If activated, SEF URL will be written to an in-memory cache, which will increase page load time significantly. This will however use up memory!');
|
|
define('_COM_SEF_TT_SH_VM_ADDITIONAL_TEXT', 'If set to <strong>Yes</strong>, an additional text will be appended to browse categories URL. For instance : ..../category-A/View-all-products.html VS ..../category-A/ .');
|
|
define('_COM_SEF_TT_SH_VM_INSERT_CATEGORIES', 'If set to <strong>None</strong>, no category name will be inserted in a URL leading to a product display, as in : <br /> mysite.com/joomla-cms.html<br />If set to <strong>Only last one</strong>, the name of the category to which the product belongs will be inserted in the SEF URL, as in : <br /> mysite.com/joomla/joomla-cms.html<br />If set to <strong>All nested categories</strong>, the names of all categories to which the product belongs will be added, as in : <br /> mysite.com/software/cms/joomla/joomla-cms.html');
|
|
define('_COM_SEF_TT_SH_VM_INSERT_CATEGORY_ID', 'If set to Yes, category ID will be prepended to each category name inserted in an URL leading to a product, as in : <br /> mysite.com/1-software/4-cms/1-joomla/joomla-cms.html');
|
|
define('_COM_SEF_TT_SH_VM_INSERT_FLYPAGE', 'If set to Yes, the flypage name will be inserted in the URL leading to a product details. Can be deactivated if you use only one flypage.');
|
|
define('_COM_SEF_TT_SH_VM_INSERT_MANUFACTURER_ID', 'If set to Yes, manufacturer ID will be prepended to manufacturer name in the SEF URL<br />For instance : mysite.com/6-manufacturer-name/3-my-very-nice-product.html.');
|
|
define('_COM_SEF_TT_SH_VM_INSERT_MANUFACTURER_NAME', 'If set to Yes, manufacturer name, if any, will be inserted in SEF URL leading to a product.<br />For instance : mysite.com/manufacturer-name/product-name.html');
|
|
define('_COM_SEF_TT_SH_VM_INSERT_SHOP_NAME', 'If set to <strong>yes<strong>, shop name (as defined by shop menu item title) will allways be prepended to SEF URL');
|
|
define('_COM_SEF_TT_SH_VM_USE_PRODUCT_SKU', 'If set to Yes, product SKU, the product code you enter for each product, will be used instead of the product full name.');
|
|
define('_COM_SEF_TT_SHOW_CAT','Set to yes to include the category name in url');
|
|
define('_COM_SEF_TT_SHOW_SECT','Set to yes to include the section name in url');
|
|
define('_COM_SEF_TT_STRIP_CHAR','Characters to strip from the URL, separate with |');
|
|
define('_COM_SEF_TT_SUFFIX','Extension to use for \\\'files\\\'. Leave blank to disable. A common entry here is \\\'html\\\'.');
|
|
define('_COM_SEF_TT_USE_ALIAS','Set to yes to use the title_alias instead of title in the URL');
|
|
define('_COM_SEF_UNWRITEABLE',' <b><font color="red">Unwriteable</font></b>');
|
|
define('_COM_SEF_UPLOAD_OK','File was successfully uploaded');
|
|
define('_COM_SEF_URL','Url');
|
|
define('_COM_SEF_URLEXIST','This URL already exists in the database!');
|
|
define('_COM_SEF_USE_ALIAS','Use Title Alias');
|
|
define('_COM_SEF_USE_DEFAULT','(use default handler)');
|
|
define('_COM_SEF_USING_DEFAULT',' <b><font color="red">Using Default Values</font></b>');
|
|
define('_COM_SEF_VIEW404','View/Edit<br/>404 Logs');
|
|
define('_COM_SEF_VIEW404DESC','View/Edit 404 Logs');
|
|
define('_COM_SEF_VIEWCUSTOM','View/Edit<br/>Custom Redirects');
|
|
define('_COM_SEF_VIEWCUSTOMDESC','View/Edit Custom Redirects');
|
|
define('_COM_SEF_VIEWMODE','ViewMode:');
|
|
define('_COM_SEF_VIEWURL','View/Edit<br/>SEF Urls');
|
|
define('_COM_SEF_VIEWURLDESC','View/Edit SEF Urls');
|
|
define('_COM_SEF_WARNDELETE','WARNING!!!<br/>You are about to delete ');
|
|
define('_COM_SEF_WRITE_ERROR','Error writing config');
|
|
define('_COM_SEF_WRITE_FAILED','Unable to write uploaded file to media directory');
|
|
define('_COM_SEF_WRITEABLE',' <b><font color="green">Writeable</font></b>');
|
|
define('_FULL_TITLE', 'Full Title');
|
|
define('_PREVIEW_CLOSE','Close this window');
|
|
define('_TITLE_ALIAS', 'Title Alias');
|
|
|
|
// V 1.2.4.s
|
|
define('_COM_SEF_SH_DOCMAN_TITLE', 'Docman configuration');
|
|
define('_COM_SEF_SH_DOCMAN_INSERT_NAME', 'Insert Docman name');
|
|
define('_COM_SEF_TT_SH_DOCMAN_INSERT_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to Docman main page will be prepended to all Docman SEF URL');
|
|
define('_COM_SEF_SH_DOCMAN_NAME', 'Default Docman name');
|
|
define('_COM_SEF_TT_SH_DOCMAN_NAME', 'When the previous parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance.');
|
|
define('_COM_SEF_SH_DOCMAN_INSERT_DOC_ID', 'Insert document ID');
|
|
define('_COM_SEF_TT_SH_DOCMAN_INSERT_DOC_ID', 'If set to <strong>Yes</strong>, document ID will be prepended to a document name, which is needed in case some documents have identical names.');
|
|
define('_COM_SEF_SH_DOCMAN_INSERT_DOC_NAME', 'Insert document name');
|
|
define('_COM_SEF_TT_SH_DOCMAN_INSERT_DOC_NAME', 'If set to <strong>Yes</strong>, a document name will be inserted in all SEF URL leading to an action on this document');
|
|
define('_COM_SEF_SH_MYBLOG_TITLE', 'MyBlog Configuration');
|
|
define('_COM_SEF_SH_MYBLOG_INSERT_NAME', 'Insert MyBlog name');
|
|
define('_COM_SEF_TT_SH_MYBLOG_INSERT_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to MyBlog main page will be prepended to all MyBlog SEF URL');
|
|
define('_COM_SEF_SH_MYBLOG_NAME', 'Default Myblog name');
|
|
define('_COM_SEF_TT_SH_MYBLOG_NAME', 'When the previous parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance.');
|
|
define('_COM_SEF_SH_MYBLOG_INSERT_POST_ID', 'Insert post ID');
|
|
define('_COM_SEF_TT_SH_MYBLOG_INSERT_POST_ID', 'If set to <strong>Yes</strong>, internal post ID will be prepended to the post title, which is needed in case several posts have identical titles.');
|
|
define('_COM_SEF_SH_MYBLOG_INSERT_TAG_ID', 'Insert tag id');
|
|
define('_COM_SEF_TT_SH_MYBLOG_INSERT_TAG_ID', 'If set to <strong>Yes</strong>, internal tag ID will be prepended to the tag name, which is needed in case several tags are identical, or in case of interference with other a category name.');
|
|
define('_COM_SEF_SH_MYBLOG_INSERT_BLOGGER_ID', 'Insert blogger id');
|
|
define('_COM_SEF_TT_SH_MYBLOG_INSERT_BLOGGER_ID', 'If set to <strong>Yes</strong>, internal blogger ID will be prepended to the blogger name, which is needed in case several bloggers have the same name.');
|
|
define('_COM_SEF_SH_RW_MODE_NORMAL', 'with .htaccess (mod_rewrite)');
|
|
define('_COM_SEF_SH_RW_MODE_INDEXPHP', 'without .htaccess (index.php)');
|
|
define('_COM_SEF_SH_RW_MODE_INDEXPHP2', 'without .htaccess (index.php?)');
|
|
define('_COM_SEF_SH_SELECT_REWRITE_MODE', 'Rewriting mode');
|
|
define('_COM_SEF_TT_SH_SELECT_REWRITE_MODE', 'Select a rewriting mode for sh404SEF.<br /><strong>with .htaccess (mod_rewrite)</strong><br />Default mode : you must have a .htacces file, properly configured to match your server configuration<br /><strong>without .htaccess (index.php)</strong><br /><strong>EXPERIMENTAL :</strong>You don’t need a .htaccess file. This mode uses the PathInfo function of Apache servers. URLs will have an added /index.php/ bit at the beginning. It is not impossible that IIS servers also accept these URLS<br /><strong>without .htaccess (index.php?)</strong><br /><strong>EXPERIMENTAL :</strong>You don’t need a .htaccess file. This mode is identical to the previous one, except for the fact that /index.php?/ is used instead of /index.php/. Again, IIS servers may accept these URLs<br />');
|
|
define('_COM_SEF_SH_RECORD_DUPLICATES', 'Record duplicated URL');
|
|
define('_COM_SEF_TT_SH_RECORD_DUPLICATES', 'If set to <strong>Yes</strong>, sh404SEF will record in the DB all non sef URL that yield the same SEF url. This will aloow you to choose which one you prefer, using the Manage Duplicates function on the SEF URL display list.');
|
|
define('_COM_SEF_META_TITLE', 'Title tag');
|
|
define('_COM_SEF_TT_META_TITLE', 'Enter the text to be inserted in the <strong>META Title</strong> tag for currently selected URL.');
|
|
define('_COM_SEF_META_DESC', 'Description tag');
|
|
define('_COM_SEF_TT_META_DESC', 'Enter the text to be inserted in the <strong>META Description</strong> tag for currently selected URL.');
|
|
define('_COM_SEF_META_KEYWORDS', 'Keywords tag');
|
|
define('_COM_SEF_TT_META_KEYWORDS', 'Enter the text to be inserted in the <strong>META keywords</strong> tag for currently selected URL. Every words or group of words must be comma separated.');
|
|
define('_COM_SEF_META_ROBOTS', 'Robots tag');
|
|
define('_COM_SEF_TT_META_ROBOTS', 'Enter the text to be inserted in the <strong>META Robots</strong> tag for currently selected URL. This tag tells search engines whether they must follow links on the current page, and what to do with the content of this current page. Common values :<br /><strong>INDEX,FOLLOW</strong> : index current page content, and follow all links found on the page<br /><strong>INDEX,NO FOLLOW</strong> : index current page content, but do not follow links found within the page<br /><strong>NO INDEX, NO FOLLOW</strong> : do not index the current page content, and do not follow links found within the page<br />');
|
|
define('_COM_SEF_META_LANG', 'Language tag');
|
|
define('_COM_SEF_TT_META_LANG', 'Enter the text to be inserted in the <strong>META http-equiv= Content-Language </strong> tag for currently selected URL. ');
|
|
define('_COM_SEF_SH_CONF_TAB_META', 'Meta/SEO');
|
|
define('_COM_SEF_SH_CONF_META_DOC', 'WARNING : To activate Title, Description, Keywords, Robots and language tags management, <strong>you must publish the shCustomTags module</strong>, which was automatically installed together with sh404SEF. The <strong>position</strong> in which you publish this module matters very much for proper operation. Please refer to the module own documentation, dispayed in backend parameters screen. <br/>sh404SEF has several plugins to <strong>automatically</strong> create META tags for some components. Don’t create them manually unless the automatically created ones don’t suit you !!<br>');
|
|
define('_COM_SEF_SH_REMOVE_JOOMLA_GENERATOR', 'Remove Joomla Generator tag');
|
|
define('_COM_SEF_TT_SH_REMOVE_JOOMLA_GENERATOR', 'If set to <strong>Yes</strong>, the Generator = Joomla meta tag will be removed from every page where shCustomTags module is published');
|
|
define('_COM_SEF_SH_PUT_H1_TAG', 'Insert h1 tags');
|
|
define('_COM_SEF_TT_SH_PUT_H1_TAG', 'If set to <strong>Yes</strong>, regular content titles will be placed within h1 tags. These titles are normally placed by Joomla in a CSS class which name begins with <strong>contentheading</strong>.');
|
|
define('_COM_SEF_SH_META_MANAGEMENT_ACTIVATED', 'Activate Meta management');
|
|
define('_COM_SEF_TT_SH_META_MANAGEMENT_ACTIVATED', 'If set to <strong>Yes</strong>, Title, Description, Keywords, Robots and Language META tags will be managed by sh404SEF (and its shCustomTags module). Otherwise, original vaues produced by Joomla and/or other components will be left untouched. ');
|
|
define('_COM_SEF_TITLE_META_MANAGEMENT', 'Meta tags management');
|
|
define('_COM_SEF_META_EDIT', 'Modify tags');
|
|
define('_COM_SEF_META_ADD', 'Add tags');
|
|
define('_COM_SEF_META_TAGS', 'META tags');
|
|
define('_COM_SEF_META_TAGS_DESC', 'Create/modify Meta tags');
|
|
define('_COM_SEF_PURGE_META_DESC', 'Purge meta tags');
|
|
define('_COM_SEF_PURGE_META', 'Delete META');
|
|
define('_COM_SEF_IMPORT_EXPORT_META', 'Import/ export META');
|
|
define('_COM_SEF_NEW_META', 'New META');
|
|
define('_COM_SEF_NEWURL_META', 'Non SEF url');
|
|
define('_COM_SEF_TT_NEWURL_META', 'Enter the non SEF URL for which you whish to set Meta tags. WARNING: it must starts with by <strong>index.php</strong>!');
|
|
define('_COM_SEF_BAD_META', 'Please check your data: some input is not valid.');
|
|
define('_COM_SEF_META_TITLE_PURGE', 'Erase Meta tags');
|
|
define('_COM_SEF_META_SUCCESS_PURGE', 'Meta tags erased');
|
|
define('_COM_SEF_IMPORT_META', 'Import Meta tags');
|
|
define('_COM_SEF_EXPORT_META', 'Export Meta tags');
|
|
define('_COM_SEF_IMPORT_META_OK', 'Meta tags successfully imported');
|
|
define('_COM_SEF_SELECT_ONE_URL', 'Please select one (and only one) URL.');
|
|
define('_COM_SEF_MANAGE_DUPLICATES', 'URL management for : ');
|
|
define('_COM_SEF_MANAGE_DUPLICATES_RANK', 'Rank');
|
|
define('_COM_SEF_MANAGE_DUPLICATES_BUTTON', 'Duplicate URL');
|
|
define('_COM_SEF_MANAGE_MAKE_MAIN_URL', 'Main URL');
|
|
define('_COM_SEF_BAD_DUPLICATES_DATA', 'Error : invalid URL data');
|
|
define('_COM_SEF_BAD_DUPLICATES_NOTHING_TO_DO', 'This URL is already the main URL');
|
|
define('_COM_SEF_MAKE_MAIN_URL_OK', 'Operation successfully completed');
|
|
define('_COM_SEF_MAKE_MAIN_URL_ERROR', 'An error occured, operation failure');
|
|
define('_COM_SEF_SH_CONTENT_TITLE', 'Content configuration');
|
|
define('_COM_SEF_SH_INSERT_CONTENT_TABLE_NAME', 'Insert content table name');
|
|
define('_COM_SEF_TT_SH_INSERT_CONTENT_TABLE_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to a table of articles (category or section) will be prepended to its SEF URL. This allow segragating table display from blog displays.');
|
|
define('_COM_SEF_SH_CONTENT_TABLE_NAME', 'Default table views name');
|
|
define('_COM_SEF_TT_SH_CONTENT_TABLE_NAME', 'When the previous parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance.');
|
|
define('_COM_SEF_SH_REDIRECT_WWW', '301 redirect www/non-www');
|
|
define('_COM_SEF_TT_SH_REDIRECT_WWW', 'If set to Yes, sh404SEF will do a 301 redirection if the site is accessed without www if site URL starts with www, or if site is accessed with a leading www while its main URL does not have www. Will prevent duplicate content penalties, and some issues depending on your Apache server config, as well as problems with Joomla (WYSYWIG editors)');
|
|
define('_COM_SEF_SH_INSERT_PRODUCT_NAME', 'Insert product name');
|
|
define('_COM_SEF_TT_SH_INSERT_PRODUCT_NAME', 'If set to Yes, product name will be inserted in URL');
|
|
define('_COM_SEF_SH_VM_USE_PRODUCT_SKU_124S', 'Insert product code');
|
|
define('_COM_SEF_TT_SH_VM_USE_PRODUCT_SKU_124S', 'If set to Yes, product code (called SKU in Virtuemart) will be inserted in URL.');
|
|
|
|
// V 1.2.4.t
|
|
define('_COM_SEF_SH_DOCMAN_INSERT_CAT_ID', 'Insert category id');
|
|
define('_COM_SEF_TT_SH_DOCMAN_INSERT_CAT_ID', 'If set to <strong>Yes</strong>, category ID will be prepended to its name <strong>when previous option is also set to Yes</strong>, just in case two categories have the same name.');
|
|
define('_COM_SEF_SH_DOCMAN_INSERT_CATEGORIES', 'Insert category name');
|
|
define('_COM_SEF_TT_SH_DOCMAN_INSERT_CATEGORIES', 'If set to <strong>None</strong>, no category name will be inserted in URL, as in : <br /> mysite.com/joomla-cms.html<br />If set to <strong>Only last one</strong>, the category name will be inserted in the SEF URL, as in : <br /> mysite.com/joomla/joomla-cms.html<br />If set to <strong>All nested categories</strong>, the names of all categories will be added, as in : <br /> mysite.com/software/cms/joomla/joomla-cms.html');
|
|
define('_COM_SEF_SH_FORCED_HOMEPAGE', 'Home page URL');
|
|
define('_COM_SEF_TT_SH_FORCED_HOMEPAGE', 'You can enter here a forced home page URL. Useful if you have setup a ’splash page’ usually a index.html file, which is displayed when you browse www.mysite.com. If so, type the following URL: www.mysite.com/index.php (no trailing /), so that the Joomla site is displayed when the Home link of main menu or pathway is clicked');
|
|
define('_COM_SEF_SH_INSERT_CONTENT_BLOG_NAME', 'Insert blog view name');
|
|
define('_COM_SEF_TT_SH_INSERT_CONTENT_BLOG_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to a blog of articles (category or section) will be prepended to its SEF URL. This allow segregating table displays from blog displays.');
|
|
define('_COM_SEF_SH_CONTENT_BLOG_NAME', 'Default blog views name');
|
|
define('_COM_SEF_TT_SH_CONTENT_BLOG_NAME', 'When the previous parameter is set to Yes, you can override the text inserted in the SEF URL here. Note that this text will be invariant, and will not be translated for instance.');
|
|
define('_COM_SEF_SH_MTREE_TITLE', 'Mosets TreeConfiguration');
|
|
define('_COM_SEF_SH_MTREE_INSERT_NAME', 'Insert MTree name');
|
|
define('_COM_SEF_TT_SH_MTREE_INSERT_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to Mosets Tree will be prepended to its SEF URL.');
|
|
define('_COM_SEF_SH_MTREE_NAME', 'Default MTree name');
|
|
define('_COM_SEF_SH_MTREE_INSERT_LISTING_ID', 'Insert listing ID');
|
|
define('_COM_SEF_TT_SH_MTREE_INSERT_LISTING_ID', 'If set to <strong>Yes</strong>, a listing ID will be prepended to its name, just in case two listings have the same name.');
|
|
define('_COM_SEF_SH_MTREE_PREPEND_LISTING_ID', 'Prepend ID to name');
|
|
define('_COM_SEF_TT_SH_MTREE_PREPEND_LISTING_ID', 'If set to <strong>Yes</strong>, when previous option is also set to Yes, the ID will be <strong>prepended</strong> to the listing name. If set to No, it will be <strong>appended</strong>.');
|
|
define('_COM_SEF_SH_MTREE_INSERT_LISTING_NAME', 'Insert listing name');
|
|
define('_COM_SEF_TT_SH_MTREE_INSERT_LISTING_NAME', 'If set to <strong>Yes</strong>, a listing name will be inserted in all URL leading to an action on this listing.');
|
|
|
|
define('_COM_SEF_SH_IJOOMLA_NEWSP_TITLE', 'News Portal configuration');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_NEWSP_NAME', 'Insert News Portal name');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_NEWSP_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to iJoomla News Portal will be prepended to its SEF URL.');
|
|
define('_COM_SEF_SH_IJOOMLA_NEWSP_NAME', 'Default News Portal name');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_NEWSP_CAT_ID', 'Insert category ID');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_NEWSP_CAT_ID', 'If set to <strong>Yes</strong>, a category ID will be prepended to its name, just in case two listings have the same name.');
|
|
define('_COM_SEF_SH_INSERT_IJOOMLA_NEWSP_SECTION_ID', 'Insert section ID');
|
|
define('_COM_SEF_TT_SH_INSERT_IJOOMLA_NEWSP_SECTION_ID', 'If set to <strong>Yes</strong>, a category ID will be prepended to its name, just in case two listings have the same name.');
|
|
define('_COM_SEF_SH_REMO_TITLE', 'Remository configuration');
|
|
define('_COM_SEF_SH_REMO_INSERT_NAME', 'Insert Remository name');
|
|
define('_COM_SEF_TT_SH_REMO_INSERT_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to Remository will be prepended to its SEF URL.');
|
|
define('_COM_SEF_SH_REMO_NAME', 'Default Remository name');
|
|
define('_COM_SEF_SH_CB_SHORT_USER_URL', 'Short URL to user profile');
|
|
define('_COM_SEF_TT_SH_CB_SHORT_USER_URL', 'If set to <strong>Yes</strong>, a user will be able to access his/her profile through a short URL, similar to www.mysite.com/username. Before activating this option, make sure this will not generate any conflict with existing URL in the site.');
|
|
define('_COM_SEF_NEW_HOME_META', 'Home page Meta');
|
|
define('_COM_SEF_CONF_ERASE_HOME_META', 'Do you really want to delete home page title and meta tags ?');
|
|
define('_COM_SEF_SH_UPGRADE_TITLE', 'Upgrade configuration');
|
|
define('_COM_SEF_SH_UPGRADE_KEEP_URL', 'Preserve automatic URL');
|
|
define('_COM_SEF_TT_SH_UPGRADE_KEEP_URL', 'If set to <strong>Yes</strong>, SEF URL automatically generated by sh40SEF will be stored and preserved when you unistall the component. This way, you will find them back when you install a new version, with no additional action required.');
|
|
define('_COM_SEF_SH_UPGRADE_KEEP_CUSTOM', 'Preserve custom URL');
|
|
define('_COM_SEF_TT_SH_UPGRADE_KEEP_CUSTOM', 'If set to <strong>Yes</strong>, custom SEF URL you may have entered will be stored and preserved when you unistall the component. This way, you will find them back when you install a new version, with no additional action required.');
|
|
define('_COM_SEF_SH_UPGRADE_KEEP_META', 'Preserve Title and meta');
|
|
define('_COM_SEF_TT_SH_UPGRADE_KEEP_META', 'If set to <strong>Yes</strong>, custom Title and Meta tags you may have entered will be stored and preserved when you unistall the component. This way, you will find them back when you install a new version, with no additional action required.');
|
|
define('_COM_SEF_SH_UPGRADE_KEEP_MODULES', 'Preserve modules parameters');
|
|
define('_COM_SEF_TT_SH_UPGRADE_KEEP_MODULES', 'If set to <strong>Yes</strong>, current publication parameters like position, order, titles, etc of shJoomfish and shCustomtags modules will be stored and preserved when you unistall the component. This way, you will find them back when you install a new version, with no additional action required.');
|
|
define('_COM_SEF_IMPORT_OPEN_SEF','Import redirections from OpenSEF');
|
|
define('_COM_SEF_IMPORT_ALL','Import redirections');
|
|
define('_COM_SEF_EXPORT_ALL','Export redirections');
|
|
define('_COM_SEF_IMPORT_EXPORT_CUSTOM','Import/Export custom redirections');
|
|
define('_COM_SEF_DUPLICATE_NOT_ALLOWED', 'This URL already exists, while you have not allowed duplicate URL');
|
|
define('_COM_SEF_SH_INSERT_CONTENT_MULTIPAGES_TITLE', 'Activate multipage article smart titles');
|
|
define('_COM_SEF_TT_SH_INSERT_CONTENT_MULTIPAGES_TITLE', 'If set to Yes, for multi-pages article (those with a Table of content), sh404SEF will use the page titles inserted using the mospagebreak command : {mospagebreak title=Next_Page_Title & heading=Previous_Page_Title}, instead of the page number<br />For instance, a SEF URL similar to www.mysite.com/user-documentation/<strong>Page-2</strong>.html will now be replaced by www.mysite.com/user-documentation/<strong>Getting-started-with-sh404SEF</strong>.html.');
|
|
|
|
// v x
|
|
define('_COM_SEF_SH_UPGRADE_KEEP_CONFIG', 'Preserve configuration');
|
|
define('_COM_SEF_TT_SH_UPGRADE_KEEP_CONFIG', 'If set to Yes, all configuration parameters will be stored and preserved when you unistall the component. This way, you will find them back when you install a new version, with no additional action required.');
|
|
define('_COM_SEF_SH_CONF_TAB_SECURITY', 'Security');
|
|
define('_COM_SEF_SH_SECURITY_TITLE', 'Security configuration');
|
|
define('_COM_SEF_SH_HONEYPOT_TITLE', 'Project Honey Pot configuration');
|
|
define('_COM_SEF_SH_CONF_HONEYPOT_DOC', 'Project Honey Pot is an initiative aiming at protecting web sites from spam robots. It provides a database to check a visitor IP address against known robots. Using this database requires an access key (free) you will have to obtain <a href="http://www.projecthoneypot.org/httpbl_configure.php">from the project web site</a><br />(You must create an account before requesting your access key - this is free as well). If you can, consider helping the project by setting up `traps` in your webspace, to help identify spam robots.');
|
|
define('_COM_SEF_SH_ACTIVATE_SECURITY', 'Activate security functions');
|
|
define('_COM_SEF_TT_SH_ACTIVATE_SECURITY', 'If set to Yes, sh404SEF will do some basic checks on the URLs requested to your web site, in order to protect it agains common attacks.');
|
|
define('_COM_SEF_SH_LOG_ATTACKS', 'Log attacks');
|
|
define('_COM_SEF_TT_SH_LOG_ATTACKS', 'If set to Yes, attacks identified will be logged to a text file, including IP address of attacker and page request made.<br />There is one log file per month. They are located in the <site root>/administrator/com_sef/logs directory. You can download them using FTP, or use a Joomla utility such as Joomla Explorer to view them. They are TAB separated text file, so your spreadsheet software should open then up easily, probably the easiest way to view them.');
|
|
define('_COM_SEF_SH_CHECK_HONEY_POT', 'Use Project Honey Pot');
|
|
define('_COM_SEF_TT_SH_CHECK_HONEY_POT', 'If set to Yes, your visitors IP address will be checked against Project Hoeny Pot database, using their HTTP:BL service. It is free, but requires getting an access key from their web site.');
|
|
define('_COM_SEF_SH_HONEYPOT_KEY', 'Project Honey Pot access key');
|
|
define('_COM_SEF_TT_SH_HONEYPOT_KEY', 'If the Use Project Honey Pot option is activated, you must obtain an access key from P.H.P. Type the received access key here. It is a 12 characters string.');
|
|
define('_COM_SEF_SH_HONEYPOT_ENTRANCE_TEXT', 'Alternative entry text');
|
|
define('_COM_SEF_TT_SH_HONEYPOT_ENTRANCE_TEXT', 'If a visitor IP address has been tagged as suspicious by Project Honey Pot, access will be denied (403 result code). <br />However, in case of false detection, the text typed here will be shown to the visitor, with a linl he/she must click to actually access the site. Only a human can read and understand such text, and the robot cannot access the link. <br />You can adjust this text to your liking.' );
|
|
define('_COM_SEF_SH_SMELLYPOT_TEXT', 'Robot trap text');
|
|
define('_COM_SEF_TT_SH_SMELLYPOT_TEXT', 'When a spam robot has been identified through Project Honey Pot, and access has been denied, a link is added at the bottom of the deny screen, in order to have Project Honey Pot record the robot action. A message is also added to prevent real people to click on that link, in case they were wrongly flagged. ');
|
|
define('_COM_SEF_SH_ONLY_NUM_VARS', 'Numeric parameters');
|
|
define('_COM_SEF_TT_SH_ONLY_NUM_VARS', 'Parameter names put in this list will be checked for being only numeric : digits 0 to 9 only. Enter one parameter per line.');
|
|
define('_COM_SEF_SH_ONLY_ALPHA_NUM_VARS', 'Alpha-numeric parameters');
|
|
define('_COM_SEF_TT_SH_ONLY_ALPHA_NUM_VARS', 'Parameter names put in this list will be checked for being only alpha-numeric : digits from 0 to 9, and letters a through z. Enter one parameter per line');
|
|
define('_COM_SEF_SH_NO_PROTOCOL_VARS', 'Check hyperlinks in parameters');
|
|
define('_COM_SEF_TT_SH_NO_PROTOCOL_VARS', 'Parameter names put in this list will be checked for not having hyperlinks in them, starting with http://, https://, ftp:// ');
|
|
define('_COM_SEF_SH_IP_WHITE_LIST', 'IP white list');
|
|
define('_COM_SEF_TT_SH_IP_WHITE_LIST', 'Any page request coming from an IP address on this list will be <stong>accepted</strong>, assuming the URL passes the above mentioned checks. Enter one IP per line.<br />You can use * as a wildcard, as in : 192.168.0.*. This will comprise IP from 192.168.0.0 through 192.168.0.255.');
|
|
define('_COM_SEF_SH_IP_BLACK_LIST', 'IP black list');
|
|
define('_COM_SEF_TT_SH_IP_BLACK_LIST', 'Any page request coming from an IP address on this list will be <strong>denied</strong>, assuming the URL passes the above mentioned checks. Enter one IP per line.<br />You can use * as a wildcard, as in : 192.168.0.*. This will comprise IP from 192.168.0.1 through 192.168.0.255.');
|
|
define('_COM_SEF_SH_UAGENT_WHITE_LIST', 'UserAgent white list');
|
|
define('_COM_SEF_TT_SH_UAGENT_WHITE_LIST', 'Any request made with a UserAgent string on this list will be <stong>accepted</strong>, assuming the URL passes the above mentioned checks. Enter one UserAgent string per line.');
|
|
define('_COM_SEF_SH_UAGENT_BLACK_LIST', 'UserAgent black list');
|
|
define('_COM_SEF_TT_SH_UAGENT_BLACK_LIST', 'Any request made with a UserAgent string on this list will be <strong>denied</strong>, assuming the URL passes the above mentioned checks. Enter one IP per line.');
|
|
define('_COM_SEF_SH_MONTHS_TO_KEEP_LOGS', 'Months to keep security logs');
|
|
define('_COM_SEF_TT_SH_MONTHS_TO_KEEP_LOGS', 'If logging of attacks is activated, you can set here the number of months to keep these log files. For instance, setting this to 1 means that the current month PLUS the month before will be kept available. Previous months log files will be deleted.');
|
|
define('_COM_SEF_SH_ANTIFLOOD_TITLE', 'Anti-flood configuration');
|
|
define('_COM_SEF_SH_ACTIVATE_ANTIFLOOD', 'Activate anti-flood');
|
|
define('_COM_SEF_TT_SH_ACTIVATE_ANTIFLOOD', 'If set to Yes, sh404SEF will check that any given IP address will not make too many page request to your site. By making many requests, close to each other, a pirate can make your site unusable by simply overloading it.');
|
|
define('_COM_SEF_SH_ANTIFLOOD_ONLY_ON_POST', 'Only if POST data (forms)');
|
|
define('_COM_SEF_TT_SH_ANTIFLOOD_ONLY_ON_POST', 'If set to Yes, this control will only happen if there are some POST data in the page request. This is usually the case in form pages, so you may limit anti-flood control to forms only to help protect your site agains comment spamming robots.');
|
|
define('_COM_SEF_SH_ANTIFLOOD_PERIOD', 'Anti-flood control');
|
|
define('_COM_SEF_TT_SH_ANTIFLOOD_PERIOD', 'Time (in seconds) over which the number of requests from the same IP address will controled');
|
|
define('_COM_SEF_SH_ANTIFLOOD_COUNT', 'Max number of requests');
|
|
define('_COM_SEF_TT_SH_ANTIFLOOD_COUNT', 'Number of request that will trigger blocking pages for the offending IP address. For instance, entering Period = 10 and Number of requests = 4 will block access (return of a 403 code, and almost blank page) as soon as 4 requests will have been received from a given IP address in less than 10 seconds. Of course, access will be blocked only for this IP address, not for your other visitors.');
|
|
define('_COM_SEF_SH_CONF_TAB_LANGUAGES', 'Languages');
|
|
define('_COM_SEF_SH_DEFAULT', 'Default');
|
|
define('_COM_SEF_SH_YES', 'Yes');
|
|
define('_COM_SEF_SH_NO', 'No');
|
|
define('_COM_SEF_TT_SH_INSERT_LANGUAGE_CODE_PER_LANG', 'If set to Yes, language code will be inserted in URL for <strong>this language</strong>. If set to No, language code will never be inserted. If set to Default, language code will be inserted for all languages but default language of the site.');
|
|
define('_COM_SEF_TT_SH_TRANSLATE_URL_PER_LANG', 'If set to Yes, and your site is multi-lingual, your URL will be translated for URL <strong>in this language</strong>, as per Joomfish settings. If set to No, URL will never be translated. If set to Default, they will also be translated. Has no effect on mono-lingual sites.');
|
|
define('_COM_SEF_TT_SH_INSERT_LANGUAGE_CODE_GEN', 'If set to Yes, a language code will be inserted in URL built by sh404SEF. You can also have a per language setting (see below).');
|
|
define('_COM_SEF_TT_SH_TRANSLATE_URL_GEN', 'If set to Yes, an,d your site is multi-lingual, URL will be translated into your visitor language, as per Joomfish settings. Otherwise, URL will stay in the site default language. You can also have a per language setting (see below)');
|
|
define('_COM_SEF_SH_ADV_COMP_DEFAULT_STRING', 'Default name');
|
|
define('_COM_SEF_TT_SH_ADV_COMP_DEFAULT_STRING', 'If you enter here a text string, it will be inserted at the beginning of all URL for that component. Not used normally, only here for backward compatibility with old URL from other SEF components.');
|
|
define('_COM_SEF_TT_SH_NAME_BY_COMP', '. <br />You can type in a name that will be used instead of the menu element name. To do this, please go to the <strong>By component</strong> tab. Note that this text will be invariant, and will not be translated for instance.');
|
|
define('_COM_SEF_STANDARD_ADMIN', 'Click here to switch to standard display (with only main parameters)');
|
|
define('_COM_SEF_ADVANCED_ADMIN', 'Click here to switch to extended display (with all available parameters)');
|
|
define('_COM_SEF_SH_MULTIPLE_H1_TO_H2', 'Change multiple h1 in h2');
|
|
define('_COM_SEF_TT_SH_MULTIPLE_H1_TO_H2', 'If set to Yes, and there are several instances of h1 tags on a page, they wil lbe turned into h2 tags.<br />If there is only one h1 tag on a page, it will left untouched.');
|
|
define('_COM_SEF_SH_INSERT_NOFOLLOW_PDF_PRINT', 'Insert nofollow tag on Print and PDF links');
|
|
define('_COM_SEF_TT_SH_INSERT_NOFOLLOW_PDF_PRINT', 'If set to Yes, rel=nofollow attributes will be added to all PDF and Print links created by Joomla. This reduce duplicate content seen by search engines.');
|
|
define('_COM_SEF_SH_INSERT_READMORE_PAGE_TITLE', 'Insert title in Read more ... links');
|
|
define('_COM_SEF_TT_SH_INSERT_READMORE_PAGE_TITLE', 'If set to Yes, and a Read more link is displayed on a page, the corresponding content title will be inserted in the link, to improve the link weight in search engines');
|
|
|
|
define('_COM_SEF_VM_USE_ITEMS_PER_PAGE', 'Using Items per page drop-down list');
|
|
define('_COM_SEF_TT_VM_USE_ITEMS_PER_PAGE', 'If set to Yes, URLs will be adjusted to allow for using drop-down lists to let user select the number of items per page. If you don’t use such drop-down lists, AND your URLs are already indexed by search engines, you can set it to NO to keep your existing URL. ');
|
|
define('_COM_SEF_SH_CHECK_POST_DATA', 'Check also forms data (POST)');
|
|
define('_COM_SEF_TT_SH_CHECK_POST_DATA', 'If set to Yes, data coming from input forms will be checked against passing config variables or similar threats. This may cause unneeded blockages if you have, for instance, a forum where users may discuss such things as Joomla programming or similar. They may then want to discuss the exact text strings we are looking for as a potential attack. You should then disable this feature if you experience unappropriate forbidden access');
|
|
define('_COM_SEF_SH_SEC_STATS_TITLE', 'Security stats');
|
|
define('_COM_SEF_SH_SEC_STATS_UPDATE', 'Update');
|
|
define('_COM_SEF_SH_TOTAL_ATTACKS', 'Attacks count');
|
|
define('_COM_SEF_SH_TOTAL_CONFIG_VARS', 'mosConfig var in URL');
|
|
define('_COM_SEF_SH_TOTAL_BASE64', 'Base64 injection');
|
|
define('_COM_SEF_SH_TOTAL_SCRIPTS', 'Script injection');
|
|
define('_COM_SEF_SH_TOTAL_STANDARD_VARS', 'Illegal standard vars');
|
|
define('_COM_SEF_SH_TOTAL_IMG_TXT_CMD', 'remote file inclusion');
|
|
define('_COM_SEF_SH_TOTAL_IP_DENIED', 'IP address denied');
|
|
define('_COM_SEF_SH_TOTAL_USER_AGENT_DENIED', 'User agent denied');
|
|
define('_COM_SEF_SH_TOTAL_FLOODING', 'Too many requests (flooding)');
|
|
define('_COM_SEF_SH_TOTAL_PHP', 'Rejected by Project Honey Pot');
|
|
define('_COM_SEF_SH_TOTAL_PER_HOUR', ' /h');
|
|
define('_COM_SEF_SH_SEC_DEACTIVATED', 'Sec. functions not in use');
|
|
define('_COM_SEF_SH_TOTAL_PHP_USER_CLICKED', 'PHP, but user clicked');
|
|
define('_COM_SEF_SH_COM_SMF_TITLE', 'SMF bridge');
|
|
define('_COM_SEF_SH_INSERT_SMF_NAME', 'Insert forum name');
|
|
define('_COM_SEF_TT_SH_INSERT_SMF_NAME', 'If set to <strong>Yes</strong>, the menu element title leading to the forum main page will be prepended to all forum SEF URL');
|
|
define('_COM_SEF_SH_SMF_ITEMS_PER_PAGE', 'Items per page');
|
|
define('_COM_SEF_TT_SH_SMF_ITEMS_PER_PAGE', 'Number of items displayed on a single page of forum');
|
|
define('_COM_SEF_SH_INSERT_SMF_BOARD_ID', 'Insert forum id');
|
|
define('_COM_SEF_TT_SH_INSERT_SMF_BOARD_ID', _COM_SEF_TT_SH_FB_INSERT_CATEGORY_NAME);
|
|
define('_COM_SEF_SH_INSERT_SMF_TOPIC_ID', 'Insert topic id');
|
|
define('_COM_SEF_TT_SH_INSERT_SMF_TOPIC_ID', _COM_SEF_TT_SH_FB_INSERT_MESSAGE_ID);
|
|
define('_COM_SEF_SH_INSERT_SMF_USER_NAME', 'Insert user name');
|
|
define('_COM_SEF_TT_SH_INSERT_SMF_USER_NAME', 'If set to <strong>Yes</strong>, a user name will be inserted in each URL instead of if its id. This uses space in the DB, as a unique URl is created for each user and each function (view profile, pm, etc)');
|
|
define('_COM_SEF_SH_INSERT_SMF_USER_ID', 'Insert user id');
|
|
define('_COM_SEF_TT_SH_INSERT_SMF_USER_ID', 'If set to <strong>Yes</strong>, a user name will always be prepended with its internal id, making sure it is unique');
|
|
define('_COM_SEF_SH_PREPEND_TO_PAGE_TITLE', 'Insert before page title');
|
|
define('_COM_SEF_TT_SH_PREPEND_TO_PAGE_TITLE', 'Any text entered her will be prepended to all page title tags.');
|
|
define('_COM_SEF_SH_APPEND_TO_PAGE_TITLE', 'Append to page title');
|
|
define('_COM_SEF_TT_SH_APPEND_TO_PAGE_TITLE', 'Any text entered here will be appended to all page title tags.');
|
|
define('_COM_SEF_SH_DEBUG_TO_LOG_FILE', 'Log debug info to file');
|
|
define('_COM_SEF_TT_SH_DEBUG_TO_LOG_FILE', 'If set to Yes, sh404SEF will log to a text file many internal information. This data will help us troubleshoot problems you may be facing using sh404SEF. <br/>Warning: this file can quickly become fairly big. Also, this function will certainly slow down your site. Be sure to turn it on only when required. For this reason, it will de-activate automaticaly one hour after being started. Just turn it off then on again to activate it again. The log file is located in /administrator/components/com_sef/logs/ ');
|
|
|
|
define('_COM_SEF_ALIAS_LIST', 'Alias list');
|
|
define('_COM_SEF_TT_ALIAS_LIST', 'Enter here a list of alias for this URL. Put only one alias per line, like :<br/>old-url.html<br/>or<br/>my-other-old-url.php?var=12&test=15<br>sh404SEF will do a 301 redirect to the current SEF URL if any one of those aliases is requested.');
|
|
define('_COM_SEF_HOME_ALIAS', 'Home page alias');
|
|
define('_COM_SEF_TT_HOME_PAGE_ALIAS_LIST', 'Enter here a list of alias for your home page. Put only one alias per line, like :<br/>old-url.html<br/>or<br/>my-other-old-url.php?var=12&test=15<br>sh404SEF will do a 301 redirect to your home page if any one of those aliases is requested');
|
|
|
|
define('_COM_SEF_SH_USE_DEFAULT_ITEMIDS', 'Insert default Itemid if none');
|
|
define('_COM_SEF_TT_SH_USE_DEFAULT_ITEMIDS', 'If set to yes, when a non-ef URl does not have an Itemid, sh404SEF will first try to use a default Itemid value that you can set on a per component basis in the last column of tab <b>By component</b>.');
|
|
define('_COM_SEF_SH_ADV_COMP_DEFAULT_ITEMID', 'Default Itemid');
|
|
define('_COM_SEF_TT_SH_ADV_COMP_DEFAULT_ITEMID', 'When the <b>Insert default Itemid if none</b> is et to yes (on <b>Advanced</b> tab), you can enter in this column a default Itemid value. It will be used whenever Joomla or another extension produces an URL without Itemid');
|
|
|
|
define('_COM_SEF_SH_INSERT_OUTBOUND_LINKS_IMAGE', 'Insert outbound links symbol');
|
|
define('_COM_SEF_TT_SH_INSERT_OUTBOUND_LINKS_IMAGE', 'If set to Yes, a visual symbol will be inserted next to every link targeting another website, to allow easier identification of these links.');
|
|
define('_COM_SEF_SH_OUTBOUND_LINKS_IMAGE_BLACK', 'Use black symbol');
|
|
define('_COM_SEF_SH_OUTBOUND_LINKS_IMAGE_WHITE', 'Use white symbol');
|
|
define('_COM_SEF_SH_OUTBOUND_LINKS_IMAGE', 'Outbound links color symbol');
|
|
define('_COM_SEF_TT_SH_OUTBOUND_LINKS_IMAGE', 'Both images have a transparent background. Select the black one if your site has a white background. Select the white one if your site has a dark background. These images are /administrator/components/com_sef/images/external-white.png and external-black.png. They are 15x16 pixels in size.');
|
|
|
|
// V 1.3.3
|
|
define('_COM_SEF_DEFAULT_PARAMS_TITLE', 'Very adv.');
|
|
define('_COM_SEF_DEFAULT_PARAMS_WARNING', 'WARNING: change these values only if you know what you are doing! In case of wrongdoing, you could make damages you will have trouble repairing.');
|
|
|
|
//define('', '');
|
|
|
|
?>
|