pofix: add fixes of previous commits.
This commit is contained in:
parent
1a09ba1c75
commit
dc33cf7ceb
3 changed files with 6 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
# under control. When it is, bring in more units to help them. Attack
|
||||
# during the day, but retreat and heal at night: You can't afford to
|
||||
# have very many units zombified. Also, rotate your units and use the
|
||||
# ZOC of Gwabbo and your level ones to shield your wounded ones. Fighters
|
||||
# ZOC of Gwabbo and your level ones to shield your wounded. Fighters
|
||||
# are the best for this because they can take some punishment. When
|
||||
# the map starts to thin out, circle most units around to the enemy
|
||||
# leader. Try to make some brawlers, and take Gwabbo's advice to get
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
-- will try to print out tables recursively, subject to the pretty_print_limit value.
|
||||
-- Steve Donovan, 2007
|
||||
-- Adapted by iceiceice for wesnoth, 2014
|
||||
-- Retrieeved from: http://lua-users.org/files/wiki_insecure/users/steved/ilua.lua
|
||||
-- Retrieved from: http://lua-users.org/files/wiki_insecure/users/steved/ilua.lua
|
||||
-- Note: This file is loaded automatically by the engine.
|
||||
|
||||
local pretty_print_limit = 20
|
||||
|
|
|
@ -64,6 +64,8 @@ game_stringfixes = {
|
|||
"wesnoth" : (
|
||||
# conversion added in 1.11.10+dev
|
||||
("Save and Abort game", "Save and abort game"),
|
||||
("Filters on addon descripton,", "Filters on addon description,"),
|
||||
("Messanger Waypoint 1", "Messenger Waypoint 1"),
|
||||
|
||||
# conversion added in 1.13.5+dev
|
||||
("You don’t have a leader to", "You do not have a leader to"),
|
||||
|
@ -83,6 +85,7 @@ game_stringfixes = {
|
|||
("displayed in the upper right, (under the default theme)", "displayed in the upper right (under the default theme)"),
|
||||
("However the few implements", "However, the few implements"),
|
||||
("humans can learn to wield it and able to learn", "humans can learn to wield it and are able to learn"),
|
||||
("toggle bewteen human and AI.", "toggle between human and AI."),
|
||||
),
|
||||
|
||||
"wesnoth-lib" : (
|
||||
|
@ -152,7 +155,7 @@ game_stringfixes = {
|
|||
("Shujas are", "Shuja are"),
|
||||
("Mudafis excel", "Mudafi excel"),
|
||||
("uses to this advantage", "uses this to their advantage"),
|
||||
|
||||
("and are valuable enough that auxilliaries who specialize", "and are valuable enough that auxiliaries who specialize"),
|
||||
),
|
||||
|
||||
"wesnoth-utbs" : (
|
||||
|
|
Loading…
Add table
Reference in a new issue