Vetaling 'MOD Title: Advance Meta Tags'
Geplaatst: 30 okt 2005, 13:26
Is er al een Nederlandse vertaling voor deze mod:
Code: Selecteer alles
## MOD Title: Advance Meta Tags
## MOD Author: James Wong <admin@jaeboy.com> www.jaeboy.com
## MOD Description: Add all important meta tags on your forum,
## configure them from your admin panel.
## Change the settings in the tab General Admin, Configuration.
##
## MOD Version: 2.7.1 b
Code: Selecteer alles
//
// Meta Tags
//
$lang['Meta_settings'] = 'META Tag Settings';
$lang['Meta_settings_explain'] = 'META tags is mainly use for search engine referencing, to get a good position in search engines such as google, fill it with the more informations as possible';
$lang['Meta_keywords'] = 'META Keywords';
$lang['Meta_keywords_explain'] = 'Define the search keywords for the search engines spiders';
$lang['Meta_description'] = 'META Description';
$lang['Meta_description_explain'] = 'Describe your forum in more than 250 words';
$lang['Meta_revisit'] = 'META Revisit';
$lang['Meta_revisit_explain'] = 'Tell search engines spider to revisit after xx days';
$lang['Meta_author'] = 'META Author';
$lang['Meta_author_explain'] = 'Author of this website (email or name).';
$lang['Meta_owner'] = 'META Owner';
$lang['Meta_owner_explain'] = 'OWner of this website (email).';
$lang['Meta_distribution'] = 'META Distribution (Global | Local | Internal Use)';
$lang['Meta_distribution_explain'] = 'Defines the level or degree of distribution of your webpage';
$lang['Meta_robots'] = 'META Robots (ALL | NONE | NOINDEX | NOFOLLOW)';
$lang['Meta_robots_explain'] = 'To index your forum or to follow or all';
$lang['Meta_abstract'] = 'META Abstract';
$lang['Meta_abstract_explain'] = 'The Abstract Tag defines a brief overview of your website (max 100 words)';