Index: installer/src/msi/locale/it-IT.wxl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/installer/src/msi/locale/it-IT.wxl |
@@ -0,0 +1,22 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Italian - generic --> |
+<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" |
+ Language="16" |
+ Culture="it-IT"> |
+ <String Id="LANG">16</String><!-- 0x10 --> |
+ <String Id="CODEPAGE">1252</String> |
+ <!-- WiX has no way of evaluating static string expressions at compile time --> |
+ <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> |
+ <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> |
+ <String Id="Keywords">Installer</String> |
+ <String Id="Description">Adblock Plus for IE</String> |
+ <String Id="Comments">Thank you for using Adblock Plus.</String> |
+ <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is already installed.</String> |
+ <String Id="Title">Adblock Plus for IE</String> |
+ <String Id="UI_Description">All of Adblock Plus for IE</String> |
+ |
+ <String Id="close_ie__dialog_unknown">IE is still running. Would you like to shut down IE in order to avoid having to reboot?</String> |
+ <String Id="close_ie__dialog_part_known">Would you like the installer to close IE for you?</String> |
+ <String Id="close_ie__dialog_active_retry">IE is still running. Please close it and then click OK.</String> |
+ <String Id="close_ie__dialog_automatic_retry">The installer failed to close IE. Would you like try again?</String> |
+</WixLocalization> |