mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 20:03:51 +00:00
70 lines
1.2 KiB
INI
70 lines
1.2 KiB
INI
#textdomain wesnoth-editor
|
|
# Editor time-of-day schedule definitions
|
|
|
|
[editor_times]
|
|
#po: Describes a scenario in the editor that has not set a time of day schedule
|
|
name= _ "time of day^None"
|
|
id=empty
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "Test"
|
|
id=test
|
|
{DAWN}
|
|
{MORNING}
|
|
{DUSK}
|
|
{FIRST_WATCH}
|
|
{UNDERGROUND}
|
|
{DEEP_UNDERGROUND}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "Default"
|
|
id=default
|
|
{DEFAULT_SCHEDULE}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "Summer"
|
|
id=summer
|
|
{SUMMER_SCHEDULE}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "Winter"
|
|
id=winter
|
|
{WINTER_SCHEDULE}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
#textdomain wesnoth-help
|
|
name= _ "Underground"
|
|
id=underground
|
|
{UNDERGROUND}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "Deep Underground"
|
|
id=deep_underground
|
|
{DEEP_UNDERGROUND}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "Indoors"
|
|
#textdomain wesnoth-editor
|
|
id=indoors
|
|
{INDOORS}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "24 Hour Schedule"
|
|
id=24
|
|
{DEFAULT_SCHEDULE_24H}
|
|
[/editor_times]
|
|
|
|
[editor_times]
|
|
name= _ "After the Fall"
|
|
id=after_the_fall
|
|
{TWO_SUNS_DEFAULT_SCHEDULE}
|
|
[/editor_times]
|