wordpad: Add English neutral translations.
This commit is contained in:
parent
904b2749f7
commit
6df07402c0
|
@ -244,3 +244,12 @@ BEGIN
|
||||||
STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented"
|
STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented"
|
||||||
STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops."
|
STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops."
|
||||||
END
|
END
|
||||||
|
|
||||||
|
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
STRINGTABLE DISCARDABLE
|
||||||
|
BEGIN
|
||||||
|
STRING_ALIGN_LEFT, "Left"
|
||||||
|
STRING_ALIGN_RIGHT, "Right"
|
||||||
|
STRING_ALIGN_CENTER, "Centre"
|
||||||
|
END
|
||||||
|
|
Loading…
Reference in New Issue