Seite 1 von 1
Points Control-MOD
Verfasst: 13.08.2005 20:08
von DreamPromise
Moin moin
ich hab dieses MOD installiert.
Es funktioniert super.
Nur kann jeder Moderator einem User Punkte geben.
Aber ich möchte das nur der Admin Punkte verteilen kann.
Wie geht das denn ?
Gibts da auch ne deutsche Sprachdatei für ???
Danke schon mal
!
Verfasst: 13.08.2005 20:34
von kidrob
schau mal hier:
http://www.deutsche-phpbb-mods.de.vu/
wenn da ncihts ist: poste hier die betreffende language datei-ich bin sicher die coummunity/ich kann das übersetzen!

Verfasst: 13.08.2005 20:41
von DreamPromise
Moin moin
da hatte ich schon mal nachgeschaut...aber nichts gefunden.
Hier mal die lang:
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";