Code: Alles auswählen
<?php
/**************************************************************
*
* MOD Title: Links
* MOD Version: 0.9.5
* Translation: English
* Rev date: 16/12/2003
*
* Translator: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
*
***************************************************************/
$lang['Link_edit_explain'] = 'Edit this link. </br> you may define witch type of users should see this link, and/or you may move the link to another category / sub category';
$lang['Link_edit_sub_explain'] = 'Edit this Sub category. </br> if you move a sub category to another category, all links belonging to the sub category will also be moved.';
$lang['Link_edit_cat_explain'] = 'Edit this category.';
$lang['Link_name'] = 'Link name';
$lang['Link_url'] = 'Link URL';
$lang['Link_url_explain'] = 'include leading HTTP:// if needed';
$lang['Link_category'] = 'Category';
$lang['Link_add_cat'] = 'Add a new category';
$lang['Link_add_sub'] = 'Add a new sub category';
$lang['Link_add_link'] = 'Add a new link';
$lang['Link_activate'] = 'Activate link';
$lang['Show_to_users'] ='Show to users';
$lang['Show_to_users_explain'] ='Select witch type of users should see the link';
$lang['Show_to_users_select'] = 'User must be %s to %s'; //%s are supstituded with dropdown selections
$lang['Link_level']['-1'] = 'Guest';
$lang['Link_level']['0'] = 'Normal Registered';
$lang['Link_level']['1'] = 'Moderator';
$lang['Link_level']['2'] = 'Admin';
$lang['Link_level_type']['0'] = 'equal';
$lang['Link_level_type']['1'] = 'less or equal';
$lang['Link_level_type']['2'] = 'greater or equal';
$lang['Link_level_type']['3'] = 'not';
?>