wordpad: Add English neutral translations.

This commit is contained in:
Huw Davies 2009-07-08 15:24:08 +01:00 committed by Alexandre Julliard
parent 904b2749f7
commit 6df07402c0
1 changed files with 9 additions and 0 deletions

View File

@ -244,3 +244,12 @@ BEGIN
STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented"
STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops."
END
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
STRING_ALIGN_LEFT, "Left"
STRING_ALIGN_RIGHT, "Right"
STRING_ALIGN_CENTER, "Centre"
END