Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/msi/locale/ar-SA.wxl

Issue 5989262990245888: Use default localisations for WiX dialogs (Closed)
Patch Set: Created April 29, 2014, 2:01 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/src/msi/locale/ar-SA.wxl
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/msi/locale/ar-SA.wxl
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Arabic - generic -->
+<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization"
+ Language="1"
+ Culture="ar-SA"
+>
+ <String Id="LANG">1</String><!-- 0x01 -->
+ <String Id="CODEPAGE">1256</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.&#13;&#10;&#13;&#10;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.&#13;&#10;&#13;&#10;Would you like try again?</String>
+</WixLocalization>

Powered by Google App Engine
This is Rietveld