Split FAQ into 2 parts due to string truncation. Update esES with new strings.

This commit is contained in:
Xinhuan
2008-11-01 22:27:43 +08:00
parent fb1d9f352a
commit 717d351ce0
9 changed files with 117 additions and 18 deletions
+21 -3
View File
@@ -2594,9 +2594,10 @@ local options = {
desc = L["A collection of help pages"],
childGroups = "select",
args = {
FAQ = {
FAQ1 = {
type = "group",
name = "FAQ",
order = 1,
name = L["FAQ Part 1"],
args = {
header = {
type = "header",
@@ -2610,9 +2611,26 @@ local options = {
},
},
},
FAQ2 = {
type = "group",
order = 2,
name = L["FAQ Part 2"],
args = {
header = {
type = "header",
name = L["Frequently Asked Questions"],
order = 0,
},
text = {
order = 1,
type = "description",
name = L["GENERAL_FAQ2"],
},
},
},
WARRIOR = {
type = "group",
name = "Warrior",
name = L["Warrior"],
args = {
header = {
type = "header",