| OLD | NEW |
| 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 Loading... |
| 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". | 171 /// Looks up a localized string similar to --register-pepper-plugins=&
quot;{0};application/x-nacl". |
| 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 Loading... |
| 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 } |
| OLD | NEW |