Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs

Issue 10830151: VS Add-in more properties and improvements (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 //----------------------------------------------------------------------------- - 1 //----------------------------------------------------------------------------- -
2 // <auto-generated> 2 // <auto-generated>
3 // This code was generated by a tool. 3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.269 4 // Runtime Version:4.0.30319.269
5 // 5 //
6 // Changes to this file may cause incorrect behavior and will be lost if 6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated. 7 // the code is regenerated.
8 // </auto-generated> 8 // </auto-generated>
9 //------------------------------------------------------------------------------ 9 //------------------------------------------------------------------------------
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 internal static global::System.Globalization.CultureInfo Culture { 54 internal static global::System.Globalization.CultureInfo Culture {
55 get { 55 get {
56 return resourceCulture; 56 return resourceCulture;
57 } 57 }
58 set { 58 set {
59 resourceCulture = value; 59 resourceCulture = value;
60 } 60 }
61 } 61 }
62 62
63 /// <summary> 63 /// <summary>
64 /// Looks up a localized string similar to Native Client Visual Studio Add-In.
65 /// </summary>
66 internal static string AddInName {
67 get {
68 return ResourceManager.GetString("AddInName", resourceCulture);
69 }
70 }
71
72 /// <summary>
64 /// Looks up a localized string similar to CHROME_PATH. 73 /// Looks up a localized string similar to CHROME_PATH.
65 /// </summary> 74 /// </summary>
66 internal static string ChromePathEnvironmentVariable { 75 internal static string ChromePathEnvironmentVariable {
67 get { 76 get {
68 return ResourceManager.GetString("ChromePathEnvironmentVariable" , resourceCulture); 77 return ResourceManager.GetString("ChromePathEnvironmentVariable" , resourceCulture);
69 } 78 }
70 } 79 }
71 80
72 /// <summary> 81 /// <summary>
73 /// Looks up a localized string similar to chrome.exe. 82 /// Looks up a localized string similar to chrome.exe.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 /// <summary> 162 /// <summary>
154 /// Looks up a localized string similar to NACL_SDK_ROOT. 163 /// Looks up a localized string similar to NACL_SDK_ROOT.
155 /// </summary> 164 /// </summary>
156 internal static string SDKPathEnvironmentVariable { 165 internal static string SDKPathEnvironmentVariable {
157 get { 166 get {
158 return ResourceManager.GetString("SDKPathEnvironmentVariable", r esourceCulture); 167 return ResourceManager.GetString("SDKPathEnvironmentVariable", r esourceCulture);
159 } 168 }
160 } 169 }
161 170
162 /// <summary> 171 /// <summary>
163 /// Looks up a localized string similar to Environment variable {0} is not set! Cannot run NaCl add-in functionality.. 172 /// Looks up a localized string similar to NaCl SDK Root is not set in project properties! Cannot run NaCl functionality..
164 /// </summary> 173 /// </summary>
165 internal static string SDKPathNotSetFormat { 174 internal static string SDKPathNotSetError {
166 get { 175 get {
167 return ResourceManager.GetString("SDKPathNotSetFormat", resource Culture); 176 return ResourceManager.GetString("SDKPathNotSetError", resourceC ulture);
168 } 177 }
169 } 178 }
170 179
171 /// <summary> 180 /// <summary>
172 /// Looks up a localized string similar to Unsupported breakpoint type : {0}. 181 /// Looks up a localized string similar to Unsupported breakpoint type : {0}.
173 /// </summary> 182 /// </summary>
174 internal static string UnsupportedBreakpointTypeFormat { 183 internal static string UnsupportedBreakpointTypeFormat {
175 get { 184 get {
176 return ResourceManager.GetString("UnsupportedBreakpointTypeForma t", resourceCulture); 185 return ResourceManager.GetString("UnsupportedBreakpointTypeForma t", resourceCulture);
177 } 186 }
(...skipping 11 matching lines...) Expand all
189 /// <summary> 198 /// <summary>
190 /// Looks up a localized string similar to Native Client Web Server Ou tput. 199 /// Looks up a localized string similar to Native Client Web Server Ou tput.
191 /// </summary> 200 /// </summary>
192 internal static string WebServerOutputWindowTitle { 201 internal static string WebServerOutputWindowTitle {
193 get { 202 get {
194 return ResourceManager.GetString("WebServerOutputWindowTitle", r esourceCulture); 203 return ResourceManager.GetString("WebServerOutputWindowTitle", r esourceCulture);
195 } 204 }
196 } 205 }
197 206
198 /// <summary> 207 /// <summary>
208 /// Looks up a localized string similar to Specified web server port w as not valid, defaulting to {0}.
209 /// </summary>
210 internal static string WebServerPortNotSetFormat {
211 get {
212 return ResourceManager.GetString("WebServerPortNotSetFormat", re sourceCulture);
213 }
214 }
215
216 /// <summary>
199 /// Looks up a localized string similar to Warning: Failed to start we b server. Is python.exe in PATH?. 217 /// Looks up a localized string similar to Warning: Failed to start we b server. Is python.exe in PATH?.
200 /// </summary> 218 /// </summary>
201 internal static string WebServerStartFail { 219 internal static string WebServerStartFail {
202 get { 220 get {
203 return ResourceManager.GetString("WebServerStartFail", resourceC ulture); 221 return ResourceManager.GetString("WebServerStartFail", resourceC ulture);
204 } 222 }
205 } 223 }
206 224
207 /// <summary> 225 /// <summary>
208 /// Looks up a localized string similar to Launching web server.... 226 /// Looks up a localized string similar to Launching web server....
209 /// </summary> 227 /// </summary>
210 internal static string WebServerStartMessage { 228 internal static string WebServerStartMessage {
211 get { 229 get {
212 return ResourceManager.GetString("WebServerStartMessage", resour ceCulture); 230 return ResourceManager.GetString("WebServerStartMessage", resour ceCulture);
213 } 231 }
214 } 232 }
233
234 /// <summary>
235 /// Looks up a localized string similar to Killing web server....
236 /// </summary>
237 internal static string WebServerStopMessage {
238 get {
239 return ResourceManager.GetString("WebServerStopMessage", resourc eCulture);
240 }
241 }
215 } 242 }
216 } 243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698