1 sayfadan 1. sayfa

ChanceAce mod

İletiTarih: 28.08.2006, 03:18
abizer
[syntax="php"]<?php

// chance machine: User page
//
$lang['chance_disabled'] = 'ChanceAce is currently disabled';
$lang['chance_title'] = 'chance game';
$lang['chance_welcome'] = 'Welcome to ChanceAce, playing costs';
$lang['chance_welcome2'] = '\'s each time. No refunds.';
$lang['chance_youhave'] = 'You have';
$lang['chance_afterpoints'] = '\'s.';
$lang['chance_minimum'] = 'You need a minimum of';
$lang['chance_minimum2'] = '\'s to play';
$lang['chance_winaceofclubs'] = 'Wow, congratulations! You hit 3 Ace of clubs in a row, here... have ';
$lang['chance_winaceofdiamonds'] = 'Wow, congratulations! You hit 3 Ace of diamonds in a row, here... have';
$lang['chance_winaceofhearts'] = 'Wow, congratulations! You hit 3 Ace of hearts in a row, here... have';
$lang['chance_winstar'] = 'Wow, congratulations! You hit 3 Ace of spades in a row, here... have';
$lang['chance_win2'] = 'Well, you didnt match them all but you got 2 of the same suit, have';
$lang['chance_didntwin'] = 'Sorry, you didnt win. You missed them all';
$lang['chance_tryagain'] = 'Try again?';
$lang['chance_played'] = 'The chance game has been played';
$lang['chance_times'] = 'times!';
$lang['chance_taken'] = 'Has taken';
$lang['chance_given'] = 'Has given';


// Admininstration
//
$lang['admin_playprice'] = 'Playing price:';
$lang['admin_aceofclubs'] = 'Reward for all Ace of clubs:';
$lang['admin_aceofdiamonds'] = 'Reward for allAce of diamonds:';
$lang['admin_aceofhearts'] = 'Reward for all Ace of hearts:';
$lang['admin_aceofspades'] = 'Reward for all Ace of spades:';
$lang['admin_2hit'] = 'Reward for 2 hits (0 to disable):';
$lang['admin_onoff'] = 'On | Off:';
$lang['admin_chanceconfig'] = 'ChanceAce configuration';
$lang['admin_updated'] = 'ChanceAce successfully updated';
$lang['admin_return'] = 'Return?';
$lang['admin_desc'] = 'Here you can alter your prices for ChanceAce, or turn the game off.';


// Forms
//
$lang['chance_bet'] = '>>Play ChanceAce<<';
$lang['admin_submit'] = 'Submit';

?>[/syntax]

İletiTarih: 28.08.2006, 09:11
silent_imploring
Ceviri isteği şablonuna uygun değil.