The macro argument name {M} is not the one that needs to be translated,
it is the text message.
This commit is contained in:
parent
6466e55751
commit
79093973e7
1 changed files with 20 additions and 20 deletions
|
@ -335,7 +335,7 @@ name=die
|
|||
[then]
|
||||
[message]
|
||||
description=Owaec
|
||||
message= _ "{M}"
|
||||
message={M}
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
|
@ -345,29 +345,29 @@ name=die
|
|||
#enddef
|
||||
|
||||
#for 1-6
|
||||
{STILLBANDITS 1 ("You have gotten rid of some of these bandits, but i fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 2 ("You have gotten rid of some of these bandits, but i fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 3 ("You have gotten rid of some of these bandits, but i fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 4 ("You have gotten rid of some of these bandits, but i fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 5 ("You have gotten rid of some of these bandits, but i fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 6 ("You have gotten rid of some of these bandits, but i fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 1 (_"You have gotten rid of some of these bandits, but I fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 2 (_"You have gotten rid of some of these bandits, but I fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 3 (_"You have gotten rid of some of these bandits, but I fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 4 (_"You have gotten rid of some of these bandits, but I fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 5 (_"You have gotten rid of some of these bandits, but I fear many still remain. Keep searching.")}
|
||||
{STILLBANDITS 6 (_"You have gotten rid of some of these bandits, but I fear many still remain. Keep searching.")}
|
||||
|
||||
#for 7-12
|
||||
{STILLBANDITS 7 ("Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 8 ("Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 9 ("Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 10 ("Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 11 ("Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 12 ("Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 7 (_"Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 8 (_"Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 9 (_"Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 10 (_"Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 11 (_"Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
{STILLBANDITS 12 (_"Good work so far. I suspect we have significantly weakened the bandit's number.")}
|
||||
|
||||
#for 13-19
|
||||
{STILLBANDITS 13 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 14 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 15 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 16 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 17 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 18 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 19 ("I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 13 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 14 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 15 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 16 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 17 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 18 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
{STILLBANDITS 19 (_"I think you have killed most of them. I hope those that are left don't kill us.")}
|
||||
|
||||
#done! that wasn't too hard.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue