client-qml: add initial commit

Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
diff --git a/JamiInstaller/Localization.wxl b/JamiInstaller/Localization.wxl
new file mode 100644
index 0000000..a649d17
--- /dev/null
+++ b/JamiInstaller/Localization.wxl
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WixLocalization Culture="en-us"
+    xmlns="http://schemas.microsoft.com/wix/2006/localization">
+    <String Id="AdvancedWelcomeEulaDlgDescriptionPerMachine">By installing this software you agree to the terms in the license agreement</String>
+    <UI Dialog="ExitDialog" Control="OptionalCheckBox" Width="10" Height="10" X="135" Y="110" />
+    <UI Dialog="ExitDialog" Control="OptionalText" X="150" Y="110" />
+</WixLocalization>