Points Mod Übersetzung!
Verfasst: 18.05.2004 18:48
Hallo,
mal ne Frage kann mir bitte jemand die deutsche Übersetzung
hier zu geben:
Wäre euch sehr dankbar...
bye
Stefan
mal ne Frage kann mir bitte jemand die deutsche Übersetzung
hier zu geben:
Code: Alles auswählen
//
// 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.";
//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_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_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";
//
// End Points System MOD
//
bye
Stefan