ich suche die deutsche Übersetzungen von folgenden Mods:
Code: Alles auswählen
[b]PointsMod 2.0.0[/b]
[i]lang_admin.php[/i]
// Points System MOD - Admin
$lang['Points_updated'] = 'Points Configuration Updated Successfully';
$lang['Click_return_points'] = 'Click %sHere%s to return to Points Configuration';
$lang['Points_config_explian'] = 'The form below will allow you to edit your point system configuration.';
$lang['Points_sys_settings'] = 'Points System Settings';
$lang['Points_disabled'] = 'Disable %s';
$lang['Points_enable_post'] = 'Earn %s by posting';
$lang['Points_enable_donation'] = 'Enable Donation';
$lang['Points_name'] = 'Points Name';
$lang['Points_per_reply'] = 'Points Per Reply';
$lang['Points_per_topic'] = 'Points Per New Topic';
$lang['Points_user_group_auth'] = 'Authorized Groups';
$lang['Points_enable_post_explain'] = 'Let users earn %s by posting new topics and replies';
$lang['Points_enable_donation_explain'] = 'Let users donate %s to their friends';
$lang['Points_name_explain'] = 'Whatever you call your points on your board e.g. (money, gil, gold)';
$lang['Points_per_reply_explain'] = 'The amount of %s they earn per reply';
$lang['Points_per_topic_explain'] = 'The amount of %s they earn per new topic';
$lang['Points_user_group_auth_explain'] = 'Enter ids of groups who are authorized to access the points control panel, one id per line.';
// End Points System MOD - Admin
[i]lang_main.php[/i]
// Points System MOD
$lang['Points_cp'] = 'Points Control Panel';
$lang['Points_sys'] = 'Points System';
$lang['Points_donation'] = 'Points Donation';
$lang['Points_method'] = 'Method';
$lang['Points_donate'] = '%sDonate%s';
$lang['Points_add_subtract'] = 'Add or subtract %s';
$lang['Points_amount'] = 'Amount';
$lang['Points_give_take'] = 'Amount of %s to give or take';
$lang['Points_give'] = 'Amount of %s to give';
$lang['Add'] = 'Add';
$lang['Subtract'] = 'Subtract';
$lang['Points_donate_to'] = 'The person you want to donate %s to';
$lang['Points_no_username'] = 'No username entered.';
$lang['Points_not_admin'] = 'You are not allowed to admin the points system.';
$lang['Points_cant_take'] = 'You can\'t take away that amount of %s from this user.'; //*
$lang['Points_thanks_donation'] = 'Thanks for your donation.';
$lang['Click_return_points_donate'] = 'Click %sHere%s to return to Points Donation';
$lang['Points_cant_donate'] = 'You can\'t donate that amount of %s to this user.';
$lang['Points_cant_donate_self'] = 'You can\'t donate %s to yourself.';
$lang['Points_user_donation_off'] = 'User donation is not enabled.';
$lang['Click_return_pointscp'] = 'Click %sHere%s to return to the Points Control Panel';
$lang['Points_user_updated'] = 'The user\'s %s has been updated successfully.';
$lang['Points_mass_edit'] = 'Mass Edit Usernames';
$lang['Points_mass_edit_explain'] = 'Enter one username per line.';
$lang['Points_notify'] = 'Always notify me of %s donations';
$lang['Points_notify_explain'] = 'Sends an e-mail when someone donates %s to you';
$lang['Points_enter_some_donate'] = 'Enter some %s to donate.';
// End Points System MOD
[b]Bank Hack[/b]
[i]lang_bank.php[/i]
// 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';Danke!
cu Stefan