Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command_needs_arguments: Dieser Befehl benötigt mehr Argumente
  2. no_permission_for_command: Sry, du hast dafür keine Rechte
  3. account_has: $1 besitzt $2
  4. you_have: Du besitzt $1
  5. help: fe Hilfe
  6. help_arguments: $1 Notwendig, $2 Optional
  7. rich: Die Reichsten Spieler
  8. conversion: Konvertierungs Plugins
  9. converter_does_not_support: Der Konverter unterstützt kein $1
  10. mysql_to_flat_file: mysql zu flat file
  11. conversion_succeeded: Konvertierungsprozess erfolgreich abgeschlossen!
  12. conversion_failed: Konvertierung fehlgeschlagen!
  13. config_reloaded: Die Einstellungen wurden neu geladen!
  14. not_enough_money: Du hast nicht genug Geld.
  15. account_does_not_exist: Dieser Account existiert nicht.
  16. your_account_does_not_exist: Du hast keinen Account.
  17. account_exists: Dieser Account existiert bereits!
  18. account_created: Der Account für $1 wurde erstellt.
  19. account_removed: Der Account von $1 wurde entfernt.
  20. money_recieve: Du hast $1 von $2 erhalten.
  21. money_sent: Du hast $1 an $2 gesendet.
  22. max_balance_reached: $1 hat die Geldhöchstmarke erreicht.
  23. player_set_money: Du hast das Guthaben von $1 auf $2 gesetzt.
  24. player_grant_money: Du hast $2 $1 gutgeschrieben.
  25. player_granted_money: $2 hat dir $1 gutgeschrieben.
  26. player_deduct_money: Du hast $1 von $2`s Geld abgezogen.
  27. player_deducted_money: $2 hat dir $1 von deinem Geld abgezogen.
  28. account_created_grant: Der Account $1 wurde erstellt und es wurden $2 gutgeschrieben.
  29. no_accounts_exist: Es existieren keine Accounts.
  30. name_too_long: Dieser Name ist zu lang.
  31. account_cleaned: Alle Accounts mit dem Anfangsgeldstand wurden entfernt.
  32. try_command: Versuche $1
  33. fe_outdated: Fe ist nicht mehr aktuell! Die Neueste Version ist $1.
  34.  
  35. Does not work for me:
  36.  
  37.  
  38. command_balance: Zeigt deinen Kontostand an.
  39. command_send: Schickt einem anderem Spieler Geld.
  40. command_top: Zeigt die 5 Reichsten Spieler an.
  41. command_help: Zeigt dir Hilfe an.
  42. command_create: Erstellt einen Account.
  43. command_remove: Entfernt einen Account.
  44. command_set: Setzt den Kontostand eines Spielers fest.
  45. command_grant: Gewährt einem Spieler mehr Geld.
  46. command_deduct: Zieht einem Spieler Geld ab.
  47. command_clean: Löscht alle Accounts die den Anfangsgeldstand haben.
  48. command_convert: Konvertiert Daten von einerm früheren Economy Plugin in ein Fe kompatibles Format.
  49. command_reload: Läd die Konfigurationsdateien neu.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement