Update koKR locale and add a few missing strings to locale files

This commit is contained in:
Hendrik Leppkes
2008-11-20 13:13:09 +01:00
parent 33dfc4598d
commit 70977047ab
11 changed files with 125 additions and 87 deletions
+11 -11
View File
@@ -52,17 +52,17 @@ end
local hasStances
local validStanceTable = {
[0] = "Don't Page",
("Page %2d"):format(1),
("Page %2d"):format(2),
("Page %2d"):format(3),
("Page %2d"):format(4),
("Page %2d"):format(5),
("Page %2d"):format(6),
("Page %2d"):format(7),
("Page %2d"):format(8),
("Page %2d"):format(9),
("Page %2d"):format(10)
[0] = L["Don't Page"],
(L["Page %2d"]):format(1),
(L["Page %2d"]):format(2),
(L["Page %2d"]):format(3),
(L["Page %2d"]):format(4),
(L["Page %2d"]):format(5),
(L["Page %2d"]):format(6),
(L["Page %2d"]):format(7),
(L["Page %2d"]):format(8),
(L["Page %2d"]):format(9),
(L["Page %2d"]):format(10)
}
+4 -2
View File
@@ -150,7 +150,8 @@ function Bar:GetOptionObject()
fadeoutalpha = {
order = 6,
name = L["Fade Out Alpha"],
desc = L["Enable the FadeOut mode"],
-- desc = L["Enable the FadeOut mode"],
desc = L["Configure the Fade Out Alpha"],
type = "range",
min = 0, max = 1, step = 0.05,
get = optGetter,
@@ -159,7 +160,8 @@ function Bar:GetOptionObject()
fadeoutdelay = {
order = 7,
name = L["Fade Out Delay"],
desc = L["Enable the FadeOut mode"],
-- desc = L["Enable the FadeOut mode"],
desc = L["Configure the Fade Out Delay"],
type = "range",
min = 0, max = 1, step = 0.01,
get = optGetter,