123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.42000
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace ComPDFKit.Controls.Strings {
- using System;
-
-
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Bota {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Bota() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ComPDFKit.Controls.Strings.Bota", typeof(Bota).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cancel.
- /// </summary>
- internal static string Button_Cancel {
- get {
- return ResourceManager.GetString("Button_Cancel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Create.
- /// </summary>
- internal static string Button_Create {
- get {
- return ResourceManager.GetString("Button_Create", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Done.
- /// </summary>
- internal static string Button_Done {
- get {
- return ResourceManager.GetString("Button_Done", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Next.
- /// </summary>
- internal static string Button_Next {
- get {
- return ResourceManager.GetString("Button_Next", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to OK.
- /// </summary>
- internal static string Button_OK {
- get {
- return ResourceManager.GetString("Button_OK", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Previous.
- /// </summary>
- internal static string Button_Prev {
- get {
- return ResourceManager.GetString("Button_Prev", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Replace.
- /// </summary>
- internal static string Button_Replace {
- get {
- return ResourceManager.GetString("Button_Replace", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Replace All.
- /// </summary>
- internal static string Button_ReplaceAll {
- get {
- return ResourceManager.GetString("Button_ReplaceAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reply.
- /// </summary>
- internal static string Button_Reply {
- get {
- return ResourceManager.GetString("Button_Reply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Search.
- /// </summary>
- internal static string Button_Search {
- get {
- return ResourceManager.GetString("Button_Search", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ignore Case.
- /// </summary>
- internal static string Chb_Case {
- get {
- return ResourceManager.GetString("Chb_Case", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Match Whole Word.
- /// </summary>
- internal static string Chb_Match {
- get {
- return ResourceManager.GetString("Chb_Match", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Bookmark Title.
- /// </summary>
- internal static string Holder_BookmarkTitle {
- get {
- return ResourceManager.GetString("Holder_BookmarkTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Find.
- /// </summary>
- internal static string Holder_Find {
- get {
- return ResourceManager.GetString("Holder_Find", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Replace with.
- /// </summary>
- internal static string Holder_Replace {
- get {
- return ResourceManager.GetString("Holder_Replace", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reply or add thoughts.
- /// </summary>
- internal static string Holder_Reply {
- get {
- return ResourceManager.GetString("Holder_Reply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Search.
- /// </summary>
- internal static string Holder_Search {
- get {
- return ResourceManager.GetString("Holder_Search", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add a new reply.
- /// </summary>
- internal static string Menu_AddReply {
- get {
- return ResourceManager.GetString("Menu_AddReply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Certification Details.
- /// </summary>
- internal static string Menu_CertDetail {
- get {
- return ResourceManager.GetString("Menu_CertDetail", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete all annotations.
- /// </summary>
- internal static string Menu_DelAllAnnot {
- get {
- return ResourceManager.GetString("Menu_DelAllAnnot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete a replies.
- /// </summary>
- internal static string Menu_DelAllReply {
- get {
- return ResourceManager.GetString("Menu_DelAllReply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete annotation.
- /// </summary>
- internal static string Menu_DelAnnot {
- get {
- return ResourceManager.GetString("Menu_DelAnnot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete.
- /// </summary>
- internal static string Menu_Delete {
- get {
- return ResourceManager.GetString("Menu_Delete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete All.
- /// </summary>
- internal static string Menu_DeleteAll {
- get {
- return ResourceManager.GetString("Menu_DeleteAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Edit.
- /// </summary>
- internal static string Menu_Edit {
- get {
- return ResourceManager.GetString("Menu_Edit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Expand all annotation.
- /// </summary>
- internal static string Menu_ExpandAllAnnot {
- get {
- return ResourceManager.GetString("Menu_ExpandAllAnnot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Expand all replies.
- /// </summary>
- internal static string Menu_ExpandAllReply {
- get {
- return ResourceManager.GetString("Menu_ExpandAllReply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Expand replies.
- /// </summary>
- internal static string Menu_ExpandReply {
- get {
- return ResourceManager.GetString("Menu_ExpandReply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fold all annotation.
- /// </summary>
- internal static string Menu_FoldAllAnnot {
- get {
- return ResourceManager.GetString("Menu_FoldAllAnnot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fold all replies.
- /// </summary>
- internal static string Menu_FoldAllReply {
- get {
- return ResourceManager.GetString("Menu_FoldAllReply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fold replies.
- /// </summary>
- internal static string Menu_FoldReply {
- get {
- return ResourceManager.GetString("Menu_FoldReply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Signature Details.
- /// </summary>
- internal static string Menu_SigDetail {
- get {
- return ResourceManager.GetString("Menu_SigDetail", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Accepted.
- /// </summary>
- internal static string Status_Accepted {
- get {
- return ResourceManager.GetString("Status_Accepted", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cancelled.
- /// </summary>
- internal static string Status_Cancelled {
- get {
- return ResourceManager.GetString("Status_Cancelled", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Completed.
- /// </summary>
- internal static string Status_Completed {
- get {
- return ResourceManager.GetString("Status_Completed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Marked.
- /// </summary>
- internal static string Status_Marked {
- get {
- return ResourceManager.GetString("Status_Marked", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to None.
- /// </summary>
- internal static string Status_None {
- get {
- return ResourceManager.GetString("Status_None", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rejected.
- /// </summary>
- internal static string Status_Rejected {
- get {
- return ResourceManager.GetString("Status_Rejected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Unmarked.
- /// </summary>
- internal static string Status_Unmarked {
- get {
- return ResourceManager.GetString("Status_Unmarked", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Annotations.
- /// </summary>
- internal static string Text_NoAnnotations {
- get {
- return ResourceManager.GetString("Text_NoAnnotations", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Bookmarks.
- /// </summary>
- internal static string Text_NoBookmarks {
- get {
- return ResourceManager.GetString("Text_NoBookmarks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Outlines.
- /// </summary>
- internal static string Text_NoOutline {
- get {
- return ResourceManager.GetString("Text_NoOutline", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Results.
- /// </summary>
- internal static string Text_NoResult {
- get {
- return ResourceManager.GetString("Text_NoResult", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Page.
- /// </summary>
- internal static string Text_Page {
- get {
- return ResourceManager.GetString("Text_Page", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Results: .
- /// </summary>
- internal static string Text_Result {
- get {
- return ResourceManager.GetString("Text_Result", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure to delete it?.
- /// </summary>
- internal static string Text_SureDelete {
- get {
- return ResourceManager.GetString("Text_SureDelete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to result found.
- /// </summary>
- internal static string Tip_Result {
- get {
- return ResourceManager.GetString("Tip_Result", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Annotations.
- /// </summary>
- internal static string Title_Annot {
- get {
- return ResourceManager.GetString("Title_Annot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Bookmarks.
- /// </summary>
- internal static string Title_Bookmarks {
- get {
- return ResourceManager.GetString("Title_Bookmarks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Outlines.
- /// </summary>
- internal static string Title_Outlines {
- get {
- return ResourceManager.GetString("Title_Outlines", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Signature List.
- /// </summary>
- internal static string Title_Sig {
- get {
- return ResourceManager.GetString("Title_Sig", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Thumbnails.
- /// </summary>
- internal static string Title_Thumb {
- get {
- return ResourceManager.GetString("Title_Thumb", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Bookmarks.
- /// </summary>
- internal static string Tooltip_AddBookmarks {
- get {
- return ResourceManager.GetString("Tooltip_AddBookmarks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Annotations.
- /// </summary>
- internal static string Tooltip_Annot {
- get {
- return ResourceManager.GetString("Tooltip_Annot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Bookmarks.
- /// </summary>
- internal static string Tooltip_Bookmarks {
- get {
- return ResourceManager.GetString("Tooltip_Bookmarks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete.
- /// </summary>
- internal static string Tooltip_Delete {
- get {
- return ResourceManager.GetString("Tooltip_Delete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Edit.
- /// </summary>
- internal static string Tooltip_Edit {
- get {
- return ResourceManager.GetString("Tooltip_Edit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export Annotations.
- /// </summary>
- internal static string Tooltip_Export {
- get {
- return ResourceManager.GetString("Tooltip_Export", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import Annotations.
- /// </summary>
- internal static string Tooltip_Import {
- get {
- return ResourceManager.GetString("Tooltip_Import", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to More.
- /// </summary>
- internal static string Tooltip_More {
- get {
- return ResourceManager.GetString("Tooltip_More", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Outlines.
- /// </summary>
- internal static string Tooltip_Outlines {
- get {
- return ResourceManager.GetString("Tooltip_Outlines", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Search.
- /// </summary>
- internal static string Tooltip_Search {
- get {
- return ResourceManager.GetString("Tooltip_Search", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Signatures.
- /// </summary>
- internal static string Tooltip_Sig {
- get {
- return ResourceManager.GetString("Tooltip_Sig", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Thumbnails.
- /// </summary>
- internal static string Tooltip_Thumb {
- get {
- return ResourceManager.GetString("Tooltip_Thumb", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warning.
- /// </summary>
- internal static string Warn_Warning {
- get {
- return ResourceManager.GetString("Warn_Warning", resourceCulture);
- }
- }
- }
- }
|