You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
3.3 KiB
68 lines
3.3 KiB
/*:
|
|
@*: This file is organized into two main blocks. The first block contains
|
|
@*: code (non-string) sections which are specific to languages. Please put
|
|
@*: the code sections in the correct language.
|
|
@*: The second block is reserved for [Strings] which localizers will be
|
|
@*: working with. It is further divided using "#if LANGUAGE ==" for language
|
|
@*: specific strings. For strings which are common to all languages
|
|
@*: place outside the #ifs.
|
|
@*:
|
|
@*: This file is first precompiled with LANGUAGE_ID
|
|
@*: set to the language (see inf\win4\inf\makefile.inc for details).
|
|
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
|
|
@*: will appear.
|
|
@*:
|
|
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
|
|
@*:
|
|
@*/
|
|
|
|
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
|
|
// This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
|
|
#elif LANGUAGE_ID == 0x804
|
|
//CHS specific sections
|
|
#elif LANGUAGE_ID == 0x404
|
|
//CHT specific sections
|
|
#elif LANGUAGE_ID == 0x411
|
|
//JPN specific sections
|
|
#elif LANGUAGE_ID == 0x412
|
|
//KOR specific sections
|
|
#endif
|
|
|
|
// String section below for localizers
|
|
[Strings]
|
|
APPS_DESC = "Accessories"
|
|
IMAGEVUEOPT_DESC = "Imaging"
|
|
IMAGEVUEOPT_TIP = "Image Viewer, ActiveX Custom Controls and TWAIN support"
|
|
ImageVue_Infotip = "Displays and edits existing image files such as scanned photographs or digital images."
|
|
IMAGEVUE_LINK = "Imaging"
|
|
IMAGING = "Imaging"
|
|
IMAGEVUE_DOC = "Image Document"
|
|
IMAGEVUE_DIRNT5 = "Windows NT\Accessories\ImageVue"
|
|
IMAGEVUE_DIR = "Program Files\Windows NT\Accessories\ImageVue"
|
|
STUB_DIR = "Program Files\Accessories\Imagevue"
|
|
STUB_DIRNT5 = "Accessories\Imagevue"
|
|
TIF_DOC = "TIF Image Document"
|
|
PCX_DOC = "PCX Image Document"
|
|
DCX_DOC = "DCX Image Document"
|
|
FAX_DOC = "Fax Viewer Document"
|
|
XIF_DOC = "XIF Image Document"
|
|
WIF_DOC = "WIF Image Document"
|
|
KODAK_APP = "Imaging for Windows"
|
|
KODAK_APPVER = "Imaging for Windows 1.0"
|
|
KODAK_SCAN = "Kodak Image Scan Control"
|
|
KODAK_EDIT = "Kodak Image Edit Control"
|
|
KODAK_ANNOT = "Kodak Image Annotation Control"
|
|
KODAK_THUMB = "Kodak Image Thumbnail Control"
|
|
KODAK_ADMIN = "Kodak Image Admin Control"
|
|
KODAK_SHELL = "Kodak Image Shell Extension"
|
|
KODAK_SCANPP = "Kodak Image Scan Property Page"
|
|
KODAK_EDITPP = "Kodak Image Edit Property Page"
|
|
KODAK_ANNOTPP = "Kodak Image Annotation Property Page"
|
|
KODAK_THUMBPP = "Kodak Image Thumbnail Property Page"
|
|
KODAK_ADMINPP = "Kodak Image Admin Property Page"
|
|
PRINT = "&Print"
|
|
OPEN = "&Open"
|
|
EDIT = "&Edit"
|
|
PREVIEW = "Pre&view"
|
|
Kodak_ShortDesc = "kodakimg"
|
|
|