Browse Source

Fixed SD2-1406: More Missing String Resources

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4538 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
937fc8fc1e
  1. 4
      AddIns/ICSharpCode.SharpDevelop.addin
  2. BIN
      data/resources/StringResources.cn-gb.resources
  3. BIN
      data/resources/StringResources.cz.resources
  4. BIN
      data/resources/StringResources.de.resources
  5. BIN
      data/resources/StringResources.es-mx.resources
  6. BIN
      data/resources/StringResources.es.resources
  7. BIN
      data/resources/StringResources.fr.resources
  8. BIN
      data/resources/StringResources.hu.resources
  9. BIN
      data/resources/StringResources.it.resources
  10. BIN
      data/resources/StringResources.kr.resources
  11. BIN
      data/resources/StringResources.nl.resources
  12. BIN
      data/resources/StringResources.no.resources
  13. BIN
      data/resources/StringResources.pl.resources
  14. BIN
      data/resources/StringResources.pt-br.resources
  15. BIN
      data/resources/StringResources.pt.resources
  16. BIN
      data/resources/StringResources.ro.resources
  17. BIN
      data/resources/StringResources.se.resources
  18. BIN
      data/resources/StringResources.tr.resources
  19. 6
      src/AddIns/BackendBindings/Python/PythonBinding/Project/PythonBinding.addin
  20. 26
      src/AddIns/DisplayBindings/HexEditor/Project/Resources/HexEditOptions.xfrm
  21. 6
      src/AddIns/DisplayBindings/HexEditor/Project/Src/Editor.cs
  22. 6
      src/AddIns/DisplayBindings/HexEditor/Project/Src/View/HexEditOptionsPanel.cs
  23. 2
      src/AddIns/Misc/ComponentInspector/ComponentInspector.AddIn/ComponentInspector.addin
  24. 2
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.addin
  25. 2
      src/AddIns/Misc/SharpRefactoring/Src/Forms/ExtractMethodForm.Designer.cs
  26. 2
      src/Main/Base/Project/Resources/ProjectOptions/ApplicationSettings.xfrm
  27. 6
      src/Main/Base/Project/Src/Gui/Dialogs/OptionPanels/ProjectOptions/ApplicationSettings.cs
  28. BIN
      src/Main/StartUp/Project/Resources/StringResources.resources

4
AddIns/ICSharpCode.SharpDevelop.addin

@ -1938,7 +1938,7 @@ @@ -1938,7 +1938,7 @@
<Path name = "/SharpDevelop/ViewContent/DefaultTextEditor/OptionsDialog">
<DialogPanel id = "General"
label = "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
label = "${res:Dialog.Options.IDEOptions.General}"
class = "ICSharpCode.SharpDevelop.DefaultEditor.Gui.OptionPanels.GeneralTextEditorPanel"/>
<DialogPanel id = "Markers"
label = "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"
@ -2001,7 +2001,7 @@ @@ -2001,7 +2001,7 @@
insertbefore = "ToolsOptions"
label = "${res:Dialog.Options.IDEOptions.TextEditorOptionsText}">
<DialogPanel id = "General"
label = "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
label = "${res:Dialog.Options.IDEOptions.General}"
class = "ICSharpCode.SharpDevelop.DefaultEditor.Gui.OptionPanels.GeneralTextEditorPanel"/>
<DialogPanel id = "Markers"
label = "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"

BIN
data/resources/StringResources.cn-gb.resources

Binary file not shown.

BIN
data/resources/StringResources.cz.resources

Binary file not shown.

BIN
data/resources/StringResources.de.resources

Binary file not shown.

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.fr.resources

Binary file not shown.

BIN
data/resources/StringResources.hu.resources

Binary file not shown.

BIN
data/resources/StringResources.it.resources

Binary file not shown.

BIN
data/resources/StringResources.kr.resources

Binary file not shown.

BIN
data/resources/StringResources.nl.resources

Binary file not shown.

BIN
data/resources/StringResources.no.resources

Binary file not shown.

