mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
- update vesion 1.0.3->1.0.4;
- tray menu localization; git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@85 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
abacb342ce
commit
afd8de32e9
@ -26,7 +26,7 @@ using System.Runtime.CompilerServices;
|
|||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.0.3")]
|
[assembly: AssemblyVersion("1.0.4")]
|
||||||
|
|
||||||
//
|
//
|
||||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||||
|
@ -52,6 +52,8 @@ namespace webImTray {
|
|||||||
toolHideWindow.Text = Options.resourceManager.GetString("hideWindow");
|
toolHideWindow.Text = Options.resourceManager.GetString("hideWindow");
|
||||||
toolOptions.ToolTipText = Options.resourceManager.GetString("optionsToolTip");
|
toolOptions.ToolTipText = Options.resourceManager.GetString("optionsToolTip");
|
||||||
toolNavigate.ToolTipText = Options.resourceManager.GetString("navigateToolTip");
|
toolNavigate.ToolTipText = Options.resourceManager.GetString("navigateToolTip");
|
||||||
|
optionsToolStripMenuItem.Text = Options.resourceManager.GetString("trayOptions");
|
||||||
|
exitToolStripMenuItem.Text = Options.resourceManager.GetString("trayExit");
|
||||||
}
|
}
|
||||||
|
|
||||||
void navigateThere() {
|
void navigateThere() {
|
||||||
|
@ -76,7 +76,7 @@ namespace webImTray {
|
|||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.Size = new System.Drawing.Size(108, 18);
|
this.label2.Size = new System.Drawing.Size(108, 18);
|
||||||
this.label2.TabIndex = 1;
|
this.label2.TabIndex = 1;
|
||||||
this.label2.Text = "version 1.0.3";
|
this.label2.Text = "version 1.0.4";
|
||||||
//
|
//
|
||||||
// pictureBox1
|
// pictureBox1
|
||||||
//
|
//
|
||||||
|
@ -213,6 +213,12 @@
|
|||||||
<data name="sound" xml:space="preserve">
|
<data name="sound" xml:space="preserve">
|
||||||
<value>Sound</value>
|
<value>Sound</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="trayExit" xml:space="preserve">
|
||||||
|
<value>Exit</value>
|
||||||
|
</data>
|
||||||
|
<data name="trayOptions" xml:space="preserve">
|
||||||
|
<value>Optoins..</value>
|
||||||
|
</data>
|
||||||
<data name="url" xml:space="preserve">
|
<data name="url" xml:space="preserve">
|
||||||
<value>http://www.webim.ru</value>
|
<value>http://www.webim.ru</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -213,6 +213,12 @@
|
|||||||
<data name="sound" xml:space="preserve">
|
<data name="sound" xml:space="preserve">
|
||||||
<value>Звук</value>
|
<value>Звук</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="trayExit" xml:space="preserve">
|
||||||
|
<value>Выйти</value>
|
||||||
|
</data>
|
||||||
|
<data name="trayOptions" xml:space="preserve">
|
||||||
|
<value>Настройки..</value>
|
||||||
|
</data>
|
||||||
<data name="url" xml:space="preserve">
|
<data name="url" xml:space="preserve">
|
||||||
<value>http://www.webim.ru</value>
|
<value>http://www.webim.ru</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user