Browse Source

The language to use for localization of WiX UI dialogs can now be specified in the project options.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3645 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
e6e7966038
  1. BIN
      data/resources/StringResources.es-mx.resources
  2. BIN
      data/resources/StringResources.es.resources
  3. BIN
      data/resources/StringResources.nl.resources
  4. 24
      src/AddIns/BackendBindings/WixBinding/Project/Resources/CompilerParametersPanel.xfrm
  5. 1
      src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/CompilerParametersPanel.cs
  6. BIN
      src/Main/StartUp/Project/Resources/StringResources.resources

BIN
data/resources/StringResources.es-mx.resources

Binary file not shown.

BIN
data/resources/StringResources.es.resources

Binary file not shown.

BIN
data/resources/StringResources.nl.resources

Binary file not shown.

24
src/AddIns/BackendBindings/WixBinding/Project/Resources/CompilerParametersPanel.xfrm

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Controls>
<System.Windows.Forms.GroupBox>
<Name value="errorsAndWarningsGroupBox" />
<Location value="3, 390" />
<Location value="3, 426" />
<Text value="${res:Dialog.ProjectOptions.Build.ErrorsAndWarnings}" />
<Size value="502, 61" />
<Anchor value="Top, Left, Right" />
@ -15,13 +15,13 @@ @@ -15,13 +15,13 @@
<System.Windows.Forms.TextBox>
<Name value="suppressWarningsTextBox" />
<TabIndex value="3" />
<Location value="187, 23" />
<Location value="187, 25" />
<Anchor value="Top, Left, Right" />
<Size value="309, 20" />
</System.Windows.Forms.TextBox>
<System.Windows.Forms.Label>
<Name value="suppressWarningsLabel" />
<Location value="6, 23" />
<Location value="6, 25" />
<Text value="${res:ICSharpCode.WixBinding.CompilerParametersPanel.SuppressIces}" />
<Size value="175, 16" />
<TextAlign value="MiddleRight" />
@ -33,10 +33,26 @@ @@ -33,10 +33,26 @@
<Name value="wixGroupBox" />
<Location value="3, 177" />
<Text value="WiX" />
<Size value="502, 207" />
<Size value="502, 244" />
<Anchor value="Top, Left, Right" />
<TabIndex value="1" />
<Controls>
<System.Windows.Forms.TextBox>
<Name value="culturesTextBox" />
<TabIndex value="12" />
<Location value="6, 214" />
<Anchor value="Top, Left, Right" />
<Size value="484, 20" />
</System.Windows.Forms.TextBox>
<System.Windows.Forms.Label>
<Name value="culturesLabel" />
<Location value="6, 194" />
<Text value="${res:ICSharpCode.WixBinding.CompilerParametersPanel.CulturesLabel}" />
<Size value="490, 16" />
<TextAlign value="BottomLeft" />
<Anchor value="Top, Left, Right" />
<TabIndex value="11" />
</System.Windows.Forms.Label>
<System.Windows.Forms.TextBox>
<Name value="wixVariablesTextBox" />
<TabIndex value="10" />

1
src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/CompilerParametersPanel.cs

@ -44,6 +44,7 @@ namespace ICSharpCode.WixBinding @@ -44,6 +44,7 @@ namespace ICSharpCode.WixBinding
b = helper.BindString("suppressWarningsTextBox", "SuppressIces", TextBoxEditMode.EditRawProperty);
b = helper.BindString("wixVariablesTextBox", "WixVariables", TextBoxEditMode.EditRawProperty);
b = helper.BindString("culturesTextBox", "Cultures", TextBoxEditMode.EditRawProperty);
helper.AddConfigurationSelector(this);
}

BIN
src/Main/StartUp/Project/Resources/StringResources.resources

Binary file not shown.
Loading…
Cancel
Save