Marked the remaining editor group names as translatable
(and renamed "the whole bunch" to "all").
This commit is contained in:
parent
9f11735f32
commit
2846d69bd3
1 changed files with 11 additions and 11 deletions
|
@ -13,66 +13,66 @@ name="wesnoth-editor"
|
|||
#The all entry shows all terrains and must be available
|
||||
[editor_group]
|
||||
id=all
|
||||
name="the whole bunch"
|
||||
name= _ "all"
|
||||
icon="group_all"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=water
|
||||
name="water"
|
||||
name= _ "water"
|
||||
icon="group_water"
|
||||
[/editor_group]
|
||||
|
||||
#[editor_group]
|
||||
#id=bridge
|
||||
#name="bridge"
|
||||
#name= _ "bridge"
|
||||
#icon="group_bridge"
|
||||
#[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=flat
|
||||
name=_ "flat"
|
||||
name= _ "flat"
|
||||
icon="group_flat"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=desert
|
||||
name=_ "desert"
|
||||
name= _ "desert"
|
||||
icon="group_desert"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=forest
|
||||
name=_ "forest"
|
||||
name= _ "forest"
|
||||
icon="group_forest"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=frozen
|
||||
name=_ "frozen"
|
||||
name= _ "frozen"
|
||||
icon="group_frozen"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=rough
|
||||
name=_ "rough"
|
||||
name= _ "rough"
|
||||
icon="group_rough"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=cave
|
||||
name=_ "cave"
|
||||
name= _ "cave"
|
||||
icon="group_cave"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=village
|
||||
name="village"
|
||||
name= _ "village"
|
||||
icon="group_village"
|
||||
[/editor_group]
|
||||
|
||||
[editor_group]
|
||||
id=castle
|
||||
name="castle"
|
||||
name= _ "castle"
|
||||
icon="group_castle"
|
||||
[/editor_group]
|
||||
|
|
Loading…
Add table
Reference in a new issue