Rank colour mod
Geplaatst: 25 mei 2005, 18:03
Zou iemand deze code kunnen vertalen?
alvast bedankt :thumb:
Stefan
alvast bedankt :thumb:
Stefan
Code: Selecteer alles
<?php
/***************************************************************************
* lang_erc.php [English]
* -------------------
* begin : Sat June 24 2004
* copyright : (C) 2004 gendo
* email : gendo@denturax.com
* $Id: lang_erc.php, v 1.6.0 2005/01/09 19:11 gendo Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
$lang['whosonline_ranks_title'] = 'Extend rank color managment';
$lang['Ranks_whosonline'] = 'Extend rank color managment';
$lang['whosonline_ranks_explain'] ='From this page you can manage the "color ranks" which are displayed on the Who is Online, and on the "Who is Online" index part.';
$lang['whosonline_rank_title'] = 'Rank';
$lang['Order_and_priority'] = 'Order/priority';
$lang['Rank_order_updated'] = 'Ranks order was updated with success';
$lang['color'] = 'Color';
$lang['color_dark_red'] = 'Dark red';
$lang['color_red'] = 'Red';
$lang['color_orange'] = 'Orange';
$lang['color_brown'] = 'Brown';
$lang['color_yellow'] = 'Yellow';
$lang['color_green'] = 'Green';
$lang['color_olive'] = 'Olive';
$lang['color_cyan'] = 'Cyan';
$lang['color_blue'] = 'Blue';
$lang['color_dark_blue'] = 'Dark blue';
$lang['color_indigo'] = 'Indigo';
$lang['color_violet'] = 'Violet';
$lang['color_white'] = 'White';
$lang['color_black'] = 'Black';
$lang['Enable'] = 'Enable';
$lang['Disable'] = 'Disable';
$lang['groups_index'] = 'Groups colors on the index page';
$lang['group_color_updated'] = 'The display of groups colors on the index page has been %s%s with success';
$lang['use_lang_key'] = 'Use a language key';
$lang['use_lang_key_explain'] = 'To use an language key like $lang[\'demo\'], Enter "demo" for the rank name, and check yes.';
$lang['use_colour_explain'] = 'You can also use hexadecimal colour, like #000099 or #FF0000';
?>