17c73aec
Schwirg László
Vrh.Web.Reporting...
|
1
|
using VRH.Log4Pro.MultiLanguageManager;
|
ab9f2fbe
Schwirg László
Add project files.
|
2
3
4
5
|
namespace Vrh.iScheduler
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
6
|
/// Az iScheduler-ben használatos szókódok.
|
ab9f2fbe
Schwirg László
Add project files.
|
7
8
9
10
11
12
13
14
15
|
/// </summary>
[TranslationModule(MODULNAME)]
public static class SchedulerWordCodes
{
internal const string huhu = "hu-HU";
internal const string enus = "en-US";
public const string MODULNAME = "ISCHEDULER";
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
16
|
/// Az iScheduler-ben használatos szókódok.
|
ab9f2fbe
Schwirg László
Add project files.
|
17
18
19
20
21
|
/// </summary>
public static class iScheduler
{
#region Error
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
22
|
/// Hibaüzenetek szókódjai.
|
ab9f2fbe
Schwirg László
Add project files.
|
23
24
25
26
|
/// </summary>
public static class Error
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
27
|
/// "A fájl nem létezik! Fájlnév={0}" / "The file does not exist! Filename={0}"
|
ab9f2fbe
Schwirg László
Add project files.
|
28
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
29
|
[InitializeTranslation("A fájl nem létezik! Fájlnév={0}", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
30
31
32
33
|
[InitializeTranslation("The file does not exist! Filename={0}", enus)]
public static class FileDoesNotExists { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
34
|
/// "Hiba történt az XML fájl feldolgozása közben!" /
|
ab9f2fbe
Schwirg László
Add project files.
|
35
36
|
/// "Error occured when processing XML file!"
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
37
|
[InitializeTranslation("Hiba történt az XML fájl feldolgozása közben!", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
38
39
40
41
|
[InitializeTranslation("Error occured when processing XML file!", enus)]
public static class ErrorOccuredWhileXMLParsing { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
42
|
/// "Nem található a megadott ütemezés! Azonosító = {0}"
|
ab9f2fbe
Schwirg László
Add project files.
|
43
44
|
/// "The specified schedule could not be found! ID = {0}"
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
45
|
[InitializeTranslation("Nem található a megadott ütemezés! Azonosító = {0}", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
46
47
48
49
|
[InitializeTranslation("The specified schedule could not be found! ID = {0}", enus)]
public static class NotFoundSchedule { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
50
|
/// "A \"bootboxid\" paraméter nincs vagy üres! Az iScheduler.Editor számára szükséges a \"bootboxid\" paraméter!" /
|
ab9f2fbe
Schwirg László
Add project files.
|
51
52
|
/// "The \"bootboxid\" parameter is missing or empty! The iScheduler.Editor requires the \"bootboxid\" parameter!"
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
53
|
[InitializeTranslation("A \"bootboxid\" paraméter nincs vagy üres! Az iScheduler.Editor számára szükséges a \"bootboxid\" paraméter!", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
54
55
56
57
|
[InitializeTranslation("The \"bootboxid\" parameter is missing or empty! The iScheduler.Editor requires the \"bootboxid\" parameter!", enus)]
public static class BootboxIdEmpty { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
58
|
/// "Az 'id' paraméter típusa rossz! id={0}"
|
ab9f2fbe
Schwirg László
Add project files.
|
59
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
60
|
[InitializeTranslation("Az 'id' paraméter típusa rossz! id={0}", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
61
62
63
64
|
[InitializeTranslation("Type of 'id' parameter is incorrect! id={0}", enus)]
public static class TypeOfIdIsWrong { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
65
|
/// "Az ütemezés nem egy sorozat tagja, pedig annak törlését kezdeményezte!"
|
ab9f2fbe
Schwirg László
Add project files.
|
66
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
67
|
[InitializeTranslation("Az ütemezés nem egy sorozat tagja, pedig annak törlését kezdeményezte!", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
68
69
70
71
|
[InitializeTranslation("Schedule is not a member of a schedule series, but you initiated the deletion of a series!", enus)]
public static class ScheduleIsNotAMemberOfTheSeries { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
72
|
/// "Konzisztencia ellenõrzés nem lehetséges, mert még nincs ütemezés az adatbázisban!"
|
ab9f2fbe
Schwirg László
Add project files.
|
73
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
74
|
[InitializeTranslation("Konzisztencia ellenõrzés nem lehetséges, mert még nincs ütemezés az adatbázisban!", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
75
76
77
78
|
[InitializeTranslation("No consistency check is possibile, as there are no schedules in the database", enus)]
public static class ThereAreNoSchedules { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
79
|
/// "Ez a nézet még fejlesztés alatt! Nézet kódja={0}"
|
ab9f2fbe
Schwirg László
Add project files.
|
80
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
81
|
[InitializeTranslation("Ez a nézet még fejlesztés alatt! Nézet kódja={0}", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
82
83
84
85
|
[InitializeTranslation("Under development. View code ={0}", enus)]
public static class ThisViewIsUnderDeveloped { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
86
|
/// "A nézet kódja nem létezik! Nézet kódja={0}"
|
ab9f2fbe
Schwirg László
Add project files.
|
87
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
88
|
[InitializeTranslation("A nézet kódja nem létezik! Nézet kódja={0}", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
89
90
91
92
|
[InitializeTranslation("View does not exist! View code={0}", enus)]
public static class ThisViewIsNotExists { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
93
|
/// "Az ütemezett feladat idõpontja nem lehet korábbi a módosítás idõpontjánál!"
|
ab9f2fbe
Schwirg László
Add project files.
|
94
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
95
|
[InitializeTranslation("Az ütemezett feladat idõpontja nem lehet korábbi a módosítás idõpontjánál!", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
96
97
98
99
100
101
102
|
[InitializeTranslation("Schedule time can not be before current time!", enus)]
public static class TimeOfTheScheduledTaskCannotBeErlier { }
}
#endregion Error
#region Manager
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
103
|
/// Az iScheduler.Manager-rel kapcsolatos szókódok
|
ab9f2fbe
Schwirg László
Add project files.
|
104
105
106
107
|
/// </summary>
public static class Manager
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
108
|
/// "Ütemezés kezelõ"
|
ab9f2fbe
Schwirg László
Add project files.
|
109
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
110
|
[InitializeTranslation("Ütemezés kezelõ", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
111
112
113
114
|
[InitializeTranslation("Schedule Manager", enus)]
public static class Title { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
115
|
/// "Katt a módosításhoz!"
|
ab9f2fbe
Schwirg László
Add project files.
|
116
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
117
|
[InitializeTranslation("Katt a módosításhoz!", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
118
119
120
121
|
[InitializeTranslation("Click for modification!", enus)]
public static class MakeEditableToolTip { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
122
|
/// "Kérem várjon ..."
|
ab9f2fbe
Schwirg László
Add project files.
|
123
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
124
|
[InitializeTranslation("Kérem várjon ...", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
125
126
127
128
|
[InitializeTranslation("Please wait ...", enus)]
public static class WaitMessage { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
129
|
/// "Biztos benne, hogy törli az ütemezést?"
|
ab9f2fbe
Schwirg László
Add project files.
|
130
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
131
|
[InitializeTranslation("Biztos benne, hogy törli az ütemezést?", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
132
133
134
135
|
[InitializeTranslation("Are You sure to delete the schedule?", enus)]
public static class ConfirmDelete { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
136
|
/// "Biztos benne, hogy az ütemezést kitörli a sorozatból?"
|
ab9f2fbe
Schwirg László
Add project files.
|
137
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
138
|
[InitializeTranslation("Biztos benne, hogy az ütemezést kitörli a sorozatból?", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
139
140
141
142
|
[InitializeTranslation("Are you sure to remove schedule from this series?", enus)]
public static class ConfirmDeleteFromSeries { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
143
|
/// "Az összes olyan ütemezés törlését kezdeményezte, amelyhez jelen ütemezési is tartozik. Az ütemezések törlése után, a sorozatazonosító is törlésre kerül! \n\nBiztos benne, hogy törli a sorozatot és a sorozathoz tartozó összes ütemezést?"
|
ab9f2fbe
Schwirg László
Add project files.
|
144
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
145
146
|
[InitializeTranslation("Az összes olyan ütemezés törlését kezdeményezte, amelyhez jelen ütemezési is tartozik. Az ütemezések törlése után, a sorozatazonosító is törlésre kerül!"
+ " Biztos benne, hogy törli a sorozatot és a sorozathoz tartozó összes ütemezést?", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
147
148
149
150
151
|
[InitializeTranslation("You initiated the removal of all the schedules of the series where this schedule belongs to. After removal of all schedules, the series will be removed!"
+ " Are You sure to remove the series with all the schedules in it?", enus)]
public static class ConfirmDeleteSeries { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
152
|
/// "Konzisztencia vizsgálat folyamatban ..."
|
ab9f2fbe
Schwirg László
Add project files.
|
153
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
154
|
[InitializeTranslation("Konzisztencia vizsgálat folyamatban ...", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
155
156
157
158
|
[InitializeTranslation("Consistency check is running...", enus)]
public static class ConsistencyWaitMessage { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
159
|
/// "Azok az ütemezések, melyek objektuma már nem létezik."
|
ab9f2fbe
Schwirg László
Add project files.
|
160
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
161
|
[InitializeTranslation("Azok az ütemezések, melyek objektuma már nem létezik.", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
162
163
164
165
166
167
|
[InitializeTranslation("These are the schedules, that refer to objects, that do not exist anymore.", enus)]
public static class ConsistencyTitle { }
#region Button
public static class Button
{
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
168
|
[InitializeTranslation("Hónap nézet", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
169
170
171
|
[InitializeTranslation("Month view", enus)]
public static class GoToMonthView { }
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
172
|
[InitializeTranslation("Lista nézet", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
173
174
175
|
[InitializeTranslation("List view", enus)]
public static class GoToListView { }
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
176
|
[InitializeTranslation("Konzisztencia ellenõrzés KI", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
177
178
179
|
[InitializeTranslation("Consistency check OFF", enus)]
public static class ConsistencyCheckOff { }
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
180
|
[InitializeTranslation("Konzisztencia ellenõrzés BE", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
181
182
183
|
[InitializeTranslation("Consistency check ON", enus)]
public static class ConsistencyCheckOn { }
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
184
|
[InitializeTranslation("Új ütemezés", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
185
186
187
188
189
190
191
192
193
194
195
|
[InitializeTranslation("Create new schedule", enus)]
public static class NewSchedule { }
[InitializeTranslation("Objektum menedzser", huhu)]
[InitializeTranslation("Object manager", enus)]
public static class ObjectManager { }
}
#endregion Button
#region Label
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
196
|
/// Manager-ben használatos címkék.
|
ab9f2fbe
Schwirg László
Add project files.
|
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
|
/// </summary>
public static class Label
{
/// <summary>
/// "Id" / "ID"
/// </summary>
[InitializeTranslation("Id", huhu)]
[InitializeTranslation("ID", enus)]
public static class Id { }
/// <summary>
/// "Objektum" / "Object"
/// </summary>
[InitializeTranslation("Objektum", huhu)]
[InitializeTranslation("Object", enus)]
public static class ObjectId { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
215
|
/// "Mûvelet" / "Operation"
|
ab9f2fbe
Schwirg László
Add project files.
|
216
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
217
|
[InitializeTranslation("Mûvelet", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
218
219
220
221
|
[InitializeTranslation("Operation", enus)]
public static class OperationId { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
222
|
/// "Idõpont" / "Timestamp"
|
ab9f2fbe
Schwirg László
Add project files.
|
223
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
224
|
[InitializeTranslation("Idõpont", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
225
226
227
228
|
[InitializeTranslation("Timestamp", enus)]
public static class OperationTime { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
229
|
/// "Állapot" / "Status"
|
ab9f2fbe
Schwirg László
Add project files.
|
230
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
231
|
[InitializeTranslation("Állapot", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
232
233
234
235
|
[InitializeTranslation("Status", enus)]
public static class State { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
236
|
/// "Típus" / "Type"
|
ab9f2fbe
Schwirg László
Add project files.
|
237
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
238
|
[InitializeTranslation("Típus", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
239
240
241
242
243
244
245
246
247
248
249
|
[InitializeTranslation("Type", enus)]
public static class ObjectTpye { }
/// <summary>
/// "Csoport" / "Group"
/// </summary>
[InitializeTranslation("Csoport", huhu)]
[InitializeTranslation("Group", enus)]
public static class ObjectGroupId { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
250
|
/// "Visszatérési érték:" / "Return value:"
|
ab9f2fbe
Schwirg László
Add project files.
|
251
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
252
|
[InitializeTranslation("Visszatérési érték:", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
253
254
255
256
257
258
259
260
261
262
263
|
[InitializeTranslation("Return value:", enus)]
public static class ReturnValue { }
/// <summary>
/// "Sorozat" / "Series"
/// </summary>
[InitializeTranslation("Sorozat", huhu)]
[InitializeTranslation("Series", enus)]
public static class SeriesType { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
264
|
/// "Sorozatazonosító" / "Series ID"
|
ab9f2fbe
Schwirg László
Add project files.
|
265
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
266
|
[InitializeTranslation("Sorozatazonosító", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
267
268
269
270
271
272
273
|
[InitializeTranslation("Series ID", enus)]
public static class SeriesId { }
}
#endregion Label
#region State
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
274
|
/// Idõzítés állapotainak fordításai.
|
ab9f2fbe
Schwirg László
Add project files.
|
275
276
277
278
|
/// </summary>
public static class State
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
279
|
/// "Aktív" / "Active"
|
ab9f2fbe
Schwirg László
Add project files.
|
280
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
281
|
[InitializeTranslation("Aktív", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
282
283
284
285
286
287
288
289
290
291
292
|
[InitializeTranslation("Active", enus)]
public static class Active { }
/// <summary>
/// "Sikeres" / "Success"
/// </summary>
[InitializeTranslation("Sikeres", huhu)]
[InitializeTranslation("Success", enus)]
public static class Success { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
293
|
/// "Hibás" / "Failed"
|
ab9f2fbe
Schwirg László
Add project files.
|
294
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
295
|
[InitializeTranslation("Hibás", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
296
297
298
299
300
301
302
303
304
|
[InitializeTranslation("Failed", enus)]
public static class Failed { }
}
#endregion State
}
#endregion Manager
#region Editor
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
305
|
/// Az iScheduler.Editor-ral kapcsolatos szókódok
|
ab9f2fbe
Schwirg László
Add project files.
|
306
307
308
309
|
/// </summary>
public static class Editor
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
310
|
/// "Új ütemezés" / "New schedule"
|
ab9f2fbe
Schwirg László
Add project files.
|
311
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
312
|
[InitializeTranslation("Új ütemezés", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
313
314
315
316
|
[InitializeTranslation("New schedule", enus)]
public static class TitleAdd { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
317
|
/// "Ütemezés módosítása" / "Schedule change"
|
ab9f2fbe
Schwirg László
Add project files.
|
318
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
319
|
[InitializeTranslation("Ütemezés módosítása", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
320
321
322
323
|
[InitializeTranslation("Schedule change", enus)]
public static class TitleUpdate { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
324
|
/// "Az ütemezés már nem egy sorozat tagja." / "Scheduling is no longer part of a series."
|
ab9f2fbe
Schwirg László
Add project files.
|
325
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
326
|
[InitializeTranslation("Az ütemezés már nem egy sorozat tagja.", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
327
328
329
330
|
[InitializeTranslation("Scheduling is no longer part of a series.", enus)]
public static class ScheduleIsNotAMemberOfASeries { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
331
|
/// "Több kijelölése Ctrl + Click" / "Select more Ctrl + Click"
|
ab9f2fbe
Schwirg László
Add project files.
|
332
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
333
|
[InitializeTranslation("Több kijelölése Ctrl + Click", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
334
335
336
337
|
[InitializeTranslation("Select more Ctrl + Click", enus)]
public static class FootnoteOfDays { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
338
|
/// "Kérem, várjon a mûvelet végrehajtására !" / "Please wait for the operation to complete!"
|
ab9f2fbe
Schwirg László
Add project files.
|
339
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
340
|
[InitializeTranslation("Kérem, várjon a mûvelet végrehajtására !", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
341
342
343
344
|
[InitializeTranslation("Please wait for the operation to complete!", enus)]
public static class ExecuteWaitMessage { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
345
|
/// "A mûvelet eredménye !" / "Result of the operation !"
|
ab9f2fbe
Schwirg László
Add project files.
|
346
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
347
|
[InitializeTranslation("A mûvelet eredménye !", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
348
349
350
351
352
353
354
355
356
357
|
[InitializeTranslation("Result of the operation !", enus)]
public static class ResultOfTheOperation { }
#region Button
/// <summary>
/// Editor gombjainak feliratai.
/// </summary>
public static class Button
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
358
|
/// "Kilépés" / "Exit"
|
ab9f2fbe
Schwirg László
Add project files.
|
359
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
360
|
[InitializeTranslation("Kilépés", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
361
362
363
364
|
[InitializeTranslation("Exit", enus)]
public static class Exit { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
365
|
/// "Mentés" / "Save"
|
ab9f2fbe
Schwirg László
Add project files.
|
366
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
367
|
[InitializeTranslation("Mentés", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
368
369
370
371
|
[InitializeTranslation("Save", enus)]
public static class Save { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
372
|
/// "Törlés" / "Remove"
|
ab9f2fbe
Schwirg László
Add project files.
|
373
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
374
|
[InitializeTranslation("Törlés", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
375
376
377
378
|
[InitializeTranslation("Remove", enus)]
public static class Remove { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
379
|
/// "Objektum szerkesztése" / "v"
|
ab9f2fbe
Schwirg László
Add project files.
|
380
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
381
|
[InitializeTranslation("Objektum szerkesztése", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
382
383
384
385
|
[InitializeTranslation("Object editing", enus)]
public static class ObjectEditor { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
386
|
/// "Törlés a sorozatból" / "Remove from the series"
|
ab9f2fbe
Schwirg László
Add project files.
|
387
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
388
|
[InitializeTranslation("Törlés a sorozatból", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
389
390
391
392
|
[InitializeTranslation("Remove from the series", enus)]
public static class DeleteFromSeries { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
393
|
/// "Sorozat törlése" / "Remove series"
|
ab9f2fbe
Schwirg László
Add project files.
|
394
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
395
|
[InitializeTranslation("Sorozat törlése", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
396
397
398
399
400
401
402
|
[InitializeTranslation("Remove series", enus)]
public static class DeleteTheSeries { }
}
#endregion Button
#region Label
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
403
|
/// Editorban használatos címkék fordításai.
|
ab9f2fbe
Schwirg László
Add project files.
|
404
405
406
407
408
|
/// </summary>
public static class Label
{
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
409
|
/// "Mûvelet végrehajtása mentés után" / "Perform operation after saving"
|
ab9f2fbe
Schwirg László
Add project files.
|
410
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
411
|
[InitializeTranslation("Mûvelet végrehajtása mentés után", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
412
413
414
415
|
[InitializeTranslation("Perform operation after saving", enus)]
public static class ScheduleExecute { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
416
|
/// "Ütemezés típusa" / "Schedule type"
|
ab9f2fbe
Schwirg László
Add project files.
|
417
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
418
|
[InitializeTranslation("Ütemezés típusa", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
419
420
421
422
|
[InitializeTranslation("Schedule type", enus)]
public static class ScheduleType { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
423
|
/// "Elsõ alkalom" / "First time"
|
ab9f2fbe
Schwirg László
Add project files.
|
424
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
425
|
[InitializeTranslation("Elsõ alkalom", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
426
427
428
429
|
[InitializeTranslation("First time", enus)]
public static class FirstTime { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
430
|
/// "Hetek száma" / "Number of weeks"
|
ab9f2fbe
Schwirg László
Add project files.
|
431
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
432
|
[InitializeTranslation("Hetek száma", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
433
434
435
436
|
[InitializeTranslation("Number of weeks", enus)]
public static class NumberOfWeeks { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
437
|
/// "Hónapok száma" / "Number of months"
|
ab9f2fbe
Schwirg László
Add project files.
|
438
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
439
|
[InitializeTranslation("Hónapok száma", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
440
441
442
443
|
[InitializeTranslation("Number of months", enus)]
public static class NumberOfMonths { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
444
|
/// "Sorozat megnevezése" / "Series name"
|
ab9f2fbe
Schwirg László
Add project files.
|
445
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
446
|
[InitializeTranslation("Sorozat megnevezése", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
447
448
449
450
|
[InitializeTranslation("Series name", enus)]
public static class SeriesName { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
451
|
/// "Sorozat színe" / "Series color"
|
ab9f2fbe
Schwirg László
Add project files.
|
452
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
453
|
[InitializeTranslation("Sorozat színe", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
454
455
456
457
458
459
460
461
462
463
|
[InitializeTranslation("Series color", enus)]
public static class SeriesColor { }
/// <summary>
/// "Napok" / "Days"
/// </summary>
[InitializeTranslation("Napok", huhu)]
[InitializeTranslation("Days", enus)]
public static class Days { }
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
464
|
#region A hét napjai
|
ab9f2fbe
Schwirg László
Add project files.
|
465
466
467
468
|
/// <summary>
/// "" / ""
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
469
|
[InitializeTranslation("Hétfõ", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
|
[InitializeTranslation("Monday", enus)]
public static class Monday { }
/// <summary>
/// "Kedd" / "Tuesday"
/// </summary>
[InitializeTranslation("Kedd", huhu)]
[InitializeTranslation("Tuesday", enus)]
public static class Tuesday { }
/// <summary>
/// "Szerda" / "Wednesday"
/// </summary>
[InitializeTranslation("Szerda", huhu)]
[InitializeTranslation("Wednesday", enus)]
public static class Wednesday { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
488
|
/// "Csütörtök" / "Thursday"
|
ab9f2fbe
Schwirg László
Add project files.
|
489
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
490
|
[InitializeTranslation("Csütörtök", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
491
492
493
494
|
[InitializeTranslation("Thursday", enus)]
public static class Thursday { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
495
|
/// "Péntek" / "Friday"
|
ab9f2fbe
Schwirg László
Add project files.
|
496
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
497
|
[InitializeTranslation("Péntek", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
498
499
500
501
502
503
504
505
506
507
508
|
[InitializeTranslation("Friday", enus)]
public static class Friday { }
/// <summary>
/// "Szombat" / "Saturday"
/// </summary>
[InitializeTranslation("Szombat", huhu)]
[InitializeTranslation("Saturday", enus)]
public static class Saturday { }
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
509
|
/// "Vasárnap" / "Sunday"
|
ab9f2fbe
Schwirg László
Add project files.
|
510
|
/// </summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
511
|
[InitializeTranslation("Vasárnap", huhu)]
|
ab9f2fbe
Schwirg László
Add project files.
|
512
513
514
|
[InitializeTranslation("Sunday", enus)]
public static class Sunday { }
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
515
|
#endregion A hét napjai
|
ab9f2fbe
Schwirg László
Add project files.
|
516
517
518
519
520
|
}
#endregion Label
#region Wizard
/// <summary>
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
521
|
/// Az Editor-ban a radió buttonok elnevezéséhez használjuk.
|
ab9f2fbe
Schwirg László
Add project files.
|
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
|
/// </summary>
public static class Wizard
{
/// <summary>
/// "Egyszeri" / "One time"
/// </summary>
[InitializeTranslation("Egyszeri", huhu)]
[InitializeTranslation("One time", enus)]
public static class Single { }
/// <summary>
/// "Heti" / "Weekly"
/// </summary>
[InitializeTranslation("Heti", huhu)]
[InitializeTranslation("Weekly", enus)]
public static class Weekly { }
/// <summary>
/// "Havi" / "Monthly"
/// </summary>
[InitializeTranslation("Havi", huhu)]
[InitializeTranslation("Monthly", enus)]
public static class Monthly { }
}
#endregion Wizard
}
|
17c73aec
Schwirg László
Vrh.Web.Reporting...
|
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
|
#endregion Editor
#region Execute
public static class Execute
{
[InitializeTranslation("Az ütemezés végrehajtása befejeződött.", huhu)]
[InitializeTranslation("Execution of schedule finished.", enus)]
public static class ActionIsCompleted { }
[InitializeTranslation("Név", huhu)]
[InitializeTranslation("Name", enus)]
public static class ColName { }
[InitializeTranslation("Érték", huhu)]
[InitializeTranslation("Value", enus)]
public static class ColVal { }
}
#endregion Execute
|
ab9f2fbe
Schwirg László
Add project files.
|
566
567
568
|
}
}
}
|