additional_plugins/serendipity_plugin_pagerank/lang_en.inc.php
2013-08-12 10:27:53 +02:00

22 lines
984 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_PAGERANK_NAME', 'Google PageRank');
@define('PLUGIN_PAGERANK_DETAIL', 'Dynamic display of Google PageRank');
@define('PLUGIN_PAGERANK_PAGE_COUNT', 'Number of pages to display');
@define('PLUGIN_PAGERANK_PAGE_COUNT_DESC', 'Warning! If you change this number, save configuration TWICE');
@define('PLUGIN_PAGERANK_PAGE_URL', 'URL #%s');
@define('PLUGIN_PAGERANK_PAGE_URL_DESC', 'URL of the page for which you want the PageRank (eg s9y.org/5.html)');
@define('PLUGIN_PAGERANK_PAGE_CAPTION', 'Caption for URL #%s');
@define('PLUGIN_PAGERANK_THIS_PAGE', 'PageRank for current page');
@define('PLUGIN_PAGERANK_THIS_PAGE_DESC', 'Do you want to display the PageRank of the current page?');
@define('PLUGIN_PAGERANK_THIS_PAGE_YES', 'Yes');
@define('PLUGIN_PAGERANK_THIS_PAGE_NO', 'No');
@define('PLUGIN_PAGERANK_THIS_PAGE_CAPTION', 'This page');
?>