diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index db60cbf227..84944fa994 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -876,5 +876,19 @@ $lang = array_merge($lang, array( 'default_dateformat' => 'D M d, Y g:i a', // Mon Jan 01, 2007 1:37 pm )); - +// www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE +$lang['Page'] = 'Page '; +// www.phpBB-SEO.com SEO TOOLKIT END - TITLE +// www.phpBB-SEO.com SEO TOOLKIT BEGIN -> GYM Sitemaps +$lang = array_merge($lang, array( + 'GYM_LINKS' => 'Links', + 'GYM_LINK' => 'Link', + 'GYM_RSS_SLIDE_START' => 'Start scroller', + 'GYM_RSS_SLIDE_STOP' => 'Stop scroller', + 'GYM_RSS_SOURCE' => 'Source', +)); +// www.phpBB-SEO.com SEO TOOLKIT END -> GYM Sitemaps +// www.phpBB-SEO.com SEO TOOLKIT BEGIN - Related Topics +$lang['RELATED_TOPICS'] = 'Related topics'; +// www.phpBB-SEO.com SEO TOOLKIT END - Related Topics ?>
\ No newline at end of file |
