wmllint cleanup

This commit is contained in:
Eric S. Raymond 2009-10-27 08:41:31 +00:00
parent fed4041f91
commit 7c5e810e59
2 changed files with 11 additions and 11 deletions

View file

@ -1343,17 +1343,17 @@
title = _"English (Shaw) Translation" # wmllint: no spellcheck
[entry]
name = "Arc Riley"
email = "arcriley at ubuntu.com"
email = "arcriley@ubuntu.com"
comment = "translation maintainer"
wikiuser = "ArcRiley"
[/entry]
[entry]
name = "Jon Neal (reportingsjr)"
email = "reportingsjr at gmail.com"
email = "reportingsjr@gmail.com"
[/entry]
[entry]
name = "Thomas Thurman (marnanel)"
email = "thomas at thurman.org.uk"
email = "thomas@thurman.org.uk"
[/entry]
[/about]

View file

@ -1044,11 +1044,11 @@ Behavior: $ai_controller.side_$ally_side|_current_settings.currently_doing_behav
#define AI_CONTROLLER_FUTURE_STRINGS
# These will be used for the special orders menu and the order for telling
# the ally leader to move someplace
future_string_1= _ "Set special orders..."
future_string_2= _ "Move leader to..."
future_string_3= _ "Right-click to select a location to move leader to"
future_string_4= _ "Move leader here"
future_string_5= _ "moving leader to $x1|,$y1|."
future_string_6= _ "Clear special orders"
future_string_7= _ "Special: $ai_controller.side_$ally_side|_current_settings.currently_doing_special_description"
#enddef
future_string_1= _ "Set special orders..." #wmllint: ignore
future_string_2= _ "Move leader to..." #wmllint: ignore
future_string_3= _ "Right-click to select a location to move leader to" #wmllint: ignore
future_string_4= _ "Move leader here" #wmllint: ignore
future_string_5= _ "moving leader to $x1|,$y1|." #wmllint: ignore
future_string_6= _ "Clear special orders" #wmllint: ignore
future_string_7= _ "Special: $ai_controller.side_$ally_side|_current_settings.currently_doing_special_description" #wmllint: ignore
#enddef