Browse Source

Added missing string resources for WixBinding, standard headers and XML file templates.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1813 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
88a692d2d0
  1. 30
      data/options/StandardHeader.xml
  2. BIN
      data/resources/StringResources.es-mx.resources
  3. BIN
      data/resources/StringResources.es.resources
  4. BIN
      data/resources/StringResources.nl.resources
  5. 4
      data/templates/file/Misc/EmptyXmlForm.xft
  6. 4
      data/templates/file/Misc/EmptyXmlUserControl.xft
  7. 2
      src/AddIns/BackendBindings/WixBinding/Project/Resources/ApplicationSettingsPanel.xfrm
  8. 2
      src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/ApplicationSettingsPanel.cs
  9. BIN
      src/Main/StartUp/Project/Resources/StringResources.resources

30
data/options/StandardHeader.xml

@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
<StandardProperties version="1.0">
<Property name = "StandardHeader.C#">/*
* Created by SharpDevelop.
* User: ${USER}
* Date: ${DATE}
* Time: ${TIME}
* ${res:XML.StandardHeader.CreatedBySharpDevelop}
* ${res:XML.StandardHeader.User} ${USER}
* ${res:XML.StandardHeader.Date} ${DATE}
* ${res:XML.StandardHeader.Time} ${TIME}
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
* ${res:XML.StandardHeader.HowToChangeTemplateInformation}
*/</Property>
<Property name = "StandardHeader.VBNET">'
' Created by SharpDevelop.
' User: ${USER}
' Date: ${DATE}
' Time: ${TIME}
' ${res:XML.StandardHeader.CreatedBySharpDevelop}
' ${res:XML.StandardHeader.User} ${USER}
' ${res:XML.StandardHeader.Date} ${DATE}
' ${res:XML.StandardHeader.Time} ${TIME}
'
' To change this template use Tools | Options | Coding | Edit Standard Headers.
' ${res:XML.StandardHeader.HowToChangeTemplateInformation}
'</Property>
<Property name = "StandardHeader.C++.NET">/*
* Created by SharpDevelop.
* User: ${USER}
* Date: ${DATE}
* Time: ${TIME}
* ${res:XML.StandardHeader.CreatedBySharpDevelop}
* ${res:XML.StandardHeader.User} ${USER}
* ${res:XML.StandardHeader.Date} ${DATE}
* ${res:XML.StandardHeader.Time} ${TIME}
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
* ${res:XML.StandardHeader.HowToChangeTemplateInformation}
*/</Property>
</StandardProperties>

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.

4
data/templates/file/Misc/EmptyXmlForm.xft

@ -2,13 +2,13 @@ @@ -2,13 +2,13 @@
<Template author="Mike Krueger" version="1.0">
<Config
name = "Xml Form"
name = "${res:Templates.File.Xml.EmptyXmlForm.Name}"
icon = "Icons.32x32.XMLFileIcon"
category = "${res:Templates.File.Categories.Misc}"
defaultname = "XmlForm${Number}.xfrm"
language = "XmlForm"/>
<Description>Creates an empty xml form.</Description>
<Description>${res:Templates.File.Xml.EmptyXmlForm.Description}</Description>
<Files>
<File name="${FullName}" language="XmlForm"><![CDATA[<Components version="1.0">

4
data/templates/file/Misc/EmptyXmlUserControl.xft

@ -2,13 +2,13 @@ @@ -2,13 +2,13 @@
<Template author="Mike Krueger" version="1.0">
<Config
name = "Xml UserControl"
name = "${res:Templates.File.Xml.EmptyXmlUserControl.Name}"
icon = "Icons.32x32.XMLFileIcon"
category = "${res:Templates.File.Categories.Misc}"
defaultname = "XmlUserControl${Number}.xfrm"
language = "XmlForm"/>
<Description>Creates an empty xml user control.</Description>
<Description>${res:Templates.File.Xml.EmptyXmlUserControl.Description}</Description>
<Files>
<File name="${FullName}" language="XmlForm"><![CDATA[<Components version="1.0">

2
src/AddIns/BackendBindings/WixBinding/Project/Resources/ApplicationSettingsPanel.xfrm

@ -73,7 +73,7 @@ @@ -73,7 +73,7 @@
<System.Windows.Forms.Label>
<Name value="localizedStringFileLabel" />
<Location value="8, 93" />
<Text value="Localized string file:" />
<Text value="${res:Dialog.ProjectOptions.ApplicationSettings.LocalizedStringFileLabel}" />
<Anchor value="Top, Left, Right" />
<TextAlign value="BottomLeft" />
<Size value="446, 15" />

2
src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/ApplicationSettingsPanel.cs

@ -29,7 +29,7 @@ namespace ICSharpCode.WixBinding @@ -29,7 +29,7 @@ namespace ICSharpCode.WixBinding
b.CreateLocationButton("outputNameTextBox");
Get<TextBox>("outputName").TextChanged += RefreshOutputFileNameTextBox;
ConnectBrowseButton("localizedStringFileBrowseButton", "localizedStringFileTextBox", "Wix Localization Files|*.wxl|${res:SharpDevelop.FileFilter.AllFiles}|*.*");
ConnectBrowseButton("localizedStringFileBrowseButton", "localizedStringFileTextBox", "${res:ICSharpCode.WixBinding.WixLocalizationFileFilterName} (*.wxl)|*.wxl|${res:SharpDevelop.FileFilter.AllFiles}|*.*");
b = helper.BindString("localizedStringFileTextBox", "LocalizedStringFile");
b.CreateLocationButton("localizedStringFileTextBox");

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

Binary file not shown.
Loading…
Cancel
Save