hhctrl.ocx: Add English neutral translations.
This commit is contained in:
parent
3e5159e169
commit
0cb9a6ec01
|
@ -58,3 +58,13 @@ BEGIN
|
||||||
IDTB_TOC_NEXT "IDTB_TOC_NEXT"
|
IDTB_TOC_NEXT "IDTB_TOC_NEXT"
|
||||||
IDTB_TOC_PREV "IDTB_TOC_PREV"
|
IDTB_TOC_PREV "IDTB_TOC_PREV"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_CONTENTS "&Contents"
|
||||||
|
IDS_INDEX "I&ndex"
|
||||||
|
IDS_SEARCH "&Search"
|
||||||
|
IDS_FAVORITES "Favour&ites"
|
||||||
|
END
|
||||||
|
|
Loading…
Reference in New Issue