WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 4  →  ?path2? @ 5
/trunk/WingMan/Properties/Strings.Designer.cs
@@ -133,6 +133,15 @@
}
/// <summary>
/// Looks up a localized string similar to Matched helm key binding.
/// </summary>
internal static string Matched_helm_key_binding {
get {
return ResourceManager.GetString("Matched_helm_key_binding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Server started.
/// </summary>
internal static string Server_started {
@@ -149,5 +158,14 @@
return ResourceManager.GetString("Server_stopped", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Synchronized bindings with client.
/// </summary>
internal static string Synchronized_bindings_with_client {
get {
return ResourceManager.GetString("Synchronized_bindings_with_client", resourceCulture);
}
}
}
}
/trunk/WingMan/Properties/Strings.resx
@@ -141,6 +141,9 @@
<data name="Disconnect" xml:space="preserve">
<value>Disconnect</value>
</data>
<data name="Matched_helm_key_binding" xml:space="preserve">
<value>Matched helm key binding</value>
</data>
<data name="Server_started" xml:space="preserve">
<value>Server started</value>
</data>
@@ -147,4 +150,7 @@
<data name="Server_stopped" xml:space="preserve">
<value>Server stopped</value>
</data>
<data name="Synchronized_bindings_with_client" xml:space="preserve">
<value>Synchronized bindings with client</value>
</data>
</root>