84 lines
3.2 KiB
Plaintext
84 lines
3.2 KiB
Plaintext
|
|
|||
|
;--------------------------------------Localizable Strings Section-------------------------------
|
|||
|
|
|||
|
; User-visible strings
|
|||
|
[Strings]
|
|||
|
FAXTopDesc = "Microsoft Fax" ;Text displayed in Listbox during Setup
|
|||
|
FAXDesc = "Us<55>uga Microsoft Fax"
|
|||
|
|
|||
|
FAXTip = "Pozwala na wysy<73>anie i odbi<62>r faks<6B>w."
|
|||
|
|
|||
|
FAXViewDesc = "Podgl<67>d Microsoft Fax" ;Text displayed in Listbox during Setup
|
|||
|
; and in the profile messaging services listbox
|
|||
|
FAXViewTip = "Pozwala na podgl<67>d dokument<6E>w utworzonych za pomoc<6F> us<75>ugi Microsoft Fax."
|
|||
|
|
|||
|
; Program Groups
|
|||
|
FAXApps_DESC = "Akcesoria\Faks"
|
|||
|
FaxPrograms = "Programy" ; The Programs Group
|
|||
|
SendTo_DESC = "SendTo" ; Name of SendTo folder in the Windows dir
|
|||
|
FaxStartMenu = "menust~1" ; Name of the Start Menu Folder MUST USE 8.3 PATH NAME
|
|||
|
|
|||
|
; Group Item Names
|
|||
|
SendToFax_DESC = "Odbiorca faksu" ;
|
|||
|
FAXVIEW_Link_Desc = "Podgl<67>d faks<6B>w" ; Not used
|
|||
|
FAXCOVER_Link_Desc = "Edytor strony tytu<74>owej"
|
|||
|
CallaFaxService = "Pobierz plik"
|
|||
|
ShowFaxQueue = "Poka<6B> kolejk<6A> faksow<6F>"
|
|||
|
SendNewFax = "Zredaguj nowy faks"
|
|||
|
|
|||
|
; 8.3 name of the equivelent items above.... Have fun...
|
|||
|
|
|||
|
FaxPoll = "<22><>danie"
|
|||
|
Newfax = "NewFax"
|
|||
|
FaxCover = "FaxCover"
|
|||
|
Sendfax = "SendFax"
|
|||
|
|
|||
|
; OLE Verb Names (Localized]
|
|||
|
|
|||
|
PRINT = "&Drukuj"
|
|||
|
OPEN = "&Otw<74>rz"
|
|||
|
EDIT = "&Edytuj"
|
|||
|
|
|||
|
; The name of the Spool directory in c:\windows
|
|||
|
SPOOL_DIR = "spool"
|
|||
|
;
|
|||
|
; Registry item names -- Must match what is in resource of program
|
|||
|
VIEWER_DOC = "Dokument przegl<67>darki faks<6B>w"
|
|||
|
CPE_DOC = "Dokument edytora strony tytu<74>owej"
|
|||
|
|
|||
|
; Mapi provider names
|
|||
|
FAXAB = "Ksi<73><69>ka adresowa"
|
|||
|
FAXXP = "Transport"
|
|||
|
FAXMS = "Us<55>uga komunikat<61>w"
|
|||
|
|
|||
|
;
|
|||
|
; Cover page Sample LFN's
|
|||
|
CPE_1desc = "Tajne!"
|
|||
|
CPE_2desc = "Do Twojej wiadomo<6D>ci"
|
|||
|
CPE_4desc = "Pilne!"
|
|||
|
CPE_5desc = "Rodzajowe"
|
|||
|
OLD_CPE_5desc = "Og<4F>lnego zastosowania"
|
|||
|
;
|
|||
|
; for NON-US BUILD this STRING should be "NotUsed"
|
|||
|
; no need to localize this anymore. This is handled in the code.
|
|||
|
;rgMessageInTheBottle = "Received" ; USA builds ONLY
|
|||
|
;rgMessageInTheBottle = "NotUsed" ; NON-USA BUILDS
|
|||
|
|
|||
|
; This is the 8.3 name of the OLD General Purpose CPE file
|
|||
|
; We Had to make a short File name so we would have correct defaults
|
|||
|
; even on non-Long File name systems. This name is used to delete the
|
|||
|
; old "General Purpose.CPE" file
|
|||
|
General83name = "GENERA~1.CPE"
|
|||
|
|
|||
|
; Old names need for deleting links left over from previous installs
|
|||
|
Old_CallaFaxService = "Pobierz pliki"
|
|||
|
Old_ShowFaxQueue = "Poka<6B> kolejk<6A> faksow<6F>"
|
|||
|
Old_SendNewFax = "Wy<57>lij nowy faks"
|
|||
|
Old_FAXCOVER_Link_Desc = "Edytor stron tytu<74>owych"
|
|||
|
|
|||
|
|
|||
|
;;; These strings should not localized -- Must not change
|
|||
|
TransportReg = "Software\Microsoft\At Work Fax\Transport Service Provider"
|
|||
|
FaxViewCLSID = "02B01C80-E03D-101A-B294-00DD010F2BF9"
|
|||
|
|