WingMan – Diff between revs 2 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 5
Line 131... Line 131...
131 return ResourceManager.GetString("Disconnect", resourceCulture); 131 return ResourceManager.GetString("Disconnect", resourceCulture);
132 } 132 }
133 } 133 }
Line 134... Line 134...
134 134
-   135 /// <summary>
-   136 /// Looks up a localized string similar to Matched helm key binding.
-   137 /// </summary>
-   138 internal static string Matched_helm_key_binding {
-   139 get {
-   140 return ResourceManager.GetString("Matched_helm_key_binding", resourceCulture);
-   141 }
-   142 }
-   143
135 /// <summary> 144 /// <summary>
136 /// Looks up a localized string similar to Server started. 145 /// Looks up a localized string similar to Server started.
137 /// </summary> 146 /// </summary>
138 internal static string Server_started { 147 internal static string Server_started {
139 get { 148 get {
Line 147... Line 156...
147 internal static string Server_stopped { 156 internal static string Server_stopped {
148 get { 157 get {
149 return ResourceManager.GetString("Server_stopped", resourceCulture); 158 return ResourceManager.GetString("Server_stopped", resourceCulture);
150 } 159 }
151 } 160 }
-   161
-   162 /// <summary>
-   163 /// Looks up a localized string similar to Synchronized bindings with client.
-   164 /// </summary>
-   165 internal static string Synchronized_bindings_with_client {
-   166 get {
-   167 return ResourceManager.GetString("Synchronized_bindings_with_client", resourceCulture);
-   168 }
-   169 }
152 } 170 }
153 } 171 }