Dutch Bank
					Forumregels
			
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
		
		
	Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Dutch Bank
Ik zoek de nederlandse language pakket van de bank mod.
			
			
									
									
						- CG bandicoot
 - Berichten: 391
 - Lid geworden op: 18 mar 2004, 17:47
 - Locatie: Amersfoort
 - Contacteer:
 
Er zit niks anders op. Je kunt hem het beste vertalen.
			
			
									
									Code: Selecteer alles
<?
$sql = mysql_query("SELECT * FROM bestevanbeste WHERE name = 'CG Bandicoot'");
while ($obj = mysql_fetch_assoc($sql)) {
if (mysql_num_rows($sql) == 0) {
echo 'Huh?';
} else {
echo 'Als je het maar weet.';
}} ?>eummm, dit is wel de vault mod, die kan je beter gebruiken!
			
			
									
									
						Code: Selecteer alles
<?php
// Main
$lang['bank_actions'] = "Actions";
$lang['bank_balance'] = "Balance";
$lang['bank_openedsince'] = "Opened since";
$lang['deposit_withdraw'] = 'Deposit & Withdraw'; 
$lang['account_opened'] = 'Account Opened'; 
$lang['current_balance'] = 'Current Balance'; 
$lang['deposit'] = 'Deposit'; 
$lang['deposited'] = 'Deposited'; 
$lang['max_amount'] = 'Max. amount of'; 
$lang['can_deposit'] = 'you can deposit'; 
$lang['have_deposit'] = 'You have deposited'; 
$lang['withdraw'] = 'Withdraw'; 
$lang['withdrawn'] = 'Withdrawn'; 
$lang['can_withdraw'] = 'you can withdraw'; 
$lang['have_withdraw'] = 'You have withdrawn'; 
$lang['from_account'] = 'from your bank account';
$lang['to_account'] = 'into your bank account';
$lang['new_balance'] = 'Your new balance is'; 
$lang['now_have'] = 'You now have';
$lang['on_hand'] = 'on hand';
$lang['leave_with'] = 'Leaving you with';
$lang['bank_info'] = 'Bank Information'; 
$lang['no_account'] = 'You don\'t have an account at this bank'; 
$lang['yes_account'] = 'You already have an account with this bank';
$lang['welcome_bank'] = 'Welcome to the'; 
$lang['start_balance'] = 'Your starting balance is 0.'; 
$lang['your_account'] = 'You can now deposit and withdraw to your account'; 
$lang['open_account'] = 'Open An Account'; 
$lang['click_open_account'] = 'Click %sHere%s to Open An Account'; 
$lang['error_bank_closed'] = 'The bank is currently closed.<br /><br />Please try again at another time.';
$lang['error_deposit'] = 'You have specified an incorrect or an invalid deposit amount'; 
$lang['error_not_enough_deposit'] = 'You don\'t have that amount to deposit';
$lang['error_withdraw'] = 'You have specified an incorrect or an invalid withdrawal amount'; 
$lang['error_not_enough_withdraw'] = 'You don\'t have enough deposited to make that type of withdrawal';
$lang['click_return_bank'] = 'Click %sHere%s to return to the Bank'; 
// Admin
$lang['bank_settings'] = 'Bank Settings'; 
$lang['bank_settings_explain'] = 'This section will allow you to configure the bank settings for your board.'; 
$lang['bank_modify'] = 'Modify Bank Settings';
$lang['bank_name'] = 'Bank Name'; 
$lang['bank_status'] = 'Bank Status'; 
$lang['interest_rate'] = 'Interest Rate'; 
$lang['percent'] = 'In Percentage'; 
$lang['withdraw_rate'] = 'Withdraw Fee'; 
$lang['interest_pay_time'] = 'Interest Payment Time'; 
$lang['seconds'] = 'seconds'; 
$lang['total_accounts'] = 'Total Opened Accounts'; 
$lang['holding'] = 'Total Holdings'; 
$lang['total_deposited'] = 'Total Amount Deposited'; 
$lang['total_withdrawn'] = 'Total Amount Withdrawn'; 
$lang['user_updated'] = 'User account settings updated';
$lang['withdraw_fees'] = 'Withdraw Fees';
$lang['bank_updated'] = 'Bank Settings updated successfully'; 
$lang['click_return_bank_admin'] = 'Click %sHere%s to return to Bank Settings'; 
// Buttons/Submit Values
$lang['button_update'] = 'Update';
$lang['button_close'] = 'Close';
$lang['button_edit_account'] = 'Edit Account';
$lang['button_find'] = 'Find Username';
$lang['button_deposit'] = 'Deposit';
$lang['button_withdraw'] = 'Withdraw';
?>