home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / zabezpeceni / pctools / avinstall.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-05-04  |  60.8 KB  |  837 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=PC Tools AntiVirus
  4. AppVerName=PC Tools AntiVirus 3.1
  5. AppId=PC Tools AntiVirus
  6. AppPublisher=PC Tools
  7. AppPublisherURL=http://www.pctools.com/
  8. AppSupportURL=http://www.pctools.com/anti-virus/support/
  9. AppUpdatesURL=http://www.pctools.com/anti-virus/
  10. DefaultDirName={pf}\PC Tools AntiVirus
  11. DefaultGroupName=PC Tools AntiVirus
  12. UninstallDisplayIcon={app}\PCTAV.exe
  13. OutputBaseFilename=3.1.1.6b-avinstall-GTB
  14. Compression=lzma
  15. DisableProgramGroupPage=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  20. Source: "{app}\helper.dll"; DestDir: "{app}"; Flags: overwritereadonly uninsrestartdelete ignoreversion 
  21. Source: "{tmp}\shutdown.vbs"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  22. Source: "{tmp}\PCTCFilter.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\en_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. Source: "{tmp}\de_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  25. Source: "{tmp}\es_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  26. Source: "{tmp}\fr_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  27. Source: "{tmp}\it_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  28. Source: "{tmp}\AV GTB - English.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  29. Source: "{tmp}\AV GTB - German.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  30. Source: "{tmp}\AV GTB - Spanish.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  31. Source: "{tmp}\AV GTB - French.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  32. Source: "{tmp}\AV GTB - Italian.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  33. Source: "{tmp}\gtapi.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  34. Source: "{tmp}\InternetCheck.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  35. Source: "{app}\PCTAV.exe"; DestDir: "{app}"; Flags: restartreplace 
  36. Source: "{app}\PCTAVSvc.exe"; DestDir: "{app}"; Flags: restartreplace 
  37. Source: "{app}\engine.dll"; DestDir: "{app}"; Flags: restartreplace 
  38. Source: "{app}\PCTAVShellExtension.dll"; DestDir: "{app}"; Flags: restartreplace regserver uninsrestartdelete 
  39. Source: "{app}\PCToolsAntiVirusExtension.dll"; DestDir: "{app}"; Flags: restartreplace 
  40. Source: "{app}\PCTWSC.dll"; DestDir: "{app}"; Flags: restartreplace 
  41. Source: "{app}\Xerces.dll"; DestDir: "{app}"; Flags: restartreplace 
  42. Source: "{app}\refdb.dll"; DestDir: "{app}"; Flags: restartreplace 
  43. Source: "{app}\xerdom.dll"; DestDir: "{app}"; Flags: restartreplace 
  44. Source: "{app}\common.ini"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  45. Source: "{app}\PCTAV.ini"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  46. Source: "{app}\log.xsl"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  47. Source: "{app}\PCTLicHelper.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  48. Source: "{app}\Update.exe"; DestDir: "{app}"; Flags: restartreplace 
  49. Source: "{app}\deu-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  50. Source: "{app}\Language\Deutsch.dll"; DestDir: "{app}\Language"; Flags: restartreplace 
  51. Source: "{app}\Language\Deutsch.ini"; DestDir: "{app}\Language"; Flags: restartreplace 
  52. Source: "{app}\LuLng\Deutsch.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace 
  53. Source: "{app}\eng-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  54. Source: "{app}\Language\English.dll"; DestDir: "{app}\Language"; Flags: restartreplace 
  55. Source: "{app}\Language\English.ini"; DestDir: "{app}\Language"; Flags: restartreplace 
  56. Source: "{app}\LuLng\English.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace 
  57. Source: "{app}\esp-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  58. Source: "{app}\Language\Espanol.dll"; DestDir: "{app}\Language"; Flags: restartreplace 
  59. Source: "{app}\Language\Espanol.ini"; DestDir: "{app}\Language"; Flags: restartreplace 
  60. Source: "{app}\LuLng\Spanish.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace 
  61. Source: "{app}\pol-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  62. Source: "{app}\Language\Polski.dll"; DestDir: "{app}\Language"; Flags: restartreplace 
  63. Source: "{app}\Language\Polski.ini"; DestDir: "{app}\Language"; Flags: restartreplace 
  64. Source: "{app}\LuLng\Polski.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace 
  65. Source: "{app}\fre-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  66. Source: "{app}\Language\French.dll"; DestDir: "{app}\Language"; Flags: restartreplace 
  67. Source: "{app}\Language\French.ini"; DestDir: "{app}\Language"; Flags: restartreplace 
  68. Source: "{app}\LuLng\French.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace 
  69. Source: "{app}\ita-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  70. Source: "{app}\Language\Italian.dll"; DestDir: "{app}\Language"; Flags: restartreplace 
  71. Source: "{app}\Language\Italian.ini"; DestDir: "{app}\Language"; Flags: restartreplace 
  72. Source: "{app}\LuLng\Italian.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace 
  73. Source: "{app}\Updates\av9-000.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  74. Source: "{app}\Updates\av9-001.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  75. Source: "{app}\Updates\av9-002.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  76. Source: "{app}\Updates\av9-003.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  77. Source: "{app}\Updates\av9-004.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  78. Source: "{app}\Updates\av9-005.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  79. Source: "{app}\Updates\av9-006.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  80. Source: "{app}\Updates\av9-007.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  81. Source: "{app}\Updates\av9-008.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  82. Source: "{app}\Updates\av9-009.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  83. Source: "{app}\Updates\av9-010.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  84. Source: "{app}\Updates\av9-011.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  85. Source: "{app}\Updates\av9-012.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  86. Source: "{app}\Updates\av9-013.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  87. Source: "{app}\Updates\av9-014.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  88. Source: "{app}\Updates\av9-015.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  89. Source: "{app}\Updates\av9-016.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  90. Source: "{app}\Updates\av9-017.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  91. Source: "{app}\Updates\av9-018.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  92. Source: "{app}\Updates\av9-019.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  93. Source: "{app}\Updates\daily.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace 
  94. Source: "{app}\Updates\vdb.xml"; DestDir: "{app}\Updates"; Flags: restartreplace 
  95. Source: "{sys}\drivers\AVFilter.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  96. Source: "{sys}\drivers\AVHook.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  97. Source: "{sys}\drivers\AVRec.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  98. Source: "{app}\Trial\alert.gif"; DestDir: "{app}\Trial"; Flags: restartreplace 
  99. Source: "{app}\Trial\header.JPG"; DestDir: "{app}\Trial"; Flags: restartreplace 
  100. Source: "{app}\msvcp71.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  101. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; Flags: restartreplace 
  102. Source: "{sys}\msvcp71.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  103. Source: "{sys}\msvcr71.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  104. [Dirs]
  105. Name: "{commonappdata}\PC Tools\Temp"; Flags: uninsalwaysuninstall 
  106. [Registry]
  107. Root: HKLM; Subkey: "Software\PCTools\PCTAVSvc\"; Flags: uninsdeletekey 
  108. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; Flags: uninsdeletekey 
  109. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; ValueName: "ApplicationPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  110. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; ValueName: "uninsmsg"; ValueType: String; ValueData: "{cm:UninstallAVRunningMsg,PC Tools AntiVirus}"; Flags: uninsdeletekey 
  111. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PCTAVApp"; ValueType: String; Flags: deletevalue dontcreatekey 
  112. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PCTAVApp"; ValueType: String; ValueData: """{app}\PCTAV.exe"" /MONITORSCAN"; Flags: uninsdeletevalue 
  113. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Security Center"; ValueName: "AntiVirusDisableNotify"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletevalue 
  114. Root: HKCU; Subkey: "Software\PCTools\PCTAV"; Flags: uninsdeletekey 
  115. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; Flags: uninsdeletekey 
  116. Root: HKLM; Subkey: "System\CurrentControlSet\Services\AVFilter"; Flags: uninsdeletekey dontcreatekey 
  117. Root: HKLM; Subkey: "System\CurrentControlSet\Services\AVHook"; Flags: uninsdeletekey dontcreatekey 
  118. Root: HKLM; Subkey: "System\CurrentControlSet\Services\AVRec"; Flags: uninsdeletekey dontcreatekey 
  119. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "version"; ValueType: String; ValueData: "3.1.1.6"; Flags: createvalueifdoesntexist uninsdeletevalue 
  120. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FileMonitorOnStartup"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  121. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ExitAfterScan"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  122. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FileScanOnStartUp"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  123. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ShowResultsPop"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  124. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "RunOnStartup"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  125. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "InfectedObjectActionFileScan"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  126. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "SuspiciousObjectActionOFileScan"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  127. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogActivity"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  128. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ClearOnExit"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  129. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ClearSizeExceeds"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  130. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogDirectorySize"; ValueType: Dword; ValueData: "$5"; Flags: createvalueifdoesntexist uninsdeletevalue 
  131. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "DeleteQuarantined"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  132. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ShowDisclaimer"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  133. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardToolPopUp"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  134. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "QuarantineInfections"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  135. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ScanButtonAction"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  136. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "selectLanguage_str"; ValueType: String; ValueData: "{code:LanguageSelected}"; Flags: uninsdeletevalue 
  137. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LiveUpdateAutomaticSearch"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  138. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LiveUpdateScheduled"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  139. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LiveUpdateWeekDay"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  140. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FullScanScheduled"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  141. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FullScanWeekDay"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  142. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogFileSizeLimit"; ValueType: Dword; ValueData: "$200000"; Flags: createvalueifdoesntexist uninsdeletevalue 
  143. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ApplicationLogDirectorySize"; ValueType: Dword; ValueData: "$5"; Flags: createvalueifdoesntexist uninsdeletevalue 
  144. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ApplicationLogFileSizeLimit"; ValueType: Dword; ValueData: "$200000"; Flags: createvalueifdoesntexist uninsdeletevalue 
  145. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ScanningMode"; ValueType: String; ValueData: "1,0,0,1,0,0,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  146. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "SplashOnStartup"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  147. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "AppLogLevel"; ValueType: Dword; ValueData: "$2"; Flags: createvalueifdoesntexist uninsdeletevalue 
  148. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardState"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  149. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "CheckLicense"; ValueType: String; ValueData: "720"; Flags: createvalueifdoesntexist uninsdeletevalue 
  150. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "PromptTimeout"; ValueType: Dword; ValueData: "$E"; Flags: createvalueifdoesntexist uninsdeletevalue 
  151. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogFileName"; ValueType: String; ValueData: "{app}\Report Logs\Report"; Flags: createvalueifdoesntexist uninsdeletevalue 
  152. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardFileStatus"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  153. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailFilterStatus"; ValueType: Dword; ValueData: "$3"; Flags: createvalueifdoesntexist uninsdeletevalue 
  154. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetFilterStatus"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  155. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardFileSettingGeneral"; ValueType: String; ValueData: "0,0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  156. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailSettingGeneral"; ValueType: String; ValueData: "0,0,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  157. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailSettingTrustedHostList"; ValueType: String; ValueData: "127.0.0.1,1,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  158. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailSettingScanPortList"; ValueType: String; ValueData: "25,1,0,0,110,0,1,0,143,0,0,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  159. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetSettingGeneral"; ValueType: String; ValueData: "1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  160. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetSettingTrustedHostList"; ValueType: String; ValueData: "127.0.0.1,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  161. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetSettingScanPortList"; ValueType: String; ValueData: "80,1,0,8080,1,0,3128,1,0,21,0,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  162. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "InfectedObjectActionOnGuard"; ValueType: Dword; ValueData: "$0"; Flags: deletevalue 
  163. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "SuspiciousObjectActionOnGuard"; ValueType: Dword; ValueData: "$0"; Flags: deletevalue 
  164. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\SafeBoot\Network\PCTAVSvc"; Flags: uninsdeletekey 
  165. [INI]
  166. FileName: "{app}\PCTAV.ini"; Section: "LICENSE"; Key: "Language"; String: "{code:ForArmLanguageSelected}"; 
  167. FileName: "{app}\homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "{cm:ShortCutHPLink}"; 
  168. [Icons]
  169. Name: "{group}\PC Tools AntiVirus"; Filename: "{app}\PCTAV.exe"; 
  170. Name: "{group}\{cm:ShortCutQSG,PC Tools AntiVirus}"; Filename: "{app}\{cm:ShortCutFileName}"; 
  171. Name: "{group}\{cm:UninstallProgram,PC Tools AntiVirus}"; Filename: "{uninstallexe}"; 
  172. Name: "{commondesktop}\PC Tools AntiVirus"; Filename: "{app}\PCTAV.exe"; Tasks: desktopicon; 
  173. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PC Tools AntiVirus"; Filename: "{app}\PCTAV.exe"; Tasks: quicklaunchicon; 
  174. Name: "{group}\{cm:ShortCutHP}"; Filename: "{app}\homepage.url"; Comment: "{cm:ShortCutHPComment}"; 
  175. [Tasks]
  176. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  177. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  178. [InstallDelete]
  179. Type: filesandordirs; Name: "{group}"; 
  180. Type: files; Name: "{commondesktop}\PC Tools AntiVirus.lnk"; 
  181. Type: files; Name: "{app}\*.key"; 
  182. [UninstallDelete]
  183. Type: files; Name: "{app}\Application Logs\*.txt"; 
  184. Type: filesandordirs; Name: "{app}\Tools\*.*"; 
  185. Type: filesandordirs; Name: "{app}\~tmp\*"; 
  186. Type: files; Name: "{app}\Quarantine\*.*"; 
  187. Type: filesandordirs; Name: "{app}\Report Logs"; 
  188. Type: files; Name: "{app}\homepage.url"; 
  189. Type: files; Name: "{app}\*.idx"; 
  190. Type: files; Name: "{app}\*.xml"; 
  191. Type: files; Name: "{app}\*.txt"; 
  192. Type: files; Name: "{app}\Common.ini"; 
  193. Type: files; Name: "{app}\PCTAV.ini"; 
  194. Type: files; Name: "{app}\~ulo"; 
  195. Type: filesandordirs; Name: "{app}\Updates"; 
  196. Type: dirifempty; Name: "{app}\~tmp"; 
  197. Type: dirifempty; Name: "{app}"; 
  198. Type: filesandordirs; Name: "{commonappdata}\PC Tools\*.*"; 
  199. Type: dirifempty; Name: "{commonappdata}\PC Tools\LSP"; 
  200. Type: dirifempty; Name: "{commonappdata}\PC Tools"; 
  201. [CustomMessages]
  202. en.NameAndVersion=%1 version %2
  203. en.AdditionalIcons=Additional icons:
  204. en.CreateDesktopIcon=Create a &desktop icon
  205. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  206. en.ProgramOnTheWeb=%1 on the Web
  207. en.UninstallProgram=Uninstall %1
  208. en.LaunchProgram=Launch %1
  209. en.AssocFileExtension=&Associate %1 with the %2 file extension
  210. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  211. en.Options=Options:
  212. en.StartAfterInstall=Start PC Tools AntiVirus and scan for infections
  213. en.AutoStart=&Activate PC Tools AntiVirus protection when Windows starts
  214. en.BtnInstall=&Install
  215. en.ERR_INTERNETREQUIREDFORLU=No Internet connection was found. Internet access is required to download Smart Updates.
  216. en.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 These tasks will launch immediately after you click 'Finish':\par \par\b Run Smart Update\par\pard\li284\b0 Downloads the latest PC Tools AntiVirus improvements and updates.\par\b\par\pard Launch PC Tools AntiVirus\par\pard\li284\b0 You can immediately configure PC Tools AntiVirus and run a full scan.\par}
  217. en.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 These tasks will launch immediately after you click 'Finish':\par \par\b Run Smart Update\par\pard\li284\b0 Downloads the latest PC Tools AntiVirus improvements and updates.\par\b\par\pard Launch PC Tools AntiVirus\par\pard\li284\b0 You can immediately configure PC Tools AntiVirus and run a full scan.\fs20\par}
  218. en.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Google Toolbar\b0  \fs16 for Internet Explorer\fs20\par}
  219. en.GooglePageCaption=Free! Google Toolbar for Internet Explorer
  220. en.GooglePageDescription=Take the power of Google with you anywhere on the Web
  221. en.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 The free Google Toolbar enables you to:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Search the Web with Google from any site\par{\pntext\f1\'B7\tab}Eliminate annoying pop-up ads\par{\pntext\f1\'B7\tab}Fill out Web forms instantly with AutoFill\par }
  222. en.GooglePageRadio1a=Install the free Google Toolbar
  223. en.GooglePageRadio1aBold=Install the free Google Toolbar
  224. en.GooglePageRadio1b=     You can remove it easily at any time
  225. en.GooglePageRadio2=Don't install the Google Toolbar
  226. en.GooglePageNotice1=By installing the Google Toolbar, you agree to abide to the Google Toolbar terms of use and privacy policy.
  227. en.GooglePageNotice1a=Read the terms of use
  228. en.GooglePageNotice1b= and 
  229. en.GooglePageNotice1c=Read the privacy policy
  230. en.GooglePageNotice1d=.
  231. en.GooglePageTitle=Setup - PC Tools AntiVirus
  232. en.GooglePageTitleLabel=Required Components Download
  233. en.GooglePageTitleDescription=Setup is now downloading the required files to your computer
  234. en.GoogleFinishConfirm=Google Toolbar has also been installed and will appear the next time you open an Internet Explorer window.
  235. en.MSG_DownloadError=Setup could not download some files, please run setup again.
  236. en.ErrorAppRunning=Setup has detected that %1 is currently running. %nClick OK to close %1 and continue setup or Cancel to exit setup.
  237. en.ERR_OTHERAVFOUND1=The following product is already installed on your computer: 
  238. en.ERR_OTHERAVFOUND2=Using multiple anti-virus products can lead to installation conflicts and problems in operation. You are advised to uninstall the other anti-virus product before continuing this installation. Do you wish to continue?
  239. en.ERR_NOTSUPPORTEROS=We regret that this product is not certified for this operating system. Installation cannot continue.
  240. en.MSG_EMAILCLIENT=Please note: Mail clients other than Outlook are not excluded by default from OnGuard and scanners. If one infected e-mail is discovered, all e-mails in that database will be removed.%n%nAdding mail clients' details to the exclusion list is recommended.%nTo do this, turn OnGuard OFF;%nGo to Settings -> Scan Settings -> Scan Exclusions and add the folder or file you wish to exclude.
  241. en.MSG_EMAILCLIENTGTB1=Please note: Mail clients other than Outlook are not excluded by default from OnGuard and scanners. If one infected e-mail is discovered, all e-mails in that database will be removed.
  242. en.MSG_EMAILCLIENTGTB2=Refer to Help to prevent this.
  243. en.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  244. MSG_ButtonExit=E&xit
  245. en.ShortCutFileName=eng-avhelp.chm
  246. en.ShortCutHP=Home Page
  247. en.ShortCutHPComment=View PC Tools AntiVirus homepage
  248. en.ShortCutHPLink=http://www.pctools.com/anti-virus/
  249. en.ShortCutQSG=%1 Help
  250. en.RunLaunchAV=Launch %1
  251. en.UninstallAVRunningMsg=Uninstall has detected that %1 is currently running. %nClick OK to close %1 and proceed with uninstall or Cancel to exit uninstall.
  252. en.ERR_IKHLAYERCHECK=Installation cannot proceed without rebooting. Do you wish to reboot now?
  253. en.lblSelectDir=Setup has detected that you already have %1 installed
  254. en.lblSelectDirBrowse=Installation must take place in the following location
  255. en.msgDegrade=Warning: You are trying to install an older version of %1
  256. en.msgUpToDate=Your Product is up-to-date.
  257. en.MSG_SDAInstalled=We detected that Spyware Doctor with AntiVirus is already installed on this PC. You do not require this standalone version of PC Tools AntiVirus to be installed.
  258. en.MSG_SDInstalled=We detected that Spyware Doctor is already installed on this PC. We highly recommend that you upgrade Spyware Doctor to include AntiVirus instead of installing this standalone version of PC Tools AntiVirus. Would you like to learn how to upgrade Spyware Doctor to include AntiVirus?
  259. de.NameAndVersion=%1 Version %2
  260. de.AdditionalIcons=Zus
  261. tzliche Symbole:
  262. de.CreateDesktopIcon=Erstelle &Desktop Symbol
  263. de.CreateQuickLaunchIcon=Erstelle &Quick Launch Symbol
  264. de.ProgramOnTheWeb=%1 im Web
  265. de.UninstallProgram=De-installiere %1
  266. de.LaunchProgram=Starte %1
  267. de.AssocFileExtension=&Verkn
  268. pfe %1 mit %2 Datenerweiterung
  269. de.AssocingFileExtension=Verkn
  270. pfung von %1 mit der %2 Datenerweiterung...
  271. de.Options=Optionen:
  272. de.StartAfterInstall=PC Tools AntiVirus starten und nach Infizierungen suchen
  273. de.AutoStart=&Schutz durch PC Tools AntiVirus aktivieren, wenn Windows startet
  274. de.BtnInstall=&Installieren
  275. de.ERR_INTERNETREQUIREDFORLU=Es wurde keine Internet-Verbindung gefunden. Um die Smart Updates herunterzuladen, m
  276. ssen Sie mit dem Internet verbunden sein.
  277. de.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Diese Aufgaben starten automatisch, nachdem Sie "Fertigstellen" geklickt haben:\par \par\b Smart Update starten\par\pard\li284\b0 L
  278. dt Sie die neuesten Erweiterungen und Updates von PC Tools AntiVirus herunter.\par\b\par\pard PC Tools AntiVirus starten\par\pard\li284\b0 Sie k
  279. nnen PC Tools AntiVirus sofort konfigurieren und einen vollst
  280. ndigen Scan ausf
  281. hren.\par}
  282. de.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Diese Aufgaben starten automatisch, nachdem Sie "Fertigstellen" geklickt haben:\par \par\b Smart Update starten\par\pard\li284\b0 L
  283. dt Sie die neuesten Erweiterungen und Updates von PC Tools AntiVirus herunter.\par\b\par\pard PC Tools AntiVirus starten\par\pard\li284\b0 Sie k
  284. nnen PC Tools AntiVirus sofort konfigurieren und einen vollst
  285. ndigen Scan ausf
  286. hren.\fs20\par}
  287. de.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1031\b\f0\fs18 Kostenlos!\cf0   Google Toolbar \b0\fs16 f\'fcr Internet Explorer.\lang1033\f1\par}
  288. de.GooglePageCaption=Kostenlos!  Google Toolbar f
  289. r Internet Explorer.
  290. de.GooglePageDescription=Nutzen Sie die M
  291. glichkeiten von Google 
  292. berall im Web.
  293. de.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Die kostenlose Google Toolbar erm
  294. glicht Ihnen:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Durchsuchen Sie das Web mit Google von jeder Webseite aus\par{\pntext\f1\'B7\tab}Unterbinden Sie l
  295. stige Popup-Werbungen\par{\pntext\f1\'B7\tab}F
  296. llen Sie mit Hilfe von AutoVervollst
  297. ndigen sofort Web-Formulare aus\par }
  298. de.GooglePageRadio1a=Installieren Sie die kostenlose Google Toolbar
  299. de.GooglePageRadio1aBold=Installation der kostenlosen Google Toolbar
  300. de.GooglePageRadio1b=     Sie k
  301. nnen Google Toolbar jederzeit problemlos wieder entfernen.
  302. de.GooglePageRadio2=Die Google Toolbar nicht installieren.
  303. de.GooglePageNotice1=Indem Sie die Google-Toolbar installieren, stimmen Sie den Nutzungsbedingungen und den Datenschutzbestimmungen der Google Toolbar zu.
  304. de.GooglePageNotice1a=Nutzungsbedingungen lesen
  305. de.GooglePageNotice1b= und 
  306. de.GooglePageNotice1c=Datenschutzbestimmungen lesen
  307. de.GooglePageNotice1d= der Google Toolbar zu.
  308. de.GooglePageTitle=Setup - PC Tools AntiVirus
  309. de.GooglePageTitleLabel=Download der erforderlichen Komponenten
  310. de.GooglePageTitleDescription=Das Setup speichert nun die erforderlichen Dateien auf Ihrem Computer ab
  311. de.GoogleFinishConfirm=Die Google Toolbar wurde ebenfalls installiert und wird beim n
  312. chsten 
  313. ffnen eines Fensters in Internet Explorer angezeigt.
  314. de.MSG_DownloadError=Beim Setup konnten einige Dateien nicht gespeichert werden, starten Sie das Setup bitte neu.
  315. de.ErrorAppRunning=Beim Setup wurde festgestellt, da
  316.  %1 zur Zeit ausgef
  317. hrt wird. %nKlicken Sie OK, um %1 zu schlie
  318. en und mit dem Setup fortzufahren oder Abbrechen, um das Setup zu verlassen.
  319. de.ERR_OTHERAVFOUND1=Das folgende Produkt wurde bereits auf Ihrem Computer installiert: 
  320. de.ERR_OTHERAVFOUND2=Die gleichzeitige Verwendung mehrerer Antiviren-Programme kann zu Konflikten bei der Installation und zu Problemen bei Inbetriebnahme f
  321. hren. Sie sollten zun
  322. chst andere Antiviren-Produkte deinstallieren, bevor Sie die Installation fortsetzen. M
  323. chten Sie fortfahren?'
  324. de.ERR_NOTSUPPORTEROS=Wir bedauern, da
  325.  dieses Produkt nicht f
  326. r dieses Betriebssystem geeignet ist. Die Installation kann nicht fortgesetzt werden.
  327. de.MSG_EMAILCLIENT=Bitte beachten: Abgesehen von Outlook werden E-Mail-Clients standardm
  328. ig von OnGuard und von den Suchmaschinen nicht ausgeschlossen. Wenn eine infizierte E-Mail gefunden wird, werden alle E-Mails aus dieser Datenbank entfernt.%n%nEs wird empfohlen, die Angaben anderer E-Mail-Clients zur Ausschlu
  329. liste hinzuzuf
  330. gen.%nStellen Sie daf
  331. r OnGuard AUS;%nGehen Sie auf Einstellungen -> Sucheinstellungen -> Bei der Suche auszuschlie
  332. en und f
  333. gen Sie den Ordner oder die Datei hinzu, die ausgeschlossen werden soll.
  334. de.MSG_EMAILCLIENTGTB1=Bitte beachten: Abgesehen von Outlook werden E-Mail-Clients standardm
  335. ig von OnGuard und von den Suchmaschinen nicht ausgeschlossen. Wenn eine infizierte E-Mail gefunden wird, werden alle E-Mails aus dieser Datenbank entfernt.
  336. de.MSG_EMAILCLIENTGTB2=Ziehen Sie die Hilfe heran, um dies zu vermeiden.
  337. de.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus ist bereits als Bestandteil von PC Tools Internet Security installiert. Der Installationsvorgang wird abgebrochen.
  338. de.ShortCutFileName=deu-avhelp.chm
  339. de.ShortCutHP=Homepage
  340. de.ShortCutHPComment=Homepage von PC Tools AntiVirus anzeigen
  341. de.ShortCutHPLink=http://www.pctools.com/de/anti-virus/
  342. de.ShortCutQSG=%1 Hilfe
  343. de.RunLaunchAV=Starte %1
  344. de.UninstallAVRunningMsg=Bei der De-Installation wurde festgestellt, da
  345.  %1 noch l
  346. uft. %nKlicken Sie OK, um %1 zu beenden und mit der De-Installation fortzufahren oder Beenden, um die De-Installation zu verlassen.
  347. de.ERR_IKHLAYERCHECK=Die Installation kann nicht ohne Neustart fortgesetzt werden. M
  348. chten Sie jetzt neu starten?
  349. de.lblSelectDir=Beim Setup wurde festgestellt, da
  350.  %1 bereits installiert wurde
  351. de.lblSelectDirBrowse=Die Installation mu
  352.  an folgendem Standort erfolgen
  353. de.msgDegrade=Warnung: Sie versuchen gerade, eine 
  354. ltere Version von %1 zu installieren
  355. de.msgUpToDate=Your Product is up-to-date.
  356. de.MSG_SDAInstalled=We detected that Spyware Doctor with AntiVirus is already installed on this PC. You do not require this standalone version of PC Tools AntiVirus to be installed.
  357. de.MSG_SDInstalled=We detected that Spyware Doctor is already installed on this PC. We highly recommend that you upgrade Spyware Doctor to include AntiVirus instead of installing this standalone version of PC Tools AntiVirus. Would you like to learn how to upgrade Spyware Doctor to include AntiVirus?
  358. es.NameAndVersion=%1 versi
  359. es.AdditionalIcons=Iconos adicionales:
  360. es.CreateDesktopIcon=Crear un icono en el &escritorio
  361. es.CreateQuickLaunchIcon=Crear un icono de Inicio &R
  362. es.ProgramOnTheWeb=%1 en la Web
  363. es.UninstallProgram=Desinstalar %1
  364. es.LaunchProgram=Ejecutar %1
  365. es.AssocFileExtension=&Asociar %1 con la extensi
  366. es.AssocingFileExtension=Asociando %1 con la extensi
  367. n %2...
  368. es.Options=Opciones:
  369. es.StartAfterInstall=Iniciar PC Tools AntiVirus y analizar en busca de infecciones
  370. es.AutoStart=&Activar la protecci
  371. n de PC Tools AntiVirus al iniciar Windows
  372. es.BtnInstall=&Instalar
  373. es.ERR_INTERNETREQUIREDFORLU=No se encontr
  374.  ninguna conexi
  375. n a Internet. Es necesario contar con acceso a Internet para descargar las actualizaciones Smart Update.
  376. es.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Estas tareas se ejecutar\'e1n inmediatamente despu\'e9s de que haga clic en ''Finalizar'':\par \par\b Ejecutar Smart Update\par\pard\li284\b0 Descarga las mejoras y actualizaciones m\'e1s recientes de PC Tools AntiVirus.\par\b\par\pard Abrir PC Tools AntiVirus\par\pard\li284\b0 Puede inmediatamente configurar PC Tools AntiVirus y ejecutar un An
  377. lisis Completo.\par}
  378. es.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Estas tareas se ejecutar
  379. n inmediatamente despu
  380. s de que haga clic en ''Finalizar'':\par\fs16  \fs20\par\b Ejecutar Smart Update\par\pard\li284\b0 Descarga las mejoras y actualizaciones m
  381. s recientes de PC Tools AntiVirus.\par\b\par\pard Abrir PC Tools AntiVirus\par\pard\li284\b0 Puede inmediatamente configurar PC Tools AntiVirus y ejecutar un An
  382. lisis Completo.\par}
  383. es.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang3082\b\f0\fs18\'a1Gratuito!\cf0  Barra Google \b0\fs16 para Internet Explorer \lang1033\f1\par}
  384. es.GooglePageCaption=
  385. Gratuito! Barra Google para Internet Explorer 
  386. es.GooglePageDescription=Ll
  387. vese consigo el poder de Google a cualquier lugar de la web
  388. es.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}  {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang3082\b\f0\fs16 La barra de herramientas gratuita de Google le permite:\b0   \par \bullet  B
  389. squeda desde cualquier sitio con Google   \par \bullet  Eliminar los molestos anuncios pop-up   \par \bullet  Llenar formularios de Web instant
  390. neamente con la funci
  391. n Autofill\'f1ol\lang1033\f1\par }
  392. es.GooglePageRadio1a=Instalar la barra Google gratuita
  393. es.GooglePageRadio1aBold=Instale la barra Google
  394. es.GooglePageRadio1b=     Puede eliminarla f
  395. cilmente en cualquier momento que lo desee.
  396. es.GooglePageRadio2=No instalar la barra Google
  397. es.GooglePageNotice1=Al instalar la barra Google, usted acuerda sujetarse a los t
  398. rminos de uso y pol
  399. tica de privacidad de la barra Google.
  400. es.GooglePageNotice1a=Leer los t
  401. rminos de uso
  402. es.GooglePageNotice1b= y la 
  403. es.GooglePageNotice1c=Leer la pol
  404. tica de privacidad
  405. es.GooglePageNotice1d= de dicho programa.
  406. es.GooglePageTitle=Setup - PC Tools AntiVirus
  407. es.GooglePageTitleLabel=Descarga de Componentes Requeridos
  408. es.GooglePageTitleDescription=El Instalador est
  409.  ahora descargando los archivos requeridos en su computadora
  410. es.GoogleFinishConfirm=La barra Google tambi
  411. n se ha instalado y aparecer
  412.  la pr
  413. xima vez que abra una ventana de Internet Explorer.
  414. es.MSG_DownloadError=El instalador no pudo descargar algunos archivos, por favor ejecute el instalador nuevamente.
  415. es.ErrorAppRunning=La instalaci
  416. n ha detectado que %1 est
  417.  ejecut
  418. ndose actualmente. %nHaga clic en Aceptar para cerrar %1 y continuar con la instalaci
  419. n o en Cancelar para salir de la instalaci
  420. es.ERR_OTHERAVFOUND1=El siguiente producto ya se encuentra instalado en su computadora: 
  421. es.ERR_OTHERAVFOUND2=El usar m
  422. ltiples productos antivirus puede llevar a conflictos de instalaci
  423. n y problemas de funcionamiento. Le aconsejamos desinstalar el otro producto antivirus antes de continuar con esta instalaci
  424. Desea continuar?'
  425. es.ERR_NOTSUPPORTEROS=Lamentamos informarle que este producto no est
  426.  certificado para este sistema operativo. La instalaci
  427. n no puede continuar.
  428. es.MSG_EMAILCLIENT=Por favor note que cualquier otro programa administrador de correos electr
  429. nico diferente a Outlook, por defecto, no se excluye de OnGuard y An
  430. lisis. Si se descubre un correo infectado, todos los correos en la base de datos ser
  431. n eliminados.%n%nEs recomendable agregar a la lista de exclusiones de an
  432. lisis los detalles de los achivos de correo.%nPara realizar 
  433. sto, Desactive OnGuard;%nVaya a Configuraci
  434. n - Config. del An
  435. lisis - Exclusiones de An
  436. lisis y a
  437. ada la carpeta o archivo que desea excluir.
  438. es.MSG_EMAILCLIENTGTB1=Por favor note que cualquier otro programa administrador de correos electr
  439. nico diferente a Outlook, por defecto, no se excluye de OnGuard y An
  440. lisis. Si se descubre un correo infectado, todos los correos en la base de datos ser
  441. n eliminados.
  442. es.MSG_EMAILCLIENTGTB2=Revise la Ayuda para prevenir esto.
  443. es.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus ya ha sido instalado como parte de PC Tools Internet Security. El proceso de instalaci
  444. n se cerrar
  445.  sin haber sido completado.
  446. es.ShortCutFileName=esp-avhelp.chm
  447. es.ShortCutHP=P
  448. gina de Inicio
  449. es.ShortCutHPComment=Ver la p
  450. gina de Inicio de PC Tools AntiVirus
  451. es.ShortCutHPLink=http://www.pctools.com/es/anti-virus/
  452. es.ShortCutQSG=%1 Ayuda
  453. es.RunLaunchAV=Abrir %1
  454. es.UninstallAVRunningMsg=La desinstalaci
  455. n ha detectado que %1 est
  456.  ejecut
  457. ndose actualmente. %nHaga clic en Aceptar para cerrar %1 y continuar con la desinstalaci
  458. n o en Cancelar para salir de la desinstalaci
  459. es.ERR_IKHLAYERCHECK=La instalaci
  460. n no puede continuar sin reiniciar. 
  461. Desea reiniciar ahora?
  462. es.lblSelectDir=El instalador ha detectado que ya tiene %1 instalado
  463. es.lblSelectDirBrowse=La instalaci
  464. n debe hacerse en la ubicaci
  465. n siguiente
  466. es.msgDegrade=Advertencia: Usted trata de instalar una versi
  467. n anterior de %1
  468. es.msgUpToDate=Your Product is up-to-date.
  469. es.MSG_SDAInstalled=We detected that Spyware Doctor with AntiVirus is already installed on this PC. You do not require this standalone version of PC Tools AntiVirus to be installed.
  470. es.MSG_SDInstalled=We detected that Spyware Doctor is already installed on this PC. We highly recommend that you upgrade Spyware Doctor to include AntiVirus instead of installing this standalone version of PC Tools AntiVirus. Would you like to learn how to upgrade Spyware Doctor to include AntiVirus?
  471. fr.NameAndVersion=%1 version %2
  472. fr.AdditionalIcons=Ic
  473. nes suppl
  474. mentaires :
  475. fr.CreateDesktopIcon=Cr
  476. er une ic
  477. ne sur le &bureau
  478. fr.CreateQuickLaunchIcon=Cr
  479. er une ic
  480. ne de &lancement rapide
  481. fr.ProgramOnTheWeb=%1 sur le Web
  482. fr.UninstallProgram=D
  483. sinstaller %1
  484. fr.LaunchProgram=Lancer %1
  485. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  486. fr.AssocingFileExtension=Association de %1 avec l'extension de fichier %2
  487. fr.Options=Options :
  488. fr.StartAfterInstall=D
  489. marrer PC Tools AntiVirus et lancer une analyse pour rechercher les infections
  490. fr.AutoStart=&Activer la protection de PC Tools AntiVirus au d
  491. marrage de Windows
  492. fr.BtnInstall=&Installer
  493. fr.ERR_INTERNETREQUIREDFORLU=Aucune connexion Internet n'a 
  494. e. Un acc
  495. s Internet est indispensable pour pouvoir t
  496. charger les mises 
  497.  jour Smart Update.
  498. fr.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Ces t
  499. ches sont imm
  500. diatement lanc
  501. es lorsque vous cliquez sur 'Terminer' :\par \par\b Ex
  502. cuter Smart Update\par\pard\li284\b0 T
  503. charger les derni
  504. res am
  505. liorations et mises 
  506.  jour pour PC Tools AntiVirus.\par\b\par\pard Lancer PC Tools AntiVirus\par\pard\li284\b0 Vous pouvez imm
  507. diatement configurer PC Tools AntiVirus et lancer une analyse compl
  508. te.\par}
  509. fr.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Ces t
  510. ches sont imm
  511. diatement lanc
  512. es lorsque vous cliquez sur 'Terminer' :\par \par\b Ex
  513. cuter Smart Update\par\pard\li284\b0 T
  514. charger les derni
  515. res am
  516. liorations et mises 
  517.  jour pour PC Tools AntiVirus.\par\b\par\pard Lancer PC Tools AntiVirus\par\pard\li284\b0 Vous pouvez imm
  518. diatement configurer PC Tools AntiVirus et lancer une analyse compl
  519. te.\fs20\par}
  520. fr.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Barre d'outils Google\b0 \fs16 pour Internet Explorer\fs20\par}
  521. fr.GooglePageCaption=Gratuit ! Barre d'outils Google pour Internet Explorer
  522. fr.GooglePageDescription=La recherche selon Google - Puissance et pr
  523. cision !
  524. fr.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 La barre d'outils Google gratuite vous permet de :\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Effectuer des recherches sur le Web avec Google depuis n'importe quel site\par{\pntext\f1\'B7\tab}
  525. liminer des fen
  526. tres publicitaires ennuyantes\par{\pntext\f1\'B7\tab}Remplir des formulaires Web instantan
  527. ment avec la fonction Remplissage automatique\par }
  528. fr.GooglePageRadio1a=Installer la barre d'outils Google gratuite
  529. fr.GooglePageRadio1aBold=Installer la barre d'outils Google gratuite
  530. fr.GooglePageRadio1b=     Vous pouvez facilement la supprimer 
  531.  tout moment
  532. fr.GooglePageRadio2=Ne pas installer la barre d'outils Google
  533. fr.GooglePageNotice1=En installant la barre d'outils Google, vous consentez 
  534.  respecter les conditions d'utilisation et les r
  535. gles de confidentialit
  536.  concernant cette barre d'outils.
  537. fr.GooglePageNotice1a=Lire les conditions d'utilisation
  538. fr.GooglePageNotice1b= et 
  539. fr.GooglePageNotice1c=Lire les r
  540. gles de confidentialit
  541. fr.GooglePageNotice1d=.
  542. fr.GooglePageTitle=Programme d'installation de PC Tools AntiVirus
  543. fr.GooglePageTitleLabel=T
  544. chargement des composants requis
  545. fr.GooglePageTitleDescription=Le programme d'installation t
  546. charge actuellement les fichiers requis sur votre ordinateur
  547. fr.GoogleFinishConfirm=La barre d'outils Google a aussi 
  548.  install
  549. e et appara
  550.  la prochaine ouverture d'une fen
  551. tre Internet Explorer.
  552. fr.MSG_DownloadError=Le programme d'installation n'a pas pu t
  553. charger certains fichiers. Veuillez relancer le programme d'installation.
  554. fr.ErrorAppRunning=Le programme d'installation a d
  555.  que %1 est en cours d'ex
  556. cution. %nCliquez sur OK pour fermer %1 et continuer l'installation ou Annuler pour quitter l'installation.
  557. fr.ERR_OTHERAVFOUND1=Le produit suivant est d
  558.  install
  559.  sur votre ordinateur : 
  560. fr.ERR_OTHERAVFOUND2=L'utilisation simultan
  561. e de plusieurs antivirus peut mener 
  562.  des conflits d'installation et 
  563.  de multiples probl
  564. mes de fonctionnement. Il est conseill
  565.  de d
  566. sinstaller les autres antivirus avant de poursuivre l'installation. Voulez-vous continuer ?
  567. fr.ERR_NOTSUPPORTEROS=Nous regrettons, mais ce produit n'est pas certifi
  568.  pour ce syst
  569. me d'exploitation. L'installation ne peut pas continuer.
  570. fr.MSG_EMAILCLIENT=Remarque
  571. : Les clients de messagerie autres qu'Outlook ne sont pas exclus par d
  572. faut d'OnGuard et des autres outils d'analyse. Lorsqu'un email infect
  573.  est d
  574. , tous les emails de la base de donn
  575. es concern
  576. e sont alors supprim
  577. s.%n%nIl est recommand
  578.  d'ajouter les informations relatives au client de messagerie 
  579.  la liste des exclusions.%nPour ce faire, d
  580. sactivez OnGuard ;%nallez dans Param
  581. tres -> Param
  582. tres d'analyse -> Fichiers exclus de l'analyse et ajoutez le dossier ou le fichier 
  583.  exclure.
  584. fr.MSG_EMAILCLIENTGTB1=Remarque
  585. : Les clients de messagerie autres qu'Outlook ne sont pas exclus par d
  586. faut d'OnGuard et des autres outils d'analyse. Lorsqu'un email infect
  587.  est d
  588. , tous les emails de la base de donn
  589. es concern
  590. e sont alors supprim
  591. fr.MSG_EMAILCLIENTGTB2=Veuillez consulter l'aide pour 
  592. viter ce probl
  593. fr.ERR_INIT_PCTISINSTALLED=PC Tools Internet Security est d
  594.  install
  595.  en tant que composant de la suite PC Tools Internet Security. Le programme d'installation va maintenant se fermer sans proc
  596.  l'installation
  597. fr.MSG_ButtonExit=&Quitter
  598. fr.ShortCutFileName=fre-avhelp.chm
  599. fr.ShortCutHP=Page d'accueil
  600. fr.ShortCutHPComment=Afficher la page d'accueil de PC Tools AntiVirus
  601. fr.ShortCutHPLink=http://www.pctools.com/fr/anti-virus/
  602. fr.ShortCutQSG=Aide de %1
  603. fr.RunLaunchAV=Lancer %1
  604. fr.UninstallAVRunningMsg=Le programme de d
  605. sinstallation a d
  606.  que %1 est en cours d'ex
  607. cution. %nCliquez sur OK pour fermer %1 et continuer la d
  608. sinstallation ou Annuler pour l'abandonner.
  609. fr.ERR_IKHLAYERCHECK=L'installation ne peut pas continuer sans red
  610. marrage. Souhaitez-vous red
  611. marrer maintenant ?
  612. fr.lblSelectDir=Le programme d'installation a d
  613.  que %1 est d
  614.  install
  615. fr.lblSelectDirBrowse=L'installation doit 
  616. tre r
  617. e dans l'emplacement suivant
  618. fr.msgDegrade=Avertissement : Vous essayez d'installer une ancienne version de %1
  619. fr.msgUpToDate=Votre produit est 
  620.  jour.
  621. fr.MSG_SDAInstalled=Le programme d'installation a d
  622.  une version existante de Spyware Doctor avec Antivirus install
  623. e sur cet ordinateur. Il n'est pas n
  624. cessaire d'installer une version autonome de PC Tools AntiVirus.
  625. fr.MSG_SDInstalled=Le programme d'installation a d
  626.  une version existante de Spyware Doctor install
  627. e sur cet ordinateur. Il est fortement recommand
  628.  de r
  629. aliser une mise 
  630.  niveau vers PC Tools AntiVirus avec Antivirus plut
  631. t que d'installer s
  632. ment cette version autonome de PC Tools AntiVirus. Voulez-vous savoir comment r
  633. aliser une mise 
  634.  niveau vers  Spyware Doctor avec Antivirus ?
  635. pl.NameAndVersion=%1 wersja %2
  636. pl.AdditionalIcons=Dodatkowe ikony:
  637. pl.CreateDesktopIcon=Utw
  638. rz ikone na &pulpicie
  639. pl.CreateQuickLaunchIcon=Utw
  640. rz ikone &szybkiego uruchamiania
  641. pl.ProgramOnTheWeb=%1 w Internecie
  642. pl.UninstallProgram=Program dezinstalacyjny 
  643. pl.LaunchProgram=Uruchom %1
  644. pl.AssocFileExtension=&Skojarz %1 z rozszerzeniem pliku %2
  645. pl.AssocingFileExtension=Kojarzenie %1 z rozszerzeniem pliku %2...
  646. pl.Options=Opcje:
  647. pl.StartAfterInstall=Uruchom program PC
  648. Tools AntiVirus i skanuj w poszukiwaniu infekcji
  649. pl.AutoStart=&Uaktywniaj ochrone programem PC
  650. Tools AntiVirus z chwila uruchomienia systemu Windows
  651. pl.BtnInstall=&Instaluj
  652. pl.ERR_INTERNETREQUIREDFORLU=Nie wykryto po
  653. czenia z Internetem. Dost
  654. p do Internetu jest wymagany do pobierania uaktualnie
  655.  Smart Updates.
  656. pl.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Natychmiast po klikni
  657. ciu przycisku Zako
  658. cz zostan
  659.  wykonane nast
  660. ce zadania:\par \par\b Funkcja  Smart Update\par\pard\li284\b0 pobiera najnowsze ulepszenia i uaktualnienia programu PC Tools AntiVirus .\par\b\par\pard Nast
  661. puje uruchomienie programu PC Tools AntiVirus\par\pard\li284\b0 Program PC Tools AntiVirus mo
  662. na od razu skonfigurowa
  663. , a nast
  664. pnie wykona
  665. ne skanowanie.\par}
  666. pl.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Natychmiast po klikni
  667. ciu przycisku Zako
  668. cz zostan
  669.  wykonane nast
  670. ce zadania:\par \par\b Funkcja  Smart Update\par\pard\li284\b0 pobiera najnowsze ulepszenia i uaktualnienia programu PC Tools AntiVirus .\par\b\par\pard Nast
  671. puje uruchomienie programu PC Tools AntiVirus\par\pard\li284\b0 Program PC Tools AntiVirus mo
  672. na od razu skonfigurowa
  673. , a nast
  674. pnie wykona
  675. ne skanowanie.\fs20\par}
  676. pl.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Bezplatny! \cf0 Pasek narzedzi Google\b0  \fs16 do programu Internet Explorer\fs20\par}
  677. pl.GooglePageCaption=Bezplatny! Pasek narzedzi Google do programu Internet Explorer
  678. pl.GooglePageDescription=Staly dostep do wyszukiwarki Google w dowolnym zakatku Internetu
  679. pl.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Bezplatny pasek narzedzi Google umozliwia:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Wyszukiwanie z uzyciem serwisu Google w dowolnym serwisie internetowym\par{\pntext\f1\'B7\tab}Wyeliminowanie denerwujacych ogloszen w postaci okienek wyskakujacych\par{\pntext\f1\'B7\tab}Szybkie wypelnianie formularzy internetowych za pomoca funkcji AutoFill\par }
  680. pl.GooglePageRadio1a=Zainstaluj bezplatny pasek narzedzi Google
  681. pl.GooglePageRadio1aBold=Zainstaluj bezplatny pasek narzedzi Google
  682. pl.GooglePageRadio1b=     Ten dodatek mozna latwo usunac w dowolnej chwili
  683. pl.GooglePageRadio2=Nie instaluj paska narzedzi Google
  684. pl.GooglePageNotice1=Instalujac pasek narzedzi Google, wyrazasz zgode na warunki korzystania z tego dodatku oraz odpowiednie zasady prywatnosci.
  685. pl.GooglePageNotice1a=Przeczytaj warunki korzystania
  686. pl.GooglePageNotice1b= oraz 
  687. pl.GooglePageNotice1c=przeczytaj zasady prywatnosci
  688. pl.GooglePageTitle=Program instalacyjny 
  689.  PC Tools AntiVirus
  690. pl.GooglePageTitleLabel=Pobieranie wymaganych skladnik
  691. pl.GooglePageTitleDescription=Program instalacyjny pobiera wymagane pliki do komputera
  692. pl.GoogleFinishConfirm=Zainstalowano r
  693. wniez pasek narzedzi Google. Zostanie on wyswietlony po otwarciu nastepnego okna programu Internet Explorer.
  694. pl.MSG_DownloadError=Program instalacyjny nie m
  695. gl pobrac niekt
  696. rych plik
  697. w. Uruchom go ponownie.
  698. pl.ErrorAppRunning=Program instalacyjny wykryl, ze program %1 juz dziala. %nAby zamknac program %1 i kontynuowac instalacje, kliknij przycisk OK. Aby zakonczyc instalacje, kliknij przycisk Anuluj.
  699. pl.ERR_OTHERAVFOUND1=W komputerze jest juz zainstalowany nastepujacy produkt: 
  700. pl.ERR_OTHERAVFOUND2=Korzystanie z wielu program
  701. w antywirusowych jednoczesnie moze powodowac konflikty podczas instalacji i problemy podczas dzialania. Przed kontynuowaniem instalacji zaleca sie odinstalowanie tego innego programu antywirusowego. Kontynuowac?
  702. pl.ERR_NOTSUPPORTEROS=Nie potwierdzono zgodnosci niniejszego produktu z tym systemem operacyjnym. Kontynuacja instalacji nie jest mozliwa.
  703. pl.MSG_EMAILCLIENT=Uwaga: Domyslnie klienty pocztowe inne niz Outlook nie sa wykluczone z ochrony funkcja OnGuard oraz z list skaner
  704. w. Wykrycie jednej zainfekowanej wiadomosci e-mail powoduje usuniecie wszystkich wiadomosci w danej bazie.%n%nZaleca sie wprowadzenie informacji o klientach pocztowych na liscie wyjatk
  705. w.%nW tym celu nalezy WYLACZYC funkcje OnGuard:%nWybierz kolejno Ustawienia -> Ustawienia skanowania -> Lista wyjatk
  706. w i tam dodac folder lub plik, kt
  707. ry ma byc wykluczony ze skanowania.
  708. pl.MSG_EMAILCLIENTGTB1=Uwaga: Domyslnie klienty pocztowe inne niz Outlook nie sa wykluczone z ochrony funkcja OnGuard oraz z list skaner
  709. w. Wykrycie jednej zainfekowanej wiadomosci e-mail powoduje usuniecie wszystkich wiadomosci w danej bazie.
  710. pl.MSG_EMAILCLIENTGTB2=Informacje o tym, jak temu zapobiec, mozna znalezc w Pomocy.
  711. pl.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus jest ju
  712.  zainstalowany jako cz
  713.  pakietu PC Tools Internet Security. Program instalacyjny zako
  714. czy dzia
  715. anie bez wykonywania instalacji.
  716. pl.MSG_ButtonExit=&Wyj
  717. pl.ShortCutFileName=eng-avhelp.chm
  718. pl.ShortCutHP=Strona programu
  719. pl.ShortCutHPComment=Odwiedz strone programy PC Tools AntiVirus
  720. pl.ShortCutHPLink=http://www.pctools.com/pl/anti-virus/
  721. pl.ShortCutQSG=%1 
  722.  Pomoc
  723. pl.RunLaunchAV=Uruchom %1
  724. pl.UninstallAVRunningMsg=Program dezinstalacyjny  wykryl, ze program %1 juz dziala. %nAby zamknac program %1 i kontynuowac dezinstalacje, kliknij przycisk OK. Aby zakonczyc dezinstalacje, kliknij przycisk Anuluj.
  725. pl.ERR_IKHLAYERCHECK=Do kontynuacji instalacji wymagane jest zrestartowanie systemu. Czy chcesz teraz zrestartowac komputer?
  726. pl.lblSelectDir=Program instalacyjny wykryl, ze element %1 jest juz zainstalowany
  727. pl.lblSelectDirBrowse=Instalacja musi zostac wykonana w nastepujacej lokalizacji
  728. pl.msgDegrade=Uwaga: Pr
  729. bujesz zainstalowac starsza wersje programu %1
  730. pl.msgUpToDate=Produkt jest aktualny.
  731. pl.MSG_SDAInstalled=Wykryto, 
  732. e w tym komputerze jest ju
  733.  zainstalowany program Spyware Doctor  z dodatkiem AntiVirus. Nie ma potrzeby instalowania tej, niezale
  734. nej wersji programu PC Tools AntiVirus.
  735. pl.MSG_SDInstalled=Wykryto, 
  736. e w tym komputerze jest ju
  737.  zainstalowany program Spyware Doctor. Zamiast instalowania niezale
  738. nego programu PC Tools AntiVirus, stanowczo zalecamy instalacj
  739.  programu Spyware Doctor z modu
  740. em AntiVirus. Czy chcesz dowiedzie
  741. , jak dokona
  742.  uaktualnienia do programu Spyware Doctor  z modu
  743. em AntiVirus?
  744. it.NameAndVersion=%1 versione %2
  745. it.AdditionalIcons=Icone aggiuntive:
  746. it.CreateDesktopIcon=Crea un'icona per il &desktop
  747. it.CreateQuickLaunchIcon=Crea un'icona di &Avvio rapido
  748. it.ProgramOnTheWeb=%1 sul Web
  749. it.UninstallProgram=Disinstalla %1
  750. it.LaunchProgram=Apri %1
  751. it.AssocFileExtension=&Associa %1 all'estensione file %2
  752. it.AssocingFileExtension=&Associazione di %1 all'estensione file %2 in corso...
  753. it.Options=Opzioni:
  754. it.StartAfterInstall=Avviare PC Tools AntiVirus e avviare una scansione alla ricerca di infezioni
  755. it.AutoStart=&Attiva la protezione di PC Tools AntiVirus all'avvio di Windows
  756. it.BtnInstall=&Installa
  757. it.ERR_INTERNETREQUIREDFORLU=Non 
  758.  stata rilevata alcuna connessione a Internet. 
  759.  necessaria una connessione a Internet per scaricare Smart Updates.
  760. it.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Queste attivit
  761.  vengono lanciate subito dopo aver fatto clic su "Fine":\par \par\b Avvia Smart Update\par\pard\li284\b0 Scarica gli ultimi miglioramenti e aggiornamenti di PC Tools AntiVirus.\par\b\par\pard Avvia PC Tools AntiVirus\par\pard\li284\b0 
  762.  possibile configurare immediatamente PC Tools AntiVirus e avviare una scansione completa.\par}
  763. it.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Queste attivit
  764.  vengono lanciate subito dopo aver fatto clic su "Fine":\par \par\b Avvia Smart Update\par\pard\li284\b0 Scarica gli ultimi miglioramenti e aggiornamenti di PC Tools AntiVirus.\par\b\par\pard Avvia PC Tools AntiVirus\par\pard\li284\b0 
  765.  possibile configurare immediatamente PC Tools AntiVirus e avviare una scansione completa.\fs20\par}
  766. it.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Gratis! \cf0 Google Toolbar\b0  \fs16 per Internet Explorer\fs20\par}
  767. it.GooglePageCaption=Gratis! Google Toolbar per Internet Explorer
  768. it.GooglePageDescription=Sfrutta tutta la potenza di Google quando navighi su Internet
  769. it.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 La Google Toolbar gratuita consente di:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Effettuare ricerche sul Web utilizzando Google da qualsiasi sito\par{\pntext\f1\'B7\tab}Eliminare i fastidiosi annunci popup\par{\pntext\f1\'B7\tab}Compilare moduli Web rapidamente con il completamento automatico\par }
  770. it.GooglePageRadio1a=Installare la Google Toolbar gratuita
  771. it.GooglePageRadio1aBold=Installare la Google Toolbar gratuita
  772. it.GooglePageRadio1b=     
  773.  possibile rimuoverla facilmente in qualsiasi momento
  774. it.GooglePageRadio2=Non installare la Google Toolbar
  775. it.GooglePageNotice1=Installando la Google Toolbar, si dichiara di accettare i termini d'uso e la normativa sulla privacy di Google Toolbar.
  776. it.GooglePageNotice1a=Leggere i termini d'uso
  777. it.GooglePageNotice1b= e 
  778. it.GooglePageNotice1c=Leggere la normativa sulla privacy
  779. it.GooglePageNotice1d=.
  780. it.GooglePageTitle=Installazione - PC Tools AntiVirus
  781. it.GooglePageTitleLabel=Download dei componenti richiesti
  782. it.GooglePageTitleDescription=Il programma di installazione sta scaricando sul computer i file richiesti
  783. it.GoogleFinishConfirm=
  784.  stata inoltre installata la Google Toolbar, che verr
  785.  visualizzata non appena verr
  786.  aperta una finestra di Internet Explorer.
  787. it.MSG_DownloadError=Il programma di installazione non 
  788.  in grado di scaricare alcuni file; eseguire nuovamente l'installazione.
  789. it.ErrorAppRunning=Il programma di installazione ha rilevato che %1 
  790.  attualmente in esecuzione. %nFare clic su OK per chiudere %1 e continuare l'installazione o selezionare Annulla per abbandonare l'installazione.
  791. it.ERR_OTHERAVFOUND1=Il seguente prodotto 
  792.  installato sul computer: 
  793. it.ERR_OTHERAVFOUND2=L'utilizzo di pi
  794.  programmi antivirus potrebbe creare conflitti di installazione e problemi di funzionamento. Si consiglia di disinstallare gli altri prodotti antivirus prima di continuare con la procedura di installazione. Continuare?
  795. it.ERR_NOTSUPPORTEROS=Siamo spiacenti, questo prodotto non 
  796.  certificato per il sistema operativo in uso. Impossibile continuare l'installazione.
  797. it.MSG_EMAILCLIENT=Nota: i programmi di posta elettronica diversi da Outlook non sono esclusi da OnGuard e dagli scanner per impostazione predefinita. Se viene rilevato un messaggio e-mail infetto, tutti i messaggi nel database interessato vengono rimossi.%n%nSi consiglia di aggiungere i dettagli relativi ai programmi di posta elettronica nell'elenco delle esclusioni.%nPer farlo, disattivare OnGuard;%nAccedere a Impostazioni -> Impostazioni scansione -> Esclusioni scansione e aggiungere la cartella o il file che si desidera escludere.
  798. it.MSG_EMAILCLIENTGTB1=Nota: i programmi di posta elettronica diversi da Outlook non sono esclusi da OnGuard e dagli scanner per impostazione predefinita. Se viene rilevato un messaggio e-mail infetto, tutti i messaggi nel database interessato vengono rimossi.
  799. it.MSG_EMAILCLIENTGTB2=Per evitare che ci
  800.  accada, consultare la guida.
  801. it.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus 
  802.  installato come parte di PC Tools Internet Security. L'installazione verr
  803.  interrotta.
  804. it.MSG_ButtonExit=E&sci
  805. it.ShortCutFileName=eng-avhelp.chm
  806. it.ShortCutHP=Home page
  807. it.ShortCutHPComment=Consente di visualizzare la home page di PC Tools AntiVirus
  808. it.ShortCutHPLink=http://www.pctools.com/it/D39anti-virus/
  809. it.ShortCutQSG=Guida di %1
  810. it.RunLaunchAV=Apri %1
  811. it.UninstallAVRunningMsg=Il programma di disinstallazione ha rilevato che %1 
  812.  attualmente in uso. %nFare clic su OK per chiudere %1 e continuare la procedura di disinstallazione o selezionare Annulla per abbandonare il programma di disinstallazione.
  813. it.ERR_IKHLAYERCHECK=Non 
  814.  possibile proseguire l'installazione prima di aver riavviato il sistema. Riavviare il computer adesso?
  815. it.lblSelectDir=L'installazione ha rilevato che %1 
  816.  installato
  817. it.lblSelectDirBrowse=L'installazione deve essere eseguita nel seguente percorso
  818. it.msgDegrade=Attenzione: si sta cercando di installare una versione precedente di %1
  819. it.msgUpToDate=Il prodotto 
  820.  stato aggiornato.
  821. it.MSG_SDAInstalled=
  822.  stato rilevato che Spyware Doctor con AntiVirus 
  823.  installato sul PC. Non 
  824.  necessario installare questa versione standalone di PC Tools AntiVirus.
  825. it.MSG_SDInstalled=
  826.  stato rilevato che Spyware Doctor 
  827.  installato sul PC. Si consiglia di aggiornare Spyware Doctor per includere l'AntiVirus, piuttosto che installare questa versione standalone di PC Tools AntiVirus. Si desidera ottenere informazioni su come aggiornare Spyware Doctor per includere l'AntiVirus?
  828. [Languages]
  829. ; These files are stubs
  830. ; To achieve better results after recompilation, use the real language files
  831. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  832. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.txt"; 
  833. Name: "es"; MessagesFile: "embedded\es.isl"; LicenseFile: "embedded\esLicense.txt"; 
  834. Name: "fr"; MessagesFile: "embedded\fr.isl"; LicenseFile: "embedded\frLicense.txt"; 
  835. Name: "pl"; MessagesFile: "embedded\pl.isl"; LicenseFile: "embedded\plLicense.txt"; 
  836. Name: "it"; MessagesFile: "embedded\it.isl"; LicenseFile: "embedded\itLicense.txt"; 
  837.