profileShare

rasmusjy / splitapp-backend-clean-onion

Read-only snapshot

No repository description.

main default branch 429 files Expires Sep 13, 2026, 9:06 AM
Shared.Designer.cs 6,960 bytes
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 //
5 // Changes to this file may cause incorrect behavior and will be lost if
6 // the code is regenerated.
7 // </auto-generated>
8 //------------------------------------------------------------------------------
9
10 namespace App.Resources.Views {
11 using System;
12
13
14 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
15 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
16 [System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
17 public class Shared {
18
19 private static System.Resources.ResourceManager resourceMan;
20
21 private static System.Globalization.CultureInfo resourceCulture;
22
23 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
24 internal Shared() {
25 }
26
27 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
28 public static System.Resources.ResourceManager ResourceManager {
29 get {
30 if (object.Equals(null, resourceMan)) {
31 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("App.Resources.Views.Shared", typeof(Shared).Assembly);
32 resourceMan = temp;
33 }
34 return resourceMan;
35 }
36 }
37
38 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
39 public static System.Globalization.CultureInfo Culture {
40 get {
41 return resourceCulture;
42 }
43 set {
44 resourceCulture = value;
45 }
46 }
47
48 public static string Save {
49 get {
50 return ResourceManager.GetString("Save", resourceCulture);
51 }
52 }
53
54 public static string Cancel {
55 get {
56 return ResourceManager.GetString("Cancel", resourceCulture);
57 }
58 }
59
60 public static string Delete {
61 get {
62 return ResourceManager.GetString("Delete", resourceCulture);
63 }
64 }
65
66 public static string Edit {
67 get {
68 return ResourceManager.GetString("Edit", resourceCulture);
69 }
70 }
71
72 public static string Create {
73 get {
74 return ResourceManager.GetString("Create", resourceCulture);
75 }
76 }
77
78 public static string Back {
79 get {
80 return ResourceManager.GetString("Back", resourceCulture);
81 }
82 }
83
84 public static string Confirm {
85 get {
86 return ResourceManager.GetString("Confirm", resourceCulture);
87 }
88 }
89
90 public static string Search {
91 get {
92 return ResourceManager.GetString("Search", resourceCulture);
93 }
94 }
95
96 public static string Actions {
97 get {
98 return ResourceManager.GetString("Actions", resourceCulture);
99 }
100 }
101
102 public static string Loading {
103 get {
104 return ResourceManager.GetString("Loading", resourceCulture);
105 }
106 }
107
108 public static string NoData {
109 get {
110 return ResourceManager.GetString("NoData", resourceCulture);
111 }
112 }
113
114 public static string LogIn {
115 get {
116 return ResourceManager.GetString("LogIn", resourceCulture);
117 }
118 }
119
120 public static string LogOut {
121 get {
122 return ResourceManager.GetString("LogOut", resourceCulture);
123 }
124 }
125
126 public static string Register {
127 get {
128 return ResourceManager.GetString("Register", resourceCulture);
129 }
130 }
131
132 public static string Trips {
133 get {
134 return ResourceManager.GetString("Trips", resourceCulture);
135 }
136 }
137
138 public static string Expenses {
139 get {
140 return ResourceManager.GetString("Expenses", resourceCulture);
141 }
142 }
143
144 public static string Budget {
145 get {
146 return ResourceManager.GetString("Budget", resourceCulture);
147 }
148 }
149
150 public static string Members {
151 get {
152 return ResourceManager.GetString("Members", resourceCulture);
153 }
154 }
155
156 public static string Wishlist {
157 get {
158 return ResourceManager.GetString("Wishlist", resourceCulture);
159 }
160 }
161
162 public static string Polls {
163 get {
164 return ResourceManager.GetString("Polls", resourceCulture);
165 }
166 }
167
168 public static string Settlement {
169 get {
170 return ResourceManager.GetString("Settlement", resourceCulture);
171 }
172 }
173
174 public static string Categories {
175 get {
176 return ResourceManager.GetString("Categories", resourceCulture);
177 }
178 }
179
180 public static string Dashboard {
181 get {
182 return ResourceManager.GetString("Dashboard", resourceCulture);
183 }
184 }
185
186 public static string AreYouSure {
187 get {
188 return ResourceManager.GetString("AreYouSure", resourceCulture);
189 }
190 }
191
192 public static string DeleteConfirm {
193 get {
194 return ResourceManager.GetString("DeleteConfirm", resourceCulture);
195 }
196 }
197
198 public static string Details {
199 get {
200 return ResourceManager.GetString("Details", resourceCulture);
201 }
202 }
203
204 public static string Name {
205 get {
206 return ResourceManager.GetString("Name", resourceCulture);
207 }
208 }
209
210 public static string Description {
211 get {
212 return ResourceManager.GetString("Description", resourceCulture);
213 }
214 }
215
216 public static string Amount {
217 get {
218 return ResourceManager.GetString("Amount", resourceCulture);
219 }
220 }
221
222 public static string Date {
223 get {
224 return ResourceManager.GetString("Date", resourceCulture);
225 }
226 }
227
228 public static string Status {
229 get {
230 return ResourceManager.GetString("Status", resourceCulture);
231 }
232 }
233
234 public static string Admin {
235 get {
236 return ResourceManager.GetString("Admin", resourceCulture);
237 }
238 }
239 }
240 }
241