additional_plugins/alpha/serendipity_plugin_pagerank/UTF-8/lang_en.inc.php
Matthias Mees 40b527040d Deprecate broken plugins
- serendipity_event_communityrating (sidebar plugin throws a
  frontend error)
- serendipity_plugin_pagerank (throws a frontend error)
- serendipity_plugin_heavyrotation (throws a frontend error)
- serendipity_plugin_shoutcast (throws errors in frontend and
  backend)
2017-05-08 09:57:06 +02:00

14 lines
860 B
PHP

<?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');
?>