SaneEconomy/SaneEconomyCore/src/main/resources/messages.yml

25 lines
1.0 KiB
YAML
Raw Normal View History

# How to use this file:
# Add a translation to the messages you wish to change, like this:
# - message: That player is not online.
2016-10-02 15:47:23 +02:00
# translation: Ce joueur n'est pas en ligne.
2016-12-06 14:13:27 +01:00
# Colors can also be used, by means of prefixing color codes with an '&' symbol.
messages:
- message: You don't have permission to check the balance of %s.
- message: That player is not online.
- message: You cannot pay yourself.
- message: "Usage: %s"
- message: That player does not exist.
- message: Balance for %s is %s.
- message: "Top %d players:"
- message: That player does not exist.
- message: "%s is not a positive number."
- message: Added %s to %s. Their balance is now %s.
- message: Took %s from %s. Their balance is now %s.
- message: Balance for %s set to %s
- message: You do not have enough money to transfer %s to %s.
- message: You have transferred %s to %s.
- message: You have received %s from %s.
- message: Reloading database...
- message: Database reloaded.
- message: You've been issued a starting balance of %s!