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

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

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Add pnacl-translate phase Created 8 years, 1 month 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.17929 4 // Runtime Version:4.0.30319.17929
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 } 151 }
152 152
153 /// <summary> 153 /// <summary>
154 /// Looks up a localized string similar to PPAPI. 154 /// Looks up a localized string similar to PPAPI.
155 /// </summary> 155 /// </summary>
156 internal static string PepperPlatformName { 156 internal static string PepperPlatformName {
157 get { 157 get {
158 return ResourceManager.GetString("PepperPlatformName", resourceC ulture); 158 return ResourceManager.GetString("PepperPlatformName", resourceC ulture);
159 } 159 }
160 } 160 }
161
162 internal static string PNaClPlatformName
163 {
164 get
165 {
166 return ResourceManager.GetString("PNaClPlatformName", resourceCu lture);
167 }
168 }
161 169
162 /// <summary> 170 /// <summary>
163 /// Looks up a localized string similar to --register-pepper-plugins=& quot;{0};application/x-nacl&quot;. 171 /// Looks up a localized string similar to --register-pepper-plugins=& quot;{0};application/x-nacl&quot;.
164 /// </summary> 172 /// </summary>
165 internal static string PepperProcessPluginFlagFormat { 173 internal static string PepperProcessPluginFlagFormat {
166 get { 174 get {
167 return ResourceManager.GetString("PepperProcessPluginFlagFormat" , resourceCulture); 175 return ResourceManager.GetString("PepperProcessPluginFlagFormat" , resourceCulture);
168 } 176 }
169 } 177 }
170 178
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 /// <summary> 242 /// <summary>
235 /// Looks up a localized string similar to Killing web server.... 243 /// Looks up a localized string similar to Killing web server....
236 /// </summary> 244 /// </summary>
237 internal static string WebServerStopMessage { 245 internal static string WebServerStopMessage {
238 get { 246 get {
239 return ResourceManager.GetString("WebServerStopMessage", resourc eCulture); 247 return ResourceManager.GetString("WebServerStopMessage", resourc eCulture);
240 } 248 }
241 } 249 }
242 } 250 }
243 } 251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698