BIN
data/resources/StringResources.pl.resources

Binary file not shown.

BIN
data/resources/StringResources.pt-br.resources

Binary file not shown.

BIN
data/resources/StringResources.pt.resources

Binary file not shown.

BIN
data/resources/StringResources.ro.resources

Binary file not shown.

BIN
data/resources/StringResources.se.resources

Binary file not shown.

BIN
data/resources/StringResources.tr.resources

Binary file not shown.

6
src/AddIns/BackendBindings/Python/PythonBinding/Project/PythonBinding.addin

@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
<FileFilter id="Python"
insertbefore="Resources"
insertafter="Icons"
name="Python Files (*.py)"
name="${res:ICSharpCode.PythonBinding.PythonFiles} (*.py)"
extensions="*.py"/>
</Path>
@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
<Path name = "/SharpDevelop/Workbench/Combine/FileFilter">
<FileFilter id="PythonProject"
insertbefore="AllFiles"
name="Python Project Files (*.pyproj)"
name="${res:ICSharpCode.PythonBinding.PythonProjectFiles} (*.pyproj)"
class="ICSharpCode.SharpDevelop.Project.LoadProject"
extensions="*.pyproj"/>
</Path>
@ -171,7 +171,7 @@ @@ -171,7 +171,7 @@
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "PythonConsole"
category = "Tools"
title = "Python Console"
title = "${res:ICSharpCode.PythonBinding.PythonConsole}"
insertafter = "Bookmarks"
insertbefore = "DefinitionView"
icon = "PadIcons.Output"

26
src/AddIns/DisplayBindings/HexEditor/Project/Resources/HexEditOptions.xfrm

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<System.Windows.Forms.GroupBox>
<Name value="groupBox4" />
<Location value="3, 192" />
<Text value="General" />
<Text value="${res:Dialog.Options.IDEOptions.General}" />
<Size value="325, 140" />
<TabIndex value="22" />
<Controls>
@ -78,21 +78,21 @@ @@ -78,21 +78,21 @@
<System.Windows.Forms.Label>
<Name value="label4" />
<Location value="9, 71" />
<Text value="Standard number of bytes per line:" />
<Text value="${res:AddIns.HexEditor.DefaultBytesPerLine}:" />
<Size value="190, 22" />
<TabIndex value="3" />
</System.Windows.Forms.Label>
<System.Windows.Forms.Label>
<Name value="label3" />
<Location value="9, 49" />
<Text value="Standard view-mode:" />
<Text value="${res:AddIns.HexEditor.NumeralSystem}:" />
<Size value="187, 21" />
<TabIndex value="2" />
</System.Windows.Forms.Label>
<System.Windows.Forms.CheckBox>
<Name value="cbFitToWidth" />
<Location value="9, 19" />
<Text value="Always resize to fit current width." />
<Text value="${res:AddIns.HexEditor.SizeToFit}" />
<TabIndex value="0" />
<Size value="295, 24" />
<UseVisualStyleBackColor value="True" />
@ -102,14 +102,14 @@ @@ -102,14 +102,14 @@
<System.Windows.Forms.GroupBox>
<Name value="groupBox3" />
<Location value="3, 3" />
<Text value="Display" />
<Text value="${res:AddIns.HexEditor.Display}" />
<Size value="325, 183" />
<TabIndex value="21" />
<Controls>
<System.Windows.Forms.GroupBox>
<Name value="groupBox2" />
<Location value="6, 107" />
<Text value="Preview" />
<Text value="${res:Global.Preview}" />
<Size value="310, 45" />
<TabIndex value="26" />
<Controls>
@ -137,7 +137,7 @@ @@ -137,7 +137,7 @@
<System.Windows.Forms.GroupBox>
<Name value="groupBox1" />
<Location value="230, 16" />
<Text value="Textstyles" />
<Text value="${res:Global.FontStyle}" />
<Size value="87, 81" />
<TabIndex value="25" />
<Controls>
@ -145,7 +145,7 @@ @@ -145,7 +145,7 @@
<Name value="cbItalic" />
<AutoSize value="True" />
<Location value="6, 40" />
<Text value="Italic" />
<Text value="${res:Dialog.HighlightingEditor.ColorDlg.Italic}" />
<TabIndex value="5" />
<Size value="48, 17" />
<UseVisualStyleBackColor value="True" />
@ -154,7 +154,7 @@ @@ -154,7 +154,7 @@
<Name value="cbBold" />
<AutoSize value="True" />
<Location value="6, 19" />
<Text value="Bold" />
<Text value="${res:Dialog.HighlightingEditor.ColorDlg.Bold}" />
<TabIndex value="4" />
<Size value="47, 17" />
<UseVisualStyleBackColor value="True" />
@ -163,7 +163,7 @@ @@ -163,7 +163,7 @@
<Name value="cbUnderline" />
<AutoSize value="True" />
<Location value="6, 60" />
<Text value="Underline" />
<Text value="${res:Global.FontStyle.Underline}" />
<TabIndex value="6" />
<Size value="71, 17" />
<UseVisualStyleBackColor value="True" />
@ -173,7 +173,7 @@ @@ -173,7 +173,7 @@
<System.Windows.Forms.Button>
<Name value="btnSelectFont" />
<Location value="115, 59" />
<Text value="Select font ..." />
<Text value="${res:Global.FontStyle.SelectFont}..." />
<UseVisualStyleBackColor value="True" />
<Size value="93, 26" />
<TabIndex value="27" />
@ -181,7 +181,7 @@ @@ -181,7 +181,7 @@
<System.Windows.Forms.Label>
<Name value="label2" />
<Location value="114, 16" />
<Text value="Foreground color:" />
<Text value="${res:Dialog.HighlightingEditor.ColorDlg.Foreground}:" />
<Size value="90, 13" />
<AutoSize value="True" />
<TabIndex value="24" />
@ -189,7 +189,7 @@ @@ -189,7 +189,7 @@
<System.Windows.Forms.Label>
<Name value="label1" />
<Location value="3, 16" />
<Text value="Elements:" />
<Text value="${res:AddIns.HexEditor.Display.Elements}:" />
<Size value="53, 13" />
<AutoSize value="True" />
<TabIndex value="23" />

