<?php
DEFINE(WPNEL_REDIRECTING,'Redirecting...');
DEFINE(WPNEL_REDIRECT1,'You were going to the redirect link, but something did not work properly.<br>Please, click ');
DEFINE(WPNEL_REDIRECT2,'HERE ');
DEFINE(WPNEL_REDIRECT3,' to go to ');
DEFINE(WPNEL_REDIRECT4,' manually. ');
DEFINE(WPNEL_PLUGIN_HOMEPAGE,'Plugin home page');
DEFINE(WPNEL_FEEDBACK,'Feedback');
DEFINE(WPNEL_PATH_TO_GOTO,'Path to redirect file "goto.php"');
DEFINE(WPNEL_DEFAULT,'Default');
DEFINE(WPNEL_IF_MODE_REWRITE,'If you use mode rewrite for cute urls, you can do the following');
DEFINE(WPNEL_PUT_HERE_SMTH_LIKE,'Put here smth like');
DEFINE(WPNEL_PUT_LINE_LIKE,'Put the line like');
DEFINE(WPNEL_TO_YOUR_FILE,'to your file');
DEFINE(WPNEL_THEN_APACHE_LEVEL_REDIRECT,'Then your server will make redirect on apache level, without using of goto.php file.');
DEFINE(WPNEL_TO_YOUR_FILE,'to your file');
DEFINE(WPNEL_THEN_APACHE_LEVEL_REDIRECT,'Then your server will make redirect on apache level, without using of goto.php file.');
DEFINE(WPNEL_MASK_LINKS_IN_POSTS,'Mask links in your posts');
DEFINE(WPNEL_MASK_LINKS_IN_COMMENTS,'Mask links in comments');
DEFINE(WPNEL_MASK_LINKS_IN_AUTHORS,'Mask comments authors`s links');
DEFINE(WPNEL_HINT,'That plugins allows you to mask all external links and make them internal or hidden - using PHP redirect or special link tags and attributes. Yeah, by the way - it does not change anything in the base - only replaces links on output.<br>P.S. It doesn`t mask internal and excluded links.');
DEFINE(WPNEL_SAVE_CHANGES,'Save changes');
DEFINE(WPNEL_CONFIGURATION,'Configuration');
DEFINE(WPNEL_LANGUAGE,'Language');
DEFINE(WPNEL_NO_REDIRECT,'Sorry, no url redirect specified. Can`t complete request.');
DEFINE(WPNEL_EXCLUDE_URLS,'Exclude URLs that you don`t want to mask (all urls, beginning with those, won`t be masked). Put one adress on each line, including prefix (for example, "http://jehy.ru")');
DEFINE(WPNEL_ADD_NOFOLLOW,'Add <b>rel=nofollow</b> for masked links (for google)');
DEFINE(WPNEL_ADD_BLANK,'Add <b>target="blank"</b> for all links (links will open in new window)');
DEFINE(WPNEL_PUT_NOINDEX,'Surround masked links with <b>&lt;noindex&gt;link&lt;/noindex&gt;</b> tag (for yandex search engine)');
DEFINE(WPNEL_DISABLE_MASK_LINKS,'Disable url rewrite of all links (you can be OK with just <b>noindex</b> tag and <b>rel=nofollow</b>)');
DEFINE(WPNEL_DEFAULT_OPTIONS,'<h3>Global links masking settings</h3>(You can also disable plugin on per-post basis)');
DEFINE(WPNEL_DEFAULT_POLICY,'Use default policy from plugin settings');
DEFINE(WPNEL_MASK,'Mask links');
DEFINE(WPNEL_DONT_MASK,'Don`t mask links');
DEFINE(WPNEL_PERPOST_SETTINGS,'Link masking for this post');
?>