WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/trunk/WingMan/Properties/Strings.Designer.cs
@@ -133,6 +133,15 @@
}
/// <summary>
/// Looks up a localized string similar to Executing binding from remote client.
/// </summary>
internal static string Executing_binding_from_remote_client {
get {
return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed loading local bindings.
/// </summary>
internal static string Failed_loading_local_bindings {
@@ -196,20 +205,20 @@
}
/// <summary>
/// Looks up a localized string similar to Matched helm key binding.
/// Looks up a localized string similar to Failed to authenticate with server.
/// </summary>
internal static string Matched_helm_key_binding {
internal static string Failed_to_authenticate_with_server {
get {
return ResourceManager.GetString("Matched_helm_key_binding", resourceCulture);
return ResourceManager.GetString("Failed_to_authenticate_with_server", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Server authentication failed.
/// Looks up a localized string similar to Matched remote key binding.
/// </summary>
internal static string Server_authentication_failed {
internal static string Matched_remote_key_binding {
get {
return ResourceManager.GetString("Server_authentication_failed", resourceCulture);
return ResourceManager.GetString("Matched_remote_key_binding", resourceCulture);
}
}
/trunk/WingMan/Properties/Strings.resx
@@ -141,6 +141,9 @@
<data name="Disconnect" xml:space="preserve">
<value>Disconnect</value>
</data>
<data name="Executing_binding_from_remote_client" xml:space="preserve">
<value>Executing binding from remote client</value>
</data>
<data name="Failed_loading_local_bindings" xml:space="preserve">
<value>Failed loading local bindings</value>
</data>
@@ -162,11 +165,11 @@
<data name="Failed_to_authenticate_client" xml:space="preserve">
<value>Failed to authenticate client</value>
</data>
<data name="Matched_helm_key_binding" xml:space="preserve">
<value>Matched helm key binding</value>
<data name="Failed_to_authenticate_with_server" xml:space="preserve">
<value>Failed to authenticate with server</value>
</data>
<data name="Server_authentication_failed" xml:space="preserve">
<value>Server authentication failed</value>
<data name="Matched_remote_key_binding" xml:space="preserve">
<value>Matched remote key binding</value>
</data>
<data name="Server_started" xml:space="preserve">
<value>Server started</value>