mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 07:25:58 +00:00

...without being a reference problem. Refactor spellchecker, we want to apply it more widely. Add proper line terminations to two files.
47 lines
1.2 KiB
INI
47 lines
1.2 KiB
INI
#textdomain wesnoth
|
|
|
|
#define NEW_GOLD_CARRYOVER PERCENTAGE
|
|
carryover_add=yes
|
|
carryover_percentage={PERCENTAGE}
|
|
#enddef
|
|
|
|
#define EARLY_FINISH_BONUS_NOTE
|
|
_"Early finish bonus."#enddef
|
|
|
|
#define NO_EARLY_FINISH_BONUS_NOTE
|
|
_"No early finish bonus."#enddef
|
|
|
|
#define EARLY_FINISH_BONUS_CAPTION
|
|
_"<small>(early finish bonus)</small>"#enddef
|
|
|
|
#define NO_GOLD_CARRYOVER_NOTE
|
|
_"No gold carried over to the next scenario."#enddef
|
|
|
|
#define NEW_GOLD_CARRYOVER_NOTE_100
|
|
_"
|
|
100% of finishing gold carried over to the next scenario."#enddef
|
|
|
|
#define NEW_GOLD_CARRYOVER_NOTE_40
|
|
_"
|
|
40% of finishing gold carried over to the next scenario."#enddef
|
|
|
|
#define NEW_GOLD_CARRYOVER_NOTE_20
|
|
_"
|
|
20% of finishing gold carried over to the next scenario."#enddef
|
|
|
|
#define ALTERNATIVE_OBJECTIVE OBJECTIVE
|
|
[objective]
|
|
description="<span color='white'>" + _ "Alternative objective:" + "</span>
|
|
<span color='#00ff00'>" + {OBJECTIVE} + "</span> "
|
|
condition=win
|
|
[/objective]
|
|
#enddef
|
|
|
|
#define ALTERNATIVE_OBJECTIVE_BONUS OBJECTIVE
|
|
[objective]
|
|
description="<span color='white'>" + _ "Alternative objective:" + "</span>
|
|
<span color='#00ff00'>" + {OBJECTIVE} + "</span> " + {EARLY_FINISH_BONUS_CAPTION}
|
|
condition=win
|
|
[/objective]
|
|
#enddef
|