WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 8
/trunk/WingMan/Properties/Strings.Designer.cs
@@ -133,6 +133,15 @@
}
/// <summary>
/// Looks up a localized string similar to Failed to authenticate client.
/// </summary>
internal static string Failed_to_authenticate_client {
get {
return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Matched helm key binding.
/// </summary>
internal static string Matched_helm_key_binding {
@@ -142,6 +151,15 @@
}
/// <summary>
/// Looks up a localized string similar to Server authentication failed.
/// </summary>
internal static string Server_authentication_failed {
get {
return ResourceManager.GetString("Server_authentication_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Server started.
/// </summary>
internal static string Server_started {
/trunk/WingMan/Properties/Strings.resx
@@ -141,9 +141,15 @@
<data name="Disconnect" xml:space="preserve">
<value>Disconnect</value>
</data>
<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>
<data name="Server_authentication_failed" xml:space="preserve">
<value>Server authentication failed</value>
</data>
<data name="Server_started" xml:space="preserve">
<value>Server started</value>
</data>