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);
}
}