| 1 | //------------------------------------------------------------------------------ |
|---|
| 2 | // <auto-generated> |
|---|
| 3 | // This code was generated by a tool. |
|---|
| 4 | // Runtime Version:2.0.50727.3053 |
|---|
| 5 | // |
|---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if |
|---|
| 7 | // the code is regenerated. |
|---|
| 8 | // </auto-generated> |
|---|
| 9 | //------------------------------------------------------------------------------ |
|---|
| 10 | |
|---|
| 11 | namespace Eraser { |
|---|
| 12 | using System; |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | /// <summary> |
|---|
| 16 | /// A strongly-typed resource class, for looking up localized strings, etc. |
|---|
| 17 | /// </summary> |
|---|
| 18 | // This class was auto-generated by the StronglyTypedResourceBuilder |
|---|
| 19 | // class via a tool like ResGen or Visual Studio. |
|---|
| 20 | // To add or remove a member, edit your .ResX file then rerun ResGen |
|---|
| 21 | // with the /str option, or rebuild your VS project. |
|---|
| 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] |
|---|
| 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|---|
| 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|---|
| 25 | internal class Strings { |
|---|
| 26 | |
|---|
| 27 | private static global::System.Resources.ResourceManager resourceMan; |
|---|
| 28 | |
|---|
| 29 | private static global::System.Globalization.CultureInfo resourceCulture; |
|---|
| 30 | |
|---|
| 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
|---|
| 32 | internal Strings() { |
|---|
| 33 | } |
|---|
| 34 | |
|---|
| 35 | /// <summary> |
|---|
| 36 | /// Returns the cached ResourceManager instance used by this class. |
|---|
| 37 | /// </summary> |
|---|
| 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
|---|
| 39 | internal static global::System.Resources.ResourceManager ResourceManager { |
|---|
| 40 | get { |
|---|
| 41 | if (object.ReferenceEquals(resourceMan, null)) { |
|---|
| 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Eraser.Strings", typeof(Strings).Assembly); |
|---|
| 43 | resourceMan = temp; |
|---|
| 44 | } |
|---|
| 45 | return resourceMan; |
|---|
| 46 | } |
|---|
| 47 | } |
|---|
| 48 | |
|---|
| 49 | /// <summary> |
|---|
| 50 | /// Overrides the current thread's CurrentUICulture property for all |
|---|
| 51 | /// resource lookups using this strongly typed resource class. |
|---|
| 52 | /// </summary> |
|---|
| 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
|---|
| 54 | internal static global::System.Globalization.CultureInfo Culture { |
|---|
| 55 | get { |
|---|
| 56 | return resourceCulture; |
|---|
| 57 | } |
|---|
| 58 | set { |
|---|
| 59 | resourceCulture = value; |
|---|
| 60 | } |
|---|
| 61 | } |
|---|
| 62 | |
|---|
| 63 | /// <summary> |
|---|
| 64 | /// Looks up a localized string similar to {0} of {1} downloaded. |
|---|
| 65 | /// </summary> |
|---|
| 66 | internal static string _0__of__1__downloaded { |
|---|
| 67 | get { |
|---|
| 68 | return ResourceManager.GetString("{0} of {1} downloaded", resourceCulture); |
|---|
| 69 | } |
|---|
| 70 | } |
|---|
| 71 | |
|---|
| 72 | /// <summary> |
|---|
| 73 | /// Looks up a localized string similar to {0} out of {1}. |
|---|
| 74 | /// </summary> |
|---|
| 75 | internal static string _0__out_of__1_ { |
|---|
| 76 | get { |
|---|
| 77 | return ResourceManager.GetString("{0} out of {1}", resourceCulture); |
|---|
| 78 | } |
|---|
| 79 | } |
|---|
| 80 | |
|---|
| 81 | /// <summary> |
|---|
| 82 | /// Looks up a localized string similar to (default). |
|---|
| 83 | /// </summary> |
|---|
| 84 | internal static string _default_ { |
|---|
| 85 | get { |
|---|
| 86 | return ResourceManager.GetString("(default)", resourceCulture); |
|---|
| 87 | } |
|---|
| 88 | } |
|---|
| 89 | |
|---|
| 90 | /// <summary> |
|---|
| 91 | /// Looks up a localized string similar to About {0:hh:mm:ss} left. |
|---|
| 92 | /// </summary> |
|---|
| 93 | internal static string About__0_hh_mm_ss__left { |
|---|
| 94 | get { |
|---|
| 95 | return ResourceManager.GetString("About {0:hh:mm:ss} left", resourceCulture); |
|---|
| 96 | } |
|---|
| 97 | } |
|---|
| 98 | |
|---|
| 99 | /// <summary> |
|---|
| 100 | /// Looks up a localized string similar to An invalid file erasure method was selected.. |
|---|
| 101 | /// </summary> |
|---|
| 102 | internal static string An_invalid_file_erasure_method_was_selected_ { |
|---|
| 103 | get { |
|---|
| 104 | return ResourceManager.GetString("An invalid file erasure method was selected.", resourceCulture); |
|---|
| 105 | } |
|---|
| 106 | } |
|---|
| 107 | |
|---|
| 108 | /// <summary> |
|---|
| 109 | /// Looks up a localized string similar to An invalid language was selected.. |
|---|
| 110 | /// </summary> |
|---|
| 111 | internal static string An_invalid_language_was_selected_ { |
|---|
| 112 | get { |
|---|
| 113 | return ResourceManager.GetString("An invalid language was selected.", resourceCulture); |
|---|
| 114 | } |
|---|
| 115 | } |
|---|
| 116 | |
|---|
| 117 | /// <summary> |
|---|
| 118 | /// Looks up a localized string similar to An invalid randomness data source was selected.. |
|---|
| 119 | /// </summary> |
|---|
| 120 | internal static string An_invalid_randomness_data_source_was_selected_ { |
|---|
| 121 | get { |
|---|
| 122 | return ResourceManager.GetString("An invalid randomness data source was selected.", resourceCulture); |
|---|
| 123 | } |
|---|
| 124 | } |
|---|
| 125 | |
|---|
| 126 | /// <summary> |
|---|
| 127 | /// Looks up a localized string similar to An invalid unused disk space erasure method was selected.. |
|---|
| 128 | /// </summary> |
|---|
| 129 | internal static string An_invalid_unused_disk_space_erasure_method_was_selected_ { |
|---|
| 130 | get { |
|---|
| 131 | return ResourceManager.GetString("An invalid unused disk space erasure method was selected.", resourceCulture); |
|---|
| 132 | } |
|---|
| 133 | } |
|---|
| 134 | |
|---|
| 135 | /// <summary> |
|---|
| 136 | /// Looks up a localized string similar to Close. |
|---|
| 137 | /// </summary> |
|---|
| 138 | internal static string Close { |
|---|
| 139 | get { |
|---|
| 140 | return ResourceManager.GetString("Close", resourceCulture); |
|---|
| 141 | } |
|---|
| 142 | } |
|---|
| 143 | |
|---|
| 144 | /// <summary> |
|---|
| 145 | /// Looks up a localized string similar to Completed. |
|---|
| 146 | /// </summary> |
|---|
| 147 | internal static string Completed { |
|---|
| 148 | get { |
|---|
| 149 | return ResourceManager.GetString("Completed", resourceCulture); |
|---|
| 150 | } |
|---|
| 151 | } |
|---|
| 152 | |
|---|
| 153 | /// <summary> |
|---|
| 154 | /// Looks up a localized string similar to Completed with errors. |
|---|
| 155 | /// </summary> |
|---|
| 156 | internal static string Completed_with_errors { |
|---|
| 157 | get { |
|---|
| 158 | return ResourceManager.GetString("Completed with errors", resourceCulture); |
|---|
| 159 | } |
|---|
| 160 | } |
|---|
| 161 | |
|---|
| 162 | /// <summary> |
|---|
| 163 | /// Looks up a localized string similar to Completed with warnings. |
|---|
| 164 | /// </summary> |
|---|
| 165 | internal static string Completed_with_warnings { |
|---|
| 166 | get { |
|---|
| 167 | return ResourceManager.GetString("Completed with warnings", resourceCulture); |
|---|
| 168 | } |
|---|
| 169 | } |
|---|
| 170 | |
|---|
| 171 | /// <summary> |
|---|
| 172 | /// Looks up a localized string similar to Could not load task list. All task entries have been lost.. |
|---|
| 173 | /// </summary> |
|---|
| 174 | internal static string Could_not_load_task_list__All_task_entries_have_been_lost_ { |
|---|
| 175 | get { |
|---|
| 176 | return ResourceManager.GetString("Could not load task list. All task entries have been lost.", resourceCulture); |
|---|
| 177 | } |
|---|
| 178 | } |
|---|
| 179 | |
|---|
| 180 | /// <summary> |
|---|
| 181 | /// Looks up a localized string similar to Could not load the setting {0} for plugin {1}. The setting has been lost.. |
|---|
| 182 | /// </summary> |
|---|
| 183 | internal static string Could_not_load_the_setting__0__for_plugin__1___The_setting_has_been_lost_ { |
|---|
| 184 | get { |
|---|
| 185 | return ResourceManager.GetString("Could not load the setting {0} for plugin {1}. The setting has been lost.", resourceCulture); |
|---|
| 186 | } |
|---|
| 187 | } |
|---|
| 188 | |
|---|
| 189 | /// <summary> |
|---|
| 190 | /// Looks up a localized string similar to Default file erasure method. |
|---|
| 191 | /// </summary> |
|---|
| 192 | internal static string Default_file_erasure_method { |
|---|
| 193 | get { |
|---|
| 194 | return ResourceManager.GetString("Default file erasure method", resourceCulture); |
|---|
| 195 | } |
|---|
| 196 | } |
|---|
| 197 | |
|---|
| 198 | /// <summary> |
|---|
| 199 | /// Looks up a localized string similar to Default unused space erasure method. |
|---|
| 200 | /// </summary> |
|---|
| 201 | internal static string Default_unused_space_erasure_method { |
|---|
| 202 | get { |
|---|
| 203 | return ResourceManager.GetString("Default unused space erasure method", resourceCulture); |
|---|
| 204 | } |
|---|
| 205 | } |
|---|
| 206 | |
|---|
| 207 | /// <summary> |
|---|
| 208 | /// Looks up a localized string similar to Downloaded. |
|---|
| 209 | /// </summary> |
|---|
| 210 | internal static string Downloaded { |
|---|
| 211 | get { |
|---|
| 212 | return ResourceManager.GetString("Downloaded", resourceCulture); |
|---|
| 213 | } |
|---|
| 214 | } |
|---|
| 215 | |
|---|
| 216 | /// <summary> |
|---|
| 217 | /// Looks up a localized string similar to Downloaded: {0}. |
|---|
| 218 | /// </summary> |
|---|
| 219 | internal static string Downloaded___0_ { |
|---|
| 220 | get { |
|---|
| 221 | return ResourceManager.GetString("Downloaded: {0}", resourceCulture); |
|---|
| 222 | } |
|---|
| 223 | } |
|---|
| 224 | |
|---|
| 225 | /// <summary> |
|---|
| 226 | /// Looks up a localized string similar to Downloading: {0}. |
|---|
| 227 | /// </summary> |
|---|
| 228 | internal static string Downloading___0_ { |
|---|
| 229 | get { |
|---|
| 230 | return ResourceManager.GetString("Downloading: {0}", resourceCulture); |
|---|
| 231 | } |
|---|
| 232 | } |
|---|
| 233 | |
|---|
| 234 | /// <summary> |
|---|
| 235 | /// Looks up a localized string similar to Erase Schedule. |
|---|
| 236 | /// </summary> |
|---|
| 237 | internal static string Erase_Schedule { |
|---|
| 238 | get { |
|---|
| 239 | return ResourceManager.GetString("Erase Schedule", resourceCulture); |
|---|
| 240 | } |
|---|
| 241 | } |
|---|
| 242 | |
|---|
| 243 | /// <summary> |
|---|
| 244 | /// Looks up a localized string similar to Eraser. |
|---|
| 245 | /// </summary> |
|---|
| 246 | internal static string Eraser { |
|---|
| 247 | get { |
|---|
| 248 | return ResourceManager.GetString("Eraser", resourceCulture); |
|---|
| 249 | } |
|---|
| 250 | } |
|---|
| 251 | |
|---|
| 252 | /// <summary> |
|---|
| 253 | /// Looks up a localized string similar to Eraser is free open-source software!. |
|---|
| 254 | /// </summary> |
|---|
| 255 | internal static string Eraser_is_free_open_source_software_ { |
|---|
| 256 | get { |
|---|
| 257 | return ResourceManager.GetString("Eraser is free open-source software!", resourceCulture); |
|---|
| 258 | } |
|---|
| 259 | } |
|---|
| 260 | |
|---|
| 261 | /// <summary> |
|---|
| 262 | /// Looks up a localized string similar to Erasures with plausible deniability was selected, but no files were selected to be used as decoys.. |
|---|
| 263 | /// </summary> |
|---|
| 264 | internal static string Erasures_with_plausible_deniability_was_selected__but_no_files_were_selected_to_be_used_as_decoys_ { |
|---|
| 265 | get { |
|---|
| 266 | return ResourceManager.GetString("Erasures with plausible deniability was selected, but no files were selected to b" + |
|---|
| 267 | "e used as decoys.", resourceCulture); |
|---|
| 268 | } |
|---|
| 269 | } |
|---|
| 270 | |
|---|
| 271 | /// <summary> |
|---|
| 272 | /// Looks up a localized string similar to Error. |
|---|
| 273 | /// </summary> |
|---|
| 274 | internal static string Error { |
|---|
| 275 | get { |
|---|
| 276 | return ResourceManager.GetString("Error", resourceCulture); |
|---|
| 277 | } |
|---|
| 278 | } |
|---|
| 279 | |
|---|
| 280 | /// <summary> |
|---|
| 281 | /// Looks up a localized string similar to Error: {0}. |
|---|
| 282 | /// </summary> |
|---|
| 283 | internal static string Error___0_ { |
|---|
| 284 | get { |
|---|
| 285 | return ResourceManager.GetString("Error: {0}", resourceCulture); |
|---|
| 286 | } |
|---|
| 287 | } |
|---|
| 288 | |
|---|
| 289 | /// <summary> |
|---|
| 290 | /// Looks up a localized string similar to Error downloading {0}: {1}. |
|---|
| 291 | /// </summary> |
|---|
| 292 | internal static string Error_downloading__0____1_ { |
|---|
| 293 | get { |
|---|
| 294 | return ResourceManager.GetString("Error downloading {0}: {1}", resourceCulture); |
|---|
| 295 | } |
|---|
| 296 | } |
|---|
| 297 | |
|---|
| 298 | /// <summary> |
|---|
| 299 | /// Looks up a localized string similar to Error installing {0}. |
|---|
| 300 | /// </summary> |
|---|
| 301 | internal static string Error_installing__0_ { |
|---|
| 302 | get { |
|---|
| 303 | return ResourceManager.GetString("Error installing {0}", resourceCulture); |
|---|
| 304 | } |
|---|
| 305 | } |
|---|
| 306 | |
|---|
| 307 | /// <summary> |
|---|
| 308 | /// Looks up a localized string similar to Help. |
|---|
| 309 | /// </summary> |
|---|
| 310 | internal static string Help { |
|---|
| 311 | get { |
|---|
| 312 | return ResourceManager.GetString("Help", resourceCulture); |
|---|
| 313 | } |
|---|
| 314 | } |
|---|
| 315 | |
|---|
| 316 | /// <summary> |
|---|
| 317 | /// Looks up a localized string similar to Install. |
|---|
| 318 | /// </summary> |
|---|
| 319 | internal static string Install { |
|---|
| 320 | get { |
|---|
| 321 | return ResourceManager.GetString("Install", resourceCulture); |
|---|
| 322 | } |
|---|
| 323 | } |
|---|
| 324 | |
|---|
| 325 | /// <summary> |
|---|
| 326 | /// Looks up a localized string similar to Installed {0}. |
|---|
| 327 | /// </summary> |
|---|
| 328 | internal static string Installed__0_ { |
|---|
| 329 | get { |
|---|
| 330 | return ResourceManager.GetString("Installed {0}", resourceCulture); |
|---|
| 331 | } |
|---|
| 332 | } |
|---|
| 333 | |
|---|
| 334 | /// <summary> |
|---|
| 335 | /// Looks up a localized string similar to Installing {0}. |
|---|
| 336 | /// </summary> |
|---|
| 337 | internal static string Installing__0_ { |
|---|
| 338 | get { |
|---|
| 339 | return ResourceManager.GetString("Installing {0}", resourceCulture); |
|---|
| 340 | } |
|---|
| 341 | } |
|---|
| 342 | |
|---|
| 343 | /// <summary> |
|---|
| 344 | /// Looks up a localized string similar to Invalid file path. |
|---|
| 345 | /// </summary> |
|---|
| 346 | internal static string Invalid_file_path { |
|---|
| 347 | get { |
|---|
| 348 | return ResourceManager.GetString("Invalid file path", resourceCulture); |
|---|
| 349 | } |
|---|
| 350 | } |
|---|
| 351 | |
|---|
| 352 | /// <summary> |
|---|
| 353 | /// Looks up a localized string similar to Invalid folder path. |
|---|
| 354 | /// </summary> |
|---|
| 355 | internal static string Invalid_folder_path { |
|---|
| 356 | get { |
|---|
| 357 | return ResourceManager.GetString("Invalid folder path", resourceCulture); |
|---|
| 358 | } |
|---|
| 359 | } |
|---|
| 360 | |
|---|
| 361 | /// <summary> |
|---|
| 362 | /// Looks up a localized string similar to Not completed. |
|---|
| 363 | /// </summary> |
|---|
| 364 | internal static string Not_completed { |
|---|
| 365 | get { |
|---|
| 366 | return ResourceManager.GetString("Not completed", resourceCulture); |
|---|
| 367 | } |
|---|
| 368 | } |
|---|
| 369 | |
|---|
| 370 | /// <summary> |
|---|
| 371 | /// Looks up a localized string similar to Not queued. |
|---|
| 372 | /// </summary> |
|---|
| 373 | internal static string Not_queued { |
|---|
| 374 | get { |
|---|
| 375 | return ResourceManager.GetString("Not queued", resourceCulture); |
|---|
| 376 | } |
|---|
| 377 | } |
|---|
| 378 | |
|---|
| 379 | /// <summary> |
|---|
| 380 | /// Looks up a localized string similar to Overall progress: {0} left. |
|---|
| 381 | /// </summary> |
|---|
| 382 | internal static string Overall_progress___0__left { |
|---|
| 383 | get { |
|---|
| 384 | return ResourceManager.GetString("Overall progress: {0} left", resourceCulture); |
|---|
| 385 | } |
|---|
| 386 | } |
|---|
| 387 | |
|---|
| 388 | /// <summary> |
|---|
| 389 | /// Looks up a localized string similar to Please help us continue develop Eraser, donate some coffee.... |
|---|
| 390 | /// </summary> |
|---|
| 391 | internal static string Please_help_us_continue_develop_Eraser__donate_some_coffee___ { |
|---|
| 392 | get { |
|---|
| 393 | return ResourceManager.GetString("Please help us continue develop Eraser, donate some coffee...", resourceCulture); |
|---|
| 394 | } |
|---|
| 395 | } |
|---|
| 396 | |
|---|
| 397 | /// <summary> |
|---|
| 398 | /// Looks up a localized string similar to Plugins. |
|---|
| 399 | /// </summary> |
|---|
| 400 | internal static string Plugins { |
|---|
| 401 | get { |
|---|
| 402 | return ResourceManager.GetString("Plugins", resourceCulture); |
|---|
| 403 | } |
|---|
| 404 | } |
|---|
| 405 | |
|---|
| 406 | /// <summary> |
|---|
| 407 | /// Looks up a localized string similar to Plugins which have just be approved will only be loaded the next time Eraser is started.. |
|---|
| 408 | /// </summary> |
|---|
| 409 | internal static string Plugins_which_have_just_be_approved_will_only_be_loaded_the_next_time_Eraser_is_started_ { |
|---|
| 410 | get { |
|---|
| 411 | return ResourceManager.GetString("Plugins which have just be approved will only be loaded the next time Eraser is s" + |
|---|
| 412 | "tarted.", resourceCulture); |
|---|
| 413 | } |
|---|
| 414 | } |
|---|
| 415 | |
|---|
| 416 | /// <summary> |
|---|
| 417 | /// Looks up a localized string similar to Processing:. |
|---|
| 418 | /// </summary> |
|---|
| 419 | internal static string Processing_ { |
|---|
| 420 | get { |
|---|
| 421 | return ResourceManager.GetString("Processing:", resourceCulture); |
|---|
| 422 | } |
|---|
| 423 | } |
|---|
| 424 | |
|---|
| 425 | /// <summary> |
|---|
| 426 | /// Looks up a localized string similar to Processing update list.... |
|---|
| 427 | /// </summary> |
|---|
| 428 | internal static string Processing_update_list___ { |
|---|
| 429 | get { |
|---|
| 430 | return ResourceManager.GetString("Processing update list...", resourceCulture); |
|---|
| 431 | } |
|---|
| 432 | } |
|---|
| 433 | |
|---|
| 434 | /// <summary> |
|---|
| 435 | /// Looks up a localized string similar to Queued for execution. |
|---|
| 436 | /// </summary> |
|---|
| 437 | internal static string Queued_for_execution { |
|---|
| 438 | get { |
|---|
| 439 | return ResourceManager.GetString("Queued for execution", resourceCulture); |
|---|
| 440 | } |
|---|
| 441 | } |
|---|
| 442 | |
|---|
| 443 | /// <summary> |
|---|
| 444 | /// Looks up a localized string similar to Queued for execution.. |
|---|
| 445 | /// </summary> |
|---|
| 446 | internal static string Queued_for_execution_ { |
|---|
| 447 | get { |
|---|
| 448 | return ResourceManager.GetString("Queued for execution.", resourceCulture); |
|---|
| 449 | } |
|---|
| 450 | } |
|---|
| 451 | |
|---|
| 452 | /// <summary> |
|---|
| 453 | /// Looks up a localized string similar to Randomness data source. |
|---|
| 454 | /// </summary> |
|---|
| 455 | internal static string Randomness_data_source { |
|---|
| 456 | get { |
|---|
| 457 | return ResourceManager.GetString("Randomness data source", resourceCulture); |
|---|
| 458 | } |
|---|
| 459 | } |
|---|
| 460 | |
|---|
| 461 | /// <summary> |
|---|
| 462 | /// Looks up a localized string similar to Running.... |
|---|
| 463 | /// </summary> |
|---|
| 464 | internal static string Running___ { |
|---|
| 465 | get { |
|---|
| 466 | return ResourceManager.GetString("Running...", resourceCulture); |
|---|
| 467 | } |
|---|
| 468 | } |
|---|
| 469 | |
|---|
| 470 | /// <summary> |
|---|
| 471 | /// Looks up a localized string similar to Settings. |
|---|
| 472 | /// </summary> |
|---|
| 473 | internal static string Settings { |
|---|
| 474 | get { |
|---|
| 475 | return ResourceManager.GetString("Settings", resourceCulture); |
|---|
| 476 | } |
|---|
| 477 | } |
|---|
| 478 | |
|---|
| 479 | /// <summary> |
|---|
| 480 | /// Looks up a localized string similar to The erasure method selected does not support unused disk space erasures.. |
|---|
| 481 | /// </summary> |
|---|
| 482 | internal static string The_erasure_method_selected_does_not_support_unused_disk_space_erasures_ { |
|---|
| 483 | get { |
|---|
| 484 | return ResourceManager.GetString("The erasure method selected does not support unused disk space erasures.", resourceCulture); |
|---|
| 485 | } |
|---|
| 486 | } |
|---|
| 487 | |
|---|
| 488 | /// <summary> |
|---|
| 489 | /// Looks up a localized string similar to The following settings held invalid values:\n\n{0}\nThese settings have now been set to naive defaults.\n\nPlease check that the new settings suit your required level of security.. |
|---|
| 490 | /// </summary> |
|---|
| 491 | internal static string The_following_settings_held_invalid_values__n_n_0__nThese_settings_have_now_been_set_to_naive_defaults__n_nPlease_check_that_the_new_settings_suit_your_required_level_of_security_ { |
|---|
| 492 | get { |
|---|
| 493 | return ResourceManager.GetString("The following settings held invalid values:\\n\\n{0}\\nThese settings have now been " + |
|---|
| 494 | "set to naive defaults.\\n\\nPlease check that the new settings suit your required " + |
|---|
| 495 | "level of security.", resourceCulture); |
|---|
| 496 | } |
|---|
| 497 | } |
|---|
| 498 | |
|---|
| 499 | /// <summary> |
|---|
| 500 | /// Looks up a localized string similar to The installer exited with an error code {0}. |
|---|
| 501 | /// </summary> |
|---|
| 502 | internal static string The_installer_exited_with_an_error_code__0_ { |
|---|
| 503 | get { |
|---|
| 504 | return ResourceManager.GetString("The installer exited with an error code {0}", resourceCulture); |
|---|
| 505 | } |
|---|
| 506 | } |
|---|
| 507 | |
|---|
| 508 | /// <summary> |
|---|
| 509 | /// Looks up a localized string similar to The new randomness data source will only be used when the next task is run.\nCurrently running tasks will use the old source.. |
|---|
| 510 | /// </summary> |
|---|
| 511 | internal static string The_new_randomness_data_source_will_only_be_used_when_the_next_task_is_run__nCurrently_running_tasks_will_use_the_old_source_ { |
|---|
| 512 | get { |
|---|
| 513 | return ResourceManager.GetString("The new randomness data source will only be used when the next task is run.\\nCurr" + |
|---|
| 514 | "ently running tasks will use the old source.", resourceCulture); |
|---|
| 515 | } |
|---|
| 516 | } |
|---|
| 517 | |
|---|
| 518 | /// <summary> |
|---|
| 519 | /// Looks up a localized string similar to The new UI language will take only effect when Eraser is restarted.. |
|---|
| 520 | /// </summary> |
|---|
| 521 | internal static string The_new_UI_language_will_take_only_effect_when_Eraser_is_restarted_ { |
|---|
| 522 | get { |
|---|
| 523 | return ResourceManager.GetString("The new UI language will take only effect when Eraser is restarted.", resourceCulture); |
|---|
| 524 | } |
|---|
| 525 | } |
|---|
| 526 | |
|---|
| 527 | /// <summary> |
|---|
| 528 | /// Looks up a localized string similar to The task has no data to erase.. |
|---|
| 529 | /// </summary> |
|---|
| 530 | internal static string The_task_has_no_data_to_erase_ { |
|---|
| 531 | get { |
|---|
| 532 | return ResourceManager.GetString("The task has no data to erase.", resourceCulture); |
|---|
| 533 | } |
|---|
| 534 | } |
|---|
| 535 | |
|---|
| 536 | /// <summary> |
|---|
| 537 | /// Looks up a localized string similar to The task needs to run on at least one day a week. |
|---|
| 538 | /// </summary> |
|---|
| 539 | internal static string The_task_needs_to_run_on_at_least_one_day_a_week { |
|---|
| 540 | get { |
|---|
| 541 | return ResourceManager.GetString("The task needs to run on at least one day a week", resourceCulture); |
|---|
| 542 | } |
|---|
| 543 | } |
|---|
| 544 | |
|---|
| 545 | /// <summary> |
|---|
| 546 | /// Looks up a localized string similar to Total: {0,2:#0.00%}. |
|---|
| 547 | /// </summary> |
|---|
| 548 | internal static string Total___0_2__0_00__ { |
|---|
| 549 | get { |
|---|
| 550 | return ResourceManager.GetString("Total: {0,2:#0.00%}", resourceCulture); |
|---|
| 551 | } |
|---|
| 552 | } |
|---|
| 553 | |
|---|
| 554 | /// <summary> |
|---|
| 555 | /// Looks up a localized string similar to Unknown. |
|---|
| 556 | /// </summary> |
|---|
| 557 | internal static string Unknown { |
|---|
| 558 | get { |
|---|
| 559 | return ResourceManager.GetString("Unknown", resourceCulture); |
|---|
| 560 | } |
|---|
| 561 | } |
|---|
| 562 | |
|---|
| 563 | /// <summary> |
|---|
| 564 | /// Looks up a localized string similar to Updates. |
|---|
| 565 | /// </summary> |
|---|
| 566 | internal static string Updates { |
|---|
| 567 | get { |
|---|
| 568 | return ResourceManager.GetString("Updates", resourceCulture); |
|---|
| 569 | } |
|---|
| 570 | } |
|---|
| 571 | |
|---|
| 572 | /// <summary> |
|---|
| 573 | /// Looks up a localized string similar to User interface language. |
|---|
| 574 | /// </summary> |
|---|
| 575 | internal static string User_interface_language { |
|---|
| 576 | get { |
|---|
| 577 | return ResourceManager.GetString("User interface language", resourceCulture); |
|---|
| 578 | } |
|---|
| 579 | } |
|---|
| 580 | } |
|---|
| 581 | } |
|---|