Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Resources.Designer.cs 7.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
  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. namespace ContosoFlowers.BotAssets.Properties {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ContosoFlowers.BotAssets.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Confirm.
  56. /// </summary>
  57. internal static string AddressDialog_Confirm {
  58. get {
  59. return ResourceManager.GetString("AddressDialog_Confirm", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Did you mean?.
  64. /// </summary>
  65. internal static string AddressDialog_DidYouMean {
  66. get {
  67. return ResourceManager.GetString("AddressDialog_DidYouMean", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Edit.
  72. /// </summary>
  73. internal static string AddressDialog_Edit {
  74. get {
  75. return ResourceManager.GetString("AddressDialog_Edit", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Sorry, I could not understand that address. Can you try again? (Number, street, city, state, and ZIP).
  80. /// </summary>
  81. internal static string AddressDialog_EnterAddressAgain {
  82. get {
  83. return ResourceManager.GetString("AddressDialog_EnterAddressAgain", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Use this address.
  88. /// </summary>
  89. internal static string AddressDialog_UseThisAddress {
  90. get {
  91. return ResourceManager.GetString("AddressDialog_UseThisAddress", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to You can type Cancel or (B)ack or Abort to abandon this dialog..
  96. /// </summary>
  97. internal static string CancelablePromptChoice_CancelText {
  98. get {
  99. return ResourceManager.GetString("CancelablePromptChoice_CancelText", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to OK, you want to use {0}. Is that correct? Enter &apos;yes&apos; or &apos;no&apos;..
  104. /// </summary>
  105. internal static string Location_ConfirmationAsk {
  106. get {
  107. return ResourceManager.GetString("Location_ConfirmationAsk", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Please select an item.
  112. /// </summary>
  113. internal static string PagedCarouselDialog_DefaultPrompt {
  114. get {
  115. return ResourceManager.GetString("PagedCarouselDialog_DefaultPrompt", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Want more options?.
  120. /// </summary>
  121. internal static string PagedCarouselDialog_MoreOptions {
  122. get {
  123. return ResourceManager.GetString("PagedCarouselDialog_MoreOptions", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Yes, please!.
  128. /// </summary>
  129. internal static string PagedCarouselDialog_ShowMe {
  130. get {
  131. return ResourceManager.GetString("PagedCarouselDialog_ShowMe", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to Sorry, I could not understand that email address. Can you try again?.
  136. /// </summary>
  137. internal static string PromptEmail_DefaultRetry {
  138. get {
  139. return ResourceManager.GetString("PromptEmail_DefaultRetry", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Add a new address.
  144. /// </summary>
  145. internal static string SavedAddressDialog_AddNewAddress {
  146. get {
  147. return ResourceManager.GetString("SavedAddressDialog_AddNewAddress", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to No, thanks!.
  152. /// </summary>
  153. internal static string SavedAddressDialog_NotThisTime {
  154. get {
  155. return ResourceManager.GetString("SavedAddressDialog_NotThisTime", resourceCulture);
  156. }
  157. }
  158. }
  159. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...