6
src/AddIns/DisplayBindings/HexEditor/Project/Src/Editor.cs

@ -521,11 +521,11 @@ namespace HexEditor @@ -521,11 +521,11 @@ namespace HexEditor
string text = String.Empty;
int count = top + this.GetMaxVisibleLines();
StringBuilder builder = new StringBuilder("Offset\n0\n");
StringBuilder builder = new StringBuilder(StringParser.Parse("${res:AddIns.HexEditor.Display.Elements.Offset}\n"));
if (count == 0)
builder.Append("0\n");
for (int i = top; i < count; i++) {
if (i == top) builder = new StringBuilder("Offset\n");
if ((i * this.BytesPerLine) <= this.buffer.BufferSize) {
switch (this.ViewMode) {
case ViewMode.Decimal:

6
src/AddIns/DisplayBindings/HexEditor/Project/Src/View/HexEditOptionsPanel.cs

@ -128,14 +128,14 @@ namespace HexEditor.View @@ -128,14 +128,14 @@ namespace HexEditor.View
fdSelectFont.ShowEffects = false;
fdSelectFont.ShowColor = false;
cmbForeColor.Items.Add("Custom");
cmbForeColor.Items.Add(StringParser.Parse("${res:Global.FontStyle.CustomColor}"));
foreach (Color c in Colors) {
cmbForeColor.Items.Add(c.Name);
}
lstElements.Items.Add("Offset");
lstElements.Items.Add("Data");
lstElements.Items.Add(StringParser.Parse("${res:AddIns.HexEditor.Display.Elements.Offset}"));
lstElements.Items.Add(StringParser.Parse("${res:AddIns.HexEditor.Display.Elements.Data}"));
lstElements.SetSelected(0, true);

2
src/AddIns/Misc/ComponentInspector/ComponentInspector.AddIn/ComponentInspector.addin

@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
insertafter="CodingOptions"
insertbefore="TextEditorOptions">
<DialogPanel id="GeneralOptionsPanel"
label="${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
label="${res:Dialog.Options.IDEOptions.General}"
class="ICSharpCode.ComponentInspector.AddIn.GeneralOptionsPanel"/>
<DialogPanel id="ObjectTreeOptionsPanel"
label="${res:ComponentInspector.InspectorMenu.ObjectTreeOptionsPanel.Title}"

2
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.addin

@ -136,7 +136,7 @@ @@ -136,7 +136,7 @@
label = "${res:Dialog.Options.IDEOptions.Debugging}"
insertbefore = "TextEditorOptions">
<DialogPanel id = "General"
label = "${res:Dialog.Options.IDEOptions.Debugging.General}"
label = "${res:Dialog.Options.IDEOptions.General}"
class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.DebuggingOptionsPanel"/>
<DialogPanel id = "Symbols"
label = "${res:Dialog.Options.IDEOptions.Debugging.Symbols}"

2
src/AddIns/Misc/SharpRefactoring/Src/Forms/ExtractMethodForm.Designer.cs generated

@ -64,7 +64,7 @@ namespace SharpRefactoring.Forms @@ -64,7 +64,7 @@ namespace SharpRefactoring.Forms
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 13);
this.label2.TabIndex = 1;
this.label2.Text = "${res:AddIns.SharpRefactoring.ExtractMethod.Preview}:";
this.label2.Text = "${res:Global.Preview}:";
//
// txtName
//

2
src/Main/Base/Project/Resources/ProjectOptions/ApplicationSettings.xfrm

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
<System.Windows.Forms.Label>
<Name value="label10" />
<Location value="41, 166" />
<Text value="Application &amp;manifest:" />
<Text value="${res:Dialog.ProjectOptions.ApplicationSettings.Manifest}" />
<Size value="126, 20" />
<TextAlign value="MiddleRight" />
<TabIndex value="11" />

6
src/Main/Base/Project/Src/Gui/Dialogs/OptionPanels/ProjectOptions/ApplicationSettings.cs

@ -63,8 +63,8 @@ namespace ICSharpCode.SharpDevelop.Gui.OptionPanels @@ -63,8 +63,8 @@ namespace ICSharpCode.SharpDevelop.Gui.OptionPanels
b.CreateLocationButton("win32ResourceFileTextBox");
applicationManifestComboBox = Get<ComboBox>("applicationManifest");
applicationManifestComboBox.Items.Add("Embed default manifest");
applicationManifestComboBox.Items.Add("Do not embed manifest");
applicationManifestComboBox.Items.Add("${res:Dialog.ProjectOptions.ApplicationSettings.Manifest.EmbedDefault}");
applicationManifestComboBox.Items.Add("${res:Dialog.ProjectOptions.ApplicationSettings.Manifest.DoNotEmbedManifest}");
foreach (string fileName in Directory.GetFiles(project.Directory, "*.manifest")) {
applicationManifestComboBox.Items.Add(Path.GetFileName(fileName));
}
@ -108,7 +108,7 @@ namespace ICSharpCode.SharpDevelop.Gui.OptionPanels @@ -108,7 +108,7 @@ namespace ICSharpCode.SharpDevelop.Gui.OptionPanels
void BrowseForManifest()
{
applicationManifestComboBox.SelectedIndex = -1;
BrowseForFile(applicationManifestComboBox, "Manifest files|*.manifest|${res:SharpDevelop.FileFilter.AllFiles}|*.*", TextBoxEditMode.EditEvaluatedProperty);
BrowseForFile(applicationManifestComboBox, "${res:Dialog.ProjectOptions.ApplicationSettings.Manifest.ManifestFiles}|*.manifest|${res:SharpDevelop.FileFilter.AllFiles}|*.*", TextBoxEditMode.EditEvaluatedProperty);
}
void CreateManifest()

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

Binary file not shown.
Loading…
Cancel
Save