Browse Source

Add string resources for Context menu

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@6065 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Kumar Devvrat 15 years ago
parent
commit
7c1f1cceb9
  1. 30
      data/resources/StringResources.resx

30
data/resources/StringResources.resx

@ -7918,4 +7918,34 @@ Error while starting: @@ -7918,4 +7918,34 @@ Error while starting:
<value>This resource is not being used. Its purpose is to test the translation database and has
a line break</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.ViewXAML" xml:space="preserve">
<value>View XAML</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Cut" xml:space="preserve">
<value>Cut</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Copy" xml:space="preserve">
<value>Copy</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Paste" xml:space="preserve">
<value>Paste</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Remove" xml:space="preserve">
<value>Remove</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Undo" xml:space="preserve">
<value>Undo</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Redo" xml:space="preserve">
<value>Redo</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Tools" xml:space="preserve">
<value>Tools</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Properties" xml:space="preserve">
<value>Properties</value>
</data>
<data name="ICSharpCode.WPFDesigner.ContextMenu.Outline" xml:space="preserve">
<value>Outline</value>
</data>
</root>
Loading…
Cancel
Save