1 //------------------------------------------------------------------------------ 2 // <auto-generated> 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.42000 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 HandBrakeWPF.Properties { 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", "16.0.0.0")] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 public class Resources { 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")] Resources()32 internal Resources() { 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 public 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("HandBrakeWPF.Properties.Resources", typeof(Resources).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 public 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 Copyright (C) 2003-2021 The HandBrake Team. 65 /// </summary> 66 public static string About_Copyright { 67 get { 68 return ResourceManager.GetString("About_Copyright", resourceCulture); 69 } 70 } 71 72 /// <summary> 73 /// Looks up a localized string similar to This program is free software; you can redistribute it and/or 74 ///modify it under the terms of the GNU General Public License 75 ///as published by the Free Software Foundation; either version 2 76 ///of the License, or (at your option) any later version. 77 /// 78 ///This program is distributed in the hope that it will be useful, 79 ///but WITHOUT ANY WARRANTY; without even the implied warranty of 80 ///MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 81 ///GNU General Public License for more details. 82 /// 83 ///You should have received a [rest of string was truncated]";. 84 /// </summary> 85 public static string About_GPL { 86 get { 87 return ResourceManager.GetString("About_GPL", resourceCulture); 88 } 89 } 90 91 /// <summary> 92 /// Looks up a localized string similar to License: . 93 /// </summary> 94 public static string AboutView_License { 95 get { 96 return ResourceManager.GetString("AboutView_License", resourceCulture); 97 } 98 } 99 100 /// <summary> 101 /// Looks up a localized string similar to Version: . 102 /// </summary> 103 public static string AboutView_Version { 104 get { 105 return ResourceManager.GetString("AboutView_Version", resourceCulture); 106 } 107 } 108 109 /// <summary> 110 /// Looks up a localized string similar to You can optionally store a picture settings with this preset. There are 3 modes: 111 /// 112 ///None: Picture settings are not stored in the preset. When loading a source, they will remain as-is within the bounds of the source resolution. This also affects Anamorphic, modulus, cropping etc. 113 /// 114 ///Custom: You can optionally set a Maximum width and Height. When doing this an encode will be less than or equal to these values. Keep Aspect Ratio will be automatically turned on. 115 /// 116 ///Source Maximum: Always encode at the sources [rest of string was truncated]";. 117 /// </summary> 118 public static string AddPreset_PictureSizeMode { 119 get { 120 return ResourceManager.GetString("AddPreset_PictureSizeMode", resourceCulture); 121 } 122 } 123 124 /// <summary> 125 /// Looks up a localized string similar to -- Add New Category --. 126 /// </summary> 127 public static string AddPresetView_AddNewCategory { 128 get { 129 return ResourceManager.GetString("AddPresetView_AddNewCategory", resourceCulture); 130 } 131 } 132 133 /// <summary> 134 /// Looks up a localized string similar to Add Preset. 135 /// </summary> 136 public static string AddPresetView_AddPreset { 137 get { 138 return ResourceManager.GetString("AddPresetView_AddPreset", resourceCulture); 139 } 140 } 141 142 /// <summary> 143 /// Looks up a localized string similar to Category:. 144 /// </summary> 145 public static string AddPresetView_Category { 146 get { 147 return ResourceManager.GetString("AddPresetView_Category", resourceCulture); 148 } 149 } 150 151 /// <summary> 152 /// Looks up a localized string similar to Description:. 153 /// </summary> 154 public static string AddPresetView_Description { 155 get { 156 return ResourceManager.GetString("AddPresetView_Description", resourceCulture); 157 } 158 } 159 160 /// <summary> 161 /// Looks up a localized string similar to Is Default:. 162 /// </summary> 163 public static string AddPresetView_IsDefault { 164 get { 165 return ResourceManager.GetString("AddPresetView_IsDefault", resourceCulture); 166 } 167 } 168 169 /// <summary> 170 /// Looks up a localized string similar to Name:. 171 /// </summary> 172 public static string AddPresetView_Name { 173 get { 174 return ResourceManager.GetString("AddPresetView_Name", resourceCulture); 175 } 176 } 177 178 /// <summary> 179 /// Looks up a localized string similar to Dimensions:. 180 /// </summary> 181 public static string AddPresetView_SavePictureSize { 182 get { 183 return ResourceManager.GetString("AddPresetView_SavePictureSize", resourceCulture); 184 } 185 } 186 187 /// <summary> 188 /// Looks up a localized string similar to The Custom Width or Height fields must be filled in for the 'Custom' option.. 189 /// </summary> 190 public static string AddPresetViewModel_CustomWidthHeightFieldsRequired { 191 get { 192 return ResourceManager.GetString("AddPresetViewModel_CustomWidthHeightFieldsRequired", resourceCulture); 193 } 194 } 195 196 /// <summary> 197 /// Looks up a localized string similar to A Preset must have a Name. Please fill out the Preset Name field.. 198 /// </summary> 199 public static string AddPresetViewModel_PresetMustProvideName { 200 get { 201 return ResourceManager.GetString("AddPresetViewModel_PresetMustProvideName", resourceCulture); 202 } 203 } 204 205 /// <summary> 206 /// Looks up a localized string similar to A Preset with this name already exists. Would you like to overwrite it?. 207 /// </summary> 208 public static string AddPresetViewModel_PresetWithSameNameOverwriteWarning { 209 get { 210 return ResourceManager.GetString("AddPresetViewModel_PresetWithSameNameOverwriteWarning", resourceCulture); 211 } 212 } 213 214 /// <summary> 215 /// Looks up a localized string similar to Unable to add preset. 216 /// </summary> 217 public static string AddPresetViewModel_UnableToAddPreset { 218 get { 219 return ResourceManager.GetString("AddPresetViewModel_UnableToAddPreset", resourceCulture); 220 } 221 } 222 223 /// <summary> 224 /// Looks up a localized string similar to You must first scan a source to use the 'Source Maximum' Option.. 225 /// </summary> 226 public static string AddPresetViewModel_YouMustFirstScanSource { 227 get { 228 return ResourceManager.GetString("AddPresetViewModel_YouMustFirstScanSource", resourceCulture); 229 } 230 } 231 232 /// <summary> 233 /// Looks up a localized string similar to Are you sure?. 234 /// </summary> 235 public static string AreYouSure { 236 get { 237 return ResourceManager.GetString("AreYouSure", resourceCulture); 238 } 239 } 240 241 /// <summary> 242 /// Looks up a localized string similar to All Matching Selected Languages. 243 /// </summary> 244 public static string AudioBehaviourModes_AllMatching { 245 get { 246 return ResourceManager.GetString("AudioBehaviourModes_AllMatching", resourceCulture); 247 } 248 } 249 250 /// <summary> 251 /// Looks up a localized string similar to Use All Tracks as templates. 252 /// </summary> 253 public static string AudioBehaviourModes_AllTracks { 254 get { 255 return ResourceManager.GetString("AudioBehaviourModes_AllTracks", resourceCulture); 256 } 257 } 258 259 /// <summary> 260 /// Looks up a localized string similar to First Matching Selected Language. 261 /// </summary> 262 public static string AudioBehaviourModes_FirstMatch { 263 get { 264 return ResourceManager.GetString("AudioBehaviourModes_FirstMatch", resourceCulture); 265 } 266 } 267 268 /// <summary> 269 /// Looks up a localized string similar to Use First Track as template. 270 /// </summary> 271 public static string AudioBehaviourModes_FirstTrack { 272 get { 273 return ResourceManager.GetString("AudioBehaviourModes_FirstTrack", resourceCulture); 274 } 275 } 276 277 /// <summary> 278 /// Looks up a localized string similar to No Audio. 279 /// </summary> 280 public static string AudioBehaviourModes_None { 281 get { 282 return ResourceManager.GetString("AudioBehaviourModes_None", resourceCulture); 283 } 284 } 285 286 /// <summary> 287 /// Looks up a localized string similar to Add Track. 288 /// </summary> 289 public static string AudioDefaultsView_AddTrack { 290 get { 291 return ResourceManager.GetString("AudioDefaultsView_AddTrack", resourceCulture); 292 } 293 } 294 295 /// <summary> 296 /// Looks up a localized string similar to Audio encoder settings for each chosen track:. 297 /// </summary> 298 public static string AudioDefaultsView_AutoAddTracks { 299 get { 300 return ResourceManager.GetString("AudioDefaultsView_AutoAddTracks", resourceCulture); 301 } 302 } 303 304 /// <summary> 305 /// Looks up a localized string similar to Clear. 306 /// </summary> 307 public static string AudioDefaultsView_Clear { 308 get { 309 return ResourceManager.GetString("AudioDefaultsView_Clear", resourceCulture); 310 } 311 } 312 313 /// <summary> 314 /// Looks up a localized string similar to Configure Automatic Audio Selections. 315 /// </summary> 316 public static string AudioDefaultsView_PaneTitle { 317 get { 318 return ResourceManager.GetString("AudioDefaultsView_PaneTitle", resourceCulture); 319 } 320 } 321 322 /// <summary> 323 /// Looks up a localized string similar to Source Track Selection. 324 /// </summary> 325 public static string AudioDefaultView_Behaviours { 326 get { 327 return ResourceManager.GetString("AudioDefaultView_Behaviours", resourceCulture); 328 } 329 } 330 331 /// <summary> 332 /// Looks up a localized string similar to Allow passthru of:. 333 /// </summary> 334 public static string AudioView_AllowPassThruOf { 335 get { 336 return ResourceManager.GetString("AudioView_AllowPassThruOf", resourceCulture); 337 } 338 } 339 340 /// <summary> 341 /// Looks up a localized string similar to Configure how the Audio Tracks are automatically selected and configured when you select a new title or source video.. 342 /// </summary> 343 public static string AudioView_AudioDefaultsDescription { 344 get { 345 return ResourceManager.GetString("AudioView_AudioDefaultsDescription", resourceCulture); 346 } 347 } 348 349 /// <summary> 350 /// Looks up a localized string similar to 'Auto Passthru' Behaviour:. 351 /// </summary> 352 public static string AudioView_AutoPassthruBehaviour { 353 get { 354 return ResourceManager.GetString("AudioView_AutoPassthruBehaviour", resourceCulture); 355 } 356 } 357 358 /// <summary> 359 /// Looks up a localized string similar to Bitrate. 360 /// </summary> 361 public static string AudioView_Bitrate { 362 get { 363 return ResourceManager.GetString("AudioView_Bitrate", resourceCulture); 364 } 365 } 366 367 /// <summary> 368 /// Looks up a localized string similar to Codec. 369 /// </summary> 370 public static string AudioView_Codec { 371 get { 372 return ResourceManager.GetString("AudioView_Codec", resourceCulture); 373 } 374 } 375 376 /// <summary> 377 /// Looks up a localized string similar to DRC. 378 /// </summary> 379 public static string AudioView_DRC { 380 get { 381 return ResourceManager.GetString("AudioView_DRC", resourceCulture); 382 } 383 } 384 385 /// <summary> 386 /// Looks up a localized string similar to Gain. 387 /// </summary> 388 public static string AudioView_Gain { 389 get { 390 return ResourceManager.GetString("AudioView_Gain", resourceCulture); 391 } 392 } 393 394 /// <summary> 395 /// Looks up a localized string similar to Hide. 396 /// </summary> 397 public static string AudioView_Hide { 398 get { 399 return ResourceManager.GetString("AudioView_Hide", resourceCulture); 400 } 401 } 402 403 /// <summary> 404 /// Looks up a localized string similar to Mixdown. 405 /// </summary> 406 public static string AudioView_Mixdown { 407 get { 408 return ResourceManager.GetString("AudioView_Mixdown", resourceCulture); 409 } 410 } 411 412 /// <summary> 413 /// Looks up a localized string similar to Fallback encoder:. 414 /// </summary> 415 public static string AudioView_OtherwiseFallbackEncoder { 416 get { 417 return ResourceManager.GetString("AudioView_OtherwiseFallbackEncoder", resourceCulture); 418 } 419 } 420 421 /// <summary> 422 /// Looks up a localized string similar to Reload. 423 /// </summary> 424 public static string AudioView_ReloadDefaults { 425 get { 426 return ResourceManager.GetString("AudioView_ReloadDefaults", resourceCulture); 427 } 428 } 429 430 /// <summary> 431 /// Looks up a localized string similar to Samplerate. 432 /// </summary> 433 public static string AudioView_Samplerate { 434 get { 435 return ResourceManager.GetString("AudioView_Samplerate", resourceCulture); 436 } 437 } 438 439 /// <summary> 440 /// Looks up a localized string similar to Show. 441 /// </summary> 442 public static string AudioView_Show { 443 get { 444 return ResourceManager.GetString("AudioView_Show", resourceCulture); 445 } 446 } 447 448 /// <summary> 449 /// Looks up a localized string similar to Track Name. 450 /// </summary> 451 public static string AudioView_TrackName { 452 get { 453 return ResourceManager.GetString("AudioView_TrackName", resourceCulture); 454 } 455 } 456 457 /// <summary> 458 /// Looks up a localized string similar to Track Selection Behaviour:. 459 /// </summary> 460 public static string AudioView_TrackSelectionBehaviour { 461 get { 462 return ResourceManager.GetString("AudioView_TrackSelectionBehaviour", resourceCulture); 463 } 464 } 465 466 /// <summary> 467 /// Looks up a localized string similar to For Additional Tracks:. 468 /// </summary> 469 public static string AudioView_TrackSettingDefaultBehaviour { 470 get { 471 return ResourceManager.GetString("AudioView_TrackSettingDefaultBehaviour", resourceCulture); 472 } 473 } 474 475 /// <summary> 476 /// Looks up a localized string similar to When 'Auto Passthru' is selected as the audio codec.. 477 /// </summary> 478 public static string AudioView_WhenAutoPassthru { 479 get { 480 return ResourceManager.GetString("AudioView_WhenAutoPassthru", resourceCulture); 481 } 482 } 483 484 /// <summary> 485 /// Looks up a localized string similar to Audio Defaults. 486 /// </summary> 487 public static string AudioViewModel_AudioDefaults { 488 get { 489 return ResourceManager.GetString("AudioViewModel_AudioDefaults", resourceCulture); 490 } 491 } 492 493 /// <summary> 494 /// Looks up a localized string similar to Audio Tracks. 495 /// </summary> 496 public static string AudioViewModel_AudioTracks { 497 get { 498 return ResourceManager.GetString("AudioViewModel_AudioTracks", resourceCulture); 499 } 500 } 501 502 /// <summary> 503 /// Looks up a localized string similar to Selection Behavior. 504 /// </summary> 505 public static string AudioViewModel_ConfigureDefaults { 506 get { 507 return ResourceManager.GetString("AudioViewModel_ConfigureDefaults", resourceCulture); 508 } 509 } 510 511 /// <summary> 512 /// Looks up a localized string similar to Switch Back To Tracks. 513 /// </summary> 514 public static string AudioViewModel_SwitchBackToTracks { 515 get { 516 return ResourceManager.GetString("AudioViewModel_SwitchBackToTracks", resourceCulture); 517 } 518 } 519 520 /// <summary> 521 /// Looks up a localized string similar to Browse. 522 /// </summary> 523 public static string Browse { 524 get { 525 return ResourceManager.GetString("Browse", resourceCulture); 526 } 527 } 528 529 /// <summary> 530 /// Looks up a localized string similar to Chapter Markers. 531 /// </summary> 532 public static string ChaptersView_ChapterMarkers { 533 get { 534 return ResourceManager.GetString("ChaptersView_ChapterMarkers", resourceCulture); 535 } 536 } 537 538 /// <summary> 539 /// Looks up a localized string similar to Chapter Name. 540 /// </summary> 541 public static string ChaptersView_ChapterName { 542 get { 543 return ResourceManager.GetString("ChaptersView_ChapterName", resourceCulture); 544 } 545 } 546 547 /// <summary> 548 /// Looks up a localized string similar to Chapter Number. 549 /// </summary> 550 public static string ChaptersView_ChapterNumber { 551 get { 552 return ResourceManager.GetString("ChaptersView_ChapterNumber", resourceCulture); 553 } 554 } 555 556 /// <summary> 557 /// Looks up a localized string similar to Create chapter markers. 558 /// </summary> 559 public static string ChaptersView_CreateChapterMarkers { 560 get { 561 return ResourceManager.GetString("ChaptersView_CreateChapterMarkers", resourceCulture); 562 } 563 } 564 565 /// <summary> 566 /// Looks up a localized string similar to Duration. 567 /// </summary> 568 public static string ChaptersView_Duration { 569 get { 570 return ResourceManager.GetString("ChaptersView_Duration", resourceCulture); 571 } 572 } 573 574 /// <summary> 575 /// Looks up a localized string similar to Export. 576 /// </summary> 577 public static string ChaptersView_Export { 578 get { 579 return ResourceManager.GetString("ChaptersView_Export", resourceCulture); 580 } 581 } 582 583 /// <summary> 584 /// Looks up a localized string similar to Import. 585 /// </summary> 586 public static string ChaptersView_Import { 587 get { 588 return ResourceManager.GetString("ChaptersView_Import", resourceCulture); 589 } 590 } 591 592 /// <summary> 593 /// Looks up a localized string similar to Chapter marker names will NOT be saved in your encode.. 594 /// </summary> 595 public static string ChaptersViewModel_UnableToExportChaptersMsg { 596 get { 597 return ResourceManager.GetString("ChaptersViewModel_UnableToExportChaptersMsg", resourceCulture); 598 } 599 } 600 601 /// <summary> 602 /// Looks up a localized string similar to Unable to save Chapter Markers file! . 603 /// </summary> 604 public static string ChaptersViewModel_UnableToExportChaptersWarning { 605 get { 606 return ResourceManager.GetString("ChaptersViewModel_UnableToExportChaptersWarning", resourceCulture); 607 } 608 } 609 610 /// <summary> 611 /// Looks up a localized string similar to First column in chapters file must only contain a integer number value higher than zero (0). 612 /// </summary> 613 public static string ChaptersViewModel_UnableToImportChaptersFirstColumnMustContainOnlyIntegerNumber { 614 get { 615 return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersFirstColumnMustContainOnlyIntegerNumber", resourceCulture); 616 } 617 } 618 619 /// <summary> 620 /// Looks up a localized string similar to All lines in chapters file must have at least 2 columns of data. 621 /// </summary> 622 public static string ChaptersViewModel_UnableToImportChaptersLineDoesNotHaveAtLeastTwoColumns { 623 get { 624 return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersLineDoesNotHaveAtLeastTwoColumns", resourceCulture); 625 } 626 } 627 628 /// <summary> 629 /// Looks up a localized string similar to Line {0} is invalid. Nothing will be imported.. 630 /// </summary> 631 public static string ChaptersViewModel_UnableToImportChaptersMalformedLineMsg { 632 get { 633 return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersMalformedLineMsg", resourceCulture); 634 } 635 } 636 637 /// <summary> 638 /// Looks up a localized string similar to Unable to import chapter file. 639 /// </summary> 640 public static string ChaptersViewModel_UnableToImportChaptersWarning { 641 get { 642 return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersWarning", resourceCulture); 643 } 644 } 645 646 /// <summary> 647 /// Looks up a localized string similar to Chapter files of type '{0}' are not currently supported.. 648 /// </summary> 649 public static string ChaptersViewModel_UnsupportedFileFormatMsg { 650 get { 651 return ResourceManager.GetString("ChaptersViewModel_UnsupportedFileFormatMsg", resourceCulture); 652 } 653 } 654 655 /// <summary> 656 /// Looks up a localized string similar to Unsupported chapter file type. 657 /// </summary> 658 public static string ChaptersViewModel_UnsupportedFileFormatWarning { 659 get { 660 return ResourceManager.GetString("ChaptersViewModel_UnsupportedFileFormatWarning", resourceCulture); 661 } 662 } 663 664 /// <summary> 665 /// Looks up a localized string similar to The number of chapters on the source media 666 ///and the number of chapters in the input file do not match ({0} vs {1}). 667 /// 668 ///Do you still want to import the chapter names?. 669 /// </summary> 670 public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch { 671 get { 672 return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch", resourceCulture); 673 } 674 } 675 676 /// <summary> 677 /// Looks up a localized string similar to The number of chapters on the source media 678 ///and the number of chapters in the input file do not match ({0} vs {1}). 679 /// 680 ///Do you still want to import the chapter names?. 681 /// </summary> 682 public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg { 683 get { 684 return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg", resourceCulture); 685 } 686 } 687 688 /// <summary> 689 /// Looks up a localized string similar to Chapter count doesn't match between source and input file. 690 /// </summary> 691 public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning { 692 get { 693 return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning", resourceCulture); 694 } 695 } 696 697 /// <summary> 698 /// Looks up a localized string similar to The reported duration of the chapters on the source media 699 ///and the duration of chapters in the input file differ greatly. 700 /// 701 ///It is very likely that this chapter file was produced from a different source media. 702 /// 703 ///Are you sure you want to import the chapter names?. 704 /// </summary> 705 public static string ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg { 706 get { 707 return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg", resourceCulture); 708 } 709 } 710 711 /// <summary> 712 /// Looks up a localized string similar to Chapter duration doesn't match between source and input file. 713 /// </summary> 714 public static string ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning { 715 get { 716 return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning", resourceCulture); 717 } 718 } 719 720 /// <summary> 721 /// Looks up a localized string similar to Invalid chapter information for source media. 722 /// </summary> 723 public static string ChaptersViewModel_ValidationFailedWarning { 724 get { 725 return ResourceManager.GetString("ChaptersViewModel_ValidationFailedWarning", resourceCulture); 726 } 727 } 728 729 /// <summary> 730 /// Looks up a localized string similar to Export Names. 731 /// </summary> 732 public static string ChapterView_ExportNames { 733 get { 734 return ResourceManager.GetString("ChapterView_ExportNames", resourceCulture); 735 } 736 } 737 738 /// <summary> 739 /// Looks up a localized string similar to Import Names. 740 /// </summary> 741 public static string ChapterView_ImportNames { 742 get { 743 return ResourceManager.GetString("ChapterView_ImportNames", resourceCulture); 744 } 745 } 746 747 /// <summary> 748 /// Looks up a localized string similar to Reset Chapter Names. 749 /// </summary> 750 public static string ChapterView_ResetChapterNames { 751 get { 752 return ResourceManager.GetString("ChapterView_ResetChapterNames", resourceCulture); 753 } 754 } 755 756 /// <summary> 757 /// Looks up a localized string similar to Chapter {0}. 758 /// </summary> 759 public static string ChapterViewModel_Chapter { 760 get { 761 return ResourceManager.GetString("ChapterViewModel_Chapter", resourceCulture); 762 } 763 } 764 765 /// <summary> 766 /// Looks up a localized string similar to The system clipboard is currently unavailable.. 767 /// </summary> 768 public static string Clipboard_Unavailable { 769 get { 770 return ResourceManager.GetString("Clipboard_Unavailable", resourceCulture); 771 } 772 } 773 774 /// <summary> 775 /// Looks up a localized string similar to This may be due to another application monitoring or locking the clipboard for its own use. You will not be able to use the clipboard until it is unlocked.. 776 /// </summary> 777 public static string Clipboard_Unavailable_Solution { 778 get { 779 return ResourceManager.GetString("Clipboard_Unavailable_Solution", resourceCulture); 780 } 781 } 782 783 /// <summary> 784 /// Looks up a localized string similar to Append Number. 785 /// </summary> 786 public static string CollisionBehaviour_AppendNumber { 787 get { 788 return ResourceManager.GetString("CollisionBehaviour_AppendNumber", resourceCulture); 789 } 790 } 791 792 /// <summary> 793 /// Looks up a localized string similar to Postfix. 794 /// </summary> 795 public static string CollisionBehaviour_Post { 796 get { 797 return ResourceManager.GetString("CollisionBehaviour_Post", resourceCulture); 798 } 799 } 800 801 /// <summary> 802 /// Looks up a localized string similar to Prefix. 803 /// </summary> 804 public static string CollisionBehaviour_Pre { 805 get { 806 return ResourceManager.GetString("CollisionBehaviour_Pre", resourceCulture); 807 } 808 } 809 810 /// <summary> 811 /// Looks up a localized string similar to Confirm. 812 /// </summary> 813 public static string Confirm { 814 get { 815 return ResourceManager.GetString("Confirm", resourceCulture); 816 } 817 } 818 819 /// <summary> 820 /// Looks up a localized string similar to The following action '{0}' will occur in {1} seconds.. 821 /// </summary> 822 public static string CountdownAlertViewModel_NoticeMessage { 823 get { 824 return ResourceManager.GetString("CountdownAlertViewModel_NoticeMessage", resourceCulture); 825 } 826 } 827 828 /// <summary> 829 /// Looks up a localized string similar to Cancel Action. 830 /// </summary> 831 public static string CountdownAlterView_CancelAction { 832 get { 833 return ResourceManager.GetString("CountdownAlterView_CancelAction", resourceCulture); 834 } 835 } 836 837 /// <summary> 838 /// Looks up a localized string similar to Proceed. 839 /// </summary> 840 public static string CountdownAlterView_Proceed { 841 get { 842 return ResourceManager.GetString("CountdownAlterView_Proceed", resourceCulture); 843 } 844 } 845 846 /// <summary> 847 /// Looks up a localized string similar to When Done Action. 848 /// </summary> 849 public static string CountdownAlterView_WhenDoneAction { 850 get { 851 return ResourceManager.GetString("CountdownAlterView_WhenDoneAction", resourceCulture); 852 } 853 } 854 855 /// <summary> 856 /// Looks up a localized string similar to Use Dark. 857 /// </summary> 858 public static string DarkTheme_dark { 859 get { 860 return ResourceManager.GetString("DarkTheme_dark", resourceCulture); 861 } 862 } 863 864 /// <summary> 865 /// Looks up a localized string similar to Use Light. 866 /// </summary> 867 public static string DarkTheme_light { 868 get { 869 return ResourceManager.GetString("DarkTheme_light", resourceCulture); 870 } 871 } 872 873 /// <summary> 874 /// Looks up a localized string similar to Match System. 875 /// </summary> 876 public static string DarkTheme_system { 877 get { 878 return ResourceManager.GetString("DarkTheme_system", resourceCulture); 879 } 880 } 881 882 /// <summary> 883 /// Looks up a localized string similar to Create Folder?. 884 /// </summary> 885 public static string DirectoryUtils_CreateFolder { 886 get { 887 return ResourceManager.GetString("DirectoryUtils_CreateFolder", resourceCulture); 888 } 889 } 890 891 /// <summary> 892 /// Looks up a localized string similar to The folder you are trying to write to does not exist. Would you like HandBrake to create the following folder? 893 ///{0}. 894 /// </summary> 895 public static string DirectoryUtils_CreateFolderMsg { 896 get { 897 return ResourceManager.GetString("DirectoryUtils_CreateFolderMsg", resourceCulture); 898 } 899 } 900 901 /// <summary> 902 /// Looks up a localized string similar to Error. 903 /// </summary> 904 public static string Error { 905 get { 906 return ResourceManager.GetString("Error", resourceCulture); 907 } 908 } 909 910 /// <summary> 911 /// Looks up a localized string similar to Error Details:. 912 /// </summary> 913 public static string ErrorView_ErrorDetails { 914 get { 915 return ResourceManager.GetString("ErrorView_ErrorDetails", resourceCulture); 916 } 917 } 918 919 /// <summary> 920 /// Looks up a localized string similar to If the problem persists, please try restarting HandBrake.. 921 /// </summary> 922 public static string ErrorViewModel_IfTheProblemPersists { 923 get { 924 return ResourceManager.GetString("ErrorViewModel_IfTheProblemPersists", resourceCulture); 925 } 926 } 927 928 /// <summary> 929 /// Looks up a localized string similar to There is no further information available about this error.. 930 /// </summary> 931 public static string ErrorViewModel_NoFurtherInformation { 932 get { 933 return ResourceManager.GetString("ErrorViewModel_NoFurtherInformation", resourceCulture); 934 } 935 } 936 937 /// <summary> 938 /// Looks up a localized string similar to An Unknown Error has occurred.. 939 /// </summary> 940 public static string ErrorViewModel_UnknownError { 941 get { 942 return ResourceManager.GetString("ErrorViewModel_UnknownError", resourceCulture); 943 } 944 } 945 946 /// <summary> 947 /// Looks up a localized string similar to Ask to overwrite file. 948 /// </summary> 949 public static string FileOverwriteBehaviours_Ask { 950 get { 951 return ResourceManager.GetString("FileOverwriteBehaviours_Ask", resourceCulture); 952 } 953 } 954 955 /// <summary> 956 /// Looks up a localized string similar to Try to automatically rename file. 957 /// </summary> 958 public static string FileOverwriteBehaviours_Autoname { 959 get { 960 return ResourceManager.GetString("FileOverwriteBehaviours_Autoname", resourceCulture); 961 } 962 } 963 964 /// <summary> 965 /// Looks up a localized string similar to Overwrite the file. 966 /// </summary> 967 public static string FileOverwriteBehaviours_Overwrite { 968 get { 969 return ResourceManager.GetString("FileOverwriteBehaviours_Overwrite", resourceCulture); 970 } 971 } 972 973 /// <summary> 974 /// Looks up a localized string similar to Chroma Smooth:. 975 /// </summary> 976 public static string FiltersView_ChromaSmooth { 977 get { 978 return ResourceManager.GetString("FiltersView_ChromaSmooth", resourceCulture); 979 } 980 } 981 982 /// <summary> 983 /// Looks up a localized string similar to Colourspace:. 984 /// </summary> 985 public static string FiltersView_ColourSpace { 986 get { 987 return ResourceManager.GetString("FiltersView_ColourSpace", resourceCulture); 988 } 989 } 990 991 /// <summary> 992 /// Looks up a localized string similar to Custom:. 993 /// </summary> 994 public static string FiltersView_Custom { 995 get { 996 return ResourceManager.GetString("FiltersView_Custom", resourceCulture); 997 } 998 } 999 1000 /// <summary> 1001 /// Looks up a localized string similar to Deblock:. 1002 /// </summary> 1003 public static string FiltersView_Deblock { 1004 get { 1005 return ResourceManager.GetString("FiltersView_Deblock", resourceCulture); 1006 } 1007 } 1008 1009 /// <summary> 1010 /// Looks up a localized string similar to Decomb. 1011 /// </summary> 1012 public static string FiltersView_Decomb { 1013 get { 1014 return ResourceManager.GetString("FiltersView_Decomb", resourceCulture); 1015 } 1016 } 1017 1018 /// <summary> 1019 /// Looks up a localized string similar to Deinterlace:. 1020 /// </summary> 1021 public static string FiltersView_Deinterlace { 1022 get { 1023 return ResourceManager.GetString("FiltersView_Deinterlace", resourceCulture); 1024 } 1025 } 1026 1027 /// <summary> 1028 /// Looks up a localized string similar to Preset:. 1029 /// </summary> 1030 public static string FiltersView_DeinterlacePreset { 1031 get { 1032 return ResourceManager.GetString("FiltersView_DeinterlacePreset", resourceCulture); 1033 } 1034 } 1035 1036 /// <summary> 1037 /// Looks up a localized string similar to Deinterlace Preset. 1038 /// </summary> 1039 public static string FiltersView_DeinterlacePresetAuto { 1040 get { 1041 return ResourceManager.GetString("FiltersView_DeinterlacePresetAuto", resourceCulture); 1042 } 1043 } 1044 1045 /// <summary> 1046 /// Looks up a localized string similar to Denoise:. 1047 /// </summary> 1048 public static string FiltersView_Denoise { 1049 get { 1050 return ResourceManager.GetString("FiltersView_Denoise", resourceCulture); 1051 } 1052 } 1053 1054 /// <summary> 1055 /// Looks up a localized string similar to Denoise Preset. 1056 /// </summary> 1057 public static string FiltersView_DenoisePresetAuto { 1058 get { 1059 return ResourceManager.GetString("FiltersView_DenoisePresetAuto", resourceCulture); 1060 } 1061 } 1062 1063 /// <summary> 1064 /// Looks up a localized string similar to Denoise Tune. 1065 /// </summary> 1066 public static string FiltersView_DenoiseTuneAuto { 1067 get { 1068 return ResourceManager.GetString("FiltersView_DenoiseTuneAuto", resourceCulture); 1069 } 1070 } 1071 1072 /// <summary> 1073 /// Looks up a localized string similar to Detelecine:. 1074 /// </summary> 1075 public static string FiltersView_Detelecine { 1076 get { 1077 return ResourceManager.GetString("FiltersView_Detelecine", resourceCulture); 1078 } 1079 } 1080 1081 /// <summary> 1082 /// Looks up a localized string similar to Filters. 1083 /// </summary> 1084 public static string FiltersView_Filters { 1085 get { 1086 return ResourceManager.GetString("FiltersView_Filters", resourceCulture); 1087 } 1088 } 1089 1090 /// <summary> 1091 /// Looks up a localized string similar to Flip:. 1092 /// </summary> 1093 public static string FiltersView_Flip { 1094 get { 1095 return ResourceManager.GetString("FiltersView_Flip", resourceCulture); 1096 } 1097 } 1098 1099 /// <summary> 1100 /// Looks up a localized string similar to Horizontal. 1101 /// </summary> 1102 public static string FiltersView_FlipVideo { 1103 get { 1104 return ResourceManager.GetString("FiltersView_FlipVideo", resourceCulture); 1105 } 1106 } 1107 1108 /// <summary> 1109 /// Looks up a localized string similar to Grayscale. 1110 /// </summary> 1111 public static string FiltersView_Grayscale { 1112 get { 1113 return ResourceManager.GetString("FiltersView_Grayscale", resourceCulture); 1114 } 1115 } 1116 1117 /// <summary> 1118 /// Looks up a localized string similar to Interlace Detection:. 1119 /// </summary> 1120 public static string FiltersView_InterlaceDetection { 1121 get { 1122 return ResourceManager.GetString("FiltersView_InterlaceDetection", resourceCulture); 1123 } 1124 } 1125 1126 /// <summary> 1127 /// Looks up a localized string similar to Preset:. 1128 /// </summary> 1129 public static string FiltersView_Preset { 1130 get { 1131 return ResourceManager.GetString("FiltersView_Preset", resourceCulture); 1132 } 1133 } 1134 1135 /// <summary> 1136 /// Looks up a localized string similar to Rotation:. 1137 /// </summary> 1138 public static string FiltersView_Rotate { 1139 get { 1140 return ResourceManager.GetString("FiltersView_Rotate", resourceCulture); 1141 } 1142 } 1143 1144 /// <summary> 1145 /// Looks up a localized string similar to Sharpen:. 1146 /// </summary> 1147 public static string FiltersView_Sharpen { 1148 get { 1149 return ResourceManager.GetString("FiltersView_Sharpen", resourceCulture); 1150 } 1151 } 1152 1153 /// <summary> 1154 /// Looks up a localized string similar to Sharpen Preset. 1155 /// </summary> 1156 public static string FiltersView_SharpenPresetAuto { 1157 get { 1158 return ResourceManager.GetString("FiltersView_SharpenPresetAuto", resourceCulture); 1159 } 1160 } 1161 1162 /// <summary> 1163 /// Looks up a localized string similar to Sharpen Tune. 1164 /// </summary> 1165 public static string FiltersView_SharpenTuneAuto { 1166 get { 1167 return ResourceManager.GetString("FiltersView_SharpenTuneAuto", resourceCulture); 1168 } 1169 } 1170 1171 /// <summary> 1172 /// Looks up a localized string similar to Tune:. 1173 /// </summary> 1174 public static string FiltersView_Tune { 1175 get { 1176 return ResourceManager.GetString("FiltersView_Tune", resourceCulture); 1177 } 1178 } 1179 1180 /// <summary> 1181 /// Looks up a localized string similar to FiltersView_DeblockPreset. 1182 /// </summary> 1183 public static string FiltersViewAuto_DeblockPreset { 1184 get { 1185 return ResourceManager.GetString("FiltersViewAuto_DeblockPreset", resourceCulture); 1186 } 1187 } 1188 1189 /// <summary> 1190 /// Looks up a localized string similar to Deblock Tune. 1191 /// </summary> 1192 public static string FiltersViewAuto_DeblockTune { 1193 get { 1194 return ResourceManager.GetString("FiltersViewAuto_DeblockTune", resourceCulture); 1195 } 1196 } 1197 1198 /// <summary> 1199 /// Looks up a localized string similar to Would you like to allow HandBrake to automatically check for updates? 1200 /// 1201 ///You can change your choice at any time by changing the options in Preferences -> General -> Check for Updates. 1202 /// </summary> 1203 public static string FirstRun_EnableUpdateCheck { 1204 get { 1205 return ResourceManager.GetString("FirstRun_EnableUpdateCheck", resourceCulture); 1206 } 1207 } 1208 1209 /// <summary> 1210 /// Looks up a localized string similar to Check for updates?. 1211 /// </summary> 1212 public static string FirstRun_EnableUpdateCheckHeader { 1213 get { 1214 return ResourceManager.GetString("FirstRun_EnableUpdateCheckHeader", resourceCulture); 1215 } 1216 } 1217 1218 /// <summary> 1219 /// Looks up a localized string similar to Add. 1220 /// </summary> 1221 public static string Generic_Add { 1222 get { 1223 return ResourceManager.GetString("Generic_Add", resourceCulture); 1224 } 1225 } 1226 1227 /// <summary> 1228 /// Looks up a localized string similar to Apply. 1229 /// </summary> 1230 public static string Generic_Apply { 1231 get { 1232 return ResourceManager.GetString("Generic_Apply", resourceCulture); 1233 } 1234 } 1235 1236 /// <summary> 1237 /// Looks up a localized string similar to Cancel. 1238 /// </summary> 1239 public static string Generic_Cancel { 1240 get { 1241 return ResourceManager.GetString("Generic_Cancel", resourceCulture); 1242 } 1243 } 1244 1245 /// <summary> 1246 /// Looks up a localized string similar to Clear. 1247 /// </summary> 1248 public static string Generic_Clear { 1249 get { 1250 return ResourceManager.GetString("Generic_Clear", resourceCulture); 1251 } 1252 } 1253 1254 /// <summary> 1255 /// Looks up a localized string similar to Close. 1256 /// </summary> 1257 public static string Generic_Close { 1258 get { 1259 return ResourceManager.GetString("Generic_Close", resourceCulture); 1260 } 1261 } 1262 1263 /// <summary> 1264 /// Looks up a localized string similar to Copy to Clipboard. 1265 /// </summary> 1266 public static string Generic_CopyToClipboard { 1267 get { 1268 return ResourceManager.GetString("Generic_CopyToClipboard", resourceCulture); 1269 } 1270 } 1271 1272 /// <summary> 1273 /// Looks up a localized string similar to Move Left. 1274 /// </summary> 1275 public static string Generic_MoveLeft { 1276 get { 1277 return ResourceManager.GetString("Generic_MoveLeft", resourceCulture); 1278 } 1279 } 1280 1281 /// <summary> 1282 /// Looks up a localized string similar to Move Right. 1283 /// </summary> 1284 public static string Generic_MoveRight { 1285 get { 1286 return ResourceManager.GetString("Generic_MoveRight", resourceCulture); 1287 } 1288 } 1289 1290 /// <summary> 1291 /// Looks up a localized string similar to Save. 1292 /// </summary> 1293 public static string Generic_Save { 1294 get { 1295 return ResourceManager.GetString("Generic_Save", resourceCulture); 1296 } 1297 } 1298 1299 /// <summary> 1300 /// Looks up a localized string similar to HandBrake. 1301 /// </summary> 1302 public static string HandBrake_Title { 1303 get { 1304 return ResourceManager.GetString("HandBrake_Title", resourceCulture); 1305 } 1306 } 1307 1308 /// <summary> 1309 /// Looks up a localized string similar to Use System Language. 1310 /// </summary> 1311 public static string Language_UseSystem { 1312 get { 1313 return ResourceManager.GetString("Language_UseSystem", resourceCulture); 1314 } 1315 } 1316 1317 /// <summary> 1318 /// Looks up a localized string similar to Copy to clipboard. 1319 /// </summary> 1320 public static string LogView_CopyClipboard { 1321 get { 1322 return ResourceManager.GetString("LogView_CopyClipboard", resourceCulture); 1323 } 1324 } 1325 1326 /// <summary> 1327 /// Looks up a localized string similar to Encode Log. 1328 /// </summary> 1329 public static string LogView_EncodeLog { 1330 get { 1331 return ResourceManager.GetString("LogView_EncodeLog", resourceCulture); 1332 } 1333 } 1334 1335 /// <summary> 1336 /// Looks up a localized string similar to Open Log Directory. 1337 /// </summary> 1338 public static string LogView_OpenLogDir { 1339 get { 1340 return ResourceManager.GetString("LogView_OpenLogDir", resourceCulture); 1341 } 1342 } 1343 1344 /// <summary> 1345 /// Looks up a localized string similar to ScanLog. 1346 /// </summary> 1347 public static string LogView_ScanLog { 1348 get { 1349 return ResourceManager.GetString("LogView_ScanLog", resourceCulture); 1350 } 1351 } 1352 1353 /// <summary> 1354 /// Looks up a localized string similar to [Finished]. 1355 /// </summary> 1356 public static string LogViewModel_Complete { 1357 get { 1358 return ResourceManager.GetString("LogViewModel_Complete", resourceCulture); 1359 } 1360 } 1361 1362 /// <summary> 1363 /// Looks up a localized string similar to Log Viewer. 1364 /// </summary> 1365 public static string LogViewModel_Title { 1366 get { 1367 return ResourceManager.GetString("LogViewModel_Title", resourceCulture); 1368 } 1369 } 1370 1371 /// <summary> 1372 /// Looks up a localized string similar to HandBrake is already encoding.. 1373 /// </summary> 1374 public static string Main_AlreadyEncoding { 1375 get { 1376 return ResourceManager.GetString("Main_AlreadyEncoding", resourceCulture); 1377 } 1378 } 1379 1380 /// <summary> 1381 /// Looks up a localized string similar to Do you wish to proceed trying to add the rest?. 1382 /// </summary> 1383 public static string Main_ContinueAddingToQueue { 1384 get { 1385 return ResourceManager.GetString("Main_ContinueAddingToQueue", resourceCulture); 1386 } 1387 } 1388 1389 /// <summary> 1390 /// Looks up a localized string similar to There are jobs on the queue with the same destination path. Please choose a different path for this job.. 1391 /// </summary> 1392 public static string Main_DuplicateDestinationOnQueue { 1393 get { 1394 return ResourceManager.GetString("Main_DuplicateDestinationOnQueue", resourceCulture); 1395 } 1396 } 1397 1398 /// <summary> 1399 /// Looks up a localized string similar to The entered destination path contained illegal characters and will not be updated.. 1400 /// </summary> 1401 public static string Main_InvalidDestination { 1402 get { 1403 return ResourceManager.GetString("Main_InvalidDestination", resourceCulture); 1404 } 1405 } 1406 1407 /// <summary> 1408 /// Looks up a localized string similar to Pending Jobs {0}. 1409 /// </summary> 1410 public static string Main_JobsPending_addon { 1411 get { 1412 return ResourceManager.GetString("Main_JobsPending_addon", resourceCulture); 1413 } 1414 } 1415 1416 /// <summary> 1417 /// Looks up a localized string similar to Your destination directory is low on diskspace. 1418 /// 1419 ///You can configure the level at which this alert appears in preferences. 1420 /// 1421 ///Do you wish to continue? . 1422 /// </summary> 1423 public static string Main_LowDiskspace { 1424 get { 1425 return ResourceManager.GetString("Main_LowDiskspace", resourceCulture); 1426 } 1427 } 1428 1429 /// <summary> 1430 /// Looks up a localized string similar to You cannot encode to a file with the same path and filename as the source file. Please update the destination filename so that it does not match the source file.. 1431 /// </summary> 1432 public static string Main_MatchingFileOverwriteWarning { 1433 get { 1434 return ResourceManager.GetString("Main_MatchingFileOverwriteWarning", resourceCulture); 1435 } 1436 } 1437 1438 /// <summary> 1439 /// Looks up a localized string similar to New Default Preset Set: {0}. 1440 /// </summary> 1441 public static string Main_NewDefaultPreset { 1442 get { 1443 return ResourceManager.GetString("Main_NewDefaultPreset", resourceCulture); 1444 } 1445 } 1446 1447 /// <summary> 1448 /// Looks up a localized string similar to A New Update is Available. Goto Tools Menu > Options to Install. 1449 /// </summary> 1450 public static string Main_NewUpdate { 1451 get { 1452 return ResourceManager.GetString("Main_NewUpdate", resourceCulture); 1453 } 1454 } 1455 1456 /// <summary> 1457 /// Looks up a localized string similar to The output directory you have chosen either does not exist, or you do not have permissions to write files to it.. 1458 /// </summary> 1459 public static string Main_NoPermissionsOrMissingDirectory { 1460 get { 1461 return ResourceManager.GetString("Main_NoPermissionsOrMissingDirectory", resourceCulture); 1462 } 1463 } 1464 1465 /// <summary> 1466 /// Looks up a localized string similar to No Preset selected.. 1467 /// </summary> 1468 public static string Main_NoPresetSelected { 1469 get { 1470 return ResourceManager.GetString("Main_NoPresetSelected", resourceCulture); 1471 } 1472 } 1473 1474 /// <summary> 1475 /// Looks up a localized string similar to You can not modify built in presets. Please select one of your own presets.. 1476 /// </summary> 1477 public static string Main_NoUpdateOfBuiltInPresets { 1478 get { 1479 return ResourceManager.GetString("Main_NoUpdateOfBuiltInPresets", resourceCulture); 1480 } 1481 } 1482 1483 /// <summary> 1484 /// Looks up a localized string similar to Please correct your subtitle settings before continuing. . 1485 /// </summary> 1486 public static string Main_PleaseFixSubtitleSettings { 1487 get { 1488 return ResourceManager.GetString("Main_PleaseFixSubtitleSettings", resourceCulture); 1489 } 1490 } 1491 1492 /// <summary> 1493 /// Looks up a localized string similar to Please select a folder.. 1494 /// </summary> 1495 public static string Main_PleaseSelectFolder { 1496 get { 1497 return ResourceManager.GetString("Main_PleaseSelectFolder", resourceCulture); 1498 } 1499 } 1500 1501 /// <summary> 1502 /// Looks up a localized string similar to Preparing to encode .... 1503 /// </summary> 1504 public static string Main_PreparingToEncode { 1505 get { 1506 return ResourceManager.GetString("Main_PreparingToEncode", resourceCulture); 1507 } 1508 } 1509 1510 /// <summary> 1511 /// Looks up a localized string similar to You can not import a preset with the same name as a built-in preset.. 1512 /// </summary> 1513 public static string Main_PresetErrorBuiltInName { 1514 get { 1515 return ResourceManager.GetString("Main_PresetErrorBuiltInName", resourceCulture); 1516 } 1517 } 1518 1519 /// <summary> 1520 /// Looks up a localized string similar to Unable to import the selected preset.. 1521 /// </summary> 1522 public static string Main_PresetImportFailed { 1523 get { 1524 return ResourceManager.GetString("Main_PresetImportFailed", resourceCulture); 1525 } 1526 } 1527 1528 /// <summary> 1529 /// Looks up a localized string similar to The preset may be corrupted or from an older version of HandBrake which is not supported. 1530 ///Presets from older versions must be re-created in the current version.. 1531 /// </summary> 1532 public static string Main_PresetImportFailedSolution { 1533 get { 1534 return ResourceManager.GetString("Main_PresetImportFailedSolution", resourceCulture); 1535 } 1536 } 1537 1538 /// <summary> 1539 /// Looks up a localized string similar to The preset "{0}" already exists. Would you like to overwrite it?. 1540 /// </summary> 1541 public static string Main_PresetOverwriteWarning { 1542 get { 1543 return ResourceManager.GetString("Main_PresetOverwriteWarning", resourceCulture); 1544 } 1545 } 1546 1547 /// <summary> 1548 /// Looks up a localized string similar to Presets. 1549 /// </summary> 1550 public static string Main_Presets { 1551 get { 1552 return ResourceManager.GetString("Main_Presets", resourceCulture); 1553 } 1554 } 1555 1556 /// <summary> 1557 /// Looks up a localized string similar to Are you sure you wish to update the selected preset?. 1558 /// </summary> 1559 public static string Main_PresetUpdateConfirmation { 1560 get { 1561 return ResourceManager.GetString("Main_PresetUpdateConfirmation", resourceCulture); 1562 } 1563 } 1564 1565 /// <summary> 1566 /// Looks up a localized string similar to The Preset has now been updated with your current settings.. 1567 /// </summary> 1568 public static string Main_PresetUpdated { 1569 get { 1570 return ResourceManager.GetString("Main_PresetUpdated", resourceCulture); 1571 } 1572 } 1573 1574 /// <summary> 1575 /// Looks up a localized string similar to HandBrake has determined your built-in presets are out of date... These presets will now be updated. 1576 ///Your custom presets have not been updated so you may have to re-create these by deleting and re-adding them. 1577 ///The previous user_presets.xml file was backed up.. 1578 /// </summary> 1579 public static string Main_PresetUpdateNotification { 1580 get { 1581 return ResourceManager.GetString("Main_PresetUpdateNotification", resourceCulture); 1582 } 1583 } 1584 1585 /// <summary> 1586 /// Looks up a localized string similar to Queue Finished. 1587 /// </summary> 1588 public static string Main_QueueFinished { 1589 get { 1590 return ResourceManager.GetString("Main_QueueFinished", resourceCulture); 1591 } 1592 } 1593 1594 /// <summary> 1595 /// Looks up a localized string similar to with {0} errors or cancellations detected.. 1596 /// </summary> 1597 public static string Main_QueueFinishedErrors { 1598 get { 1599 return ResourceManager.GetString("Main_QueueFinishedErrors", resourceCulture); 1600 } 1601 } 1602 1603 /// <summary> 1604 /// Looks up a localized string similar to Queue{0}. 1605 /// </summary> 1606 public static string Main_QueueLabel { 1607 get { 1608 return ResourceManager.GetString("Main_QueueLabel", resourceCulture); 1609 } 1610 } 1611 1612 /// <summary> 1613 /// Looks up a localized string similar to The file '{0}' already exists! 1614 ///Would you like to overwrite it?. 1615 /// </summary> 1616 public static string Main_QueueOverwritePrompt { 1617 get { 1618 return ResourceManager.GetString("Main_QueueOverwritePrompt", resourceCulture); 1619 } 1620 } 1621 1622 /// <summary> 1623 /// Looks up a localized string similar to Queue Paused. 1624 /// </summary> 1625 public static string Main_QueuePaused { 1626 get { 1627 return ResourceManager.GetString("Main_QueuePaused", resourceCulture); 1628 } 1629 } 1630 1631 /// <summary> 1632 /// Looks up a localized string similar to Resume Encode. 1633 /// </summary> 1634 public static string Main_ResumeEncode { 1635 get { 1636 return ResourceManager.GetString("Main_ResumeEncode", resourceCulture); 1637 } 1638 } 1639 1640 /// <summary> 1641 /// Looks up a localized string similar to Scan Cancelled.. 1642 /// </summary> 1643 public static string Main_ScanCancelled { 1644 get { 1645 return ResourceManager.GetString("Main_ScanCancelled", resourceCulture); 1646 } 1647 } 1648 1649 /// <summary> 1650 /// Looks up a localized string similar to Scan Completed. 1651 /// </summary> 1652 public static string Main_ScanCompleted { 1653 get { 1654 return ResourceManager.GetString("Main_ScanCompleted", resourceCulture); 1655 } 1656 } 1657 1658 /// <summary> 1659 /// Looks up a localized string similar to Scan Failed... Please See Activity Log for details.. 1660 /// </summary> 1661 public static string Main_ScanFailed_CheckLog { 1662 get { 1663 return ResourceManager.GetString("Main_ScanFailed_CheckLog", resourceCulture); 1664 } 1665 } 1666 1667 /// <summary> 1668 /// Looks up a localized string similar to Scan failed: . 1669 /// </summary> 1670 public static string Main_ScanFailed_NoReason { 1671 get { 1672 return ResourceManager.GetString("Main_ScanFailed_NoReason", resourceCulture); 1673 } 1674 } 1675 1676 /// <summary> 1677 /// Looks up a localized string similar to Scanning source, please wait.... 1678 /// </summary> 1679 public static string Main_ScanningPleaseWait { 1680 get { 1681 return ResourceManager.GetString("Main_ScanningPleaseWait", resourceCulture); 1682 } 1683 } 1684 1685 /// <summary> 1686 /// Looks up a localized string similar to Scanning Title {0} of {1} ({2}%). 1687 /// </summary> 1688 public static string Main_ScanningTitleXOfY { 1689 get { 1690 return ResourceManager.GetString("Main_ScanningTitleXOfY", resourceCulture); 1691 } 1692 } 1693 1694 /// <summary> 1695 /// Looks up a localized string similar to No valid source or titles found.. 1696 /// </summary> 1697 public static string Main_ScanNoTitlesFound { 1698 get { 1699 return ResourceManager.GetString("Main_ScanNoTitlesFound", resourceCulture); 1700 } 1701 } 1702 1703 /// <summary> 1704 /// Looks up a localized string similar to HandBrake will not be able to encode the selected source as it did not find a valid source with titles to encode. 1705 ///This could be due to one of the following reasons: 1706 ///- The duration of each source title is below the "Minimum Title Duration" threshold option in 'Preferences > Advanced'. 1707 ///- The source file is not a valid video file or is in a format that HandBrake does not support. 1708 ///- The source may be copy protected or include DRM. Please note that HandBrake does not support the removal of copy protections [rest of string was truncated]";. 1709 /// </summary> 1710 public static string Main_ScanNoTitlesFoundMessage { 1711 get { 1712 return ResourceManager.GetString("Main_ScanNoTitlesFoundMessage", resourceCulture); 1713 } 1714 } 1715 1716 /// <summary> 1717 /// Looks up a localized string similar to You must first scan a source and setup your job before starting an encode. Click the 'Source' button on the toolbar to continue.. 1718 /// </summary> 1719 public static string Main_ScanSource { 1720 get { 1721 return ResourceManager.GetString("Main_ScanSource", resourceCulture); 1722 } 1723 } 1724 1725 /// <summary> 1726 /// Looks up a localized string similar to Please make sure you have selected one of your own presets. Please note that you cannot export built-in presets.. 1727 /// </summary> 1728 public static string Main_SelectPreset { 1729 get { 1730 return ResourceManager.GetString("Main_SelectPreset", resourceCulture); 1731 } 1732 } 1733 1734 /// <summary> 1735 /// Looks up a localized string similar to Please select a preset to update.. 1736 /// </summary> 1737 public static string Main_SelectPresetForUpdate { 1738 get { 1739 return ResourceManager.GetString("Main_SelectPresetForUpdate", resourceCulture); 1740 } 1741 } 1742 1743 /// <summary> 1744 /// Looks up a localized string similar to Select 'Source' to continue. 1745 /// </summary> 1746 public static string Main_SelectSource { 1747 get { 1748 return ResourceManager.GetString("Main_SelectSource", resourceCulture); 1749 } 1750 } 1751 1752 /// <summary> 1753 /// Looks up a localized string similar to You must first set the destination path for the output file before adding to the queue.. 1754 /// </summary> 1755 public static string Main_SetDestination { 1756 get { 1757 return ResourceManager.GetString("Main_SetDestination", resourceCulture); 1758 } 1759 } 1760 1761 /// <summary> 1762 /// Looks up a localized string similar to Start Encode. 1763 /// </summary> 1764 public static string Main_Start { 1765 get { 1766 return ResourceManager.GetString("Main_Start", resourceCulture); 1767 } 1768 } 1769 1770 /// <summary> 1771 /// Looks up a localized string similar to Start Queue. 1772 /// </summary> 1773 public static string Main_StartQueue { 1774 get { 1775 return ResourceManager.GetString("Main_StartQueue", resourceCulture); 1776 } 1777 } 1778 1779 /// <summary> 1780 /// Looks up a localized string similar to You must turn on automatic file naming AND set a default path in preferences before you can add to the queue.. 1781 /// </summary> 1782 public static string Main_TurnOnAutoFileNaming { 1783 get { 1784 return ResourceManager.GetString("Main_TurnOnAutoFileNaming", resourceCulture); 1785 } 1786 } 1787 1788 /// <summary> 1789 /// Looks up a localized string similar to Your system prevented HandBrake from launching a web browser.. 1790 /// </summary> 1791 public static string Main_UnableToLoadHelpMessage { 1792 get { 1793 return ResourceManager.GetString("Main_UnableToLoadHelpMessage", resourceCulture); 1794 } 1795 } 1796 1797 /// <summary> 1798 /// Looks up a localized string similar to You can still access the help pages by visiting the website directly at: https://handbrake.fr. 1799 /// </summary> 1800 public static string Main_UnableToLoadHelpSolution { 1801 get { 1802 return ResourceManager.GetString("Main_UnableToLoadHelpSolution", resourceCulture); 1803 } 1804 } 1805 1806 /// <summary> 1807 /// Looks up a localized string similar to {0} Jobs Pending. 1808 /// </summary> 1809 public static string Main_XEncodesPending { 1810 get { 1811 return ResourceManager.GetString("Main_XEncodesPending", resourceCulture); 1812 } 1813 } 1814 1815 /// <summary> 1816 /// Looks up a localized string similar to _About.... 1817 /// </summary> 1818 public static string MainView_About { 1819 get { 1820 return ResourceManager.GetString("MainView_About", resourceCulture); 1821 } 1822 } 1823 1824 /// <summary> 1825 /// Looks up a localized string similar to Activity Log. 1826 /// </summary> 1827 public static string MainView_ActivityLog { 1828 get { 1829 return ResourceManager.GetString("MainView_ActivityLog", resourceCulture); 1830 } 1831 } 1832 1833 /// <summary> 1834 /// Looks up a localized string similar to _Activity Log. 1835 /// </summary> 1836 public static string MainView_ActivityLogMenu { 1837 get { 1838 return ResourceManager.GetString("MainView_ActivityLogMenu", resourceCulture); 1839 } 1840 } 1841 1842 /// <summary> 1843 /// Looks up a localized string similar to Add All. 1844 /// </summary> 1845 public static string MainView_AddAll { 1846 get { 1847 return ResourceManager.GetString("MainView_AddAll", resourceCulture); 1848 } 1849 } 1850 1851 /// <summary> 1852 /// Looks up a localized string similar to Add Current. 1853 /// </summary> 1854 public static string MainView_AddCurrent { 1855 get { 1856 return ResourceManager.GetString("MainView_AddCurrent", resourceCulture); 1857 } 1858 } 1859 1860 /// <summary> 1861 /// Looks up a localized string similar to Add Selection. 1862 /// </summary> 1863 public static string MainView_AddSelection { 1864 get { 1865 return ResourceManager.GetString("MainView_AddSelection", resourceCulture); 1866 } 1867 } 1868 1869 /// <summary> 1870 /// Looks up a localized string similar to Add to Queue. 1871 /// </summary> 1872 public static string MainView_AddToQueue { 1873 get { 1874 return ResourceManager.GetString("MainView_AddToQueue", resourceCulture); 1875 } 1876 } 1877 1878 /// <summary> 1879 /// Looks up a localized string similar to Advanced. 1880 /// </summary> 1881 public static string MainView_AdvancedTab { 1882 get { 1883 return ResourceManager.GetString("MainView_AdvancedTab", resourceCulture); 1884 } 1885 } 1886 1887 /// <summary> 1888 /// Looks up a localized string similar to Align A/V Start. 1889 /// </summary> 1890 public static string MainView_AlignAVStart { 1891 get { 1892 return ResourceManager.GetString("MainView_AlignAVStart", resourceCulture); 1893 } 1894 } 1895 1896 /// <summary> 1897 /// Looks up a localized string similar to Angle: . 1898 /// </summary> 1899 public static string MainView_Angle { 1900 get { 1901 return ResourceManager.GetString("MainView_Angle", resourceCulture); 1902 } 1903 } 1904 1905 /// <summary> 1906 /// Looks up a localized string similar to Aspect:. 1907 /// </summary> 1908 public static string MainView_Aspect { 1909 get { 1910 return ResourceManager.GetString("MainView_Aspect", resourceCulture); 1911 } 1912 } 1913 1914 /// <summary> 1915 /// Looks up a localized string similar to Audio. 1916 /// </summary> 1917 public static string MainView_AudioTab { 1918 get { 1919 return ResourceManager.GetString("MainView_AudioTab", resourceCulture); 1920 } 1921 } 1922 1923 /// <summary> 1924 /// Looks up a localized string similar to Audio Tracks. 1925 /// </summary> 1926 public static string MainView_AudioTrackCount { 1927 get { 1928 return ResourceManager.GetString("MainView_AudioTrackCount", resourceCulture); 1929 } 1930 } 1931 1932 /// <summary> 1933 /// Looks up a localized string similar to Browse. 1934 /// </summary> 1935 public static string MainView_Browser { 1936 get { 1937 return ResourceManager.GetString("MainView_Browser", resourceCulture); 1938 } 1939 } 1940 1941 /// <summary> 1942 /// Looks up a localized string similar to Chapters. 1943 /// </summary> 1944 public static string MainView_ChaptersTab { 1945 get { 1946 return ResourceManager.GetString("MainView_ChaptersTab", resourceCulture); 1947 } 1948 } 1949 1950 /// <summary> 1951 /// Looks up a localized string similar to _Check for Updates. 1952 /// </summary> 1953 public static string MainView_CheckForUpdates { 1954 get { 1955 return ResourceManager.GetString("MainView_CheckForUpdates", resourceCulture); 1956 } 1957 } 1958 1959 /// <summary> 1960 /// Looks up a localized string similar to Container. 1961 /// </summary> 1962 public static string MainView_Container { 1963 get { 1964 return ResourceManager.GetString("MainView_Container", resourceCulture); 1965 } 1966 } 1967 1968 /// <summary> 1969 /// Looks up a localized string similar to Destination. 1970 /// </summary> 1971 public static string MainView_Destination { 1972 get { 1973 return ResourceManager.GetString("MainView_Destination", resourceCulture); 1974 } 1975 } 1976 1977 /// <summary> 1978 /// Looks up a localized string similar to Duration: . 1979 /// </summary> 1980 public static string MainView_Duration { 1981 get { 1982 return ResourceManager.GetString("MainView_Duration", resourceCulture); 1983 } 1984 } 1985 1986 /// <summary> 1987 /// Looks up a localized string similar to _Exit. 1988 /// </summary> 1989 public static string MainView_Exit { 1990 get { 1991 return ResourceManager.GetString("MainView_Exit", resourceCulture); 1992 } 1993 } 1994 1995 /// <summary> 1996 /// Looks up a localized string similar to _Export to file. 1997 /// </summary> 1998 public static string MainView_ExportToFile { 1999 get { 2000 return ResourceManager.GetString("MainView_ExportToFile", resourceCulture); 2001 } 2002 } 2003 2004 /// <summary> 2005 /// Looks up a localized string similar to Save As:. 2006 /// </summary> 2007 public static string MainView_File { 2008 get { 2009 return ResourceManager.GetString("MainView_File", resourceCulture); 2010 } 2011 } 2012 2013 /// <summary> 2014 /// Looks up a localized string similar to _File. 2015 /// </summary> 2016 public static string MainView_FileMenu { 2017 get { 2018 return ResourceManager.GetString("MainView_FileMenu", resourceCulture); 2019 } 2020 } 2021 2022 /// <summary> 2023 /// Looks up a localized string similar to Filters:. 2024 /// </summary> 2025 public static string MainView_Filters { 2026 get { 2027 return ResourceManager.GetString("MainView_Filters", resourceCulture); 2028 } 2029 } 2030 2031 /// <summary> 2032 /// Looks up a localized string similar to Filters. 2033 /// </summary> 2034 public static string MainView_FiltersTab { 2035 get { 2036 return ResourceManager.GetString("MainView_FiltersTab", resourceCulture); 2037 } 2038 } 2039 2040 /// <summary> 2041 /// Looks up a localized string similar to Format:. 2042 /// </summary> 2043 public static string MainView_Format { 2044 get { 2045 return ResourceManager.GetString("MainView_Format", resourceCulture); 2046 } 2047 } 2048 2049 /// <summary> 2050 /// Looks up a localized string similar to _HandBrake Documentation (HTTPS). 2051 /// </summary> 2052 public static string MainView_HandBrakeDocs { 2053 get { 2054 return ResourceManager.GetString("MainView_HandBrakeDocs", resourceCulture); 2055 } 2056 } 2057 2058 /// <summary> 2059 /// Looks up a localized string similar to Help. 2060 /// </summary> 2061 public static string MainView_Help { 2062 get { 2063 return ResourceManager.GetString("MainView_Help", resourceCulture); 2064 } 2065 } 2066 2067 /// <summary> 2068 /// Looks up a localized string similar to _Help. 2069 /// </summary> 2070 public static string MainView_HelpMenu { 2071 get { 2072 return ResourceManager.GetString("MainView_HelpMenu", resourceCulture); 2073 } 2074 } 2075 2076 /// <summary> 2077 /// Looks up a localized string similar to Hide. 2078 /// </summary> 2079 public static string MainView_Hide { 2080 get { 2081 return ResourceManager.GetString("MainView_Hide", resourceCulture); 2082 } 2083 } 2084 2085 /// <summary> 2086 /// Looks up a localized string similar to _Import from file. 2087 /// </summary> 2088 public static string MainView_ImportFromFile { 2089 get { 2090 return ResourceManager.GetString("MainView_ImportFromFile", resourceCulture); 2091 } 2092 } 2093 2094 /// <summary> 2095 /// Looks up a localized string similar to iPod 5G Support. 2096 /// </summary> 2097 public static string MainView_iPod5G { 2098 get { 2099 return ResourceManager.GetString("MainView_iPod5G", resourceCulture); 2100 } 2101 } 2102 2103 /// <summary> 2104 /// Looks up a localized string similar to Metadata. 2105 /// </summary> 2106 public static string MainView_MetaDataTab { 2107 get { 2108 return ResourceManager.GetString("MainView_MetaDataTab", resourceCulture); 2109 } 2110 } 2111 2112 /// <summary> 2113 /// Looks up a localized string similar to (Modified). 2114 /// </summary> 2115 public static string MainView_ModifiedPreset { 2116 get { 2117 return ResourceManager.GetString("MainView_ModifiedPreset", resourceCulture); 2118 } 2119 } 2120 2121 /// <summary> 2122 /// Looks up a localized string similar to Muxing: This may take a while.... 2123 /// </summary> 2124 public static string MainView_Muxing { 2125 get { 2126 return ResourceManager.GetString("MainView_Muxing", resourceCulture); 2127 } 2128 } 2129 2130 /// <summary> 2131 /// Looks up a localized string similar to Options. 2132 /// </summary> 2133 public static string MainView_Options { 2134 get { 2135 return ResourceManager.GetString("MainView_Options", resourceCulture); 2136 } 2137 } 2138 2139 /// <summary> 2140 /// Looks up a localized string similar to Output Settings. 2141 /// </summary> 2142 public static string MainView_OutputSettings { 2143 get { 2144 return ResourceManager.GetString("MainView_OutputSettings", resourceCulture); 2145 } 2146 } 2147 2148 /// <summary> 2149 /// Looks up a localized string similar to Pause. 2150 /// </summary> 2151 public static string MainView_Pause { 2152 get { 2153 return ResourceManager.GetString("MainView_Pause", resourceCulture); 2154 } 2155 } 2156 2157 /// <summary> 2158 /// Looks up a localized string similar to Dimensions. 2159 /// </summary> 2160 public static string MainView_PictureTab { 2161 get { 2162 return ResourceManager.GetString("MainView_PictureTab", resourceCulture); 2163 } 2164 } 2165 2166 /// <summary> 2167 /// Looks up a localized string similar to _Preferences. 2168 /// </summary> 2169 public static string MainView_PreferencesMenu { 2170 get { 2171 return ResourceManager.GetString("MainView_PreferencesMenu", resourceCulture); 2172 } 2173 } 2174 2175 /// <summary> 2176 /// Looks up a localized string similar to Rename Preset. 2177 /// </summary> 2178 public static string MainView_PresetManage { 2179 get { 2180 return ResourceManager.GetString("MainView_PresetManage", resourceCulture); 2181 } 2182 } 2183 2184 /// <summary> 2185 /// Looks up a localized string similar to Preset Options Context Menu. 2186 /// </summary> 2187 public static string MainView_PresetOptionsContextMenu { 2188 get { 2189 return ResourceManager.GetString("MainView_PresetOptionsContextMenu", resourceCulture); 2190 } 2191 } 2192 2193 /// <summary> 2194 /// Looks up a localized string similar to Delete Preset. 2195 /// </summary> 2196 public static string MainView_PresetRemove { 2197 get { 2198 return ResourceManager.GetString("MainView_PresetRemove", resourceCulture); 2199 } 2200 } 2201 2202 /// <summary> 2203 /// Looks up a localized string similar to Presets. 2204 /// </summary> 2205 public static string MainView_Presets { 2206 get { 2207 return ResourceManager.GetString("MainView_Presets", resourceCulture); 2208 } 2209 } 2210 2211 /// <summary> 2212 /// Looks up a localized string similar to _Presets. 2213 /// </summary> 2214 public static string MainView_PresetsMenu { 2215 get { 2216 return ResourceManager.GetString("MainView_PresetsMenu", resourceCulture); 2217 } 2218 } 2219 2220 /// <summary> 2221 /// Looks up a localized string similar to Preview. 2222 /// </summary> 2223 public static string MainView_Preview { 2224 get { 2225 return ResourceManager.GetString("MainView_Preview", resourceCulture); 2226 } 2227 } 2228 2229 /// <summary> 2230 /// Looks up a localized string similar to Encoding: {0}, {1:00.00}%, Time Remaining: {2}, {3}. 2231 /// </summary> 2232 public static string MainView_ProgressStatusWithTask { 2233 get { 2234 return ResourceManager.GetString("MainView_ProgressStatusWithTask", resourceCulture); 2235 } 2236 } 2237 2238 /// <summary> 2239 /// Looks up a localized string similar to _Queue. 2240 /// </summary> 2241 public static string MainView_QueueMenu { 2242 get { 2243 return ResourceManager.GetString("MainView_QueueMenu", resourceCulture); 2244 } 2245 } 2246 2247 /// <summary> 2248 /// Looks up a localized string similar to Range:. 2249 /// </summary> 2250 public static string MainView_Range { 2251 get { 2252 return ResourceManager.GetString("MainView_Range", resourceCulture); 2253 } 2254 } 2255 2256 /// <summary> 2257 /// Looks up a localized string similar to Reload. 2258 /// </summary> 2259 public static string MainView_Reload { 2260 get { 2261 return ResourceManager.GetString("MainView_Reload", resourceCulture); 2262 } 2263 } 2264 2265 /// <summary> 2266 /// Looks up a localized string similar to Remove. 2267 /// </summary> 2268 public static string MainView_Remove { 2269 get { 2270 return ResourceManager.GetString("MainView_Remove", resourceCulture); 2271 } 2272 } 2273 2274 /// <summary> 2275 /// Looks up a localized string similar to Reset Built-in Presets. 2276 /// </summary> 2277 public static string MainView_ResetBuiltInPresets { 2278 get { 2279 return ResourceManager.GetString("MainView_ResetBuiltInPresets", resourceCulture); 2280 } 2281 } 2282 2283 /// <summary> 2284 /// Looks up a localized string similar to _Reset Built-In Presets. 2285 /// </summary> 2286 public static string MainView_ResetPresets { 2287 get { 2288 return ResourceManager.GetString("MainView_ResetPresets", resourceCulture); 2289 } 2290 } 2291 2292 /// <summary> 2293 /// Looks up a localized string similar to Save New Preset. 2294 /// </summary> 2295 public static string MainView_SaveNewPreset { 2296 get { 2297 return ResourceManager.GetString("MainView_SaveNewPreset", resourceCulture); 2298 } 2299 } 2300 2301 /// <summary> 2302 /// Looks up a localized string similar to Searching for start time. 2303 /// </summary> 2304 public static string MainView_Searching { 2305 get { 2306 return ResourceManager.GetString("MainView_Searching", resourceCulture); 2307 } 2308 } 2309 2310 /// <summary> 2311 /// Looks up a localized string similar to Preset:. 2312 /// </summary> 2313 public static string MainView_SelectedPresets { 2314 get { 2315 return ResourceManager.GetString("MainView_SelectedPresets", resourceCulture); 2316 } 2317 } 2318 2319 /// <summary> 2320 /// Looks up a localized string similar to _Set Current as Default. 2321 /// </summary> 2322 public static string MainView_SetCurrentAsDefault { 2323 get { 2324 return ResourceManager.GetString("MainView_SetCurrentAsDefault", resourceCulture); 2325 } 2326 } 2327 2328 /// <summary> 2329 /// Looks up a localized string similar to Set Default. 2330 /// </summary> 2331 public static string MainView_SetDefault { 2332 get { 2333 return ResourceManager.GetString("MainView_SetDefault", resourceCulture); 2334 } 2335 } 2336 2337 /// <summary> 2338 /// Looks up a localized string similar to Show. 2339 /// </summary> 2340 public static string MainView_Show { 2341 get { 2342 return ResourceManager.GetString("MainView_Show", resourceCulture); 2343 } 2344 } 2345 2346 /// <summary> 2347 /// Looks up a localized string similar to 'Add All' to Queue. 2348 /// </summary> 2349 public static string MainView_ShowAddAllToQueue { 2350 get { 2351 return ResourceManager.GetString("MainView_ShowAddAllToQueue", resourceCulture); 2352 } 2353 } 2354 2355 /// <summary> 2356 /// Looks up a localized string similar to 'Add Selection' to Queue. 2357 /// </summary> 2358 public static string MainView_ShowAddSelectionToQueue { 2359 get { 2360 return ResourceManager.GetString("MainView_ShowAddSelectionToQueue", resourceCulture); 2361 } 2362 } 2363 2364 /// <summary> 2365 /// Looks up a localized string similar to S_how Preset Panel. 2366 /// </summary> 2367 public static string MainView_ShowPresetPanel { 2368 get { 2369 return ResourceManager.GetString("MainView_ShowPresetPanel", resourceCulture); 2370 } 2371 } 2372 2373 /// <summary> 2374 /// Looks up a localized string similar to Preview. 2375 /// </summary> 2376 public static string MainView_ShowPreview { 2377 get { 2378 return ResourceManager.GetString("MainView_ShowPreview", resourceCulture); 2379 } 2380 } 2381 2382 /// <summary> 2383 /// Looks up a localized string similar to Queue. 2384 /// </summary> 2385 public static string MainView_ShowQueue { 2386 get { 2387 return ResourceManager.GetString("MainView_ShowQueue", resourceCulture); 2388 } 2389 } 2390 2391 /// <summary> 2392 /// Looks up a localized string similar to _Show Queue. 2393 /// </summary> 2394 public static string MainView_ShowQueueMenu { 2395 get { 2396 return ResourceManager.GetString("MainView_ShowQueueMenu", resourceCulture); 2397 } 2398 } 2399 2400 /// <summary> 2401 /// Looks up a localized string similar to Size:. 2402 /// </summary> 2403 public static string MainView_Size { 2404 get { 2405 return ResourceManager.GetString("MainView_Size", resourceCulture); 2406 } 2407 } 2408 2409 /// <summary> 2410 /// Looks up a localized string similar to Source:. 2411 /// </summary> 2412 public static string MainView_Source { 2413 get { 2414 return ResourceManager.GetString("MainView_Source", resourceCulture); 2415 } 2416 } 2417 2418 /// <summary> 2419 /// Looks up a localized string similar to Open Source. 2420 /// </summary> 2421 public static string MainView_SourceOpen { 2422 get { 2423 return ResourceManager.GetString("MainView_SourceOpen", resourceCulture); 2424 } 2425 } 2426 2427 /// <summary> 2428 /// Looks up a localized string similar to Start Encode. 2429 /// </summary> 2430 public static string MainView_StartEncode { 2431 get { 2432 return ResourceManager.GetString("MainView_StartEncode", resourceCulture); 2433 } 2434 } 2435 2436 /// <summary> 2437 /// Looks up a localized string similar to Start Queue. 2438 /// </summary> 2439 public static string MainView_StartQueue { 2440 get { 2441 return ResourceManager.GetString("MainView_StartQueue", resourceCulture); 2442 } 2443 } 2444 2445 /// <summary> 2446 /// Looks up a localized string similar to Stop. 2447 /// </summary> 2448 public static string MainView_Stop { 2449 get { 2450 return ResourceManager.GetString("MainView_Stop", resourceCulture); 2451 } 2452 } 2453 2454 /// <summary> 2455 /// Looks up a localized string similar to Stop Encode. 2456 /// </summary> 2457 public static string MainView_StopEncode { 2458 get { 2459 return ResourceManager.GetString("MainView_StopEncode", resourceCulture); 2460 } 2461 } 2462 2463 /// <summary> 2464 /// Looks up a localized string similar to Are you sure you wish to stop this encode?. 2465 /// </summary> 2466 public static string MainView_StopEncodeConfirm { 2467 get { 2468 return ResourceManager.GetString("MainView_StopEncodeConfirm", resourceCulture); 2469 } 2470 } 2471 2472 /// <summary> 2473 /// Looks up a localized string similar to Please choose a source to encode before trying to import a subtitle file.. 2474 /// </summary> 2475 public static string MainView_SubtitleBeforeScanError { 2476 get { 2477 return ResourceManager.GetString("MainView_SubtitleBeforeScanError", resourceCulture); 2478 } 2479 } 2480 2481 /// <summary> 2482 /// Looks up a localized string similar to Subtitles. 2483 /// </summary> 2484 public static string MainView_SubtitlesTab { 2485 get { 2486 return ResourceManager.GetString("MainView_SubtitlesTab", resourceCulture); 2487 } 2488 } 2489 2490 /// <summary> 2491 /// Looks up a localized string similar to Subtitle Tracks. 2492 /// </summary> 2493 public static string MainView_SubtitleTracksCount { 2494 get { 2495 return ResourceManager.GetString("MainView_SubtitleTracksCount", resourceCulture); 2496 } 2497 } 2498 2499 /// <summary> 2500 /// Looks up a localized string similar to Summary. 2501 /// </summary> 2502 public static string MainView_SummaryTab { 2503 get { 2504 return ResourceManager.GetString("MainView_SummaryTab", resourceCulture); 2505 } 2506 } 2507 2508 /// <summary> 2509 /// Looks up a localized string similar to - . 2510 /// </summary> 2511 public static string MainView_through { 2512 get { 2513 return ResourceManager.GetString("MainView_through", resourceCulture); 2514 } 2515 } 2516 2517 /// <summary> 2518 /// Looks up a localized string similar to Title: . 2519 /// </summary> 2520 public static string MainView_Title { 2521 get { 2522 return ResourceManager.GetString("MainView_Title", resourceCulture); 2523 } 2524 } 2525 2526 /// <summary> 2527 /// Looks up a localized string similar to _Tools. 2528 /// </summary> 2529 public static string MainView_ToolsMenu { 2530 get { 2531 return ResourceManager.GetString("MainView_ToolsMenu", resourceCulture); 2532 } 2533 } 2534 2535 /// <summary> 2536 /// Looks up a localized string similar to Tracks:. 2537 /// </summary> 2538 public static string MainView_Tracks { 2539 get { 2540 return ResourceManager.GetString("MainView_Tracks", resourceCulture); 2541 } 2542 } 2543 2544 /// <summary> 2545 /// Looks up a localized string similar to Update Current Preset. 2546 /// </summary> 2547 public static string MainView_UpdateSelectedPreset { 2548 get { 2549 return ResourceManager.GetString("MainView_UpdateSelectedPreset", resourceCulture); 2550 } 2551 } 2552 2553 /// <summary> 2554 /// Looks up a localized string similar to Video. 2555 /// </summary> 2556 public static string MainView_VideoTab { 2557 get { 2558 return ResourceManager.GetString("MainView_VideoTab", resourceCulture); 2559 } 2560 } 2561 2562 /// <summary> 2563 /// Looks up a localized string similar to Web Optimized. 2564 /// </summary> 2565 public static string MainView_WebOptimized { 2566 get { 2567 return ResourceManager.GetString("MainView_WebOptimized", resourceCulture); 2568 } 2569 } 2570 2571 /// <summary> 2572 /// Looks up a localized string similar to You can not delete the default preset. Please set another preset as default first.. 2573 /// </summary> 2574 public static string MainViewModel_CanNotDeleteDefaultPreset { 2575 get { 2576 return ResourceManager.GetString("MainViewModel_CanNotDeleteDefaultPreset", resourceCulture); 2577 } 2578 } 2579 2580 /// <summary> 2581 /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6} {7}. 2582 /// </summary> 2583 public static string MainViewModel_EncodeStatusChanged_StatusLabel { 2584 get { 2585 return ResourceManager.GetString("MainViewModel_EncodeStatusChanged_StatusLabel", resourceCulture); 2586 } 2587 } 2588 2589 /// <summary> 2590 /// Looks up a localized string similar to Processing Pass {0} of {1}, (Subtitle Scan) {2:00.00}%, Scan Time Remaining: {3}, Elapsed: {4}. 2591 /// </summary> 2592 public static string MainViewModel_EncodeStatusChanged_SubScan_StatusLabel { 2593 get { 2594 return ResourceManager.GetString("MainViewModel_EncodeStatusChanged_SubScan_StatusLabel", resourceCulture); 2595 } 2596 } 2597 2598 /// <summary> 2599 /// Looks up a localized string similar to An error was detected in the File Browser Dialog. 2600 /// 2601 ///- Please note, long file paths are not fully supported. Please keep file paths shorter than 255 characters. 2602 ///- The last used directory for this window, has been reset to prevent errors the next time you try to scan a file.. 2603 /// </summary> 2604 public static string MainViewModel_FilePathSelectError { 2605 get { 2606 return ResourceManager.GetString("MainViewModel_FilePathSelectError", resourceCulture); 2607 } 2608 } 2609 2610 /// <summary> 2611 /// Looks up a localized string similar to Low Disk Space. 2612 /// </summary> 2613 public static string MainViewModel_LowDiskSpace { 2614 get { 2615 return ResourceManager.GetString("MainViewModel_LowDiskSpace", resourceCulture); 2616 } 2617 } 2618 2619 /// <summary> 2620 /// Looks up a localized string similar to Warning, you are running low on disk space. HandBrake will not be able to complete this encode if you run out of space. . 2621 /// </summary> 2622 public static string MainViewModel_LowDiskSpaceWarning { 2623 get { 2624 return ResourceManager.GetString("MainViewModel_LowDiskSpaceWarning", resourceCulture); 2625 } 2626 } 2627 2628 /// <summary> 2629 /// Looks up a localized string similar to Are you sure you want to delete the preset: . 2630 /// </summary> 2631 public static string MainViewModel_PresetRemove_AreYouSure { 2632 get { 2633 return ResourceManager.GetString("MainViewModel_PresetRemove_AreYouSure", resourceCulture); 2634 } 2635 } 2636 2637 /// <summary> 2638 /// Looks up a localized string similar to Unable to launch destination directory.. 2639 /// </summary> 2640 public static string MainViewModel_UnableToLaunchDestDir { 2641 get { 2642 return ResourceManager.GetString("MainViewModel_UnableToLaunchDestDir", resourceCulture); 2643 } 2644 } 2645 2646 /// <summary> 2647 /// Looks up a localized string similar to Please check that you have a valid destination directory.. 2648 /// </summary> 2649 public static string MainViewModel_UnableToLaunchDestDirSolution { 2650 get { 2651 return ResourceManager.GetString("MainViewModel_UnableToLaunchDestDirSolution", resourceCulture); 2652 } 2653 } 2654 2655 /// <summary> 2656 /// Looks up a localized string similar to Delete Built-in Presets. 2657 /// </summary> 2658 public static string ManagePresetView_DeleteBuiltIn { 2659 get { 2660 return ResourceManager.GetString("ManagePresetView_DeleteBuiltIn", resourceCulture); 2661 } 2662 } 2663 2664 /// <summary> 2665 /// Looks up a localized string similar to Export selected preset. 2666 /// </summary> 2667 public static string ManagePresetView_Export { 2668 get { 2669 return ResourceManager.GetString("ManagePresetView_Export", resourceCulture); 2670 } 2671 } 2672 2673 /// <summary> 2674 /// Looks up a localized string similar to Export all user presets. 2675 /// </summary> 2676 public static string ManagePresetView_ExportUserPresets { 2677 get { 2678 return ResourceManager.GetString("ManagePresetView_ExportUserPresets", resourceCulture); 2679 } 2680 } 2681 2682 /// <summary> 2683 /// Looks up a localized string similar to Import Preset(s) from file. 2684 /// </summary> 2685 public static string ManagePresetView_Import { 2686 get { 2687 return ResourceManager.GetString("ManagePresetView_Import", resourceCulture); 2688 } 2689 } 2690 2691 /// <summary> 2692 /// Looks up a localized string similar to Manage Presets. 2693 /// </summary> 2694 public static string ManagePresetView_ManagePreset { 2695 get { 2696 return ResourceManager.GetString("ManagePresetView_ManagePreset", resourceCulture); 2697 } 2698 } 2699 2700 /// <summary> 2701 /// Looks up a localized string similar to There is no preset selected.. 2702 /// </summary> 2703 public static string ManagePresetView_NoPresetSelected { 2704 get { 2705 return ResourceManager.GetString("ManagePresetView_NoPresetSelected", resourceCulture); 2706 } 2707 } 2708 2709 /// <summary> 2710 /// Looks up a localized string similar to Preset Information:. 2711 /// </summary> 2712 public static string ManagePresetView_PresetInfo { 2713 get { 2714 return ResourceManager.GetString("ManagePresetView_PresetInfo", resourceCulture); 2715 } 2716 } 2717 2718 /// <summary> 2719 /// Looks up a localized string similar to Built in presets can not be modified.. 2720 /// </summary> 2721 public static string ManagePresetView_RestrictedPreset { 2722 get { 2723 return ResourceManager.GetString("ManagePresetView_RestrictedPreset", resourceCulture); 2724 } 2725 } 2726 2727 /// <summary> 2728 /// Looks up a localized string similar to Set selected preset as default. 2729 /// </summary> 2730 public static string ManagePresetView_SetDefault { 2731 get { 2732 return ResourceManager.GetString("ManagePresetView_SetDefault", resourceCulture); 2733 } 2734 } 2735 2736 /// <summary> 2737 /// Looks up a localized string similar to Actors:. 2738 /// </summary> 2739 public static string MetadataView_Actors { 2740 get { 2741 return ResourceManager.GetString("MetadataView_Actors", resourceCulture); 2742 } 2743 } 2744 2745 /// <summary> 2746 /// Looks up a localized string similar to Comments:. 2747 /// </summary> 2748 public static string MetadataView_Comments { 2749 get { 2750 return ResourceManager.GetString("MetadataView_Comments", resourceCulture); 2751 } 2752 } 2753 2754 /// <summary> 2755 /// Looks up a localized string similar to Description:. 2756 /// </summary> 2757 public static string MetadataView_Description { 2758 get { 2759 return ResourceManager.GetString("MetadataView_Description", resourceCulture); 2760 } 2761 } 2762 2763 /// <summary> 2764 /// Looks up a localized string similar to Director:. 2765 /// </summary> 2766 public static string MetadataView_Director { 2767 get { 2768 return ResourceManager.GetString("MetadataView_Director", resourceCulture); 2769 } 2770 } 2771 2772 /// <summary> 2773 /// Looks up a localized string similar to Genre:. 2774 /// </summary> 2775 public static string MetadataView_Genre { 2776 get { 2777 return ResourceManager.GetString("MetadataView_Genre", resourceCulture); 2778 } 2779 } 2780 2781 /// <summary> 2782 /// Looks up a localized string similar to Plot:. 2783 /// </summary> 2784 public static string MetadataView_Plot { 2785 get { 2786 return ResourceManager.GetString("MetadataView_Plot", resourceCulture); 2787 } 2788 } 2789 2790 /// <summary> 2791 /// Looks up a localized string similar to Release Date:. 2792 /// </summary> 2793 public static string MetadataView_ReleaseDate { 2794 get { 2795 return ResourceManager.GetString("MetadataView_ReleaseDate", resourceCulture); 2796 } 2797 } 2798 2799 /// <summary> 2800 /// Looks up a localized string similar to Metadata. 2801 /// </summary> 2802 public static string MetaDataView_Title { 2803 get { 2804 return ResourceManager.GetString("MetaDataView_Title", resourceCulture); 2805 } 2806 } 2807 2808 /// <summary> 2809 /// Looks up a localized string similar to Title:. 2810 /// </summary> 2811 public static string MetadataView_TitleTag { 2812 get { 2813 return ResourceManager.GetString("MetadataView_TitleTag", resourceCulture); 2814 } 2815 } 2816 2817 /// <summary> 2818 /// Looks up a localized string similar to Automatic. 2819 /// </summary> 2820 public static string Mp4Behaviour_Auto { 2821 get { 2822 return ResourceManager.GetString("Mp4Behaviour_Auto", resourceCulture); 2823 } 2824 } 2825 2826 /// <summary> 2827 /// Looks up a localized string similar to Always use M4V. 2828 /// </summary> 2829 public static string Mp4Behaviour_UseM4v { 2830 get { 2831 return ResourceManager.GetString("Mp4Behaviour_UseM4v", resourceCulture); 2832 } 2833 } 2834 2835 /// <summary> 2836 /// Looks up a localized string similar to Always use MP4. 2837 /// </summary> 2838 public static string Mp4Behaviour_UseMp4 { 2839 get { 2840 return ResourceManager.GetString("Mp4Behaviour_UseMp4", resourceCulture); 2841 } 2842 } 2843 2844 /// <summary> 2845 /// Looks up a localized string similar to No. 2846 /// </summary> 2847 public static string No { 2848 get { 2849 return ResourceManager.GetString("No", resourceCulture); 2850 } 2851 } 2852 2853 /// <summary> 2854 /// Looks up a localized string similar to No Additional Information. 2855 /// </summary> 2856 public static string NoAdditionalInformation { 2857 get { 2858 return ResourceManager.GetString("NoAdditionalInformation", resourceCulture); 2859 } 2860 } 2861 2862 /// <summary> 2863 /// Looks up a localized string similar to Notice. 2864 /// </summary> 2865 public static string Notice { 2866 get { 2867 return ResourceManager.GetString("Notice", resourceCulture); 2868 } 2869 } 2870 2871 /// <summary> 2872 /// Looks up a localized string similar to Please be aware that HandBrake is no longer supported on any version of Windows 7 or Windows 8. 2873 /// 2874 ///While you can continue using the application at your own risk, please be aware that certain features are non-functional and there may be other unknown issues. There is no support available when these issues occur. 2875 /// 2876 ///Support for Windows 7 and 8 was deprecated in the 1.3 series. This means there will be no further updates to correct issues on these platforms. 2877 /// 2878 ///This warning will display only twice.. 2879 /// </summary> 2880 public static string OldOperatingSystem { 2881 get { 2882 return ResourceManager.GetString("OldOperatingSystem", resourceCulture); 2883 } 2884 } 2885 2886 /// <summary> 2887 /// Looks up a localized string similar to Clear Log files older than 7 days. 2888 /// </summary> 2889 public static string Options_7DayLogClear { 2890 get { 2891 return ResourceManager.GetString("Options_7DayLogClear", resourceCulture); 2892 } 2893 } 2894 2895 /// <summary> 2896 /// Looks up a localized string similar to About HandBrake. 2897 /// </summary> 2898 public static string Options_About { 2899 get { 2900 return ResourceManager.GetString("Options_About", resourceCulture); 2901 } 2902 } 2903 2904 /// <summary> 2905 /// Looks up a localized string similar to The format of the output file. In addition to any supported file system character, you can use the following placeholders that will be replaced when you change title or scan a source. 2906 /// 2907 ///Live Update Options: {source} {title} {chapters} 2908 ///Non-Live Options: {date} {time} {creation-date} {creation-time} {quality} {bitrate} (These only change if you scan a new source, change title or chapters). 2909 /// </summary> 2910 public static string Options_AdditionalFormatOptions { 2911 get { 2912 return ResourceManager.GetString("Options_AdditionalFormatOptions", resourceCulture); 2913 } 2914 } 2915 2916 /// <summary> 2917 /// Looks up a localized string similar to Advanced. 2918 /// </summary> 2919 public static string Options_Advanced { 2920 get { 2921 return ResourceManager.GetString("Options_Advanced", resourceCulture); 2922 } 2923 } 2924 2925 /// <summary> 2926 /// Looks up a localized string similar to Advanced Options. 2927 /// </summary> 2928 public static string Options_AdvancedOptions { 2929 get { 2930 return ResourceManager.GetString("Options_AdvancedOptions", resourceCulture); 2931 } 2932 } 2933 2934 /// <summary> 2935 /// Looks up a localized string similar to Application Toolbar. 2936 /// </summary> 2937 public static string Options_ApplicationToolbar { 2938 get { 2939 return ResourceManager.GetString("Options_ApplicationToolbar", resourceCulture); 2940 } 2941 } 2942 2943 /// <summary> 2944 /// Looks up a localized string similar to Arguments:. 2945 /// </summary> 2946 public static string Options_Arguments { 2947 get { 2948 return ResourceManager.GetString("Options_Arguments", resourceCulture); 2949 } 2950 } 2951 2952 /// <summary> 2953 /// Looks up a localized string similar to Automatic File Naming. 2954 /// </summary> 2955 public static string Options_AutomaticFileNaming { 2956 get { 2957 return ResourceManager.GetString("Options_AutomaticFileNaming", resourceCulture); 2958 } 2959 } 2960 2961 /// <summary> 2962 /// Looks up a localized string similar to Automatically name output files. 2963 /// </summary> 2964 public static string Options_AutoNameOutput { 2965 get { 2966 return ResourceManager.GetString("Options_AutoNameOutput", resourceCulture); 2967 } 2968 } 2969 2970 /// <summary> 2971 /// Looks up a localized string similar to Check for Updates. 2972 /// </summary> 2973 public static string Options_CheckForUpdates { 2974 get { 2975 return ResourceManager.GetString("Options_CheckForUpdates", resourceCulture); 2976 } 2977 } 2978 2979 /// <summary> 2980 /// Looks up a localized string similar to Always clear completed queue items after an encode completes. 2981 /// </summary> 2982 public static string Options_ClearCompleted { 2983 get { 2984 return ResourceManager.GetString("Options_ClearCompleted", resourceCulture); 2985 } 2986 } 2987 2988 /// <summary> 2989 /// Looks up a localized string similar to Clear Log History. 2990 /// </summary> 2991 public static string Options_ClearLogs { 2992 get { 2993 return ResourceManager.GetString("Options_ClearLogs", resourceCulture); 2994 } 2995 } 2996 2997 /// <summary> 2998 /// Looks up a localized string similar to Put a copy of individual encode logs in a specified location:. 2999 /// </summary> 3000 public static string Options_CopyLogToDir { 3001 get { 3002 return ResourceManager.GetString("Options_CopyLogToDir", resourceCulture); 3003 } 3004 } 3005 3006 /// <summary> 3007 /// Looks up a localized string similar to Put a copy of individual encode logs in the same location as the encoded video. 3008 /// </summary> 3009 public static string Options_CopyLogToEncDir { 3010 get { 3011 return ResourceManager.GetString("Options_CopyLogToEncDir", resourceCulture); 3012 } 3013 } 3014 3015 /// <summary> 3016 /// Looks up a localized string similar to Current Version. 3017 /// </summary> 3018 public static string Options_CurVersion { 3019 get { 3020 return ResourceManager.GetString("Options_CurVersion", resourceCulture); 3021 } 3022 } 3023 3024 /// <summary> 3025 /// Looks up a localized string similar to Use the Dark Theme. (Requires Restart, Windows 10 only). 3026 /// </summary> 3027 public static string Options_DarkTheme { 3028 get { 3029 return ResourceManager.GetString("Options_DarkTheme", resourceCulture); 3030 } 3031 } 3032 3033 /// <summary> 3034 /// Looks up a localized string similar to Decoding. 3035 /// </summary> 3036 public static string Options_Decoding { 3037 get { 3038 return ResourceManager.GetString("Options_Decoding", resourceCulture); 3039 } 3040 } 3041 3042 /// <summary> 3043 /// Looks up a localized string similar to Default Path:. 3044 /// </summary> 3045 public static string Options_DefaultPath { 3046 get { 3047 return ResourceManager.GetString("Options_DefaultPath", resourceCulture); 3048 } 3049 } 3050 3051 /// <summary> 3052 /// Looks up a localized string similar to Available additional Options: {source_path} or {source_folder_name} or {source}. 3053 /// </summary> 3054 public static string Options_DefaultPathAdditionalParams { 3055 get { 3056 return ResourceManager.GetString("Options_DefaultPathAdditionalParams", resourceCulture); 3057 } 3058 } 3059 3060 /// <summary> 3061 /// Looks up a localized string similar to Download Update. 3062 /// </summary> 3063 public static string Options_DownloadUpdates { 3064 get { 3065 return ResourceManager.GetString("Options_DownloadUpdates", resourceCulture); 3066 } 3067 } 3068 3069 /// <summary> 3070 /// Looks up a localized string similar to DVD Reading. 3071 /// </summary> 3072 public static string Options_DVD { 3073 get { 3074 return ResourceManager.GetString("Options_DVD", resourceCulture); 3075 } 3076 } 3077 3078 /// <summary> 3079 /// Looks up a localized string similar to Disable LibDVDNav. (libdvdread will be used instead). 3080 /// </summary> 3081 public static string Options_DvdRead { 3082 get { 3083 return ResourceManager.GetString("Options_DvdRead", resourceCulture); 3084 } 3085 } 3086 3087 /// <summary> 3088 /// Looks up a localized string similar to Encode Completed. 3089 /// </summary> 3090 public static string Options_EncodeCompleted { 3091 get { 3092 return ResourceManager.GetString("Options_EncodeCompleted", resourceCulture); 3093 } 3094 } 3095 3096 /// <summary> 3097 /// Looks up a localized string similar to Encoding. 3098 /// </summary> 3099 public static string Options_Encoding { 3100 get { 3101 return ResourceManager.GetString("Options_Encoding", resourceCulture); 3102 } 3103 } 3104 3105 /// <summary> 3106 /// Looks up a localized string similar to File Format:. 3107 /// </summary> 3108 public static string Options_Format { 3109 get { 3110 return ResourceManager.GetString("Options_Format", resourceCulture); 3111 } 3112 } 3113 3114 /// <summary> 3115 /// Looks up a localized string similar to General. 3116 /// </summary> 3117 public static string Options_General { 3118 get { 3119 return ResourceManager.GetString("Options_General", resourceCulture); 3120 } 3121 } 3122 3123 /// <summary> 3124 /// Looks up a localized string similar to Logging. 3125 /// </summary> 3126 public static string Options_Logging { 3127 get { 3128 return ResourceManager.GetString("Options_Logging", resourceCulture); 3129 } 3130 } 3131 3132 /// <summary> 3133 /// Looks up a localized string similar to Log Verbosity Level:. 3134 /// </summary> 3135 public static string Options_LogLevel { 3136 get { 3137 return ResourceManager.GetString("Options_LogLevel", resourceCulture); 3138 } 3139 } 3140 3141 /// <summary> 3142 /// Looks up a localized string similar to Log Path:. 3143 /// </summary> 3144 public static string Options_LogPath { 3145 get { 3146 return ResourceManager.GetString("Options_LogPath", resourceCulture); 3147 } 3148 } 3149 3150 /// <summary> 3151 /// Looks up a localized string similar to Low battery level:. 3152 /// </summary> 3153 public static string Options_LowBatteryLevel { 3154 get { 3155 return ResourceManager.GetString("Options_LowBatteryLevel", resourceCulture); 3156 } 3157 } 3158 3159 /// <summary> 3160 /// Looks up a localized string similar to Level at which low disk space alerts show:. 3161 /// </summary> 3162 public static string Options_LowDiskspaceLevelText { 3163 get { 3164 return ResourceManager.GetString("Options_LowDiskspaceLevelText", resourceCulture); 3165 } 3166 } 3167 3168 /// <summary> 3169 /// Looks up a localized string similar to Pause queue if disk space is low. 3170 /// </summary> 3171 public static string Options_LowDiskspaceSize { 3172 get { 3173 return ResourceManager.GetString("Options_LowDiskspaceSize", resourceCulture); 3174 } 3175 } 3176 3177 /// <summary> 3178 /// Looks up a localized string similar to GB. 3179 /// </summary> 3180 public static string Options_LowDiskspaceSizeGB { 3181 get { 3182 return ResourceManager.GetString("Options_LowDiskspaceSizeGB", resourceCulture); 3183 } 3184 } 3185 3186 /// <summary> 3187 /// Looks up a localized string similar to Minimize to system tray (Requires Restart). 3188 /// </summary> 3189 public static string Options_MinimiseTray { 3190 get { 3191 return ResourceManager.GetString("Options_MinimiseTray", resourceCulture); 3192 } 3193 } 3194 3195 /// <summary> 3196 /// Looks up a localized string similar to Minimum DVD and Blu-ray title duration in seconds. Shorter titles will be skipped:. 3197 /// </summary> 3198 public static string Options_MinTitleScanLength { 3199 get { 3200 return ResourceManager.GetString("Options_MinTitleScanLength", resourceCulture); 3201 } 3202 } 3203 3204 /// <summary> 3205 /// Looks up a localized string similar to MP4 File Extension:. 3206 /// </summary> 3207 public static string Options_MP4FileExtension { 3208 get { 3209 return ResourceManager.GetString("Options_MP4FileExtension", resourceCulture); 3210 } 3211 } 3212 3213 /// <summary> 3214 /// Looks up a localized string similar to Notifications. 3215 /// </summary> 3216 public static string Options_Notifications { 3217 get { 3218 return ResourceManager.GetString("Options_Notifications", resourceCulture); 3219 } 3220 } 3221 3222 /// <summary> 3223 /// Looks up a localized string similar to On Startup. 3224 /// </summary> 3225 public static string Options_OnStartup { 3226 get { 3227 return ResourceManager.GetString("Options_OnStartup", resourceCulture); 3228 } 3229 } 3230 3231 /// <summary> 3232 /// Looks up a localized string similar to Output Files. 3233 /// </summary> 3234 public static string Options_Output { 3235 get { 3236 return ResourceManager.GetString("Options_Output", resourceCulture); 3237 } 3238 } 3239 3240 /// <summary> 3241 /// Looks up a localized string similar to Output Files. 3242 /// </summary> 3243 public static string Options_OutputFiles { 3244 get { 3245 return ResourceManager.GetString("Options_OutputFiles", resourceCulture); 3246 } 3247 } 3248 3249 /// <summary> 3250 /// Looks up a localized string similar to Path: . 3251 /// </summary> 3252 public static string Options_Path { 3253 get { 3254 return ResourceManager.GetString("Options_Path", resourceCulture); 3255 } 3256 } 3257 3258 /// <summary> 3259 /// Looks up a localized string similar to Path to Media Player. 3260 /// </summary> 3261 public static string Options_PathToMediaPlayer { 3262 get { 3263 return ResourceManager.GetString("Options_PathToMediaPlayer", resourceCulture); 3264 } 3265 } 3266 3267 /// <summary> 3268 /// Looks up a localized string similar to Pause any running jobs when the battery gets low.. 3269 /// </summary> 3270 public static string Options_PauseOnLowBattery { 3271 get { 3272 return ResourceManager.GetString("Options_PauseOnLowBattery", resourceCulture); 3273 } 3274 } 3275 3276 /// <summary> 3277 /// Looks up a localized string similar to Prevent the system from sleeping while encoding. 3278 /// </summary> 3279 public static string Options_PreventSleep { 3280 get { 3281 return ResourceManager.GetString("Options_PreventSleep", resourceCulture); 3282 } 3283 } 3284 3285 /// <summary> 3286 /// Looks up a localized string similar to Number of picture previews to scan:. 3287 /// </summary> 3288 public static string Options_PreviewScanCount { 3289 get { 3290 return ResourceManager.GetString("Options_PreviewScanCount", resourceCulture); 3291 } 3292 } 3293 3294 /// <summary> 3295 /// Looks up a localized string similar to Priority Level:. 3296 /// </summary> 3297 public static string Options_PriorityLevel { 3298 get { 3299 return ResourceManager.GetString("Options_PriorityLevel", resourceCulture); 3300 } 3301 } 3302 3303 /// <summary> 3304 /// Looks up a localized string similar to Perform action immediately. (This will disable the 60 second confirmation dialog). 3305 /// </summary> 3306 public static string Options_PromptBeforeAction { 3307 get { 3308 return ResourceManager.GetString("Options_PromptBeforeAction", resourceCulture); 3309 } 3310 } 3311 3312 /// <summary> 3313 /// Looks up a localized string similar to Prefer use of Intel QuickSync for decoding video when available. . 3314 /// </summary> 3315 public static string Options_QsvDecode { 3316 get { 3317 return ResourceManager.GetString("Options_QsvDecode", resourceCulture); 3318 } 3319 } 3320 3321 /// <summary> 3322 /// Looks up a localized string similar to Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) . 3323 /// </summary> 3324 public static string Options_QsvDecodeForNonFullPath { 3325 get { 3326 return ResourceManager.GetString("Options_QsvDecodeForNonFullPath", resourceCulture); 3327 } 3328 } 3329 3330 /// <summary> 3331 /// Looks up a localized string similar to Queue Completed. 3332 /// </summary> 3333 public static string Options_QueueCompleted { 3334 get { 3335 return ResourceManager.GetString("Options_QueueCompleted", resourceCulture); 3336 } 3337 } 3338 3339 /// <summary> 3340 /// Looks up a localized string similar to Remove common punctuation. 3341 /// </summary> 3342 public static string Options_RemovePunctuation { 3343 get { 3344 return ResourceManager.GetString("Options_RemovePunctuation", resourceCulture); 3345 } 3346 } 3347 3348 /// <summary> 3349 /// Looks up a localized string similar to Replace underscores with a space. 3350 /// </summary> 3351 public static string Options_ReplaceUnderscores { 3352 get { 3353 return ResourceManager.GetString("Options_ReplaceUnderscores", resourceCulture); 3354 } 3355 } 3356 3357 /// <summary> 3358 /// Looks up a localized string similar to Reset to 'Do nothing' when the app is re-launched.. 3359 /// </summary> 3360 public static string Options_ResetDoNothing { 3361 get { 3362 return ResourceManager.GetString("Options_ResetDoNothing", resourceCulture); 3363 } 3364 } 3365 3366 /// <summary> 3367 /// Looks up a localized string similar to Choose Scaler:. 3368 /// </summary> 3369 public static string Options_Scaler { 3370 get { 3371 return ResourceManager.GetString("Options_Scaler", resourceCulture); 3372 } 3373 } 3374 3375 /// <summary> 3376 /// Looks up a localized string similar to Scaling. 3377 /// </summary> 3378 public static string Options_Scaling { 3379 get { 3380 return ResourceManager.GetString("Options_Scaling", resourceCulture); 3381 } 3382 } 3383 3384 /// <summary> 3385 /// Looks up a localized string similar to Send file to:. 3386 /// </summary> 3387 public static string Options_SendFileTo { 3388 get { 3389 return ResourceManager.GetString("Options_SendFileTo", resourceCulture); 3390 } 3391 } 3392 3393 /// <summary> 3394 /// Looks up a localized string similar to Show 'Add All to Queue' on the toolbar. 3395 /// </summary> 3396 public static string Options_ShowToolbarAddAll { 3397 get { 3398 return ResourceManager.GetString("Options_ShowToolbarAddAll", resourceCulture); 3399 } 3400 } 3401 3402 /// <summary> 3403 /// Looks up a localized string similar to Show 'Add Selection to Queue' on the toolbar. 3404 /// </summary> 3405 public static string Options_ShowToolbarAddSelection { 3406 get { 3407 return ResourceManager.GetString("Options_ShowToolbarAddSelection", resourceCulture); 3408 } 3409 } 3410 3411 /// <summary> 3412 /// Looks up a localized string similar to System. 3413 /// </summary> 3414 public static string Options_SystemOptions { 3415 get { 3416 return ResourceManager.GetString("Options_SystemOptions", resourceCulture); 3417 } 3418 } 3419 3420 /// <summary> 3421 /// Looks up a localized string similar to Change case to Title Case. 3422 /// </summary> 3423 public static string Options_TitleCase { 3424 get { 3425 return ResourceManager.GetString("Options_TitleCase", resourceCulture); 3426 } 3427 } 3428 3429 /// <summary> 3430 /// Looks up a localized string similar to User Interface Behaviour. 3431 /// </summary> 3432 public static string Options_UIBehaviour { 3433 get { 3434 return ResourceManager.GetString("Options_UIBehaviour", resourceCulture); 3435 } 3436 } 3437 3438 /// <summary> 3439 /// Looks up a localized string similar to Updates. 3440 /// </summary> 3441 public static string Options_Updates { 3442 get { 3443 return ResourceManager.GetString("Options_Updates", resourceCulture); 3444 } 3445 } 3446 3447 /// <summary> 3448 /// Looks up a localized string similar to User Interface. 3449 /// </summary> 3450 public static string Options_UserInterface { 3451 get { 3452 return ResourceManager.GetString("Options_UserInterface", resourceCulture); 3453 } 3454 } 3455 3456 /// <summary> 3457 /// Looks up a localized string similar to Version:. 3458 /// </summary> 3459 public static string Options_Version { 3460 get { 3461 return ResourceManager.GetString("Options_Version", resourceCulture); 3462 } 3463 } 3464 3465 /// <summary> 3466 /// Looks up a localized string similar to Video. 3467 /// </summary> 3468 public static string Options_Video { 3469 get { 3470 return ResourceManager.GetString("Options_Video", resourceCulture); 3471 } 3472 } 3473 3474 /// <summary> 3475 /// Looks up a localized string similar to This path is used for the video preview feature only. 3476 ///VLC and MPC-HC are supported. Other players may also work but are not validated.. 3477 /// </summary> 3478 public static string Options_VideoPreviewPath { 3479 get { 3480 return ResourceManager.GetString("Options_VideoPreviewPath", resourceCulture); 3481 } 3482 } 3483 3484 /// <summary> 3485 /// Looks up a localized string similar to View Log Directory. 3486 /// </summary> 3487 public static string Options_ViewLogDirectory { 3488 get { 3489 return ResourceManager.GetString("Options_ViewLogDirectory", resourceCulture); 3490 } 3491 } 3492 3493 /// <summary> 3494 /// Looks up a localized string similar to When Done. 3495 /// </summary> 3496 public static string Options_WhenDone { 3497 get { 3498 return ResourceManager.GetString("Options_WhenDone", resourceCulture); 3499 } 3500 } 3501 3502 /// <summary> 3503 /// Looks up a localized string similar to When Done:. 3504 /// </summary> 3505 public static string Options_WhenDoneColon { 3506 get { 3507 return ResourceManager.GetString("Options_WhenDoneColon", resourceCulture); 3508 } 3509 } 3510 3511 /// <summary> 3512 /// Looks up a localized string similar to x264/5 Settings. 3513 /// </summary> 3514 public static string Options_x264 { 3515 get { 3516 return ResourceManager.GetString("Options_x264", resourceCulture); 3517 } 3518 } 3519 3520 /// <summary> 3521 /// Looks up a localized string similar to Constant quality fractional granularity:. 3522 /// </summary> 3523 public static string Options_x264Granularity { 3524 get { 3525 return ResourceManager.GetString("Options_x264Granularity", resourceCulture); 3526 } 3527 } 3528 3529 /// <summary> 3530 /// Looks up a localized string similar to General. 3531 /// </summary> 3532 public static string OptionsTab_General { 3533 get { 3534 return ResourceManager.GetString("OptionsTab_General", resourceCulture); 3535 } 3536 } 3537 3538 /// <summary> 3539 /// Looks up a localized string similar to Always use the default path for each new name generated.. 3540 /// </summary> 3541 public static string OptionsView_AlwaysUseDefaultPath { 3542 get { 3543 return ResourceManager.GetString("OptionsView_AlwaysUseDefaultPath", resourceCulture); 3544 } 3545 } 3546 3547 /// <summary> 3548 /// Looks up a localized string similar to < Back. 3549 /// </summary> 3550 public static string OptionsView_BackButton { 3551 get { 3552 return ResourceManager.GetString("OptionsView_BackButton", resourceCulture); 3553 } 3554 } 3555 3556 /// <summary> 3557 /// Looks up a localized string similar to Checking for Updates .... 3558 /// </summary> 3559 public static string OptionsView_CheckingForUpdates { 3560 get { 3561 return ResourceManager.GetString("OptionsView_CheckingForUpdates", resourceCulture); 3562 } 3563 } 3564 3565 /// <summary> 3566 /// Looks up a localized string similar to Choice of encoder will be made available on the 'Video' tab.. 3567 /// </summary> 3568 public static string OptionsView_ChoiceOfEncoderHint { 3569 get { 3570 return ResourceManager.GetString("OptionsView_ChoiceOfEncoderHint", resourceCulture); 3571 } 3572 } 3573 3574 /// <summary> 3575 /// Looks up a localized string similar to Are you sure you wish to clear the log file directory?. 3576 /// </summary> 3577 public static string OptionsView_ClearLogDirConfirm { 3578 get { 3579 return ResourceManager.GetString("OptionsView_ClearLogDirConfirm", resourceCulture); 3580 } 3581 } 3582 3583 /// <summary> 3584 /// Looks up a localized string similar to Clear Logs. 3585 /// </summary> 3586 public static string OptionsView_ClearLogs { 3587 get { 3588 return ResourceManager.GetString("OptionsView_ClearLogs", resourceCulture); 3589 } 3590 } 3591 3592 /// <summary> 3593 /// Looks up a localized string similar to Theme:. 3594 /// </summary> 3595 public static string OptionsView_DarkThemeMode { 3596 get { 3597 return ResourceManager.GetString("OptionsView_DarkThemeMode", resourceCulture); 3598 } 3599 } 3600 3601 /// <summary> 3602 /// Looks up a localized string similar to Downloading.... 3603 /// </summary> 3604 public static string OptionsView_Downloading { 3605 get { 3606 return ResourceManager.GetString("OptionsView_Downloading", resourceCulture); 3607 } 3608 } 3609 3610 /// <summary> 3611 /// Looks up a localized string similar to Allow use of the Nvidia NVENC Encoders. 3612 /// </summary> 3613 public static string OptionsView_EnableNvencEncoding { 3614 get { 3615 return ResourceManager.GetString("OptionsView_EnableNvencEncoding", resourceCulture); 3616 } 3617 } 3618 3619 /// <summary> 3620 /// Looks up a localized string similar to Allow use of the Intel QuickSync Encoders. 3621 /// </summary> 3622 public static string OptionsView_EnableQuicksyncEncoding { 3623 get { 3624 return ResourceManager.GetString("OptionsView_EnableQuicksyncEncoding", resourceCulture); 3625 } 3626 } 3627 3628 /// <summary> 3629 /// Looks up a localized string similar to Enable Low Power QuickSync Hardware (where supported).. 3630 /// </summary> 3631 public static string OptionsView_EnableQuicksyncLowPower { 3632 get { 3633 return ResourceManager.GetString("OptionsView_EnableQuicksyncLowPower", resourceCulture); 3634 } 3635 } 3636 3637 /// <summary> 3638 /// Looks up a localized string similar to Allow use of the AMD VCE Encoders. 3639 /// </summary> 3640 public static string OptionsView_EnableVceEncoding { 3641 get { 3642 return ResourceManager.GetString("OptionsView_EnableVceEncoding", resourceCulture); 3643 } 3644 } 3645 3646 /// <summary> 3647 /// Looks up a localized string similar to Run each queued job in a separate worker process.. 3648 /// </summary> 3649 public static string OptionsView_EnableWorkerProcesses { 3650 get { 3651 return ResourceManager.GetString("OptionsView_EnableWorkerProcesses", resourceCulture); 3652 } 3653 } 3654 3655 /// <summary> 3656 /// Looks up a localized string similar to Filename collision behaviour:. 3657 /// </summary> 3658 public static string OptionsView_FileCollisionBehaviour { 3659 get { 3660 return ResourceManager.GetString("OptionsView_FileCollisionBehaviour", resourceCulture); 3661 } 3662 } 3663 3664 /// <summary> 3665 /// Looks up a localized string similar to File overwrite behaviour:. 3666 /// </summary> 3667 public static string OptionsView_FileOverwriteBehaviour { 3668 get { 3669 return ResourceManager.GetString("OptionsView_FileOverwriteBehaviour", resourceCulture); 3670 } 3671 } 3672 3673 /// <summary> 3674 /// Looks up a localized string similar to Live Update Options: {source} {title} {chapters} 3675 ///Non-Live Options: {date} {time} {creation-date} {creation-time} {quality} {bitrate} (These only change if you scan a new source, change title or chapters). 3676 /// </summary> 3677 public static string OptionsView_FormatOptions { 3678 get { 3679 return ResourceManager.GetString("OptionsView_FormatOptions", resourceCulture); 3680 } 3681 } 3682 3683 /// <summary> 3684 /// Looks up a localized string similar to Hardware encoding support is currently disabled. If you did not start HandBrake with the "--no-hardware" option, please make sure you are running up-to-date drivers for all graphics adaptors in this system. 3685 /// 3686 ///This will not impact any of the software encoders.. 3687 /// </summary> 3688 public static string OptionsView_HardwareDetectFailed { 3689 get { 3690 return ResourceManager.GetString("OptionsView_HardwareDetectFailed", resourceCulture); 3691 } 3692 } 3693 3694 /// <summary> 3695 /// Looks up a localized string similar to The file format entered contained invalid characters. These have been removed. . 3696 /// </summary> 3697 public static string OptionsView_InvalidFileFormatChars { 3698 get { 3699 return ResourceManager.GetString("OptionsView_InvalidFileFormatChars", resourceCulture); 3700 } 3701 } 3702 3703 /// <summary> 3704 /// Looks up a localized string similar to Language:. 3705 /// </summary> 3706 public static string OptionsView_Language { 3707 get { 3708 return ResourceManager.GetString("OptionsView_Language", resourceCulture); 3709 } 3710 } 3711 3712 /// <summary> 3713 /// Looks up a localized string similar to HandBrake's Log file directory has been cleared!. 3714 /// </summary> 3715 public static string OptionsView_LogsCleared { 3716 get { 3717 return ResourceManager.GetString("OptionsView_LogsCleared", resourceCulture); 3718 } 3719 } 3720 3721 /// <summary> 3722 /// Looks up a localized string similar to No audio file has been set. Please click 'Browse' to select a wav or mp3 file for playback.. 3723 /// </summary> 3724 public static string OptionsView_MediaFileNotSet { 3725 get { 3726 return ResourceManager.GetString("OptionsView_MediaFileNotSet", resourceCulture); 3727 } 3728 } 3729 3730 /// <summary> 3731 /// Looks up a localized string similar to Notice. 3732 /// </summary> 3733 public static string OptionsView_Notice { 3734 get { 3735 return ResourceManager.GetString("OptionsView_Notice", resourceCulture); 3736 } 3737 } 3738 3739 /// <summary> 3740 /// Looks up a localized string similar to (Not supported on this system). 3741 /// </summary> 3742 public static string OptionsView_NotSupported { 3743 get { 3744 return ResourceManager.GetString("OptionsView_NotSupported", resourceCulture); 3745 } 3746 } 3747 3748 /// <summary> 3749 /// Looks up a localized string similar to Available Options: {source_path} {source_folder_name} {source}. 3750 /// </summary> 3751 public static string OptionsView_PathOptions { 3752 get { 3753 return ResourceManager.GetString("OptionsView_PathOptions", resourceCulture); 3754 } 3755 } 3756 3757 /// <summary> 3758 /// Looks up a localized string similar to Play. 3759 /// </summary> 3760 public static string OptionsView_Play { 3761 get { 3762 return ResourceManager.GetString("OptionsView_Play", resourceCulture); 3763 } 3764 } 3765 3766 /// <summary> 3767 /// Looks up a localized string similar to Play a sound when each encode completes. 3768 /// </summary> 3769 public static string OptionsView_PlaySoundWhenDone { 3770 get { 3771 return ResourceManager.GetString("OptionsView_PlaySoundWhenDone", resourceCulture); 3772 } 3773 } 3774 3775 /// <summary> 3776 /// Looks up a localized string similar to Play a sound when the queue completes. 3777 /// </summary> 3778 public static string OptionsView_PlaySoundWhenQueueDone { 3779 get { 3780 return ResourceManager.GetString("OptionsView_PlaySoundWhenQueueDone", resourceCulture); 3781 } 3782 } 3783 3784 /// <summary> 3785 /// Looks up a localized string similar to Preparing for Update .... 3786 /// </summary> 3787 public static string OptionsView_PreparingUpdate { 3788 get { 3789 return ResourceManager.GetString("OptionsView_PreparingUpdate", resourceCulture); 3790 } 3791 } 3792 3793 /// <summary> 3794 /// Looks up a localized string similar to Choose how presets are displayed in menus:. 3795 /// </summary> 3796 public static string OptionsView_PresetDisplayMode { 3797 get { 3798 return ResourceManager.GetString("OptionsView_PresetDisplayMode", resourceCulture); 3799 } 3800 } 3801 3802 /// <summary> 3803 /// Looks up a localized string similar to Process Isolation. 3804 /// </summary> 3805 public static string OptionsView_ProcessIsolation { 3806 get { 3807 return ResourceManager.GetString("OptionsView_ProcessIsolation", resourceCulture); 3808 } 3809 } 3810 3811 /// <summary> 3812 /// Looks up a localized string similar to Please note, using this feature will start an HTTP server bound to 127.0.0.1 on the port stated.. 3813 /// </summary> 3814 public static string OptionsView_ProcessIsolation_Warning1 { 3815 get { 3816 return ResourceManager.GetString("OptionsView_ProcessIsolation_Warning1", resourceCulture); 3817 } 3818 } 3819 3820 /// <summary> 3821 /// Looks up a localized string similar to If the set port is in use, it will find the first free port within +100 from the defined port.. 3822 /// </summary> 3823 public static string OptionsView_ProcessIsolation_Warning2 { 3824 get { 3825 return ResourceManager.GetString("OptionsView_ProcessIsolation_Warning2", resourceCulture); 3826 } 3827 } 3828 3829 /// <summary> 3830 /// Looks up a localized string similar to Port range must be between 5000 and 32767. 3831 /// </summary> 3832 public static string OptionsView_RemotePortLimit { 3833 get { 3834 return ResourceManager.GetString("OptionsView_RemotePortLimit", resourceCulture); 3835 } 3836 } 3837 3838 /// <summary> 3839 /// Looks up a localized string similar to (Requires Restart). 3840 /// </summary> 3841 public static string OptionsView_RequiresRestart { 3842 get { 3843 return ResourceManager.GetString("OptionsView_RequiresRestart", resourceCulture); 3844 } 3845 } 3846 3847 /// <summary> 3848 /// Looks up a localized string similar to Warning: Please note that this is a "Safe Mode" build of HandBrake that does not include support for hardware encoders. If you wish to use hardware encoder support, please download a non-"Safe Mode" build from the website.. 3849 /// </summary> 3850 public static string OptionsView_SafeMode { 3851 get { 3852 return ResourceManager.GetString("OptionsView_SafeMode", resourceCulture); 3853 } 3854 } 3855 3856 /// <summary> 3857 /// Looks up a localized string similar to Please select a folder.. 3858 /// </summary> 3859 public static string OptionsView_SelectFolder { 3860 get { 3861 return ResourceManager.GetString("OptionsView_SelectFolder", resourceCulture); 3862 } 3863 } 3864 3865 /// <summary> 3866 /// Looks up a localized string similar to Replacement Placeholders: {source} {destination}. 3867 /// </summary> 3868 public static string OptionsView_SendFileToArgPlaceholders { 3869 get { 3870 return ResourceManager.GetString("OptionsView_SendFileToArgPlaceholders", resourceCulture); 3871 } 3872 } 3873 3874 /// <summary> 3875 /// Looks up a localized string similar to Click 'Browse' to set the default location. 3876 /// </summary> 3877 public static string OptionsView_SetDefaultLocationOutputFIle { 3878 get { 3879 return ResourceManager.GetString("OptionsView_SetDefaultLocationOutputFIle", resourceCulture); 3880 } 3881 } 3882 3883 /// <summary> 3884 /// Looks up a localized string similar to Show previews on summary tab.. 3885 /// </summary> 3886 public static string OptionsView_ShowPreviewOnSummaryTab { 3887 get { 3888 return ResourceManager.GetString("OptionsView_ShowPreviewOnSummaryTab", resourceCulture); 3889 } 3890 } 3891 3892 /// <summary> 3893 /// Looks up a localized string similar to Show the encode status in the application title bar.. 3894 /// </summary> 3895 public static string OptionsView_ShowStatusInTitleBar { 3896 get { 3897 return ResourceManager.GetString("OptionsView_ShowStatusInTitleBar", resourceCulture); 3898 } 3899 } 3900 3901 /// <summary> 3902 /// Looks up a localized string similar to Maximum number of simultaneous encodes:. 3903 /// </summary> 3904 public static string OptionsView_SimultaneousEncodes { 3905 get { 3906 return ResourceManager.GetString("OptionsView_SimultaneousEncodes", resourceCulture); 3907 } 3908 } 3909 3910 /// <summary> 3911 /// Looks up a localized string similar to Notice: This is the upper limit of simultaneous jobs. Hardware limitations may take effect which lowers the actual number of simultaneous jobs during encoding.. 3912 /// </summary> 3913 public static string OptionsView_SimultaneousHardwareLimitNotice { 3914 get { 3915 return ResourceManager.GetString("OptionsView_SimultaneousHardwareLimitNotice", resourceCulture); 3916 } 3917 } 3918 3919 /// <summary> 3920 /// Looks up a localized string similar to ( Windows 10 Only! ). 3921 /// </summary> 3922 public static string OptionsView_Win10Only { 3923 get { 3924 return ResourceManager.GetString("OptionsView_Win10Only", resourceCulture); 3925 } 3926 } 3927 3928 /// <summary> 3929 /// Looks up a localized string similar to Default network port for worker:. 3930 /// </summary> 3931 public static string OptionsView_WorkerDefaultPort { 3932 get { 3933 return ResourceManager.GetString("OptionsView_WorkerDefaultPort", resourceCulture); 3934 } 3935 } 3936 3937 /// <summary> 3938 /// Looks up a localized string similar to Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version. 3939 /// Please check the website for release notes.. 3940 /// </summary> 3941 public static string OptionsViewModel_64bitAvailable { 3942 get { 3943 return ResourceManager.GetString("OptionsViewModel_64bitAvailable", resourceCulture); 3944 } 3945 } 3946 3947 /// <summary> 3948 /// Looks up a localized string similar to Click 'Check for Updates' to check for new versions. 3949 /// </summary> 3950 public static string OptionsViewModel_CheckForUpdatesMsg { 3951 get { 3952 return ResourceManager.GetString("OptionsViewModel_CheckForUpdatesMsg", resourceCulture); 3953 } 3954 } 3955 3956 /// <summary> 3957 /// Looks up a localized string similar to The default auto name path was not valid. {0} must not be before {1}. 3958 /// </summary> 3959 public static string OptionsViewModel_InvalidAutonamePath { 3960 get { 3961 return ResourceManager.GetString("OptionsViewModel_InvalidAutonamePath", resourceCulture); 3962 } 3963 } 3964 3965 /// <summary> 3966 /// Looks up a localized string similar to A New Update is Available! Please check the website for release notes.. 3967 /// </summary> 3968 public static string OptionsViewModel_NewUpdate { 3969 get { 3970 return ResourceManager.GetString("OptionsViewModel_NewUpdate", resourceCulture); 3971 } 3972 } 3973 3974 /// <summary> 3975 /// Looks up a localized string similar to There are no new updates at this time.. 3976 /// </summary> 3977 public static string OptionsViewModel_NoNewUpdates { 3978 get { 3979 return ResourceManager.GetString("OptionsViewModel_NoNewUpdates", resourceCulture); 3980 } 3981 } 3982 3983 /// <summary> 3984 /// Looks up a localized string similar to Reset Settings. 3985 /// </summary> 3986 public static string OptionsViewModel_ResetHandBrake { 3987 get { 3988 return ResourceManager.GetString("OptionsViewModel_ResetHandBrake", resourceCulture); 3989 } 3990 } 3991 3992 /// <summary> 3993 /// Looks up a localized string similar to Are you sure you wish to reset HandBrake to default settings?. 3994 /// </summary> 3995 public static string OptionsViewModel_ResetHandBrakeQuestion { 3996 get { 3997 return ResourceManager.GetString("OptionsViewModel_ResetHandBrakeQuestion", resourceCulture); 3998 } 3999 } 4000 4001 /// <summary> 4002 /// Looks up a localized string similar to Update Downloaded. 4003 /// </summary> 4004 public static string OptionsViewModel_UpdateDownloaded { 4005 get { 4006 return ResourceManager.GetString("OptionsViewModel_UpdateDownloaded", resourceCulture); 4007 } 4008 } 4009 4010 /// <summary> 4011 /// Looks up a localized string similar to Update Failed. You can try downloading the update from https://handbrake.fr. 4012 /// </summary> 4013 public static string OptionsViewModel_UpdateFailed { 4014 get { 4015 return ResourceManager.GetString("OptionsViewModel_UpdateFailed", resourceCulture); 4016 } 4017 } 4018 4019 /// <summary> 4020 /// Looks up a localized string similar to Before Updating: 4021 ///- Make sure there are no pending encodes in the queue. 4022 ///- Backup or make a note of any custom presets you have created as they may not be fully compatible with newer versions.. 4023 /// </summary> 4024 public static string OptionsViewModel_UpdateNotice { 4025 get { 4026 return ResourceManager.GetString("OptionsViewModel_UpdateNotice", resourceCulture); 4027 } 4028 } 4029 4030 /// <summary> 4031 /// Looks up a localized string similar to Update Service Unavailable. You can try downloading the update from https://handbrake.fr. 4032 /// </summary> 4033 public static string OptionsViewModel_UpdateServiceUnavailable { 4034 get { 4035 return ResourceManager.GetString("OptionsViewModel_UpdateServiceUnavailable", resourceCulture); 4036 } 4037 } 4038 4039 /// <summary> 4040 /// Looks up a localized string similar to HandBrake requires a 64bit version of Windows 7 or later to run.. 4041 /// </summary> 4042 public static string OsBitnessWarning { 4043 get { 4044 return ResourceManager.GetString("OsBitnessWarning", resourceCulture); 4045 } 4046 } 4047 4048 /// <summary> 4049 /// Looks up a localized string similar to HandBrake requires Windows 7 or later to run. Version 0.9.9 (XP) and 0.10.5 (Vista) was the last version to support these versions.. 4050 /// </summary> 4051 public static string OsVersionWarning { 4052 get { 4053 return ResourceManager.GetString("OsVersionWarning", resourceCulture); 4054 } 4055 } 4056 4057 /// <summary> 4058 /// Looks up a localized string similar to Overwrite?. 4059 /// </summary> 4060 public static string Overwrite { 4061 get { 4062 return ResourceManager.GetString("Overwrite", resourceCulture); 4063 } 4064 } 4065 4066 /// <summary> 4067 /// Looks up a localized string similar to Black. 4068 /// </summary> 4069 public static string PadColour_Black { 4070 get { 4071 return ResourceManager.GetString("PadColour_Black", resourceCulture); 4072 } 4073 } 4074 4075 /// <summary> 4076 /// Looks up a localized string similar to Custom. 4077 /// </summary> 4078 public static string PadColour_Custom { 4079 get { 4080 return ResourceManager.GetString("PadColour_Custom", resourceCulture); 4081 } 4082 } 4083 4084 /// <summary> 4085 /// Looks up a localized string similar to White. 4086 /// </summary> 4087 public static string PadColour_White { 4088 get { 4089 return ResourceManager.GetString("PadColour_White", resourceCulture); 4090 } 4091 } 4092 4093 /// <summary> 4094 /// Looks up a localized string similar to Custom (Not Limited). 4095 /// </summary> 4096 public static string PaddingMode_Custom { 4097 get { 4098 return ResourceManager.GetString("PaddingMode_Custom", resourceCulture); 4099 } 4100 } 4101 4102 /// <summary> 4103 /// Looks up a localized string similar to Fill (Surround). 4104 /// </summary> 4105 public static string PaddingMode_Fill { 4106 get { 4107 return ResourceManager.GetString("PaddingMode_Fill", resourceCulture); 4108 } 4109 } 4110 4111 /// <summary> 4112 /// Looks up a localized string similar to Height (Pillarbox). 4113 /// </summary> 4114 public static string PaddingMode_Height { 4115 get { 4116 return ResourceManager.GetString("PaddingMode_Height", resourceCulture); 4117 } 4118 } 4119 4120 /// <summary> 4121 /// Looks up a localized string similar to None. 4122 /// </summary> 4123 public static string PaddingMode_None { 4124 get { 4125 return ResourceManager.GetString("PaddingMode_None", resourceCulture); 4126 } 4127 } 4128 4129 /// <summary> 4130 /// Looks up a localized string similar to Width (Letterbox). 4131 /// </summary> 4132 public static string PaddingMode_Width { 4133 get { 4134 return ResourceManager.GetString("PaddingMode_Width", resourceCulture); 4135 } 4136 } 4137 4138 /// <summary> 4139 /// Looks up a localized string similar to Queue Paused. Warning, the drive you are encoding to is low on disk space. Please free up some space and press start to continue. You can also adjust the minimum space level in preferences.. 4140 /// </summary> 4141 public static string PauseOnLowDiskspace { 4142 get { 4143 return ResourceManager.GetString("PauseOnLowDiskspace", resourceCulture); 4144 } 4145 } 4146 4147 /// <summary> 4148 /// Looks up a localized string similar to Output: {0}. 4149 /// </summary> 4150 public static string PictureSettings_OutputResolution { 4151 get { 4152 return ResourceManager.GetString("PictureSettings_OutputResolution", resourceCulture); 4153 } 4154 } 4155 4156 /// <summary> 4157 /// Looks up a localized string similar to 1080p HD. 4158 /// </summary> 4159 public static string PictureSettingsResLimitModes_1080p { 4160 get { 4161 return ResourceManager.GetString("PictureSettingsResLimitModes_1080p", resourceCulture); 4162 } 4163 } 4164 4165 /// <summary> 4166 /// Looks up a localized string similar to 480p NTSC SD. 4167 /// </summary> 4168 public static string PictureSettingsResLimitModes_480p { 4169 get { 4170 return ResourceManager.GetString("PictureSettingsResLimitModes_480p", resourceCulture); 4171 } 4172 } 4173 4174 /// <summary> 4175 /// Looks up a localized string similar to 2160p 4K Ultra HD. 4176 /// </summary> 4177 public static string PictureSettingsResLimitModes_4K { 4178 get { 4179 return ResourceManager.GetString("PictureSettingsResLimitModes_4K", resourceCulture); 4180 } 4181 } 4182 4183 /// <summary> 4184 /// Looks up a localized string similar to 576p PAL SD. 4185 /// </summary> 4186 public static string PictureSettingsResLimitModes_576p { 4187 get { 4188 return ResourceManager.GetString("PictureSettingsResLimitModes_576p", resourceCulture); 4189 } 4190 } 4191 4192 /// <summary> 4193 /// Looks up a localized string similar to 720p HD. 4194 /// </summary> 4195 public static string PictureSettingsResLimitModes_720p { 4196 get { 4197 return ResourceManager.GetString("PictureSettingsResLimitModes_720p", resourceCulture); 4198 } 4199 } 4200 4201 /// <summary> 4202 /// Looks up a localized string similar to 4320p 8K Ultra HD. 4203 /// </summary> 4204 public static string PictureSettingsResLimitModes_8K { 4205 get { 4206 return ResourceManager.GetString("PictureSettingsResLimitModes_8K", resourceCulture); 4207 } 4208 } 4209 4210 /// <summary> 4211 /// Looks up a localized string similar to Custom. 4212 /// </summary> 4213 public static string PictureSettingsResLimitModes_custom { 4214 get { 4215 return ResourceManager.GetString("PictureSettingsResLimitModes_custom", resourceCulture); 4216 } 4217 } 4218 4219 /// <summary> 4220 /// Looks up a localized string similar to None. 4221 /// </summary> 4222 public static string PictureSettingsResLimitModes_none { 4223 get { 4224 return ResourceManager.GetString("PictureSettingsResLimitModes_none", resourceCulture); 4225 } 4226 } 4227 4228 /// <summary> 4229 /// Looks up a localized string similar to Anamorphic:. 4230 /// </summary> 4231 public static string PictureSettingsView_Anamorphic { 4232 get { 4233 return ResourceManager.GetString("PictureSettingsView_Anamorphic", resourceCulture); 4234 } 4235 } 4236 4237 /// <summary> 4238 /// Looks up a localized string similar to Automatic. 4239 /// </summary> 4240 public static string PictureSettingsView_Automatic { 4241 get { 4242 return ResourceManager.GetString("PictureSettingsView_Automatic", resourceCulture); 4243 } 4244 } 4245 4246 /// <summary> 4247 /// Looks up a localized string similar to Borders:. 4248 /// </summary> 4249 public static string PictureSettingsView_Borders { 4250 get { 4251 return ResourceManager.GetString("PictureSettingsView_Borders", resourceCulture); 4252 } 4253 } 4254 4255 /// <summary> 4256 /// Looks up a localized string similar to Bottom. 4257 /// </summary> 4258 public static string PictureSettingsView_Bottom { 4259 get { 4260 return ResourceManager.GetString("PictureSettingsView_Bottom", resourceCulture); 4261 } 4262 } 4263 4264 /// <summary> 4265 /// Looks up a localized string similar to Cropping:. 4266 /// </summary> 4267 public static string PictureSettingsView_Cropping { 4268 get { 4269 return ResourceManager.GetString("PictureSettingsView_Cropping", resourceCulture); 4270 } 4271 } 4272 4273 /// <summary> 4274 /// Looks up a localized string similar to Custom. 4275 /// </summary> 4276 public static string PictureSettingsView_Custom { 4277 get { 4278 return ResourceManager.GetString("PictureSettingsView_Custom", resourceCulture); 4279 } 4280 } 4281 4282 /// <summary> 4283 /// Looks up a localized string similar to Display Size:. 4284 /// </summary> 4285 public static string PictureSettingsView_DisplayWidth { 4286 get { 4287 return ResourceManager.GetString("PictureSettingsView_DisplayWidth", resourceCulture); 4288 } 4289 } 4290 4291 /// <summary> 4292 /// Looks up a localized string similar to Height:. 4293 /// </summary> 4294 public static string PictureSettingsView_Height { 4295 get { 4296 return ResourceManager.GetString("PictureSettingsView_Height", resourceCulture); 4297 } 4298 } 4299 4300 /// <summary> 4301 /// Looks up a localized string similar to Automatic. 4302 /// </summary> 4303 public static string PictureSettingsView_KeepAR { 4304 get { 4305 return ResourceManager.GetString("PictureSettingsView_KeepAR", resourceCulture); 4306 } 4307 } 4308 4309 /// <summary> 4310 /// Looks up a localized string similar to Left. 4311 /// </summary> 4312 public static string PictureSettingsView_Left { 4313 get { 4314 return ResourceManager.GetString("PictureSettingsView_Left", resourceCulture); 4315 } 4316 } 4317 4318 /// <summary> 4319 /// Looks up a localized string similar to Max Height:. 4320 /// </summary> 4321 public static string PictureSettingsView_MaxHeight { 4322 get { 4323 return ResourceManager.GetString("PictureSettingsView_MaxHeight", resourceCulture); 4324 } 4325 } 4326 4327 /// <summary> 4328 /// Looks up a localized string similar to Maximum Size:. 4329 /// </summary> 4330 public static string PictureSettingsView_MaxSize { 4331 get { 4332 return ResourceManager.GetString("PictureSettingsView_MaxSize", resourceCulture); 4333 } 4334 } 4335 4336 /// <summary> 4337 /// Looks up a localized string similar to Max Width:. 4338 /// </summary> 4339 public static string PictureSettingsView_MaxWidth { 4340 get { 4341 return ResourceManager.GetString("PictureSettingsView_MaxWidth", resourceCulture); 4342 } 4343 } 4344 4345 /// <summary> 4346 /// Looks up a localized string similar to Final Dimensions:. 4347 /// </summary> 4348 public static string PictureSettingsView_Output { 4349 get { 4350 return ResourceManager.GetString("PictureSettingsView_Output", resourceCulture); 4351 } 4352 } 4353 4354 /// <summary> 4355 /// Looks up a localized string similar to Fill:. 4356 /// </summary> 4357 public static string PictureSettingsView_Padding { 4358 get { 4359 return ResourceManager.GetString("PictureSettingsView_Padding", resourceCulture); 4360 } 4361 } 4362 4363 /// <summary> 4364 /// Looks up a localized string similar to Colour:. 4365 /// </summary> 4366 public static string PictureSettingsView_PaddingColour { 4367 get { 4368 return ResourceManager.GetString("PictureSettingsView_PaddingColour", resourceCulture); 4369 } 4370 } 4371 4372 /// <summary> 4373 /// Looks up a localized string similar to RGB Value:. 4374 /// </summary> 4375 public static string PictureSettingsView_PaddingCustomColour { 4376 get { 4377 return ResourceManager.GetString("PictureSettingsView_PaddingCustomColour", resourceCulture); 4378 } 4379 } 4380 4381 /// <summary> 4382 /// Looks up a localized string similar to Pixel Aspect:. 4383 /// </summary> 4384 public static string PictureSettingsView_PAR { 4385 get { 4386 return ResourceManager.GetString("PictureSettingsView_PAR", resourceCulture); 4387 } 4388 } 4389 4390 /// <summary> 4391 /// Looks up a localized string similar to Resolution and Scaling:. 4392 /// </summary> 4393 public static string PictureSettingsView_ResAndScaling { 4394 get { 4395 return ResourceManager.GetString("PictureSettingsView_ResAndScaling", resourceCulture); 4396 } 4397 } 4398 4399 /// <summary> 4400 /// Looks up a localized string similar to Resolution Limit:. 4401 /// </summary> 4402 public static string PictureSettingsView_ResLimit { 4403 get { 4404 return ResourceManager.GetString("PictureSettingsView_ResLimit", resourceCulture); 4405 } 4406 } 4407 4408 /// <summary> 4409 /// Looks up a localized string similar to Right. 4410 /// </summary> 4411 public static string PictureSettingsView_Right { 4412 get { 4413 return ResourceManager.GetString("PictureSettingsView_Right", resourceCulture); 4414 } 4415 } 4416 4417 /// <summary> 4418 /// Looks up a localized string similar to Orientation and Cropping:. 4419 /// </summary> 4420 public static string PictureSettingsView_RotateAndCrop { 4421 get { 4422 return ResourceManager.GetString("PictureSettingsView_RotateAndCrop", resourceCulture); 4423 } 4424 } 4425 4426 /// <summary> 4427 /// Looks up a localized string similar to Open Preview. 4428 /// </summary> 4429 public static string PictureSettingsView_SeePreview { 4430 get { 4431 return ResourceManager.GetString("PictureSettingsView_SeePreview", resourceCulture); 4432 } 4433 } 4434 4435 /// <summary> 4436 /// Looks up a localized string similar to Size. 4437 /// </summary> 4438 public static string PictureSettingsView_Size { 4439 get { 4440 return ResourceManager.GetString("PictureSettingsView_Size", resourceCulture); 4441 } 4442 } 4443 4444 /// <summary> 4445 /// Looks up a localized string similar to Source Dimensions:. 4446 /// </summary> 4447 public static string PictureSettingsView_SourceDimensions { 4448 get { 4449 return ResourceManager.GetString("PictureSettingsView_SourceDimensions", resourceCulture); 4450 } 4451 } 4452 4453 /// <summary> 4454 /// Looks up a localized string similar to Top. 4455 /// </summary> 4456 public static string PictureSettingsView_Top { 4457 get { 4458 return ResourceManager.GetString("PictureSettingsView_Top", resourceCulture); 4459 } 4460 } 4461 4462 /// <summary> 4463 /// Looks up a localized string similar to Scaled Size:. 4464 /// </summary> 4465 public static string PictureSettingsView_Width { 4466 get { 4467 return ResourceManager.GetString("PictureSettingsView_Width", resourceCulture); 4468 } 4469 } 4470 4471 /// <summary> 4472 /// Looks up a localized string similar to Aspect Ratio: {0}. 4473 /// </summary> 4474 public static string PictureSettingsViewModel_AspectRatioLabel { 4475 get { 4476 return ResourceManager.GetString("PictureSettingsViewModel_AspectRatioLabel", resourceCulture); 4477 } 4478 } 4479 4480 /// <summary> 4481 /// Looks up a localized string similar to Storage Size: {0}x{1} Display Size: {2}x{3} Aspect Ratio: {4}. 4482 /// </summary> 4483 public static string PictureSettingsViewModel_SourceInfo { 4484 get { 4485 return ResourceManager.GetString("PictureSettingsViewModel_SourceInfo", resourceCulture); 4486 } 4487 } 4488 4489 /// <summary> 4490 /// Looks up a localized string similar to Storage Size: {0}x{1}. 4491 /// </summary> 4492 public static string PictureSettingsViewModel_StorageDisplayLabel { 4493 get { 4494 return ResourceManager.GetString("PictureSettingsViewModel_StorageDisplayLabel", resourceCulture); 4495 } 4496 } 4497 4498 /// <summary> 4499 /// Looks up a localized string similar to Chapters. 4500 /// </summary> 4501 public static string PointToPointMode_Chapters { 4502 get { 4503 return ResourceManager.GetString("PointToPointMode_Chapters", resourceCulture); 4504 } 4505 } 4506 4507 /// <summary> 4508 /// Looks up a localized string similar to Frames. 4509 /// </summary> 4510 public static string PointToPointMode_Frames { 4511 get { 4512 return ResourceManager.GetString("PointToPointMode_Frames", resourceCulture); 4513 } 4514 } 4515 4516 /// <summary> 4517 /// Looks up a localized string similar to Preview. 4518 /// </summary> 4519 public static string PointToPointMode_Preview { 4520 get { 4521 return ResourceManager.GetString("PointToPointMode_Preview", resourceCulture); 4522 } 4523 } 4524 4525 /// <summary> 4526 /// Looks up a localized string similar to Seconds. 4527 /// </summary> 4528 public static string PointToPointMode_Seconds { 4529 get { 4530 return ResourceManager.GetString("PointToPointMode_Seconds", resourceCulture); 4531 } 4532 } 4533 4534 /// <summary> 4535 /// Looks up a localized string similar to Portable Mode: Unable to read portable.ini. There may be an error in this file. Please retry using portable.ini.template as a guide.. 4536 /// </summary> 4537 public static string Portable_IniFileError { 4538 get { 4539 return ResourceManager.GetString("Portable_IniFileError", resourceCulture); 4540 } 4541 } 4542 4543 /// <summary> 4544 /// Looks up a localized string similar to Portable Mode: Unable to create Storage directory. Please check the path is correct and is writable. 4545 /// 4546 /// {0}. 4547 /// </summary> 4548 public static string Portable_StorageNotWritable { 4549 get { 4550 return ResourceManager.GetString("Portable_StorageNotWritable", resourceCulture); 4551 } 4552 } 4553 4554 /// <summary> 4555 /// Looks up a localized string similar to Portable Mode: Unable to create TMP directory. Please check the path is correct and is writable. 4556 /// 4557 /// {0}. 4558 /// </summary> 4559 public static string Portable_TmpNotWritable { 4560 get { 4561 return ResourceManager.GetString("Portable_TmpNotWritable", resourceCulture); 4562 } 4563 } 4564 4565 /// <summary> 4566 /// Looks up a localized string similar to Preferences. 4567 /// </summary> 4568 public static string Preferences { 4569 get { 4570 return ResourceManager.GetString("Preferences", resourceCulture); 4571 } 4572 } 4573 4574 /// <summary> 4575 /// Looks up a localized string similar to Custom. 4576 /// </summary> 4577 public static string Preset_Custom { 4578 get { 4579 return ResourceManager.GetString("Preset_Custom", resourceCulture); 4580 } 4581 } 4582 4583 /// <summary> 4584 /// Looks up a localized string similar to (Default). 4585 /// </summary> 4586 public static string Preset_Default { 4587 get { 4588 return ResourceManager.GetString("Preset_Default", resourceCulture); 4589 } 4590 } 4591 4592 /// <summary> 4593 /// Looks up a localized string similar to Export to file. 4594 /// </summary> 4595 public static string Preset_Export { 4596 get { 4597 return ResourceManager.GetString("Preset_Export", resourceCulture); 4598 } 4599 } 4600 4601 /// <summary> 4602 /// Looks up a localized string similar to Import from file. 4603 /// </summary> 4604 public static string Preset_Import { 4605 get { 4606 return ResourceManager.GetString("Preset_Import", resourceCulture); 4607 } 4608 } 4609 4610 /// <summary> 4611 /// Looks up a localized string similar to (Not Available). 4612 /// </summary> 4613 public static string Preset_NotAvailable { 4614 get { 4615 return ResourceManager.GetString("Preset_NotAvailable", resourceCulture); 4616 } 4617 } 4618 4619 /// <summary> 4620 /// Looks up a localized string similar to Official. 4621 /// </summary> 4622 public static string Preset_Official { 4623 get { 4624 return ResourceManager.GetString("Preset_Official", resourceCulture); 4625 } 4626 } 4627 4628 /// <summary> 4629 /// Looks up a localized string similar to Preset Version. 4630 /// </summary> 4631 public static string Preset_OldVersion_Header { 4632 get { 4633 return ResourceManager.GetString("Preset_OldVersion_Header", resourceCulture); 4634 } 4635 } 4636 4637 /// <summary> 4638 /// Looks up a localized string similar to The preset you are trying to import is from a different version of HandBrake. 4639 /// It may not be possible to import all the values from this preset. 4640 /// 4641 ///Do you wish to proceed?. 4642 /// </summary> 4643 public static string Preset_OldVersion_Message { 4644 get { 4645 return ResourceManager.GetString("Preset_OldVersion_Message", resourceCulture); 4646 } 4647 } 4648 4649 /// <summary> 4650 /// Looks up a localized string similar to Unable to import preset!. 4651 /// </summary> 4652 public static string Preset_UnableToImport_Header { 4653 get { 4654 return ResourceManager.GetString("Preset_UnableToImport_Header", resourceCulture); 4655 } 4656 } 4657 4658 /// <summary> 4659 /// Looks up a localized string similar to Unable to import the preset as it appears to be corrupted or from an older version of HandBrake.. 4660 /// </summary> 4661 public static string Preset_UnableToImport_Message { 4662 get { 4663 return ResourceManager.GetString("Preset_UnableToImport_Message", resourceCulture); 4664 } 4665 } 4666 4667 /// <summary> 4668 /// Looks up a localized string similar to Categories. 4669 /// </summary> 4670 public static string PresetDisplayMode_Category { 4671 get { 4672 return ResourceManager.GetString("PresetDisplayMode_Category", resourceCulture); 4673 } 4674 } 4675 4676 /// <summary> 4677 /// Looks up a localized string similar to Flat. 4678 /// </summary> 4679 public static string PresetDisplayMode_Flat { 4680 get { 4681 return ResourceManager.GetString("PresetDisplayMode_Flat", resourceCulture); 4682 } 4683 } 4684 4685 /// <summary> 4686 /// Looks up a localized string similar to Partially Flat. 4687 /// </summary> 4688 public static string PresetDisplayMode_Partial { 4689 get { 4690 return ResourceManager.GetString("PresetDisplayMode_Partial", resourceCulture); 4691 } 4692 } 4693 4694 /// <summary> 4695 /// Looks up a localized string similar to Delete Preset. 4696 /// </summary> 4697 public static string PresetManagerView_Delete { 4698 get { 4699 return ResourceManager.GetString("PresetManagerView_Delete", resourceCulture); 4700 } 4701 } 4702 4703 /// <summary> 4704 /// Looks up a localized string similar to Manage Presets. 4705 /// </summary> 4706 public static string PresetManger_Title { 4707 get { 4708 return ResourceManager.GetString("PresetManger_Title", resourceCulture); 4709 } 4710 } 4711 4712 /// <summary> 4713 /// Looks up a localized string similar to Custom. 4714 /// </summary> 4715 public static string PresetPictureSettingsMode_Custom { 4716 get { 4717 return ResourceManager.GetString("PresetPictureSettingsMode_Custom", resourceCulture); 4718 } 4719 } 4720 4721 /// <summary> 4722 /// Looks up a localized string similar to None. 4723 /// </summary> 4724 public static string PresetPictureSettingsMode_None { 4725 get { 4726 return ResourceManager.GetString("PresetPictureSettingsMode_None", resourceCulture); 4727 } 4728 } 4729 4730 /// <summary> 4731 /// Looks up a localized string similar to Always use Source Resolution. 4732 /// </summary> 4733 public static string PresetPictureSettingsMode_SourceMaximum { 4734 get { 4735 return ResourceManager.GetString("PresetPictureSettingsMode_SourceMaximum", resourceCulture); 4736 } 4737 } 4738 4739 /// <summary> 4740 /// Looks up a localized string similar to The preset you have selected is not available for use on this system. 4741 /// 4742 ///This is typically an indication that your system does not support the hardware required to utilise it. 4743 /// 4744 ///Please choose a different preset.. 4745 /// </summary> 4746 public static string Presets_NotAvailableForUse { 4747 get { 4748 return ResourceManager.GetString("Presets_NotAvailableForUse", resourceCulture); 4749 } 4750 } 4751 4752 /// <summary> 4753 /// Looks up a localized string similar to HandBrake is unable to upgrade your presets file to a new version format. 4754 ///Your preset file will be archived and new one created. You will need to re-create your own presets.. 4755 /// </summary> 4756 public static string Presets_PresetForceReset { 4757 get { 4758 return ResourceManager.GetString("Presets_PresetForceReset", resourceCulture); 4759 } 4760 } 4761 4762 /// <summary> 4763 /// Looks up a localized string similar to The Built-in presets have been reset.. 4764 /// </summary> 4765 public static string Presets_ResetComplete { 4766 get { 4767 return ResourceManager.GetString("Presets_ResetComplete", resourceCulture); 4768 } 4769 } 4770 4771 /// <summary> 4772 /// Looks up a localized string similar to Reset Complete. 4773 /// </summary> 4774 public static string Presets_ResetHeader { 4775 get { 4776 return ResourceManager.GetString("Presets_ResetHeader", resourceCulture); 4777 } 4778 } 4779 4780 /// <summary> 4781 /// Looks up a localized string similar to Archived File:. 4782 /// </summary> 4783 public static string PresetService_ArchiveFile { 4784 get { 4785 return ResourceManager.GetString("PresetService_ArchiveFile", resourceCulture); 4786 } 4787 } 4788 4789 /// <summary> 4790 /// Looks up a localized string similar to The category name you entered already exists. Please choose a different name.. 4791 /// </summary> 4792 public static string PresetService_CategoryAlreadyExists { 4793 get { 4794 return ResourceManager.GetString("PresetService_CategoryAlreadyExists", resourceCulture); 4795 } 4796 } 4797 4798 /// <summary> 4799 /// Looks up a localized string similar to The category name was empty. Please provide a name.. 4800 /// </summary> 4801 public static string PresetService_CategoryNameEmpty { 4802 get { 4803 return ResourceManager.GetString("PresetService_CategoryNameEmpty", resourceCulture); 4804 } 4805 } 4806 4807 /// <summary> 4808 /// Looks up a localized string similar to Your presets file contained built-in presets. The import function does not support importing these. Please use 'Presets Menu -> Reset Built In-Presets' to restore the standard presets. 4809 /// 4810 ///Where supported, any user presets will have been imported.. 4811 /// </summary> 4812 public static string PresetService_ImportingBuiltInWarning { 4813 get { 4814 return ResourceManager.GetString("PresetService_ImportingBuiltInWarning", resourceCulture); 4815 } 4816 } 4817 4818 /// <summary> 4819 /// Looks up a localized string similar to Unable to load presets.. 4820 /// </summary> 4821 public static string PresetService_UnableToLoad { 4822 get { 4823 return ResourceManager.GetString("PresetService_UnableToLoad", resourceCulture); 4824 } 4825 } 4826 4827 /// <summary> 4828 /// Looks up a localized string similar to HandBrake was unable to load your presets file. It may have been from an older unsupported version of HandBrake or corrupted. 4829 /// 4830 ///Your old presets file was archived to:. 4831 /// </summary> 4832 public static string PresetService_UnableToLoadPresets { 4833 get { 4834 return ResourceManager.GetString("PresetService_UnableToLoadPresets", resourceCulture); 4835 } 4836 } 4837 4838 /// <summary> 4839 /// Looks up a localized string similar to Preview {0}. 4840 /// </summary> 4841 public static string Preview { 4842 get { 4843 return ResourceManager.GetString("Preview", resourceCulture); 4844 } 4845 } 4846 4847 /// <summary> 4848 /// Looks up a localized string similar to Preview (Scaled). 4849 /// </summary> 4850 public static string Preview_Scaled { 4851 get { 4852 return ResourceManager.GetString("Preview_Scaled", resourceCulture); 4853 } 4854 } 4855 4856 /// <summary> 4857 /// Looks up a localized string similar to Above Normal. 4858 /// </summary> 4859 public static string ProcessPriority_AboveNormal { 4860 get { 4861 return ResourceManager.GetString("ProcessPriority_AboveNormal", resourceCulture); 4862 } 4863 } 4864 4865 /// <summary> 4866 /// Looks up a localized string similar to Below Normal. 4867 /// </summary> 4868 public static string ProcessPriority_BelowNormal { 4869 get { 4870 return ResourceManager.GetString("ProcessPriority_BelowNormal", resourceCulture); 4871 } 4872 } 4873 4874 /// <summary> 4875 /// Looks up a localized string similar to High. 4876 /// </summary> 4877 public static string ProcessPriority_High { 4878 get { 4879 return ResourceManager.GetString("ProcessPriority_High", resourceCulture); 4880 } 4881 } 4882 4883 /// <summary> 4884 /// Looks up a localized string similar to Low. 4885 /// </summary> 4886 public static string ProcessPriority_Low { 4887 get { 4888 return ResourceManager.GetString("ProcessPriority_Low", resourceCulture); 4889 } 4890 } 4891 4892 /// <summary> 4893 /// Looks up a localized string similar to Normal. 4894 /// </summary> 4895 public static string ProcessPriority_Normal { 4896 get { 4897 return ResourceManager.GetString("ProcessPriority_Normal", resourceCulture); 4898 } 4899 } 4900 4901 /// <summary> 4902 /// Looks up a localized string similar to Question. 4903 /// </summary> 4904 public static string Question { 4905 get { 4906 return ResourceManager.GetString("Question", resourceCulture); 4907 } 4908 } 4909 4910 /// <summary> 4911 /// Looks up a localized string similar to HandBrake is already encoding a file.. 4912 /// </summary> 4913 public static string Queue_AlreadyEncoding { 4914 get { 4915 return ResourceManager.GetString("Queue_AlreadyEncoding", resourceCulture); 4916 } 4917 } 4918 4919 /// <summary> 4920 /// Looks up a localized string similar to Please stop the current encode. If the problem persists, please restart HandBrake.. 4921 /// </summary> 4922 public static string Queue_AlreadyEncodingSolution { 4923 get { 4924 return ResourceManager.GetString("Queue_AlreadyEncodingSolution", resourceCulture); 4925 } 4926 } 4927 4928 /// <summary> 4929 /// Looks up a localized string similar to HandBrake has detected multiple unfinished queue files. These will be from multiple instances of HandBrake running. Would you like to recover all unfinished jobs?. 4930 /// </summary> 4931 public static string Queue_RecoverQueueQuestionPlural { 4932 get { 4933 return ResourceManager.GetString("Queue_RecoverQueueQuestionPlural", resourceCulture); 4934 } 4935 } 4936 4937 /// <summary> 4938 /// Looks up a localized string similar to HandBrake has detected unfinished items on the queue from the last time the application was launched. Would you like to recover these?. 4939 /// </summary> 4940 public static string Queue_RecoverQueueQuestionSingular { 4941 get { 4942 return ResourceManager.GetString("Queue_RecoverQueueQuestionSingular", resourceCulture); 4943 } 4944 } 4945 4946 /// <summary> 4947 /// Looks up a localized string similar to Queue Recovery Possible. 4948 /// </summary> 4949 public static string Queue_RecoveryPossible { 4950 get { 4951 return ResourceManager.GetString("Queue_RecoveryPossible", resourceCulture); 4952 } 4953 } 4954 4955 /// <summary> 4956 /// Looks up a localized string similar to Unable to reset job status as it is not in an Error or Completed state. 4957 /// </summary> 4958 public static string Queue_UnableToResetJob { 4959 get { 4960 return ResourceManager.GetString("Queue_UnableToResetJob", resourceCulture); 4961 } 4962 } 4963 4964 /// <summary> 4965 /// Looks up a localized string similar to Unable to restore queue file.. 4966 /// </summary> 4967 public static string Queue_UnableToRestoreFile { 4968 get { 4969 return ResourceManager.GetString("Queue_UnableToRestoreFile", resourceCulture); 4970 } 4971 } 4972 4973 /// <summary> 4974 /// Looks up a localized string similar to The file may be corrupted or from an older incompatible version of HandBrake. 4975 /// </summary> 4976 public static string Queue_UnableToRestoreFileExtended { 4977 get { 4978 return ResourceManager.GetString("Queue_UnableToRestoreFileExtended", resourceCulture); 4979 } 4980 } 4981 4982 /// <summary> 4983 /// Looks up a localized string similar to WARNING: You do not have automatic file naming turned on. Please enable this in options.. 4984 /// </summary> 4985 public static string QueueSelection_AutoNameWarning { 4986 get { 4987 return ResourceManager.GetString("QueueSelection_AutoNameWarning", resourceCulture); 4988 } 4989 } 4990 4991 /// <summary> 4992 /// Looks up a localized string similar to WARNING: You do not currently have automatic audio and subtitle track selection setup. You can setup the default track selection behaviour in options.. 4993 /// </summary> 4994 public static string QueueSelection_AutoTrackSelectionWarning { 4995 get { 4996 return ResourceManager.GetString("QueueSelection_AutoTrackSelectionWarning", resourceCulture); 4997 } 4998 } 4999 5000 /// <summary> 5001 /// Looks up a localized string similar to The selected titles will be added using the "{0}" preset.. 5002 /// </summary> 5003 public static string QueueSelection_UsingPreset { 5004 get { 5005 return ResourceManager.GetString("QueueSelection_UsingPreset", resourceCulture); 5006 } 5007 } 5008 5009 /// <summary> 5010 /// Looks up a localized string similar to Choose titles:. 5011 /// </summary> 5012 public static string QueueSelectionView_ChooseTitles { 5013 get { 5014 return ResourceManager.GetString("QueueSelectionView_ChooseTitles", resourceCulture); 5015 } 5016 } 5017 5018 /// <summary> 5019 /// Looks up a localized string similar to Add to Queue. 5020 /// </summary> 5021 public static string QueueSelectionView_Title { 5022 get { 5023 return ResourceManager.GetString("QueueSelectionView_Title", resourceCulture); 5024 } 5025 } 5026 5027 /// <summary> 5028 /// Looks up a localized string similar to Add to Queue. 5029 /// </summary> 5030 public static string QueueSelectionViewModel_AddToQueue { 5031 get { 5032 return ResourceManager.GetString("QueueSelectionViewModel_AddToQueue", resourceCulture); 5033 } 5034 } 5035 5036 /// <summary> 5037 /// Looks up a localized string similar to Duplicate jobs were detected in the queue file that you are trying to import. Do you wish to overwrite the existing records? 5038 ///This will also stop any existing running jobs.. 5039 /// </summary> 5040 public static string QueueService_DuplicatesQuestion { 5041 get { 5042 return ResourceManager.GetString("QueueService_DuplicatesQuestion", resourceCulture); 5043 } 5044 } 5045 5046 /// <summary> 5047 /// Looks up a localized string similar to Duplicates Detected. 5048 /// </summary> 5049 public static string QueueService_DuplicatesTitle { 5050 get { 5051 return ResourceManager.GetString("QueueService_DuplicatesTitle", resourceCulture); 5052 } 5053 } 5054 5055 /// <summary> 5056 /// Looks up a localized string similar to Actions. 5057 /// </summary> 5058 public static string QueueView_Actions { 5059 get { 5060 return ResourceManager.GetString("QueueView_Actions", resourceCulture); 5061 } 5062 } 5063 5064 /// <summary> 5065 /// Looks up a localized string similar to Video Options:. 5066 /// </summary> 5067 public static string QueueView_Advanced { 5068 get { 5069 return ResourceManager.GetString("QueueView_Advanced", resourceCulture); 5070 } 5071 } 5072 5073 /// <summary> 5074 /// Looks up a localized string similar to Audio:. 5075 /// </summary> 5076 public static string QueueView_Audio { 5077 get { 5078 return ResourceManager.GetString("QueueView_Audio", resourceCulture); 5079 } 5080 } 5081 5082 /// <summary> 5083 /// Looks up a localized string similar to Clear All. 5084 /// </summary> 5085 public static string QueueView_ClearAll { 5086 get { 5087 return ResourceManager.GetString("QueueView_ClearAll", resourceCulture); 5088 } 5089 } 5090 5091 /// <summary> 5092 /// Looks up a localized string similar to Clear Completed. 5093 /// </summary> 5094 public static string QueueView_ClearCompleted { 5095 get { 5096 return ResourceManager.GetString("QueueView_ClearCompleted", resourceCulture); 5097 } 5098 } 5099 5100 /// <summary> 5101 /// Looks up a localized string similar to Clear Queue. 5102 /// </summary> 5103 public static string QueueView_ClearQueue { 5104 get { 5105 return ResourceManager.GetString("QueueView_ClearQueue", resourceCulture); 5106 } 5107 } 5108 5109 /// <summary> 5110 /// Looks up a localized string similar to Clear Selected. 5111 /// </summary> 5112 public static string QueueView_ClearSelected { 5113 get { 5114 return ResourceManager.GetString("QueueView_ClearSelected", resourceCulture); 5115 } 5116 } 5117 5118 /// <summary> 5119 /// Looks up a localized string similar to Currently Paused. 5120 /// </summary> 5121 public static string QueueView_CurrentlyPaused { 5122 get { 5123 return ResourceManager.GetString("QueueView_CurrentlyPaused", resourceCulture); 5124 } 5125 } 5126 5127 /// <summary> 5128 /// Looks up a localized string similar to Delete. 5129 /// </summary> 5130 public static string QueueView_Delete { 5131 get { 5132 return ResourceManager.GetString("QueueView_Delete", resourceCulture); 5133 } 5134 } 5135 5136 /// <summary> 5137 /// Looks up a localized string similar to Delete Selected. 5138 /// </summary> 5139 public static string QueueView_DeleteSelected { 5140 get { 5141 return ResourceManager.GetString("QueueView_DeleteSelected", resourceCulture); 5142 } 5143 } 5144 5145 /// <summary> 5146 /// Looks up a localized string similar to Destination:. 5147 /// </summary> 5148 public static string QueueView_Destination { 5149 get { 5150 return ResourceManager.GetString("QueueView_Destination", resourceCulture); 5151 } 5152 } 5153 5154 /// <summary> 5155 /// Looks up a localized string similar to Encode Time:. 5156 /// </summary> 5157 public static string QueueView_Duration { 5158 get { 5159 return ResourceManager.GetString("QueueView_Duration", resourceCulture); 5160 } 5161 } 5162 5163 /// <summary> 5164 /// Looks up a localized string similar to Edit. 5165 /// </summary> 5166 public static string QueueView_Edit { 5167 get { 5168 return ResourceManager.GetString("QueueView_Edit", resourceCulture); 5169 } 5170 } 5171 5172 /// <summary> 5173 /// Looks up a localized string similar to End Time:. 5174 /// </summary> 5175 public static string QueueView_EndTime { 5176 get { 5177 return ResourceManager.GetString("QueueView_EndTime", resourceCulture); 5178 } 5179 } 5180 5181 /// <summary> 5182 /// Looks up a localized string similar to Export Queue. 5183 /// </summary> 5184 public static string QueueView_Export { 5185 get { 5186 return ResourceManager.GetString("QueueView_Export", resourceCulture); 5187 } 5188 } 5189 5190 /// <summary> 5191 /// Looks up a localized string similar to Export Queue (CLI Only). 5192 /// </summary> 5193 public static string QueueView_ExportCLI { 5194 get { 5195 return ResourceManager.GetString("QueueView_ExportCLI", resourceCulture); 5196 } 5197 } 5198 5199 /// <summary> 5200 /// Looks up a localized string similar to Filesize: . 5201 /// </summary> 5202 public static string QueueView_FileSize { 5203 get { 5204 return ResourceManager.GetString("QueueView_FileSize", resourceCulture); 5205 } 5206 } 5207 5208 /// <summary> 5209 /// Looks up a localized string similar to Filters:. 5210 /// </summary> 5211 public static string QueueView_FilterSettings { 5212 get { 5213 return ResourceManager.GetString("QueueView_FilterSettings", resourceCulture); 5214 } 5215 } 5216 5217 /// <summary> 5218 /// Looks up a localized string similar to Import Queue. 5219 /// </summary> 5220 public static string QueueView_Import { 5221 get { 5222 return ResourceManager.GetString("QueueView_Import", resourceCulture); 5223 } 5224 } 5225 5226 /// <summary> 5227 /// Looks up a localized string similar to Please select a single job to view summary information.. 5228 /// </summary> 5229 public static string QueueView_JobInformationNotAvailable { 5230 get { 5231 return ResourceManager.GetString("QueueView_JobInformationNotAvailable", resourceCulture); 5232 } 5233 } 5234 5235 /// <summary> 5236 /// Looks up a localized string similar to Job Status:. 5237 /// </summary> 5238 public static string QueueView_JobStatus { 5239 get { 5240 return ResourceManager.GetString("QueueView_JobStatus", resourceCulture); 5241 } 5242 } 5243 5244 /// <summary> 5245 /// Looks up a localized string similar to Cancelled. 5246 /// </summary> 5247 public static string QueueView_JobStatus_Cancelled { 5248 get { 5249 return ResourceManager.GetString("QueueView_JobStatus_Cancelled", resourceCulture); 5250 } 5251 } 5252 5253 /// <summary> 5254 /// Looks up a localized string similar to Complete. 5255 /// </summary> 5256 public static string QueueView_JobStatus_Complete { 5257 get { 5258 return ResourceManager.GetString("QueueView_JobStatus_Complete", resourceCulture); 5259 } 5260 } 5261 5262 /// <summary> 5263 /// Looks up a localized string similar to Invalid Settings. Check log for details.. 5264 /// </summary> 5265 public static string QueueView_JobStatus_InitFailed { 5266 get { 5267 return ResourceManager.GetString("QueueView_JobStatus_InitFailed", resourceCulture); 5268 } 5269 } 5270 5271 /// <summary> 5272 /// Looks up a localized string similar to Invalid Input. Check log for details.. 5273 /// </summary> 5274 public static string QueueView_JobStatus_InvalidInput { 5275 get { 5276 return ResourceManager.GetString("QueueView_JobStatus_InvalidInput", resourceCulture); 5277 } 5278 } 5279 5280 /// <summary> 5281 /// Looks up a localized string similar to Status Unknown. Check log for details.. 5282 /// </summary> 5283 public static string QueueView_JobStatus_NoErrorCode { 5284 get { 5285 return ResourceManager.GetString("QueueView_JobStatus_NoErrorCode", resourceCulture); 5286 } 5287 } 5288 5289 /// <summary> 5290 /// Looks up a localized string similar to Errors detected whist trying to read source.. 5291 /// </summary> 5292 public static string QueueView_JobStatus_ReadError { 5293 get { 5294 return ResourceManager.GetString("QueueView_JobStatus_ReadError", resourceCulture); 5295 } 5296 } 5297 5298 /// <summary> 5299 /// Looks up a localized string similar to Unknown failure. Check log for details.. 5300 /// </summary> 5301 public static string QueueView_JobStatus_Unknown { 5302 get { 5303 return ResourceManager.GetString("QueueView_JobStatus_Unknown", resourceCulture); 5304 } 5305 } 5306 5307 /// <summary> 5308 /// Looks up a localized string similar to Worker Crashed. Check log for details.. 5309 /// </summary> 5310 public static string QueueView_JobStatus_WorkerCrash { 5311 get { 5312 return ResourceManager.GetString("QueueView_JobStatus_WorkerCrash", resourceCulture); 5313 } 5314 } 5315 5316 /// <summary> 5317 /// Looks up a localized string similar to The log will be available after the encode completes.. 5318 /// </summary> 5319 public static string QueueView_LogNotAvailableYet { 5320 get { 5321 return ResourceManager.GetString("QueueView_LogNotAvailableYet", resourceCulture); 5322 } 5323 } 5324 5325 /// <summary> 5326 /// Looks up a localized string similar to Not Available. 5327 /// </summary> 5328 public static string QueueView_NotAvailable { 5329 get { 5330 return ResourceManager.GetString("QueueView_NotAvailable", resourceCulture); 5331 } 5332 } 5333 5334 /// <summary> 5335 /// Looks up a localized string similar to Open Destination Directory. 5336 /// </summary> 5337 public static string QueueView_OpenDestDir { 5338 get { 5339 return ResourceManager.GetString("QueueView_OpenDestDir", resourceCulture); 5340 } 5341 } 5342 5343 /// <summary> 5344 /// Looks up a localized string similar to Open Source Directory. 5345 /// </summary> 5346 public static string QueueView_OpenSourceDir { 5347 get { 5348 return ResourceManager.GetString("QueueView_OpenSourceDir", resourceCulture); 5349 } 5350 } 5351 5352 /// <summary> 5353 /// Looks up a localized string similar to Options. 5354 /// </summary> 5355 public static string QueueView_Options { 5356 get { 5357 return ResourceManager.GetString("QueueView_Options", resourceCulture); 5358 } 5359 } 5360 5361 /// <summary> 5362 /// Looks up a localized string similar to Pause. 5363 /// </summary> 5364 public static string QueueView_Pause { 5365 get { 5366 return ResourceManager.GetString("QueueView_Pause", resourceCulture); 5367 } 5368 } 5369 5370 /// <summary> 5371 /// Looks up a localized string similar to Paused Duration:. 5372 /// </summary> 5373 public static string QueueView_PausedDuration { 5374 get { 5375 return ResourceManager.GetString("QueueView_PausedDuration", resourceCulture); 5376 } 5377 } 5378 5379 /// <summary> 5380 /// Looks up a localized string similar to Picture Settings:. 5381 /// </summary> 5382 public static string QueueView_PictureSettings { 5383 get { 5384 return ResourceManager.GetString("QueueView_PictureSettings", resourceCulture); 5385 } 5386 } 5387 5388 /// <summary> 5389 /// Looks up a localized string similar to Play File. 5390 /// </summary> 5391 public static string QueueView_PlayMediaFile { 5392 get { 5393 return ResourceManager.GetString("QueueView_PlayMediaFile", resourceCulture); 5394 } 5395 } 5396 5397 /// <summary> 5398 /// Looks up a localized string similar to Reset. 5399 /// </summary> 5400 public static string QueueView_Reset { 5401 get { 5402 return ResourceManager.GetString("QueueView_Reset", resourceCulture); 5403 } 5404 } 5405 5406 /// <summary> 5407 /// Looks up a localized string similar to Retry All Jobs. 5408 /// </summary> 5409 public static string QueueView_ResetAllJobs { 5410 get { 5411 return ResourceManager.GetString("QueueView_ResetAllJobs", resourceCulture); 5412 } 5413 } 5414 5415 /// <summary> 5416 /// Looks up a localized string similar to Retry Failed. 5417 /// </summary> 5418 public static string QueueView_ResetFailed { 5419 get { 5420 return ResourceManager.GetString("QueueView_ResetFailed", resourceCulture); 5421 } 5422 } 5423 5424 /// <summary> 5425 /// Looks up a localized string similar to Reset Selected Jobs. 5426 /// </summary> 5427 public static string QueueView_ResetSelectedJobs { 5428 get { 5429 return ResourceManager.GetString("QueueView_ResetSelectedJobs", resourceCulture); 5430 } 5431 } 5432 5433 /// <summary> 5434 /// Looks up a localized string similar to Preset:. 5435 /// </summary> 5436 public static string QueueView_SelectedPresets { 5437 get { 5438 return ResourceManager.GetString("QueueView_SelectedPresets", resourceCulture); 5439 } 5440 } 5441 5442 /// <summary> 5443 /// Looks up a localized string similar to Source:. 5444 /// </summary> 5445 public static string QueueView_Source { 5446 get { 5447 return ResourceManager.GetString("QueueView_Source", resourceCulture); 5448 } 5449 } 5450 5451 /// <summary> 5452 /// Looks up a localized string similar to Start Queue. 5453 /// </summary> 5454 public static string QueueView_Start { 5455 get { 5456 return ResourceManager.GetString("QueueView_Start", resourceCulture); 5457 } 5458 } 5459 5460 /// <summary> 5461 /// Looks up a localized string similar to Start Time:. 5462 /// </summary> 5463 public static string QueueView_StartTime { 5464 get { 5465 return ResourceManager.GetString("QueueView_StartTime", resourceCulture); 5466 } 5467 } 5468 5469 /// <summary> 5470 /// Looks up a localized string similar to Statistics. 5471 /// </summary> 5472 public static string QueueView_Statistics { 5473 get { 5474 return ResourceManager.GetString("QueueView_Statistics", resourceCulture); 5475 } 5476 } 5477 5478 /// <summary> 5479 /// Looks up a localized string similar to Statistics will be available after an encode completes.. 5480 /// </summary> 5481 public static string QueueView_StatsNotAvailableYet { 5482 get { 5483 return ResourceManager.GetString("QueueView_StatsNotAvailableYet", resourceCulture); 5484 } 5485 } 5486 5487 /// <summary> 5488 /// Looks up a localized string similar to Stop. 5489 /// </summary> 5490 public static string QueueView_Stop { 5491 get { 5492 return ResourceManager.GetString("QueueView_Stop", resourceCulture); 5493 } 5494 } 5495 5496 /// <summary> 5497 /// Looks up a localized string similar to Subtitles:. 5498 /// </summary> 5499 public static string QueueView_Subtitles { 5500 get { 5501 return ResourceManager.GetString("QueueView_Subtitles", resourceCulture); 5502 } 5503 } 5504 5505 /// <summary> 5506 /// Looks up a localized string similar to Summary. 5507 /// </summary> 5508 public static string QueueView_Summary { 5509 get { 5510 return ResourceManager.GetString("QueueView_Summary", resourceCulture); 5511 } 5512 } 5513 5514 /// <summary> 5515 /// Looks up a localized string similar to Video:. 5516 /// </summary> 5517 public static string QueueView_Video { 5518 get { 5519 return ResourceManager.GetString("QueueView_Video", resourceCulture); 5520 } 5521 } 5522 5523 /// <summary> 5524 /// Looks up a localized string similar to When Done:. 5525 /// </summary> 5526 public static string QueueView_WhenDone { 5527 get { 5528 return ResourceManager.GetString("QueueView_WhenDone", resourceCulture); 5529 } 5530 } 5531 5532 /// <summary> 5533 /// Looks up a localized string similar to Are you sure you wish to clear the queue?. 5534 /// </summary> 5535 public static string QueueViewModel_ClearQueueConfirmation { 5536 get { 5537 return ResourceManager.GetString("QueueViewModel_ClearQueueConfirmation", resourceCulture); 5538 } 5539 } 5540 5541 /// <summary> 5542 /// Looks up a localized string similar to Are you sure you want to delete the selected jobs?. 5543 /// </summary> 5544 public static string QueueViewModel_DelSelectedJobConfirmation { 5545 get { 5546 return ResourceManager.GetString("QueueViewModel_DelSelectedJobConfirmation", resourceCulture); 5547 } 5548 } 5549 5550 /// <summary> 5551 /// Looks up a localized string similar to Are you sure you wish to edit this job? It will be removed from the queue and sent to the main window.. 5552 /// </summary> 5553 public static string QueueViewModel_EditConfirmation { 5554 get { 5555 return ResourceManager.GetString("QueueViewModel_EditConfirmation", resourceCulture); 5556 } 5557 } 5558 5559 /// <summary> 5560 /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0} 5561 ///Time Remaining: {5}, Elapsed: {6} {7}. 5562 /// </summary> 5563 public static string QueueViewModel_EncodeStatusChanged_StatusLabel { 5564 get { 5565 return ResourceManager.GetString("QueueViewModel_EncodeStatusChanged_StatusLabel", resourceCulture); 5566 } 5567 } 5568 5569 /// <summary> 5570 /// Looks up a localized string similar to This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?. 5571 /// </summary> 5572 public static string QueueViewModel_JobCurrentlyRunningWarning { 5573 get { 5574 return ResourceManager.GetString("QueueViewModel_JobCurrentlyRunningWarning", resourceCulture); 5575 } 5576 } 5577 5578 /// <summary> 5579 /// Looks up a localized string similar to {0} jobs pending. 5580 /// </summary> 5581 public static string QueueViewModel_JobsPending { 5582 get { 5583 return ResourceManager.GetString("QueueViewModel_JobsPending", resourceCulture); 5584 } 5585 } 5586 5587 /// <summary> 5588 /// Looks up a localized string similar to Last Queued Job Finished. 5589 /// </summary> 5590 public static string QueueViewModel_LastJobFinished { 5591 get { 5592 return ResourceManager.GetString("QueueViewModel_LastJobFinished", resourceCulture); 5593 } 5594 } 5595 5596 /// <summary> 5597 /// Looks up a localized string similar to No encodes pending. 5598 /// </summary> 5599 public static string QueueViewModel_NoEncodesPending { 5600 get { 5601 return ResourceManager.GetString("QueueViewModel_NoEncodesPending", resourceCulture); 5602 } 5603 } 5604 5605 /// <summary> 5606 /// Looks up a localized string similar to There are no jobs currently encoding. 5607 /// </summary> 5608 public static string QueueViewModel_NoJobsPending { 5609 get { 5610 return ResourceManager.GetString("QueueViewModel_NoJobsPending", resourceCulture); 5611 } 5612 } 5613 5614 /// <summary> 5615 /// Looks up a localized string similar to There are no pending jobs.. 5616 /// </summary> 5617 public static string QueueViewModel_NoPendingJobs { 5618 get { 5619 return ResourceManager.GetString("QueueViewModel_NoPendingJobs", resourceCulture); 5620 } 5621 } 5622 5623 /// <summary> 5624 /// Looks up a localized string similar to Queue. 5625 /// </summary> 5626 public static string QueueViewModel_Queue { 5627 get { 5628 return ResourceManager.GetString("QueueViewModel_Queue", resourceCulture); 5629 } 5630 } 5631 5632 /// <summary> 5633 /// Looks up a localized string similar to Queue Completed. 5634 /// </summary> 5635 public static string QueueViewModel_QueueCompleted { 5636 get { 5637 return ResourceManager.GetString("QueueViewModel_QueueCompleted", resourceCulture); 5638 } 5639 } 5640 5641 /// <summary> 5642 /// Looks up a localized string similar to Queue Not Running. 5643 /// </summary> 5644 public static string QueueViewModel_QueueNotRunning { 5645 get { 5646 return ResourceManager.GetString("QueueViewModel_QueueNotRunning", resourceCulture); 5647 } 5648 } 5649 5650 /// <summary> 5651 /// Looks up a localized string similar to Queue Paused. 5652 /// </summary> 5653 public static string QueueViewModel_QueuePaused { 5654 get { 5655 return ResourceManager.GetString("QueueViewModel_QueuePaused", resourceCulture); 5656 } 5657 } 5658 5659 /// <summary> 5660 /// Looks up a localized string similar to Queue Paused. 5661 /// </summary> 5662 public static string QueueViewModel_QueuePending { 5663 get { 5664 return ResourceManager.GetString("QueueViewModel_QueuePending", resourceCulture); 5665 } 5666 } 5667 5668 /// <summary> 5669 /// Looks up a localized string similar to Queue Ready. 5670 /// </summary> 5671 public static string QueueViewModel_QueueReady { 5672 get { 5673 return ResourceManager.GetString("QueueViewModel_QueueReady", resourceCulture); 5674 } 5675 } 5676 5677 /// <summary> 5678 /// Looks up a localized string similar to Queue Started. 5679 /// </summary> 5680 public static string QueueViewModel_QueueStarted { 5681 get { 5682 return ResourceManager.GetString("QueueViewModel_QueueStarted", resourceCulture); 5683 } 5684 } 5685 5686 /// <summary> 5687 /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss}. 5688 /// </summary> 5689 public static string QueueViewModel_QueueStatusDisplay { 5690 get { 5691 return ResourceManager.GetString("QueueViewModel_QueueStatusDisplay", resourceCulture); 5692 } 5693 } 5694 5695 /// <summary> 5696 /// Looks up a localized string similar to An error occurred when trying to stop the scan. Please restart HandBrake.. 5697 /// </summary> 5698 public static string ScanService_ScanStopFailed { 5699 get { 5700 return ResourceManager.GetString("ScanService_ScanStopFailed", resourceCulture); 5701 } 5702 } 5703 5704 /// <summary> 5705 /// Looks up a localized string similar to Any settings you changed may need to be reset the next time HandBrake launches.. 5706 /// </summary> 5707 public static string SettingService_SaveErrorReset { 5708 get { 5709 return ResourceManager.GetString("SettingService_SaveErrorReset", resourceCulture); 5710 } 5711 } 5712 5713 /// <summary> 5714 /// Looks up a localized string similar to Add All Remaining Selected Languages. 5715 /// </summary> 5716 public static string Shared_AddAllForSelected { 5717 get { 5718 return ResourceManager.GetString("Shared_AddAllForSelected", resourceCulture); 5719 } 5720 } 5721 5722 /// <summary> 5723 /// Looks up a localized string similar to Add All Remaining Tracks. 5724 /// </summary> 5725 public static string Shared_AddAllRemaining { 5726 get { 5727 return ResourceManager.GetString("Shared_AddAllRemaining", resourceCulture); 5728 } 5729 } 5730 5731 /// <summary> 5732 /// Looks up a localized string similar to Add New Track. 5733 /// </summary> 5734 public static string Shared_AddNewTrack { 5735 get { 5736 return ResourceManager.GetString("Shared_AddNewTrack", resourceCulture); 5737 } 5738 } 5739 5740 /// <summary> 5741 /// Looks up a localized string similar to Tracks. 5742 /// </summary> 5743 public static string Shared_AddTrack { 5744 get { 5745 return ResourceManager.GetString("Shared_AddTrack", resourceCulture); 5746 } 5747 } 5748 5749 /// <summary> 5750 /// Looks up a localized string similar to Available Languages:. 5751 /// </summary> 5752 public static string Shared_AvailableLanguages { 5753 get { 5754 return ResourceManager.GetString("Shared_AvailableLanguages", resourceCulture); 5755 } 5756 } 5757 5758 /// <summary> 5759 /// Looks up a localized string similar to Choose Languages:. 5760 /// </summary> 5761 public static string Shared_ChooseLanguages { 5762 get { 5763 return ResourceManager.GetString("Shared_ChooseLanguages", resourceCulture); 5764 } 5765 } 5766 5767 /// <summary> 5768 /// Looks up a localized string similar to Selected Languages:. 5769 /// </summary> 5770 public static string Shared_ChosenLanguages { 5771 get { 5772 return ResourceManager.GetString("Shared_ChosenLanguages", resourceCulture); 5773 } 5774 } 5775 5776 /// <summary> 5777 /// Looks up a localized string similar to Configure Default Behaviours. 5778 /// </summary> 5779 public static string Shared_ConfigureDefaultBehaviours { 5780 get { 5781 return ResourceManager.GetString("Shared_ConfigureDefaultBehaviours", resourceCulture); 5782 } 5783 } 5784 5785 /// <summary> 5786 /// Looks up a localized string similar to Reload. 5787 /// </summary> 5788 public static string Shared_ReloadDefaults { 5789 get { 5790 return ResourceManager.GetString("Shared_ReloadDefaults", resourceCulture); 5791 } 5792 } 5793 5794 /// <summary> 5795 /// Looks up a localized string similar to An Encode is currently running. Exiting HandBrake will stop this encode. 5796 ///Are you sure you wish to exit HandBrake?. 5797 /// </summary> 5798 public static string ShellViewModel_CanClose { 5799 get { 5800 return ResourceManager.GetString("ShellViewModel_CanClose", resourceCulture); 5801 } 5802 } 5803 5804 /// <summary> 5805 /// Looks up a localized string similar to About HandBrake. 5806 /// </summary> 5807 public static string SourceSelection_AboutHandBrake { 5808 get { 5809 return ResourceManager.GetString("SourceSelection_AboutHandBrake", resourceCulture); 5810 } 5811 } 5812 5813 /// <summary> 5814 /// Looks up a localized string similar to Choose Disc to Scan. 5815 /// </summary> 5816 public static string SourceSelection_ChooseDisc { 5817 get { 5818 return ResourceManager.GetString("SourceSelection_ChooseDisc", resourceCulture); 5819 } 5820 } 5821 5822 /// <summary> 5823 /// Looks up a localized string similar to Choose File to Scan. 5824 /// </summary> 5825 public static string SourceSelection_ChooseFile { 5826 get { 5827 return ResourceManager.GetString("SourceSelection_ChooseFile", resourceCulture); 5828 } 5829 } 5830 5831 /// <summary> 5832 /// Looks up a localized string similar to Choose Folder to Scan. 5833 /// </summary> 5834 public static string SourceSelection_ChooseFolder { 5835 get { 5836 return ResourceManager.GetString("SourceSelection_ChooseFolder", resourceCulture); 5837 } 5838 } 5839 5840 /// <summary> 5841 /// Looks up a localized string similar to Optionally choose a specific title: . 5842 /// </summary> 5843 public static string SourceSelection_ChooseSpecificTitle { 5844 get { 5845 return ResourceManager.GetString("SourceSelection_ChooseSpecificTitle", resourceCulture); 5846 } 5847 } 5848 5849 /// <summary> 5850 /// Looks up a localized string similar to Then choose the video(s) you'd like to encode: . 5851 /// </summary> 5852 public static string SourceSelection_ChooseVideo { 5853 get { 5854 return ResourceManager.GetString("SourceSelection_ChooseVideo", resourceCulture); 5855 } 5856 } 5857 5858 /// <summary> 5859 /// Looks up a localized string similar to Or drop a file or folder here .... 5860 /// </summary> 5861 public static string SourceSelection_DropFileHere { 5862 get { 5863 return ResourceManager.GetString("SourceSelection_DropFileHere", resourceCulture); 5864 } 5865 } 5866 5867 /// <summary> 5868 /// Looks up a localized string similar to File. 5869 /// </summary> 5870 public static string SourceSelection_File { 5871 get { 5872 return ResourceManager.GetString("SourceSelection_File", resourceCulture); 5873 } 5874 } 5875 5876 /// <summary> 5877 /// Looks up a localized string similar to Folder (Batch Scan). 5878 /// </summary> 5879 public static string SourceSelection_FolderBatchScan { 5880 get { 5881 return ResourceManager.GetString("SourceSelection_FolderBatchScan", resourceCulture); 5882 } 5883 } 5884 5885 /// <summary> 5886 /// Looks up a localized string similar to Help. 5887 /// </summary> 5888 public static string SourceSelection_Help { 5889 get { 5890 return ResourceManager.GetString("SourceSelection_Help", resourceCulture); 5891 } 5892 } 5893 5894 /// <summary> 5895 /// Looks up a localized string similar to Open this DVD or Bluray Drive. 5896 /// </summary> 5897 public static string SourceSelection_OpenDVDBluray { 5898 get { 5899 return ResourceManager.GetString("SourceSelection_OpenDVDBluray", resourceCulture); 5900 } 5901 } 5902 5903 /// <summary> 5904 /// Looks up a localized string similar to Open a folder with one or more files.. 5905 /// </summary> 5906 public static string SourceSelection_OpenFolderWIth { 5907 get { 5908 return ResourceManager.GetString("SourceSelection_OpenFolderWIth", resourceCulture); 5909 } 5910 } 5911 5912 /// <summary> 5913 /// Looks up a localized string similar to Recover Queue Files. 5914 /// </summary> 5915 public static string SourceSelection_QueueArchiveRecovery { 5916 get { 5917 return ResourceManager.GetString("SourceSelection_QueueArchiveRecovery", resourceCulture); 5918 } 5919 } 5920 5921 /// <summary> 5922 /// Looks up a localized string similar to A previous queue archive is available. . 5923 /// </summary> 5924 public static string SourceSelection_QueueArchiveRecoveryDesc { 5925 get { 5926 return ResourceManager.GetString("SourceSelection_QueueArchiveRecoveryDesc", resourceCulture); 5927 } 5928 } 5929 5930 /// <summary> 5931 /// Looks up a localized string similar to Open a single video file.. 5932 /// </summary> 5933 public static string SourceSelection_SingleVideoFile { 5934 get { 5935 return ResourceManager.GetString("SourceSelection_SingleVideoFile", resourceCulture); 5936 } 5937 } 5938 5939 /// <summary> 5940 /// Looks up a localized string similar to Source Selection. 5941 /// </summary> 5942 public static string SourceSelection_SourceSelection { 5943 get { 5944 return ResourceManager.GetString("SourceSelection_SourceSelection", resourceCulture); 5945 } 5946 } 5947 5948 /// <summary> 5949 /// Looks up a localized string similar to A new version of HandBrake is available!. 5950 /// </summary> 5951 public static string SourceSelection_UpdateAvailable { 5952 get { 5953 return ResourceManager.GetString("SourceSelection_UpdateAvailable", resourceCulture); 5954 } 5955 } 5956 5957 /// <summary> 5958 /// Looks up a localized string similar to Missing file "hb.dll". Please re-install.. 5959 /// </summary> 5960 public static string Startup_HbDllMissing { 5961 get { 5962 return ResourceManager.GetString("Startup_HbDllMissing", resourceCulture); 5963 } 5964 } 5965 5966 /// <summary> 5967 /// Looks up a localized string similar to HandBrake's engine failed to initialise. This is often caused by out of date GPU drivers.\n Please update the GPU drivers for any onboard and discrete graphics your system has.. 5968 /// </summary> 5969 public static string Startup_InitFailed { 5970 get { 5971 return ResourceManager.GetString("Startup_InitFailed", resourceCulture); 5972 } 5973 } 5974 5975 /// <summary> 5976 /// Looks up a localized string similar to Ready. 5977 /// </summary> 5978 public static string State_Ready { 5979 get { 5980 return ResourceManager.GetString("State_Ready", resourceCulture); 5981 } 5982 } 5983 5984 /// <summary> 5985 /// Looks up a localized string similar to Unable to delete previous preview file. You may still have a preview open in your media player. Please close this.. 5986 /// </summary> 5987 public static string StaticPreview_UnableToDeletePreview { 5988 get { 5989 return ResourceManager.GetString("StaticPreview_UnableToDeletePreview", resourceCulture); 5990 } 5991 } 5992 5993 /// <summary> 5994 /// Looks up a localized string similar to Cancel. 5995 /// </summary> 5996 public static string StaticPreviewView_CancelPreview { 5997 get { 5998 return ResourceManager.GetString("StaticPreviewView_CancelPreview", resourceCulture); 5999 } 6000 } 6001 6002 /// <summary> 6003 /// Looks up a localized string similar to Duration:. 6004 /// </summary> 6005 public static string StaticPreviewView_Duration { 6006 get { 6007 return ResourceManager.GetString("StaticPreviewView_Duration", resourceCulture); 6008 } 6009 } 6010 6011 /// <summary> 6012 /// Looks up a localized string similar to Fine Tune Picture Settings. 6013 /// </summary> 6014 public static string StaticPreviewView_FineTuning { 6015 get { 6016 return ResourceManager.GetString("StaticPreviewView_FineTuning", resourceCulture); 6017 } 6018 } 6019 6020 /// <summary> 6021 /// Looks up a localized string similar to Live Preview. 6022 /// </summary> 6023 public static string StaticPreviewView_LivePreview { 6024 get { 6025 return ResourceManager.GetString("StaticPreviewView_LivePreview", resourceCulture); 6026 } 6027 } 6028 6029 /// <summary> 6030 /// Looks up a localized string similar to Select a preview image. 6031 /// </summary> 6032 public static string StaticPreviewView_SelectPreviewImage { 6033 get { 6034 return ResourceManager.GetString("StaticPreviewView_SelectPreviewImage", resourceCulture); 6035 } 6036 } 6037 6038 /// <summary> 6039 /// Looks up a localized string similar to Show crop adjustment controls.. 6040 /// </summary> 6041 public static string StaticPreviewView_ShowPictureSettingsAdjustment { 6042 get { 6043 return ResourceManager.GetString("StaticPreviewView_ShowPictureSettingsAdjustment", resourceCulture); 6044 } 6045 } 6046 6047 /// <summary> 6048 /// Looks up a localized string similar to Preview ({0}% actual size). 6049 /// </summary> 6050 public static string StaticPreviewView_Title { 6051 get { 6052 return ResourceManager.GetString("StaticPreviewView_Title", resourceCulture); 6053 } 6054 } 6055 6056 /// <summary> 6057 /// Looks up a localized string similar to Prefer system default video player. 6058 /// </summary> 6059 public static string StaticPreviewView_UseSystemDefault { 6060 get { 6061 return ResourceManager.GetString("StaticPreviewView_UseSystemDefault", resourceCulture); 6062 } 6063 } 6064 6065 /// <summary> 6066 /// Looks up a localized string similar to Handbrake is already encoding a video! Only one file can be encoded at any one time.. 6067 /// </summary> 6068 public static string StaticPreviewViewModel_AlreadyEncoding { 6069 get { 6070 return ResourceManager.GetString("StaticPreviewViewModel_AlreadyEncoding", resourceCulture); 6071 } 6072 } 6073 6074 /// <summary> 6075 /// Looks up a localized string similar to You must first scan a source and setup your encode before creating a preview.. 6076 /// </summary> 6077 public static string StaticPreviewViewModel_ScanFirst { 6078 get { 6079 return ResourceManager.GetString("StaticPreviewViewModel_ScanFirst", resourceCulture); 6080 } 6081 } 6082 6083 /// <summary> 6084 /// Looks up a localized string similar to Picture Preview. 6085 /// </summary> 6086 public static string StaticPreviewViewModel_Title { 6087 get { 6088 return ResourceManager.GetString("StaticPreviewViewModel_Title", resourceCulture); 6089 } 6090 } 6091 6092 /// <summary> 6093 /// Looks up a localized string similar to Unable to find the preview file. Either the file was deleted or the encode failed. Check the activity log for details.. 6094 /// </summary> 6095 public static string StaticPreviewViewModel_UnableToPlayFile { 6096 get { 6097 return ResourceManager.GetString("StaticPreviewViewModel_UnableToPlayFile", resourceCulture); 6098 } 6099 } 6100 6101 /// <summary> 6102 /// Looks up a localized string similar to . 6103 /// </summary> 6104 public static string String1 { 6105 get { 6106 return ResourceManager.GetString("String1", resourceCulture); 6107 } 6108 } 6109 6110 /// <summary> 6111 /// Looks up a localized string similar to Foreign Audio Scan. 6112 /// </summary> 6113 public static string Subtitle_ForeignAudioScan { 6114 get { 6115 return ResourceManager.GetString("Subtitle_ForeignAudioScan", resourceCulture); 6116 } 6117 } 6118 6119 /// <summary> 6120 /// Looks up a localized string similar to All Matching Selected Languages. 6121 /// </summary> 6122 public static string SubtitleBehaviourModes_AllMatching { 6123 get { 6124 return ResourceManager.GetString("SubtitleBehaviourModes_AllMatching", resourceCulture); 6125 } 6126 } 6127 6128 /// <summary> 6129 /// Looks up a localized string similar to First Matching Selected Language. 6130 /// </summary> 6131 public static string SubtitleBehaviourModes_FirstMatching { 6132 get { 6133 return ResourceManager.GetString("SubtitleBehaviourModes_FirstMatching", resourceCulture); 6134 } 6135 } 6136 6137 /// <summary> 6138 /// Looks up a localized string similar to None. 6139 /// </summary> 6140 public static string SubtitleBehaviourModes_None { 6141 get { 6142 return ResourceManager.GetString("SubtitleBehaviourModes_None", resourceCulture); 6143 } 6144 } 6145 6146 /// <summary> 6147 /// Looks up a localized string similar to First Track. 6148 /// </summary> 6149 public static string SubtitleBurnInBehaviourModes_FirstTrack { 6150 get { 6151 return ResourceManager.GetString("SubtitleBurnInBehaviourModes_FirstTrack", resourceCulture); 6152 } 6153 } 6154 6155 /// <summary> 6156 /// Looks up a localized string similar to Foreign Audio Preferred, else First. 6157 /// </summary> 6158 public static string SubtitleBurnInBehaviourModes_ForeignAudioPreferredElseFirst { 6159 get { 6160 return ResourceManager.GetString("SubtitleBurnInBehaviourModes_ForeignAudioPreferredElseFirst", resourceCulture); 6161 } 6162 } 6163 6164 /// <summary> 6165 /// Looks up a localized string similar to Foreign Audio Track. 6166 /// </summary> 6167 public static string SubtitleBurnInBehaviourModes_ForeignAudioTrack { 6168 get { 6169 return ResourceManager.GetString("SubtitleBurnInBehaviourModes_ForeignAudioTrack", resourceCulture); 6170 } 6171 } 6172 6173 /// <summary> 6174 /// Looks up a localized string similar to None. 6175 /// </summary> 6176 public static string SubtitleBurnInBehaviourModes_None { 6177 get { 6178 return ResourceManager.GetString("SubtitleBurnInBehaviourModes_None", resourceCulture); 6179 } 6180 } 6181 6182 /// <summary> 6183 /// Looks up a localized string similar to None - Only tracks where the container does not support the format will be burned in. 6184 ///Foreign Audio Track - The Foreign Audio track will be burned in if available. 6185 ///First Track - The first track will be burned in. 6186 ///Foreign Audio Preferred, else First - If the foreign audio track exists, it will be burned in, otherwise the first track will be chosen.. 6187 /// </summary> 6188 public static string Subtitles_BurnInBehaviourModes { 6189 get { 6190 return ResourceManager.GetString("Subtitles_BurnInBehaviourModes", resourceCulture); 6191 } 6192 } 6193 6194 /// <summary> 6195 /// Looks up a localized string similar to WebM in HandBrake only supports burned subtitles. 6196 /// 6197 ///You should change your subtitle selections. 6198 /// 6199 ///If you continue, your non-burned subtitles will be lost.. 6200 /// </summary> 6201 public static string Subtitles_WebmSubtitleIncompatibilityError { 6202 get { 6203 return ResourceManager.GetString("Subtitles_WebmSubtitleIncompatibilityError", resourceCulture); 6204 } 6205 } 6206 6207 /// <summary> 6208 /// Looks up a localized string similar to WebM Subtitle Compatibility. 6209 /// </summary> 6210 public static string Subtitles_WebmSubtitleIncompatibilityHeader { 6211 get { 6212 return ResourceManager.GetString("Subtitles_WebmSubtitleIncompatibilityHeader", resourceCulture); 6213 } 6214 } 6215 6216 /// <summary> 6217 /// Looks up a localized string similar to Configure Automatic Subtitle Selections. 6218 /// </summary> 6219 public static string SubtitlesDefaultsView_PaneTitle { 6220 get { 6221 return ResourceManager.GetString("SubtitlesDefaultsView_PaneTitle", resourceCulture); 6222 } 6223 } 6224 6225 /// <summary> 6226 /// Looks up a localized string similar to Add Closed Captions when available. 6227 /// </summary> 6228 public static string SubtitlesView_AddCC { 6229 get { 6230 return ResourceManager.GetString("SubtitlesView_AddCC", resourceCulture); 6231 } 6232 } 6233 6234 /// <summary> 6235 /// Looks up a localized string similar to Add 'Foreign Audio Scan'. 6236 /// </summary> 6237 public static string SubtitlesView_AddForeignAudioSearch { 6238 get { 6239 return ResourceManager.GetString("SubtitlesView_AddForeignAudioSearch", resourceCulture); 6240 } 6241 } 6242 6243 /// <summary> 6244 /// Looks up a localized string similar to Burn In. 6245 /// </summary> 6246 public static string SubtitlesView_BurnIn { 6247 get { 6248 return ResourceManager.GetString("SubtitlesView_BurnIn", resourceCulture); 6249 } 6250 } 6251 6252 /// <summary> 6253 /// Looks up a localized string similar to Burn-In Behaviour:. 6254 /// </summary> 6255 public static string SubtitlesView_BurnInBehaviour { 6256 get { 6257 return ResourceManager.GetString("SubtitlesView_BurnInBehaviour", resourceCulture); 6258 } 6259 } 6260 6261 /// <summary> 6262 /// Looks up a localized string similar to Default. 6263 /// </summary> 6264 public static string SubtitlesView_Default { 6265 get { 6266 return ResourceManager.GetString("SubtitlesView_Default", resourceCulture); 6267 } 6268 } 6269 6270 /// <summary> 6271 /// Looks up a localized string similar to Forced Only. 6272 /// </summary> 6273 public static string SubtitlesView_ForcedOnly { 6274 get { 6275 return ResourceManager.GetString("SubtitlesView_ForcedOnly", resourceCulture); 6276 } 6277 } 6278 6279 /// <summary> 6280 /// Looks up a localized string similar to Import Subtitle. 6281 /// </summary> 6282 public static string SubtitlesView_ImportSubtitle { 6283 get { 6284 return ResourceManager.GetString("SubtitlesView_ImportSubtitle", resourceCulture); 6285 } 6286 } 6287 6288 /// <summary> 6289 /// Looks up a localized string similar to Track Selection Behaviour:. 6290 /// </summary> 6291 public static string SubtitlesView_TrackSelectionBehaviour { 6292 get { 6293 return ResourceManager.GetString("SubtitlesView_TrackSelectionBehaviour", resourceCulture); 6294 } 6295 } 6296 6297 /// <summary> 6298 /// Looks up a localized string similar to Selection Behavior. 6299 /// </summary> 6300 public static string SubtitlesViewModel_ConfigureDefaults { 6301 get { 6302 return ResourceManager.GetString("SubtitlesViewModel_ConfigureDefaults", resourceCulture); 6303 } 6304 } 6305 6306 /// <summary> 6307 /// Looks up a localized string similar to Subtitle Defaults. 6308 /// </summary> 6309 public static string SubtitlesViewModel_SubDefaults { 6310 get { 6311 return ResourceManager.GetString("SubtitlesViewModel_SubDefaults", resourceCulture); 6312 } 6313 } 6314 6315 /// <summary> 6316 /// Looks up a localized string similar to Subtitle Tracks. 6317 /// </summary> 6318 public static string SubtitlesViewModel_SubTracks { 6319 get { 6320 return ResourceManager.GetString("SubtitlesViewModel_SubTracks", resourceCulture); 6321 } 6322 } 6323 6324 /// <summary> 6325 /// Looks up a localized string similar to Switch Back To Tracks. 6326 /// </summary> 6327 public static string SubtitlesViewModel_SwitchToTracks { 6328 get { 6329 return ResourceManager.GetString("SubtitlesViewModel_SwitchToTracks", resourceCulture); 6330 } 6331 } 6332 6333 /// <summary> 6334 /// Looks up a localized string similar to Add All Remaining Closed Captions. 6335 /// </summary> 6336 public static string SubtitleView_AddAllCC { 6337 get { 6338 return ResourceManager.GetString("SubtitleView_AddAllCC", resourceCulture); 6339 } 6340 } 6341 6342 /// <summary> 6343 /// Looks up a localized string similar to Add All Remaining Closed Captions. 6344 /// </summary> 6345 public static string SubtitleView_AddRemainingCC { 6346 get { 6347 return ResourceManager.GetString("SubtitleView_AddRemainingCC", resourceCulture); 6348 } 6349 } 6350 6351 /// <summary> 6352 /// Looks up a localized string similar to Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video.. 6353 /// </summary> 6354 public static string SubtitleView_SubtitleDefaultsDescription { 6355 get { 6356 return ResourceManager.GetString("SubtitleView_SubtitleDefaultsDescription", resourceCulture); 6357 } 6358 } 6359 6360 /// <summary> 6361 /// Looks up a localized string similar to Foreign Audio Search. 6362 /// </summary> 6363 public static string SubtitleViewModel_ForeignAudioSearch { 6364 get { 6365 return ResourceManager.GetString("SubtitleViewModel_ForeignAudioSearch", resourceCulture); 6366 } 6367 } 6368 6369 /// <summary> 6370 /// Looks up a localized string similar to Additional Audio Tracks. 6371 /// </summary> 6372 public static string SummaryView_AdditionalAudioTracks { 6373 get { 6374 return ResourceManager.GetString("SummaryView_AdditionalAudioTracks", resourceCulture); 6375 } 6376 } 6377 6378 /// <summary> 6379 /// Looks up a localized string similar to Additional Subtitle Tracks. 6380 /// </summary> 6381 public static string SummaryView_AdditionalSubtitleTracks { 6382 get { 6383 return ResourceManager.GetString("SummaryView_AdditionalSubtitleTracks", resourceCulture); 6384 } 6385 } 6386 6387 /// <summary> 6388 /// Looks up a localized string similar to Burned. 6389 /// </summary> 6390 public static string SummaryView_Burned { 6391 get { 6392 return ResourceManager.GetString("SummaryView_Burned", resourceCulture); 6393 } 6394 } 6395 6396 /// <summary> 6397 /// Looks up a localized string similar to Chapter Markers. 6398 /// </summary> 6399 public static string SummaryView_Chapters { 6400 get { 6401 return ResourceManager.GetString("SummaryView_Chapters", resourceCulture); 6402 } 6403 } 6404 6405 /// <summary> 6406 /// Looks up a localized string similar to Colourspace. 6407 /// </summary> 6408 public static string SummaryView_Colourspace { 6409 get { 6410 return ResourceManager.GetString("SummaryView_Colourspace", resourceCulture); 6411 } 6412 } 6413 6414 /// <summary> 6415 /// Looks up a localized string similar to Deblock. 6416 /// </summary> 6417 public static string SummaryView_Deblock { 6418 get { 6419 return ResourceManager.GetString("SummaryView_Deblock", resourceCulture); 6420 } 6421 } 6422 6423 /// <summary> 6424 /// Looks up a localized string similar to Default. 6425 /// </summary> 6426 public static string SummaryView_Default { 6427 get { 6428 return ResourceManager.GetString("SummaryView_Default", resourceCulture); 6429 } 6430 } 6431 6432 /// <summary> 6433 /// Looks up a localized string similar to Detelecine. 6434 /// </summary> 6435 public static string SummaryView_Detelecine { 6436 get { 6437 return ResourceManager.GetString("SummaryView_Detelecine", resourceCulture); 6438 } 6439 } 6440 6441 /// <summary> 6442 /// Looks up a localized string similar to display. 6443 /// </summary> 6444 public static string SummaryView_display { 6445 get { 6446 return ResourceManager.GetString("SummaryView_display", resourceCulture); 6447 } 6448 } 6449 6450 /// <summary> 6451 /// Looks up a localized string similar to Forced. 6452 /// </summary> 6453 public static string SummaryView_Forced { 6454 get { 6455 return ResourceManager.GetString("SummaryView_Forced", resourceCulture); 6456 } 6457 } 6458 6459 /// <summary> 6460 /// Looks up a localized string similar to Grayscale. 6461 /// </summary> 6462 public static string SummaryView_Grayscale { 6463 get { 6464 return ResourceManager.GetString("SummaryView_Grayscale", resourceCulture); 6465 } 6466 } 6467 6468 /// <summary> 6469 /// Looks up a localized string similar to Passthru Common Metadata. 6470 /// </summary> 6471 public static string SummaryView_MetadataPassthru { 6472 get { 6473 return ResourceManager.GetString("SummaryView_MetadataPassthru", resourceCulture); 6474 } 6475 } 6476 6477 /// <summary> 6478 /// Looks up a localized string similar to No Audio Tracks. 6479 /// </summary> 6480 public static string SummaryView_NoAudioTracks { 6481 get { 6482 return ResourceManager.GetString("SummaryView_NoAudioTracks", resourceCulture); 6483 } 6484 } 6485 6486 /// <summary> 6487 /// Looks up a localized string similar to No Chapter Markers. 6488 /// </summary> 6489 public static string SummaryView_NoChapters { 6490 get { 6491 return ResourceManager.GetString("SummaryView_NoChapters", resourceCulture); 6492 } 6493 } 6494 6495 /// <summary> 6496 /// Looks up a localized string similar to No Filters. 6497 /// </summary> 6498 public static string SummaryView_NoFilters { 6499 get { 6500 return ResourceManager.GetString("SummaryView_NoFilters", resourceCulture); 6501 } 6502 } 6503 6504 /// <summary> 6505 /// Looks up a localized string similar to No Source. 6506 /// </summary> 6507 public static string SummaryView_NoSource { 6508 get { 6509 return ResourceManager.GetString("SummaryView_NoSource", resourceCulture); 6510 } 6511 } 6512 6513 /// <summary> 6514 /// Looks up a localized string similar to No Subtitle Tracks. 6515 /// </summary> 6516 public static string SummaryView_NoSubtitleTracks { 6517 get { 6518 return ResourceManager.GetString("SummaryView_NoSubtitleTracks", resourceCulture); 6519 } 6520 } 6521 6522 /// <summary> 6523 /// Looks up a localized string similar to No Tracks. 6524 /// </summary> 6525 public static string SummaryView_NoTracks { 6526 get { 6527 return ResourceManager.GetString("SummaryView_NoTracks", resourceCulture); 6528 } 6529 } 6530 6531 /// <summary> 6532 /// Looks up a localized string similar to (padded). 6533 /// </summary> 6534 public static string SummaryView_Padded { 6535 get { 6536 return ResourceManager.GetString("SummaryView_Padded", resourceCulture); 6537 } 6538 } 6539 6540 /// <summary> 6541 /// Looks up a localized string similar to Preview {0} of {1}. 6542 /// </summary> 6543 public static string SummaryView_PreviewInfo { 6544 get { 6545 return ResourceManager.GetString("SummaryView_PreviewInfo", resourceCulture); 6546 } 6547 } 6548 6549 /// <summary> 6550 /// Looks up a localized string similar to Rotation. 6551 /// </summary> 6552 public static string SummaryView_Rotation { 6553 get { 6554 return ResourceManager.GetString("SummaryView_Rotation", resourceCulture); 6555 } 6556 } 6557 6558 /// <summary> 6559 /// Looks up a localized string similar to Same as source. 6560 /// </summary> 6561 public static string SummaryView_SameAsSource { 6562 get { 6563 return ResourceManager.GetString("SummaryView_SameAsSource", resourceCulture); 6564 } 6565 } 6566 6567 /// <summary> 6568 /// Looks up a localized string similar to Source Preview:. 6569 /// </summary> 6570 public static string SummaryView_SourcePreview { 6571 get { 6572 return ResourceManager.GetString("SummaryView_SourcePreview", resourceCulture); 6573 } 6574 } 6575 6576 /// <summary> 6577 /// Looks up a localized string similar to storage. 6578 /// </summary> 6579 public static string SummaryView_storage { 6580 get { 6581 return ResourceManager.GetString("SummaryView_storage", resourceCulture); 6582 } 6583 } 6584 6585 /// <summary> 6586 /// Looks up a localized string similar to AC Mains power detected. Resuming encode... ({0} %). 6587 /// </summary> 6588 public static string SystemService_ACMains { 6589 get { 6590 return ResourceManager.GetString("SystemService_ACMains", resourceCulture); 6591 } 6592 } 6593 6594 /// <summary> 6595 /// Looks up a localized string similar to System Battery Critical! ({0} %). 6596 /// </summary> 6597 public static string SystemService_CriticalBattery { 6598 get { 6599 return ResourceManager.GetString("SystemService_CriticalBattery", resourceCulture); 6600 } 6601 } 6602 6603 /// <summary> 6604 /// Looks up a localized string similar to System Battery Low! ({0} %). Your encode has been paused.. 6605 /// </summary> 6606 public static string SystemService_LowBatteryLog { 6607 get { 6608 return ResourceManager.GetString("SystemService_LowBatteryLog", resourceCulture); 6609 } 6610 } 6611 6612 /// <summary> 6613 /// Looks up a localized string similar to Remaining drive storage has dropped below {0} GB on the destination drive. Pausing encode.... 6614 /// </summary> 6615 public static string SystemService_LowDiskSpaceLog { 6616 get { 6617 return ResourceManager.GetString("SystemService_LowDiskSpaceLog", resourceCulture); 6618 } 6619 } 6620 6621 /// <summary> 6622 /// Looks up a localized string similar to {1}%, Pass {2} of {3} 6623 ///Remaining Time: {4}. 6624 /// </summary> 6625 public static string TaskTrayStatusTitle { 6626 get { 6627 return ResourceManager.GetString("TaskTrayStatusTitle", resourceCulture); 6628 } 6629 } 6630 6631 /// <summary> 6632 /// Looks up a localized string similar to Enter a name: . 6633 /// </summary> 6634 public static string TextEntryView_EnterName { 6635 get { 6636 return ResourceManager.GetString("TextEntryView_EnterName", resourceCulture); 6637 } 6638 } 6639 6640 /// <summary> 6641 /// Looks up a localized string similar to Unknown Error. 6642 /// </summary> 6643 public static string UnknownError { 6644 get { 6645 return ResourceManager.GetString("UnknownError", resourceCulture); 6646 } 6647 } 6648 6649 /// <summary> 6650 /// Looks up a localized string similar to Monthly. 6651 /// </summary> 6652 public static string UpdateCheck_Monthly { 6653 get { 6654 return ResourceManager.GetString("UpdateCheck_Monthly", resourceCulture); 6655 } 6656 } 6657 6658 /// <summary> 6659 /// Looks up a localized string similar to Weekly. 6660 /// </summary> 6661 public static string UpdateCheck_Weekly { 6662 get { 6663 return ResourceManager.GetString("UpdateCheck_Weekly", resourceCulture); 6664 } 6665 } 6666 6667 /// <summary> 6668 /// Looks up a localized string similar to Updated. 6669 /// </summary> 6670 public static string Updated { 6671 get { 6672 return ResourceManager.GetString("Updated", resourceCulture); 6673 } 6674 } 6675 6676 /// <summary> 6677 /// Looks up a localized string similar to A problem occurred when trying to save your preferences.. 6678 /// </summary> 6679 public static string UserSettings_AnErrorOccurred { 6680 get { 6681 return ResourceManager.GetString("UserSettings_AnErrorOccurred", resourceCulture); 6682 } 6683 } 6684 6685 /// <summary> 6686 /// Looks up a localized string similar to Unable to load user settings file: {0}. 6687 /// </summary> 6688 public static string UserSettings_UnableToLoad { 6689 get { 6690 return ResourceManager.GetString("UserSettings_UnableToLoad", resourceCulture); 6691 } 6692 } 6693 6694 /// <summary> 6695 /// Looks up a localized string similar to Your user settings file appears to be inaccessible or corrupted. You may have to delete the file and let HandBrake generate a new one.. 6696 /// </summary> 6697 public static string UserSettings_UnableToLoadSolution { 6698 get { 6699 return ResourceManager.GetString("UserSettings_UnableToLoadSolution", resourceCulture); 6700 } 6701 } 6702 6703 /// <summary> 6704 /// Looks up a localized string similar to Your user settings file was corrupted or inaccessible. Settings have been reset to defaults.. 6705 /// </summary> 6706 public static string UserSettings_YourSettingsAreCorrupt { 6707 get { 6708 return ResourceManager.GetString("UserSettings_YourSettingsAreCorrupt", resourceCulture); 6709 } 6710 } 6711 6712 /// <summary> 6713 /// Looks up a localized string similar to Warning, your settings have been reset!. 6714 /// </summary> 6715 public static string UserSettings_YourSettingsHaveBeenReset { 6716 get { 6717 return ResourceManager.GetString("UserSettings_YourSettingsHaveBeenReset", resourceCulture); 6718 } 6719 } 6720 6721 /// <summary> 6722 /// Looks up a localized string similar to The full list of encoder parameters: 6723 ///{0}. 6724 /// </summary> 6725 public static string Video_EncoderExtraArgs { 6726 get { 6727 return ResourceManager.GetString("Video_EncoderExtraArgs", resourceCulture); 6728 } 6729 } 6730 6731 /// <summary> 6732 /// Looks up a localized string similar to Additional advanced arguments that can be passed to the video encoder.. 6733 /// </summary> 6734 public static string Video_EncoderExtraArgsTooltip { 6735 get { 6736 return ResourceManager.GetString("Video_EncoderExtraArgsTooltip", resourceCulture); 6737 } 6738 } 6739 6740 /// <summary> 6741 /// Looks up a localized string similar to Higher Quality |. 6742 /// </summary> 6743 public static string Video_HigherQuality { 6744 get { 6745 return ResourceManager.GetString("Video_HigherQuality", resourceCulture); 6746 } 6747 } 6748 6749 /// <summary> 6750 /// Looks up a localized string similar to Warning: RF 0 is Lossless!. 6751 /// </summary> 6752 public static string Video_LosslessWarning { 6753 get { 6754 return ResourceManager.GetString("Video_LosslessWarning", resourceCulture); 6755 } 6756 } 6757 6758 /// <summary> 6759 /// Looks up a localized string similar to A value of 0 means lossless and will result in a file size that is larger than the original source, 6760 ///unless the source was also lossless. 6761 /// 6762 ///x264 and x265's scale is logarithmic and lower values correspond to higher quality. 6763 /// 6764 ///So small increases in value will result in progressively larger increases in the resulting file size.. 6765 /// </summary> 6766 public static string Video_LosslessWarningTooltip { 6767 get { 6768 return ResourceManager.GetString("Video_LosslessWarningTooltip", resourceCulture); 6769 } 6770 } 6771 6772 /// <summary> 6773 /// Looks up a localized string similar to | Lower Quality. 6774 /// </summary> 6775 public static string Video_LowQuality { 6776 get { 6777 return ResourceManager.GetString("Video_LowQuality", resourceCulture); 6778 } 6779 } 6780 6781 /// <summary> 6782 /// Looks up a localized string similar to Placebo Quality |. 6783 /// </summary> 6784 public static string Video_PlaceboQuality { 6785 get { 6786 return ResourceManager.GetString("Video_PlaceboQuality", resourceCulture); 6787 } 6788 } 6789 6790 /// <summary> 6791 /// Looks up a localized string similar to Reduce decoder CPU usage. 6792 /// 6793 ///Set this if your device is struggling to play the output. (i.e. dropped frames). 6794 /// </summary> 6795 public static string Video_x264FastDecode { 6796 get { 6797 return ResourceManager.GetString("Video_x264FastDecode", resourceCulture); 6798 } 6799 } 6800 6801 /// <summary> 6802 /// Looks up a localized string similar to 2-Pass Encoding. 6803 /// </summary> 6804 public static string VideoView_2Pass { 6805 get { 6806 return ResourceManager.GetString("VideoView_2Pass", resourceCulture); 6807 } 6808 } 6809 6810 /// <summary> 6811 /// Looks up a localized string similar to Avg Bitrate (kbps):. 6812 /// </summary> 6813 public static string VideoView_AverageBitrate { 6814 get { 6815 return ResourceManager.GetString("VideoView_AverageBitrate", resourceCulture); 6816 } 6817 } 6818 6819 /// <summary> 6820 /// Looks up a localized string similar to Video Encoder:. 6821 /// </summary> 6822 public static string VideoView_Codec { 6823 get { 6824 return ResourceManager.GetString("VideoView_Codec", resourceCulture); 6825 } 6826 } 6827 6828 /// <summary> 6829 /// Looks up a localized string similar to Constant Framerate. 6830 /// </summary> 6831 public static string VideoView_ConstantFramerate { 6832 get { 6833 return ResourceManager.GetString("VideoView_ConstantFramerate", resourceCulture); 6834 } 6835 } 6836 6837 /// <summary> 6838 /// Looks up a localized string similar to Constant Quality:. 6839 /// </summary> 6840 public static string VideoView_ConstantQuality { 6841 get { 6842 return ResourceManager.GetString("VideoView_ConstantQuality", resourceCulture); 6843 } 6844 } 6845 6846 /// <summary> 6847 /// Looks up a localized string similar to Encoder Level:. 6848 /// </summary> 6849 public static string VideoView_EncoderLevel { 6850 get { 6851 return ResourceManager.GetString("VideoView_EncoderLevel", resourceCulture); 6852 } 6853 } 6854 6855 /// <summary> 6856 /// Looks up a localized string similar to Encoder Preset:. 6857 /// </summary> 6858 public static string VideoView_EncoderPreset { 6859 get { 6860 return ResourceManager.GetString("VideoView_EncoderPreset", resourceCulture); 6861 } 6862 } 6863 6864 /// <summary> 6865 /// Looks up a localized string similar to Encoder Profile:. 6866 /// </summary> 6867 public static string VideoView_EncoderProfile { 6868 get { 6869 return ResourceManager.GetString("VideoView_EncoderProfile", resourceCulture); 6870 } 6871 } 6872 6873 /// <summary> 6874 /// Looks up a localized string similar to Encoder Tune:. 6875 /// </summary> 6876 public static string VideoView_EncodeTune { 6877 get { 6878 return ResourceManager.GetString("VideoView_EncodeTune", resourceCulture); 6879 } 6880 } 6881 6882 /// <summary> 6883 /// Looks up a localized string similar to Advanced Options:. 6884 /// </summary> 6885 public static string VideoView_ExtraOptions { 6886 get { 6887 return ResourceManager.GetString("VideoView_ExtraOptions", resourceCulture); 6888 } 6889 } 6890 6891 /// <summary> 6892 /// Looks up a localized string similar to Fast Decode. 6893 /// </summary> 6894 public static string VideoView_FastDecode { 6895 get { 6896 return ResourceManager.GetString("VideoView_FastDecode", resourceCulture); 6897 } 6898 } 6899 6900 /// <summary> 6901 /// Looks up a localized string similar to Framerate (FPS):. 6902 /// </summary> 6903 public static string VideoView_Framerate { 6904 get { 6905 return ResourceManager.GetString("VideoView_Framerate", resourceCulture); 6906 } 6907 } 6908 6909 /// <summary> 6910 /// Looks up a localized string similar to Encoder Options: . 6911 /// </summary> 6912 public static string VideoView_OptimiseVideo { 6913 get { 6914 return ResourceManager.GetString("VideoView_OptimiseVideo", resourceCulture); 6915 } 6916 } 6917 6918 /// <summary> 6919 /// Looks up a localized string similar to Peak Framerate. 6920 /// </summary> 6921 public static string VideoView_PeakFramerate { 6922 get { 6923 return ResourceManager.GetString("VideoView_PeakFramerate", resourceCulture); 6924 } 6925 } 6926 6927 /// <summary> 6928 /// Looks up a localized string similar to Quality: . 6929 /// </summary> 6930 public static string VideoView_Quality { 6931 get { 6932 return ResourceManager.GetString("VideoView_Quality", resourceCulture); 6933 } 6934 } 6935 6936 /// <summary> 6937 /// Looks up a localized string similar to Turbo first pass. 6938 /// </summary> 6939 public static string VideoView_TurboFirstPass { 6940 get { 6941 return ResourceManager.GetString("VideoView_TurboFirstPass", resourceCulture); 6942 } 6943 } 6944 6945 /// <summary> 6946 /// Looks up a localized string similar to Variable Framerate. 6947 /// </summary> 6948 public static string VideoView_VariableFramerate { 6949 get { 6950 return ResourceManager.GetString("VideoView_VariableFramerate", resourceCulture); 6951 } 6952 } 6953 6954 /// <summary> 6955 /// Looks up a localized string similar to Video: . 6956 /// </summary> 6957 public static string VideoView_Video { 6958 get { 6959 return ResourceManager.GetString("VideoView_Video", resourceCulture); 6960 } 6961 } 6962 6963 /// <summary> 6964 /// Looks up a localized string similar to Warning. 6965 /// </summary> 6966 public static string Warning { 6967 get { 6968 return ResourceManager.GetString("Warning", resourceCulture); 6969 } 6970 } 6971 6972 /// <summary> 6973 /// Looks up a localized string similar to Do nothing. 6974 /// </summary> 6975 public static string WhenDone_DoNothing { 6976 get { 6977 return ResourceManager.GetString("WhenDone_DoNothing", resourceCulture); 6978 } 6979 } 6980 6981 /// <summary> 6982 /// Looks up a localized string similar to Hibernate. 6983 /// </summary> 6984 public static string WhenDone_Hibernate { 6985 get { 6986 return ResourceManager.GetString("WhenDone_Hibernate", resourceCulture); 6987 } 6988 } 6989 6990 /// <summary> 6991 /// Looks up a localized string similar to Lock System. 6992 /// </summary> 6993 public static string WhenDone_LockSystem { 6994 get { 6995 return ResourceManager.GetString("WhenDone_LockSystem", resourceCulture); 6996 } 6997 } 6998 6999 /// <summary> 7000 /// Looks up a localized string similar to Log off. 7001 /// </summary> 7002 public static string WhenDone_Logoff { 7003 get { 7004 return ResourceManager.GetString("WhenDone_Logoff", resourceCulture); 7005 } 7006 } 7007 7008 /// <summary> 7009 /// Looks up a localized string similar to Quit HandBrake. 7010 /// </summary> 7011 public static string WhenDone_QuitHandBrake { 7012 get { 7013 return ResourceManager.GetString("WhenDone_QuitHandBrake", resourceCulture); 7014 } 7015 } 7016 7017 /// <summary> 7018 /// Looks up a localized string similar to Shutdown. 7019 /// </summary> 7020 public static string WhenDone_Shutdown { 7021 get { 7022 return ResourceManager.GetString("WhenDone_Shutdown", resourceCulture); 7023 } 7024 } 7025 7026 /// <summary> 7027 /// Looks up a localized string similar to Sleep. 7028 /// </summary> 7029 public static string WhenDone_Suspend { 7030 get { 7031 return ResourceManager.GetString("WhenDone_Suspend", resourceCulture); 7032 } 7033 } 7034 7035 /// <summary> 7036 /// Looks up a localized string similar to {0} - ({1}%, Pass {2} of {3}). 7037 /// </summary> 7038 public static string WindowTitleStatus { 7039 get { 7040 return ResourceManager.GetString("WindowTitleStatus", resourceCulture); 7041 } 7042 } 7043 7044 /// <summary> 7045 /// Looks up a localized string similar to Yes. 7046 /// </summary> 7047 public static string Yes { 7048 get { 7049 return ResourceManager.GetString("Yes", resourceCulture); 7050 } 7051 } 7052 } 7053 } 7054