-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathserver-en.xml
More file actions
855 lines (855 loc) · 55.1 KB
/
server-en.xml
File metadata and controls
855 lines (855 loc) · 55.1 KB
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Localization language="" description="" cultureName="">
<Administration>
<LabelCurrentPassword>Current Password</LabelCurrentPassword>
<LabelFirstName>First Name</LabelFirstName>
<LabelItems>Items</LabelItems>
<LabelLastLogin>Last Login</LabelLastLogin>
<LabelLastName>Last Name</LabelLastName>
<LabelNewPassword>New Password</LabelNewPassword>
<LabelPicture>Picture</LabelPicture>
<LabelRole>Role</LabelRole>
<LabelUserName>User Name (Email)</LabelUserName>
<TextAdministrator>Administrator</TextAdministrator>
<TextBandwidth>Bandwidth</TextBandwidth>
<TextComputingCycles>Computing Cycles</TextComputingCycles>
<TextCreatedNewRoleBasedOn>Create new role based on</TextCreatedNewRoleBasedOn>
<TextCreators>BI Creators</TextCreators>
<TextDashboards>Dashboards</TextDashboards>
<TextData>Data</TextData>
<TextDataRows>Data Rows</TextDataRows>
<TextDataSources>Data Sources</TextDataSources>
<TextDate>Date</TextDate>
<TextDescription>Description</TextDescription>
<TextDragDropRootFolderHere>Drag & Drop Your Folder Here!</TextDragDropRootFolderHere>
<TextEmails>Emails</TextEmails>
<TextFileSize>File Size</TextFileSize>
<TextItems>Items</TextItems>
<TextManager>Manager</TextManager>
<TextNewRole>New Role</TextNewRole>
<TextPerFile>per file</TextPerFile>
<TextPerMonth>per month</TextPerMonth>
<TextReportPages>Report Pages</TextReportPages>
<TextReports>Reports</TextReports>
<TextRole>Role</TextRole>
<TextRoles>Roles</TextRoles>
<TextRootFolder>Root Folder</TextRootFolder>
<TextSchedulers>Schedulers</TextSchedulers>
<TextSelectPicture>Select a picture</TextSelectPicture>
<TextStorage>Storage</TextStorage>
<TextSupervisor>Supervisor</TextSupervisor>
<TextUpload>Upload</TextUpload>
<TextUser>User</TextUser>
<TextUsers>Users</TextUsers>
<TextWorkspaces>Workspaces</TextWorkspaces>
<TooltipBICreators>Users with Supervisor, Admin, Manager, and Custom roles</TooltipBICreators>
<TooltipUsers>Users with view preferences only and 'USER' role</TooltipUsers>
<WindowDescriptionRoleDelete>Are you sure you want to delete the role "{0}"?</WindowDescriptionRoleDelete>
<WindowDescriptionUserDelete>Are you sure you want to delete the user "{0}"?</WindowDescriptionUserDelete>
<WindowDescriptionUserParameterDelete>Are you sure you want to delete the user parameter "{0}"?</WindowDescriptionUserParameterDelete>
<WindowDescriptionWorkspaceDelete>Are you sure you want to delete the workspace "{0}"?</WindowDescriptionWorkspaceDelete>
<WindowTitleRoleDelete>Delete Role</WindowTitleRoleDelete>
<WindowTitleUserDelete>Delete User</WindowTitleUserDelete>
<WindowTitleUserParameterDelete>Delete User Parameter</WindowTitleUserParameterDelete>
<WindowTitleWorkspaceDelete>Delete Workspace</WindowTitleWorkspaceDelete>
</Administration>
<Authorization>
<ButtonLogin>_Log in</ButtonLogin>
<ButtonResendEmail>Resend Email</ButtonResendEmail>
<ButtonResetPassword>_Reset Password</ButtonResetPassword>
<ButtonSendEmail>Send Email</ButtonSendEmail>
<ButtonSignUp>_Sign up</ButtonSignUp>
<CheckBoxRememberMe>Remember Me</CheckBoxRememberMe>
<HyperlinkAgreeToTerms>By registering you agree to Terms.</HyperlinkAgreeToTerms>
<HyperlinkAlreadyHaveAccount>Already have account</HyperlinkAlreadyHaveAccount>
<HyperlinkBack>Back</HyperlinkBack>
<HyperlinkForgotPassword>Forgot password</HyperlinkForgotPassword>
<HyperlinkHavePassword>Have password</HyperlinkHavePassword>
<HyperlinkRegisterAccount>Register new account</HyperlinkRegisterAccount>
<TextCreate>Create</TextCreate>
<TextFirstName>First Name</TextFirstName>
<TextLastName>Last Name</TextLastName>
<TextPassword>Password</TextPassword>
<TextUserName>User Name (Email)</TextUserName>
<TextVerifyEmail>Verify your email address at {0} to ensure your account can be recovered.</TextVerifyEmail>
<TextView>View</TextView>
<WindowTitleForgotPassword>Forgot Password</WindowTitleForgotPassword>
<WindowTitleLogin>Log in</WindowTitleLogin>
<WindowTitleSignUp>Sign up</WindowTitleSignUp>
</Authorization>
<Calendar>
<GroupBoxDate>Date</GroupBoxDate>
<GroupBoxEaster>Easter</GroupBoxEaster>
<GroupBoxHolidays>Holidays</GroupBoxHolidays>
<GroupBoxMonthly>Monthly</GroupBoxMonthly>
<GroupBoxYearly>Yearly</GroupBoxYearly>
<LabelCountry>Country</LabelCountry>
<LabelDate>Date</LabelDate>
<LabelDay>Day</LabelDay>
<LabelDayOfWeek>Day of Week</LabelDayOfWeek>
<LabelMonth>Month</LabelMonth>
<LabelShiftFromEasterDay>Shift from Easter Day</LabelShiftFromEasterDay>
<WindowTitleEdit>Edit Calendar</WindowTitleEdit>
<WindowTitleNew>New Calendar</WindowTitleNew>
</Calendar>
<CloudStorage>
<ButtonAuthorization>Authorization</ButtonAuthorization>
<ButtonImportFiles>Import Files</ButtonImportFiles>
<ButtonTestConnection>Test Connection</ButtonTestConnection>
<LabelDatabaseName>Database Name</LabelDatabaseName>
<LabelDomainName>Domain Name</LabelDomainName>
<LabelPassword>Password</LabelPassword>
<LabelServerAddress>Server Address</LabelServerAddress>
<LabelUserName>User Name</LabelUserName>
<MessageAuthorizationIsRequired>Authorization is Required!</MessageAuthorizationIsRequired>
<MessageAuthorizationSuccessful>Authorization Successful.</MessageAuthorizationSuccessful>
<MessageFieldIsRequired>Field is Required!</MessageFieldIsRequired>
<TabItemSettings>Settings</TabItemSettings>
<WindowTitleImportFiles>Import Files</WindowTitleImportFiles>
<WizardCloudStorageDescription>Create a new {0} cloud storage</WizardCloudStorageDescription>
</CloudStorage>
<Common>
<ButtonAccessKey>Access Key</ButtonAccessKey>
<ButtonAdd>Add</ButtonAdd>
<ButtonAddAll>Add All</ButtonAddAll>
<ButtonAdministration>Administration</ButtonAdministration>
<ButtonApply>Apply</ButtonApply>
<ButtonBack>Back</ButtonBack>
<ButtonCancel>_Cancel</ButtonCancel>
<ButtonClean>Clean</ButtonClean>
<ButtonCleanAll>Clean All</ButtonCleanAll>
<ButtonCleanRecycleBin>Clean Recycle Bin</ButtonCleanRecycleBin>
<ButtonClose>Close</ButtonClose>
<ButtonCopy>Copy</ButtonCopy>
<ButtonCut>Cut</ButtonCut>
<ButtonDefault>Default</ButtonDefault>
<ButtonDelete>Delete</ButtonDelete>
<ButtonDeselectAll>Deselect All</ButtonDeselectAll>
<ButtonDesign>Design Report</ButtonDesign>
<ButtonDesignDashboard>Design Dashboard</ButtonDesignDashboard>
<ButtonDownload>Download</ButtonDownload>
<ButtonEdit>Edit</ButtonEdit>
<ButtonExitWithoutSaving>Exit Without Saving</ButtonExitWithoutSaving>
<ButtonFinish>Finish</ButtonFinish>
<ButtonGetItem>Get Item</ButtonGetItem>
<ButtonLoadFromFile>Load from File</ButtonLoadFromFile>
<ButtonLog>Log</ButtonLog>
<ButtonNext>Next</ButtonNext>
<ButtonNo>_No</ButtonNo>
<ButtonOK>_OK</ButtonOK>
<ButtonOpen>Open</ButtonOpen>
<ButtonPaste>Paste</ButtonPaste>
<ButtonPrev>Previous</ButtonPrev>
<ButtonPublish>Publish</ButtonPublish>
<ButtonRecover>Recover</ButtonRecover>
<ButtonRefresh>Refresh</ButtonRefresh>
<ButtonReset>Reset</ButtonReset>
<ButtonResetAll>Reset All</ButtonResetAll>
<ButtonRun>Run</ButtonRun>
<ButtonRunInBackground>Run in Background</ButtonRunInBackground>
<ButtonRunWithoutPreview>Run without Preview</ButtonRunWithoutPreview>
<ButtonSave>Save</ButtonSave>
<ButtonSaveToFile>Save to File</ButtonSaveToFile>
<ButtonSelectAll>Select All</ButtonSelectAll>
<ButtonShare>Share</ButtonShare>
<ButtonTryAgain>Try Again</ButtonTryAgain>
<ButtonUsing>Using</ButtonUsing>
<ButtonVersions>Versions</ButtonVersions>
<ButtonView>View</ButtonView>
<ButtonYes>_Yes</ButtonYes>
<CalendarDateTypeDate>Date</CalendarDateTypeDate>
<CalendarDateTypeEachWeekDay>Each Week Day</CalendarDateTypeEachWeekDay>
<CalendarDateTypeEaster>Easter</CalendarDateTypeEaster>
<CalendarDateTypeHolidays>Holidays</CalendarDateTypeHolidays>
<CalendarDateTypeRelativeYearDay>Relative Year Day</CalendarDateTypeRelativeYearDay>
<CalendarDateTypeSpecificYearDay>Specific Year Day</CalendarDateTypeSpecificYearDay>
<CheckBoxRunInBackground>Run in Background</CheckBoxRunInBackground>
<DataSourceConnection>{0} Data Source</DataSourceConnection>
<DayAll>All</DayAll>
<DayDayX>Day {0}</DayDayX>
<DayEaster>Easter</DayEaster>
<DayLast>Last</DayLast>
<DayNone>None</DayNone>
<DaysOfWeekAll>All</DaysOfWeekAll>
<DaysOfWeekFriday>Friday</DaysOfWeekFriday>
<DaysOfWeekMonday>Monday</DaysOfWeekMonday>
<DaysOfWeekNone>None</DaysOfWeekNone>
<DaysOfWeekSaturday>Saturday</DaysOfWeekSaturday>
<DaysOfWeekSunday>Sunday</DaysOfWeekSunday>
<DaysOfWeekThursday>Thursday</DaysOfWeekThursday>
<DaysOfWeekTuesday>Tuesday</DaysOfWeekTuesday>
<DaysOfWeekWednesday>Wednesday</DaysOfWeekWednesday>
<DayXdays>{0} days</DayXdays>
<Demo>Demo</Demo>
<FrequencyCalendar>Calendar</FrequencyCalendar>
<FrequencyDaily>Daily</FrequencyDaily>
<FrequencyHourly>Hourly</FrequencyHourly>
<FrequencyMonthly>Monthly</FrequencyMonthly>
<FrequencyOnce>Once</FrequencyOnce>
<FrequencyWeekly>Weekly</FrequencyWeekly>
<FrequencyYearly>Yearly</FrequencyYearly>
<ItemCalendar>Calendar</ItemCalendar>
<ItemCloudStorage>Cloud Storage</ItemCloudStorage>
<ItemContactList>Contact List</ItemContactList>
<ItemDashboard>Dashboard</ItemDashboard>
<ItemDataSource>Data Source</ItemDataSource>
<ItemFile>File</ItemFile>
<ItemFileSrorage>File Storage</ItemFileSrorage>
<ItemFolder>Folder</ItemFolder>
<ItemImage>Image</ItemImage>
<ItemQuery>Query</ItemQuery>
<ItemRelation>Relation</ItemRelation>
<ItemReportSnapshot>Report Snapshot</ItemReportSnapshot>
<ItemReportTemplate>Report Template</ItemReportTemplate>
<ItemScheduler>Scheduler</ItemScheduler>
<LabelAttention>Attention</LabelAttention>
<LabelChildDatasource>Child Data Source</LabelChildDatasource>
<LabelCreated>Created</LabelCreated>
<LabelDeleted>Deleted</LabelDeleted>
<LabelDescription>Description</LabelDescription>
<LabelExpires>Expires</LabelExpires>
<LabelKey>Key</LabelKey>
<LabelModified>Modified</LabelModified>
<LabelName>Name</LabelName>
<LabelParentDatasource>Parent Data Source</LabelParentDatasource>
<LabelParentFolder>Parent Folder</LabelParentFolder>
<LabelRefreshed>Refreshed</LabelRefreshed>
<LabelRefreshFrequency>Refresh Frequency</LabelRefreshFrequency>
<LabelStartTime>Start Time</LabelStartTime>
<LabelType>Type</LabelType>
<MonthAll>All</MonthAll>
<MonthApril>April</MonthApril>
<MonthAugust>August</MonthAugust>
<MonthDecember>December</MonthDecember>
<MonthFebruary>February</MonthFebruary>
<MonthJanuary>January</MonthJanuary>
<MonthJuly>July</MonthJuly>
<MonthJune>June</MonthJune>
<MonthMarch>March</MonthMarch>
<MonthMay>May</MonthMay>
<MonthNone>None</MonthNone>
<MonthNovember>November</MonthNovember>
<MonthOctober>October</MonthOctober>
<MonthSeptember>September</MonthSeptember>
<NumberOfDayAll>All</NumberOfDayAll>
<NumberOfDayFifth>Fifth</NumberOfDayFifth>
<NumberOfDayFirst>First</NumberOfDayFirst>
<NumberOfDayFourth>Fourth</NumberOfDayFourth>
<NumberOfDayLast>Last</NumberOfDayLast>
<NumberOfDayNone>None</NumberOfDayNone>
<NumberOfDaySecond>Second</NumberOfDaySecond>
<NumberOfDayThird>Third</NumberOfDayThird>
<RefreshFrequencyAlways>Always</RefreshFrequencyAlways>
<RefreshFrequencyEach10Minutes>Each 10 Minutes</RefreshFrequencyEach10Minutes>
<RefreshFrequencyEach30Minutes>Each 30 Minutes</RefreshFrequencyEach30Minutes>
<RefreshFrequencyEach4Hours>Each 4 Hours</RefreshFrequencyEach4Hours>
<RefreshFrequencyEachDay>Each Day</RefreshFrequencyEachDay>
<RefreshFrequencyEachHalfDay>Each Half Day</RefreshFrequencyEachHalfDay>
<RefreshFrequencyEachHour>Each Hour</RefreshFrequencyEachHour>
<RefreshFrequencyOnce>Once</RefreshFrequencyOnce>
<RepeatTypeHours>hours</RepeatTypeHours>
<RepeatTypeMinutes>minutes</RepeatTypeMinutes>
<SchedulerStatusStarted>Started</SchedulerStatusStarted>
<SchedulerStatusStopped>Stopped</SchedulerStatusStopped>
<ShowDemoSolutions>Show Demo Solutions</ShowDemoSolutions>
<TextNotDefined>Not Defined</TextNotDefined>
<TextNotDetected>Not Detected</TextNotDetected>
<TextPleaseWait>Please Wait...</TextPleaseWait>
<TextReport>Report</TextReport>
<TextSoftwareVersion>Version: {0} from {1}</TextSoftwareVersion>
<TextStatus>Status</TextStatus>
<TextWillBeDeletedSoon>will be deleted soon</TextWillBeDeletedSoon>
<ToolTipDeleted>Show deleted items</ToolTipDeleted>
<ToolTipDesign>Run the report designer to edit the selected report.</ToolTipDesign>
<ToolTipGridMode>List view</ToolTipGridMode>
<ToolTipInfo>View details</ToolTipInfo>
<ToolTipPublish>Prepare the selected report to be deployed in your application.</ToolTipPublish>
<ToolTipRecover>Recover the selected items.</ToolTipRecover>
<ToolTipRunMailing>Run the selected mailing</ToolTipRunMailing>
<ToolTipRunWithoutPreview>Render the selected report without preview</ToolTipRunWithoutPreview>
<ToolTipShare>Share the selected item.</ToolTipShare>
<ToolTipSort>Sort options</ToolTipSort>
<ToolTipThumbnailMode>Grid View</ToolTipThumbnailMode>
<ToolTipViewFile>Show the selected item.</ToolTipViewFile>
<ToolTipViewReport>Show the selected report in the viewer.</ToolTipViewReport>
</Common>
<ContactList>
<LabelEmailList>Email List</LabelEmailList>
<TextSample>Sample</TextSample>
<WindowTitleEdit>Edit Contact List</WindowTitleEdit>
<WindowTitleNew>New Contact List</WindowTitleNew>
</ContactList>
<Dashboard>
<TextLaunchDashboardDesigner>Dashboard Designer is being started.</TextLaunchDashboardDesigner>
<WindowTitleDesigner>Designer Dashboard</WindowTitleDesigner>
<WindowTitleEdit>Edit Dashboard</WindowTitleEdit>
<WindowTitleNew>New Dashboard</WindowTitleNew>
</Dashboard>
<DataSource>
<ButtonAddColumn>Add Column</ButtonAddColumn>
<ButtonAddParameter>Add Parameter</ButtonAddParameter>
<ButtonBuildConnection>Build Connection</ButtonBuildConnection>
<ButtonBuildQuery>Run Query Builder</ButtonBuildQuery>
<ButtonCheckQuery>Check Query</ButtonCheckQuery>
<ButtonClearConnectionString>Clear Connection String</ButtonClearConnectionString>
<ButtonClearQuery>Clear Query</ButtonClearQuery>
<ButtonImportData>Import Data</ButtonImportData>
<ButtonImportDataRelations>Import Relations</ButtonImportDataRelations>
<ButtonMapData>Map Data</ButtonMapData>
<ButtonNewDataRelation>New Relation</ButtonNewDataRelation>
<ButtonNewQuery>New Query</ButtonNewQuery>
<ButtonNewTable>New Table</ButtonNewTable>
<ButtonPreviewData>Preview Data</ButtonPreviewData>
<ButtonRecentConnections>Recent Connections</ButtonRecentConnections>
<ButtonRetrieveColumns>Retrieve Columns</ButtonRetrieveColumns>
<ButtonTestConnection>Test Connection</ButtonTestConnection>
<ButtonViewQuery>View Query</ButtonViewQuery>
<CheckBoxAutoRefresh>Auto Refresh</CheckBoxAutoRefresh>
<CheckBoxDefaultValue>Default Value</CheckBoxDefaultValue>
<CheckBoxNotAssigned>Not Assigned</CheckBoxNotAssigned>
<CheckBoxWindowsAuthentication>Windows-Authentication</CheckBoxWindowsAuthentication>
<ComboBoxItemQuery>Query</ComboBoxItemQuery>
<ComboBoxItemStoredProcedure>Stored Procedure</ComboBoxItemStoredProcedure>
<ComboBoxItemTable>Table</ComboBoxItemTable>
<GroupBoxAuthorization>Authorization</GroupBoxAuthorization>
<GroupBoxQueryText>Query Text</GroupBoxQueryText>
<GroupParametersAndColumns>Parameters & Columns</GroupParametersAndColumns>
<LabelChildColumns>Child Columns</LabelChildColumns>
<LabelCloudStorage>Cloud Storage</LabelCloudStorage>
<LabelConnection>Connection</LabelConnection>
<LabelConnectionString>Connection String</LabelConnectionString>
<LabelDataBaseName>Database Name</LabelDataBaseName>
<LabelDataType>Type</LabelDataType>
<LabelDomainName>Domain Name</LabelDomainName>
<LabelExcelItem>Excel Item</LabelExcelItem>
<LabelNameInSource>Name in Source</LabelNameInSource>
<LabelParentColumns>Parent Columns</LabelParentColumns>
<LabelPassword>Password</LabelPassword>
<LabelQuery>Query</LabelQuery>
<LabelQueryName>Name</LabelQueryName>
<LabelQueryParameterAndColumnDefaultValue>Default Value</LabelQueryParameterAndColumnDefaultValue>
<LabelQueryParameterAndColumnName>Name</LabelQueryParameterAndColumnName>
<LabelQueryParameterAndColumnType>Type</LabelQueryParameterAndColumnType>
<LabelServerAddress>Server Address</LabelServerAddress>
<LabelServicesEndPoint>OData-Service</LabelServicesEndPoint>
<LabelUserName>User Name</LabelUserName>
<LabelValue>Value</LabelValue>
<MessageStartImportDataRelationConfirmation>Do you really want to import data relations for all tables of selected data sources?</MessageStartImportDataRelationConfirmation>
<RadioButtonAuto>Auto</RadioButtonAuto>
<RadioButtonManual>Manual</RadioButtonManual>
<TabItemConnectionHeader>Connection</TabItemConnectionHeader>
<TabItemEditDataSourceHeader>Edit Data Source</TabItemEditDataSourceHeader>
<TabItemType>Type</TabItemType>
<TextColumn>Column</TextColumn>
<TextColumns>Columns</TextColumns>
<TextDragDropCloudStoragesHere>Drag & Drop Your Cloud Storages Here!</TextDragDropCloudStoragesHere>
<TextDragDropExcelFileHere>Drag & Drop Your Excel Item Here!</TextDragDropExcelFileHere>
<TextDragDropXmlFileHere>Drag & Drop Your XML Item Here!</TextDragDropXmlFileHere>
<TextDragDropXsdFileHere>Drag & Drop Your XSD Item Here!</TextDragDropXsdFileHere>
<TextParameter>Parameter</TextParameter>
<TextParameters>Parameters</TextParameters>
<TextSchemaCloudStorage>Cloud Storage</TextSchemaCloudStorage>
<TextSchemaDataBase>Database</TextSchemaDataBase>
<TextSchemaExcel>Excel</TextSchemaExcel>
<TextSchemaQueries>Queries</TextSchemaQueries>
<TextSchemaStoredProcedures>Stored Procedures</TextSchemaStoredProcedures>
<TextSchemaTables>Tables</TextSchemaTables>
<TextSchemaViews>Views</TextSchemaViews>
<ToolTipAddColumn>Add the column.</ToolTipAddColumn>
<ToolTipAddParameter>Add the parameter.</ToolTipAddParameter>
<ToolTipBuild>Build a connection string using a wizard.</ToolTipBuild>
<ToolTipBuildQuery>Run the query builder.</ToolTipBuildQuery>
<ToolTipCheckQuery>Check the query.</ToolTipCheckQuery>
<ToolTipCleanConnectionString>Clean connection string.</ToolTipCleanConnectionString>
<ToolTipCleanQuery>Clean the query.</ToolTipCleanQuery>
<ToolTipDragDropYourCloudStorageHere>Drag and drop here a connection to the cloud storage from the tree on the left.</ToolTipDragDropYourCloudStorageHere>
<ToolTipDragDropYourExcelDocumentHere>Drag and drop here an Excel Document from the tree on the left.</ToolTipDragDropYourExcelDocumentHere>
<ToolTipDragDropYourXmlFileHere>Drag and drop here an XML file from the tree on the left.</ToolTipDragDropYourXmlFileHere>
<ToolTipDragDropYourXsdFileHere>Drag and drop here an XSD file from the tree on the left.</ToolTipDragDropYourXsdFileHere>
<ToolTipQueryParameterApplyValue>Apply the test value to the current parameter.</ToolTipQueryParameterApplyValue>
<ToolTipRefreshFrequency>The frequency of data updates from the server.</ToolTipRefreshFrequency>
<ToolTipRetrieveColumnsAndParameters>Retrieve Columns and Parameters.</ToolTipRetrieveColumnsAndParameters>
<ToolTipTestConnection>Test the connection.</ToolTipTestConnection>
<WindowTitleAddColumn>Add Column</WindowTitleAddColumn>
<WindowTitleAddParameter>Add Parameter</WindowTitleAddParameter>
<WindowTitleAddRelation>Add Data Relation</WindowTitleAddRelation>
<WindowTitleEditColumn>Edit Column</WindowTitleEditColumn>
<WindowTitleEditParameter>Edit Parameter</WindowTitleEditParameter>
<WindowTitleEditQuery>Edit Query</WindowTitleEditQuery>
<WindowTitleEditRelation>Edit Data Relation</WindowTitleEditRelation>
<WindowTitleEditTable>Edit Table</WindowTitleEditTable>
<WindowTitleNewQuery>New Query</WindowTitleNewQuery>
<WindowTitleNewTable>New Table</WindowTitleNewTable>
<WindowTitleQueryParameters>Query Parameters Editor</WindowTitleQueryParameters>
<WindowTitleSecuredLogin>Secured Login</WindowTitleSecuredLogin>
<WizardCloudStorageDescription>Create a new Cloud Storage connection.</WizardCloudStorageDescription>
<WizardConnectionDescription>Create a new data source on the base of {0} connection.</WizardConnectionDescription>
<WizardDynamicsNavDescription>Create a new data source on the base of connection with ERP Microsoft Dynamics NAV.</WizardDynamicsNavDescription>
<WizardExcelDescription>Create a new data source on the base of Excel Document.</WizardExcelDescription>
<WizardExcelMapDataDescription>In order to select an arbitrary data range in the Excel sheet, it is necessary to map the data. Otherwise, the entire content of the document will be saved in the data source – a separate table per the worksheet.</WizardExcelMapDataDescription>
<WizardExcelPreviewDataDescription>Preview processed data.</WizardExcelPreviewDataDescription>
<WizardRecentConnectionsDescription>Create a new data source on the base of the recent connection.</WizardRecentConnectionsDescription>
<WizardXmlDescription>Create a new data source on the base of XML file.</WizardXmlDescription>
</DataSource>
<File>
<ButtonResetSelection>Reset Selection</ButtonResetSelection>
<CheckBoxExcelRemoveEmptyColumns>Remove Empty Columns</CheckBoxExcelRemoveEmptyColumns>
<CheckBoxExcelRemoveEmptyRows>Remove Empty Rows</CheckBoxExcelRemoveEmptyRows>
<GroupBoxFile>File</GroupBoxFile>
<GroupBoxFiles>Files</GroupBoxFiles>
<LabelFile>File</LabelFile>
<MessageFailedAddFollowingFiles>Failed to add the following files. Exceeded the size {0} MB.</MessageFailedAddFollowingFiles>
<MessageWrongExcelDocument>Wrong Excel Document Format.</MessageWrongExcelDocument>
<TabItemExcelData>Data</TabItemExcelData>
<TabItemExcelHeaders>Headers</TabItemExcelHeaders>
<TabItemExcelPreview>Preview</TabItemExcelPreview>
<TabItemExcelSheets>Sheets</TabItemExcelSheets>
<TextAutomaticNaming>Names of added items will be created automatically!</TextAutomaticNaming>
<TextDragDropFilesHere>Drag and Drop Files Here</TextDragDropFilesHere>
<ToolTipDragDropFilesHere>Drag & drop a file here from the file explorer to create an item on its basis. You can also use an existing file item to create a new item. To do this, drag & drop a file item here from the items tree.</ToolTipDragDropFilesHere>
<WindowTitleEdit>Edit File</WindowTitleEdit>
<WindowTitleLoadFiles>Load Files</WindowTitleLoadFiles>
<WindowTitleNew>New File</WindowTitleNew>
<WindowTitleSaveFile>Save File</WindowTitleSaveFile>
<WizardExcelDataTabDescription>Select the range of data you want to import. Holding down the Ctrl and Shift keys you can select nonadjacent cells and blocks of data.</WizardExcelDataTabDescription>
<WizardExcelHeadersTabDescription>Select rows that will be used as column headers. They will be created for each column using data of several rows. Holding down the Ctrl key you can select multiple nonadjacent rows. The header may be a string of digits, symbols and spaces or dashes. You can also place the columns in a convenient order, dragging them behind the headers, and removing blank rows and columns.</WizardExcelHeadersTabDescription>
<WizardExcelPreviewTabDescription>Viewing and saving the result.</WizardExcelPreviewTabDescription>
<WizardExcelSheetsTabDescription>Select a sheet from which data will be imported.</WizardExcelSheetsTabDescription>
</File>
<FileTypes>
<Data>Data File</Data>
<Excel>Microsoft Excel</Excel>
<Html>Html</Html>
<Image>Image File</Image>
<OpenDocumentCalc>Open Document Calc</OpenDocumentCalc>
<OpenDocumentWriter>Open Document Writer</OpenDocumentWriter>
<Pdf>Adobe PDF</Pdf>
<PowerPoint>Microsoft Power Point</PowerPoint>
<ReportSnapshot>Report Snapshot</ReportSnapshot>
<RichText>Rich Text</RichText>
<Text>Text</Text>
<Unknown>Unknown</Unknown>
<Word>Microsoft Word</Word>
<Xml>XML Data</Xml>
<Xps>Microsoft XPS</Xps>
<Xsd>XSD Schema</Xsd>
</FileTypes>
<Folder>
<WindowTitleEdit>Edit Folder</WindowTitleEdit>
<WindowTitleNew>New Folder</WindowTitleNew>
</Folder>
<Items>
<MessageAttachSelectedItems>Do you want to attach the selected items to '{0}'?</MessageAttachSelectedItems>
<TabItemSettings>Settings</TabItemSettings>
<TextThisItemIsNotUsed>This item is not used.</TextThisItemIsNotUsed>
<TextVersion>Version</TextVersion>
<ToolTipDeleteItem>Delete Item</ToolTipDeleteItem>
<ToolTipGetItem>Get the selected items from the items tree.</ToolTipGetItem>
<ToolTipMoveToRecycleBin>If you move the item into the Recycle Bin you can restore it in the future. Otherwise the item will be deleted without the ability of recovery.</ToolTipMoveToRecycleBin>
<ToolTipOpenFromFile>Open from File</ToolTipOpenFromFile>
<ToolTipSelectAll>Select All</ToolTipSelectAll>
<WindowDescriptionCleanRecycleBin>Do you really want to entirely clean the recycle bin? After that, data cannot be restored.</WindowDescriptionCleanRecycleBin>
<WindowDescriptionCopy>Please check the items you want to copy to the clipboard and click the button "Copy".</WindowDescriptionCopy>
<WindowDescriptionCut>Please check the items you want to cut to the clipboard and click the button "Cut".</WindowDescriptionCut>
<WindowDescriptionHideDemo>Are you sure you want to hide the demo solution folders? They can be shown again in the "More" menu.</WindowDescriptionHideDemo>
<WindowDescriptionPaste>Please select a folder in which you want to paste the items from the clipboard and then click "Insert".</WindowDescriptionPaste>
<WindowTitleAccessKey>Item Access Key</WindowTitleAccessKey>
<WindowTitleCleanRecycleBin>Clean Recycle Bin</WindowTitleCleanRecycleBin>
<WindowTitleCopy>Copy Items</WindowTitleCopy>
<WindowTitleCut>Cut Items</WindowTitleCut>
<WindowTitleLog>Log</WindowTitleLog>
<WindowTitlePaste>Paste Items</WindowTitlePaste>
<WindowTitleUsing>Using</WindowTitleUsing>
<WindowTitleVersions>Item Versions</WindowTitleVersions>
</Items>
<License>
<ButtonActivate>Activate</ButtonActivate>
<ButtonBuy>Buy</ButtonBuy>
<ButtonDeactivate>Deactivate</ButtonDeactivate>
<ButtonRefreshLicense>Refresh License</ButtonRefreshLicense>
<LabelExpiredDate>Expired Date</LabelExpiredDate>
<LabelOrderDate>Order Date</LabelOrderDate>
<LabelOwner>Owner</LabelOwner>
<LabelPlan>Plan</LabelPlan>
<MessageActivating>Activating...</MessageActivating>
<MessageChecking>Checking...</MessageChecking>
<MessageDeactivating>Deactivating...</MessageDeactivating>
<MessageEnterUserNameAndPassword>Enter user name (Email) and password to activate</MessageEnterUserNameAndPassword>
<MessageEnterUserNameAndPasswordRefreshLicense>Enter your user name (Email) and password to refresh the license</MessageEnterUserNameAndPasswordRefreshLicense>
<MessageExpiredLicense>Your Subscription Program expired. You can continue using the license for the Stimulsoft Server. The Subscriptions Program can be renewed at any time.</MessageExpiredLicense>
<MessageRefreshLicense>Refresh License...</MessageRefreshLicense>
<MessageUsingTrialVersion>You are using a trial version of Stimulsoft Server!</MessageUsingTrialVersion>
<MessageYouWantDeactivating>Are you sure you want to deactivate the license?</MessageYouWantDeactivating>
<TextDeactivate>Deactivate</TextDeactivate>
<TextExpired>Expired</TextExpired>
<TextLicenseInformation>License Information</TextLicenseInformation>
<TextLicenseUpToUsers>up to {0} users</TextLicenseUpToUsers>
<TextTrial>Trial</TextTrial>
<WindowTitleActivation>Activation</WindowTitleActivation>
<WindowTitleLicense>License</WindowTitleLicense>
<WindowTitleRefreshLicense>Refresh License</WindowTitleRefreshLicense>
</License>
<Link>
<Link>Link</Link>
<WindowTitleEdit>Edit Link</WindowTitleEdit>
<WindowTitleNew>New Link</WindowTitleNew>
</Link>
<Mailing>
<Mailing>Mailing</Mailing>
<TextRunMailing>Click 'OK' to run the mailing.</TextRunMailing>
<TextRunningMailing>Mailing is running...</TextRunningMailing>
<WindowTitleEdit>Edit Mailing</WindowTitleEdit>
<WindowTitleNew>New Mailing</WindowTitleNew>
</Mailing>
<Messages>
<ConnectionFail>Connection Fail!</ConnectionFail>
<ConnectionSuccess>Connection Successful.</ConnectionSuccess>
<DataSchemaIsEmpty>Data schema is empty. Try to update the connection!</DataSchemaIsEmpty>
<EnterCurrentPassword>Enter the current password!</EnterCurrentPassword>
<EnterNewPassword>Enter the new password!</EnterNewPassword>
<IsEmptyConnectionString>Connection String is empty!</IsEmptyConnectionString>
<IsFieldNotBeFilled>The field should be filled!</IsFieldNotBeFilled>
<IsNotComplyWithFormattingRequirements>The input string does not comply with the formatting requirements!</IsNotComplyWithFormattingRequirements>
<IsNotEnterAnyEmailAddress>You did not enter any email address!</IsNotEnterAnyEmailAddress>
<IsRequiredAction>You should add at least one action!</IsRequiredAction>
<IsRequiredCalendarDates>You should add at least one element!</IsRequiredCalendarDates>
<IsRequiredDestinationForReportSnapshot>You should add a destination for placing the result!</IsRequiredDestinationForReportSnapshot>
<IsRequiredItem>You should add at least one item!</IsRequiredItem>
<IsRequiredRecipient>You should add at least one recipient!</IsRequiredRecipient>
<IsRequiredReport>You should add a report!</IsRequiredReport>
<IsRequiredReportTemplate>You should add a report template!</IsRequiredReportTemplate>
<IsRequiredScheduler>You should add a scheduler to run!</IsRequiredScheduler>
<LoadItem>The current content of the item will be lost! Do you really want to load this item from the file?</LoadItem>
<QueryExecutionError>Query execution error!</QueryExecutionError>
<QuerySuccessfullyExecuted>Query successfully executed!</QuerySuccessfullyExecuted>
<RetrieveSchemaError>Retrieving Schema Error!</RetrieveSchemaError>
<ServerDidNotReturnData>Server Did Not Return Data!</ServerDidNotReturnData>
<ShareURLOfTheItemHasBeenUpdated>The share URL of the item has been updated!</ShareURLOfTheItemHasBeenUpdated>
<ThisFieldIsNotSpecified>This Field is Not Specified!</ThisFieldIsNotSpecified>
<ThisSchedulerIsNotOnceScheduler>This scheduler is not a one-time scheduler!</ThisSchedulerIsNotOnceScheduler>
</Messages>
<Navigator>
<ButtonAbout>About</ButtonAbout>
<ButtonChangePassword>Change Password</ButtonChangePassword>
<ButtonCreate>Create</ButtonCreate>
<ButtonCreateCalendar>Create Calendar</ButtonCreateCalendar>
<ButtonCreateCloudStorage>Create Cloud Storage</ButtonCreateCloudStorage>
<ButtonCreateContactList>Create Contact List</ButtonCreateContactList>
<ButtonCreateDashboard>Create Dashboard</ButtonCreateDashboard>
<ButtonCreateDataSource>Create Data Source</ButtonCreateDataSource>
<ButtonCreateFile>Create File</ButtonCreateFile>
<ButtonCreateFileStorage>Create File Storage</ButtonCreateFileStorage>
<ButtonCreateFolder>Create Folder</ButtonCreateFolder>
<ButtonCreateForm>Create Form</ButtonCreateForm>
<ButtonCreateLink>Create Link</ButtonCreateLink>
<ButtonCreateMailing>Create Mailing</ButtonCreateMailing>
<ButtonCreateReport>Create Report</ButtonCreateReport>
<ButtonCreateScheduler>Create Scheduler</ButtonCreateScheduler>
<ButtonHelp>Help</ButtonHelp>
<ButtonLogout>Logout</ButtonLogout>
<ButtonMore>More</ButtonMore>
<ButtonOther>Other</ButtonOther>
<ButtonProfile>Profile</ButtonProfile>
<ButtonSettings>Settings</ButtonSettings>
<ButtonSortByCreationDate>By Creation Date</ButtonSortByCreationDate>
<ButtonSortByModificationDate>By Modification Date</ButtonSortByModificationDate>
<ButtonSortByName>By Name</ButtonSortByName>
<ButtonSortByType>By Type</ButtonSortByType>
<LabelCreateCalendar>The calendar can be used to specify days when the scheduler runs.</LabelCreateCalendar>
<LabelCreateCloudStorage>Create a new connection to the cloud storage. It is used to save the results of the rendered scheduler or load data for rendering.</LabelCreateCloudStorage>
<LabelCreateContactList>The list of contacts can be used in the scheduler to send the result of rendering.</LabelCreateContactList>
<LabelCreateDashboard>Create the new dashboard.</LabelCreateDashboard>
<LabelCreateDataSource>Create the new data source. It is used to render reports.</LabelCreateDataSource>
<LabelCreateFile>Add the list of files in the items tree.</LabelCreateFile>
<LabelCreateFileStorage>Create a new file storage.</LabelCreateFileStorage>
<LabelCreateFolder>Creating a new category in which you can place other items.</LabelCreateFolder>
<LabelCreateLink>Create the new link.</LabelCreateLink>
<LabelCreateMailing>Create the new mailing.</LabelCreateMailing>
<LabelCreateReportTemplate>Create report template.</LabelCreateReportTemplate>
<LabelScheduler>It is used to execute commands by a scheduler.</LabelScheduler>
<MessageAbortUploadingAndCloseWindow>Uploading files on the server. Do you want to abort uploading of files and close the program?</MessageAbortUploadingAndCloseWindow>
<RibbonButtonBackupAndRestore>Backup & Restore</RibbonButtonBackupAndRestore>
<RibbonButtonCalendar>Calendar</RibbonButtonCalendar>
<RibbonButtonClose>Close</RibbonButtonClose>
<RibbonButtonCloudStorage>Cloud Storage</RibbonButtonCloudStorage>
<RibbonButtonContactList>Contact List</RibbonButtonContactList>
<RibbonButtonDashboard>Dashboard</RibbonButtonDashboard>
<RibbonButtonDataSource>Data Source</RibbonButtonDataSource>
<RibbonButtonDelete>Delete</RibbonButtonDelete>
<RibbonButtonEdit>Edit</RibbonButtonEdit>
<RibbonButtonEmailTemplates>Email Templates</RibbonButtonEmailTemplates>
<RibbonButtonFile>File</RibbonButtonFile>
<RibbonButtonFileStorage>File Storage</RibbonButtonFileStorage>
<RibbonButtonFind>Find</RibbonButtonFind>
<RibbonButtonFolder>Folder</RibbonButtonFolder>
<RibbonButtonLicensing>Licensing</RibbonButtonLicensing>
<RibbonButtonLink>Link</RibbonButtonLink>
<RibbonButtonMailing>Mailing</RibbonButtonMailing>
<RibbonButtonNotifications>Notifications</RibbonButtonNotifications>
<RibbonButtonRefresh>Refresh</RibbonButtonRefresh>
<RibbonButtonReport>Report</RibbonButtonReport>
<RibbonButtonScheduler>Scheduler</RibbonButtonScheduler>
<RibbonButtonSMTP>SMTP Server Settings</RibbonButtonSMTP>
<RibbonButtonSort>Sort</RibbonButtonSort>
<RibbonButtonSortAscending>Ascending</RibbonButtonSortAscending>
<RibbonButtonSortDescending>Descending</RibbonButtonSortDescending>
<RibbonButtonUpdate>Update</RibbonButtonUpdate>
<RibbonButtonView>View</RibbonButtonView>
<RibbonButtonViewAll>All</RibbonButtonViewAll>
<RibbonButtonViewFavorites>Favorites</RibbonButtonViewFavorites>
<RibbonButtonViewNewest>Newest</RibbonButtonViewNewest>
<RibbonButtonViewRecent>Recent</RibbonButtonViewRecent>
<RibbonButtonViewRecycleBin>Recycle Bin</RibbonButtonViewRecycleBin>
<RibbonGroupConfiguration>Configuration</RibbonGroupConfiguration>
<RibbonGroupCreate>Create</RibbonGroupCreate>
<RibbonGroupEdit>Edit</RibbonGroupEdit>
<RibbonGroupMain>Main</RibbonGroupMain>
<RibbonGroupNotifications>Notifications</RibbonGroupNotifications>
<RibbonGroupOther>Other</RibbonGroupOther>
<RibbonGroupView>View</RibbonGroupView>
<RibbonTabAllElements>All Elements</RibbonTabAllElements>
<RibbonTabEmailTemplates>Email Templates</RibbonTabEmailTemplates>
<RibbonTabHome>Home</RibbonTabHome>
<RibbonTabOverview>Overview</RibbonTabOverview>
<RibbonTabSystem>System</RibbonTabSystem>
<RibbonTabTools>Tools</RibbonTabTools>
<RibbonTabUsers>Users</RibbonTabUsers>
<RibbonTabWorkspace>Workspace</RibbonTabWorkspace>
<TextItemsFavorites>Favorites</TextItemsFavorites>
<TextItemsNewest>Newest</TextItemsNewest>
<TextItemsRecent>Recent</TextItemsRecent>
<TextItemsRoot>Root Folder</TextItemsRoot>
<TextJustType>Just Type...</TextJustType>
<TextProfile>Profile</TextProfile>
<ToolTipCreate>Create a new item.</ToolTipCreate>
<ToolTipDelete>Delete the selected items.</ToolTipDelete>
<ToolTipEdit>Edit the selected item.</ToolTipEdit>
<ToolTipFind>Find items in the item tree by names.</ToolTipFind>
<ToolTipFindClose>Close</ToolTipFindClose>
<ToolTipFindNext>Find Next</ToolTipFindNext>
<ToolTipNotifications>The notification list that shows the progress of executing commands.</ToolTipNotifications>
<ToolTipRecycleBin>Working with items that have been previously deleted and placed in the recycle bin.</ToolTipRecycleBin>
<ToolTipRefresh>Refresh the item tree.</ToolTipRefresh>
<ToolTipSMTP>Settings of the SMTP server for sending emails.</ToolTipSMTP>
<ToolTipSort>Sorting items in the tree by the specified condition.</ToolTipSort>
<ToolTipSortAZ>Sorting - by ascending.</ToolTipSortAZ>
<ToolTipSortZA>Sorting - by descending.</ToolTipSortZA>
<ToolTipViewAll>Show all items in the item tree.</ToolTipViewAll>
<ToolTipViewFavorites>Show only frequently used items.</ToolTipViewFavorites>
<ToolTipViewNewest>Show only new items in the item tree.</ToolTipViewNewest>
<ToolTipViewRecent>Show recently added items in the item tree.</ToolTipViewRecent>
</Navigator>
<Options>
<LabelBackground>Background</LabelBackground>
<LabelCacheDescription>Caching of information occurs on the hard disk. It works the way it is to speed up the program performance and reduce the load on the server. Eventually, the cache may have a considerable size. In this case, you can to clear it.</LabelCacheDescription>
<LabelColorScheme>Color Scheme</LabelColorScheme>
<LabelForeground>Foreground</LabelForeground>
<LabelLanguageDescription>Select a localization language of the application</LabelLanguageDescription>
<LabelOpenDesignerInANewWindow>Open designer in a new window</LabelOpenDesignerInANewWindow>
<LabelOpenViewerInANewWindow>Open viewer in a new window</LabelOpenViewerInANewWindow>
<LabelStyle>Style</LabelStyle>
<MessageApplyTheme>The new theme will be applied after re-running the application!</MessageApplyTheme>
<TabAdditionally>Additionally</TabAdditionally>
<TabCache>Cache</TabCache>
<TabInterface>Interface</TabInterface>
<TabLanguage>Language</TabLanguage>
<TextDefaultLanguage>Default</TextDefaultLanguage>
<TextEmpty>Empty</TextEmpty>
<TextTotalFiles>Total size - {0:N2} MB</TextTotalFiles>
</Options>
<Quota>
<ButtonUpgradeLicense>Upgrade License</ButtonUpgradeLicense>
<TextContactYourAdministrator>To increase the quota contact your administrator.</TextContactYourAdministrator>
<TextQuota>Quota</TextQuota>
</Quota>
<ReportSnapshot>
<ButtonOpenAfterSaving>Open After Saving</ButtonOpenAfterSaving>
<ButtonSend>Send</ButtonSend>
<LabelPagesPrinted>Pages printed</LabelPagesPrinted>
<LabelSelectExportFormat>Select the format to which you want to save the report</LabelSelectExportFormat>
<TabItemCloudStorage>Cloud Storage</TabItemCloudStorage>
<TabItemContacts>Contacts</TabItemContacts>
<TabItemPreview>Preview</TabItemPreview>
<TextCancelPrinting>Cancel Printing...</TextCancelPrinting>
<TextClickToView>Click to View</TextClickToView>
<TextCloudStorage>Cloud Storage</TextCloudStorage>
<TextEmail>Email</TextEmail>
<TextFile>File</TextFile>
<TextLaunchViewer>Report Viewer is being started.</TextLaunchViewer>
<TextNavigating>Navigating...</TextNavigating>
<TextPageOf>{0} of {1}</TextPageOf>
<TextPrintingFromServerDescription>Report has too many pages. The pages will be printed by 15 pages at once after loading from server.</TextPrintingFromServerDescription>
<TextReportPreparing>Report Preparing...</TextReportPreparing>
<TextReportPrinting>Report Printing...</TextReportPrinting>
<TextReportRendering>Report Rendering...</TextReportRendering>
<TextSaveReport>The report is exported. Click 'Save' to save the result.</TextSaveReport>
<TextSearching>Searching...</TextSearching>
<WindowTitleEdit>Edit Report Snapshot</WindowTitleEdit>
<WindowTitleViewer>Viewer</WindowTitleViewer>
</ReportSnapshot>
<ReportTemplate>
<CategoryCloud>Cloud</CategoryCloud>
<CategoryImages>Images</CategoryImages>
<CategoryRichTexts>Rich Texts</CategoryRichTexts>
<CategorySubReports>Reports</CategorySubReports>
<GroupBoxReportTemplates>Report Templates</GroupBoxReportTemplates>
<GroupBoxXmlItem>XML Item</GroupBoxXmlItem>
<GroupBoxXsdItem>XSD Item</GroupBoxXsdItem>
<MessageAttachSelectedItems>Do you want to attach the selected items to the report '{0}'?</MessageAttachSelectedItems>
<MessageCloseDesigner>Do you want to save the report before Report Designer closing?</MessageCloseDesigner>
<MessageEnterDescriptionChanges>Enter a description of report changes.</MessageEnterDescriptionChanges>
<MessageErrorOccurredLoadingReport>An error occurred when loading the report</MessageErrorOccurredLoadingReport>
<MessageFormsNotSupported>Reports with forms are not supported!</MessageFormsNotSupported>
<TextAutomaticNaming>Names of added items will be created automatically!</TextAutomaticNaming>
<TextDescriptionChanges>Please, type a description of the changes</TextDescriptionChanges>
<TextDragDropFilesOrItemsHere>Drag & Drop Items or Files Here</TextDragDropFilesOrItemsHere>
<TextDragDropItemsHere>Drag & Drop Items Here</TextDragDropItemsHere>
<TextDragDropReportTemplatesHere>Drag & Drop Report Templates Here</TextDragDropReportTemplatesHere>
<TextLaunchDesigner>Report Designer is being started.</TextLaunchDesigner>
<ToolTipDragDropItemsHere>Drag & drop items here from the tree to use it in a new dashboard.</ToolTipDragDropItemsHere>
<ToolTipDragDropItemsHereToAttachIt>Drag & drop here a data source from the tree of items to use it in a new report. In addition to the data source you can use images, text or Rich-text files for their displaying in the report. Also other reports can be used to output them as sub-reports.</ToolTipDragDropItemsHereToAttachIt>
<ToolTipDragDropItemsOrFilesHere>Drag & drop here a file from the file explorer or items from the tree.</ToolTipDragDropItemsOrFilesHere>
<ToolTipDragDropReportTemplatesHere>Drag & drop a report template file here from the file explorer to create a report template on its basis. You can also use an existing report to create a new report. To do this, drag & drop a report template item here from the items tree.</ToolTipDragDropReportTemplatesHere>
<ToolTipInfoUsingAttachDataSource>If the data source is attached, its contents (data as schemes, tables, stored procedures etc.) can be used when creating reports.</ToolTipInfoUsingAttachDataSource>
<ToolTipInfoUsingAttachImage>The attached image will be a permanent resource of this template. The image can be used in a report without having to load from external sources.</ToolTipInfoUsingAttachImage>
<ToolTipInfoUsingAttachReportTemplate>The item as a report template will be attached in relation to the created report.</ToolTipInfoUsingAttachReportTemplate>
<ToolTipInfoUsingAttachText>The attached text file can be a source of a text when working with text components of the report, including Rich components.</ToolTipInfoUsingAttachText>
<ToolTipInfoUsingAttachXmlXsd>If to attach XML and XSD files to the report, then, a data source will be generated on their base. This data source can be used to create reports.</ToolTipInfoUsingAttachXmlXsd>
<ToolTipSetParameters>Defining Report Parameters</ToolTipSetParameters>
<WindowDescriptionNew>Choose, from the options presented above, how to create a new report. Created report template will be placed in "{0}".</WindowDescriptionNew>
<WindowTitleDesigner>Designer</WindowTitleDesigner>
<WindowTitleEdit>Edit Report</WindowTitleEdit>
<WindowTitleLoadReport>Load Report</WindowTitleLoadReport>
<WindowTitleLoadReports>Load Reports</WindowTitleLoadReports>
<WindowTitleNew>New Report</WindowTitleNew>
<WindowTitleParameters>Parameters</WindowTitleParameters>
<WindowTitleSaveReport>Save Report</WindowTitleSaveReport>
<WizardBlankReport>Blank Report</WizardBlankReport>
<WizardReportFromFile>Report from File</WizardReportFromFile>
<WizardReportFromFileDescription>Load New Report from File</WizardReportFromFileDescription>
<WizardReportWizard>Report Wizard</WizardReportWizard>
<WizardReportWizardDescription>Create New Report with Help of Wizard</WizardReportWizardDescription>
</ReportTemplate>
<Scheduler>
<ActionCopy>Copy</ActionCopy>
<ActionRunMailing>Run Mailing</ActionRunMailing>
<ActionRunReport>Run Report</ActionRunReport>
<ActionRunScheduler>Run Scheduler</ActionRunScheduler>
<ActionSendEmail>Send Email</ActionSendEmail>
<ButtonStartScheduler>Start</ButtonStartScheduler>
<ButtonStopScheduler>Stop</ButtonStopScheduler>
<CategoryCommon>Common</CategoryCommon>
<CategoryExceptionCalendar>Exception</CategoryExceptionCalendar>
<CategoryFrequency>Frequency</CategoryFrequency>
<CategoryNotify>Notify</CategoryNotify>
<CategoryRange>Range</CategoryRange>
<CategoryRepeat>Repeat</CategoryRepeat>
<CheckBoxAlsoCopyTo>Also Copy To</CheckBoxAlsoCopyTo>
<CheckBoxExcludeWeekendDays>Exclude Weekend Days</CheckBoxExcludeWeekendDays>
<CheckBoxOverwriteIfExists>Overwrite If Exists</CheckBoxOverwriteIfExists>
<CheckBoxRunAfterCreation>Run After Creation</CheckBoxRunAfterCreation>
<CheckBoxRunAfterSaving>Run After Saving</CheckBoxRunAfterSaving>
<CheckBoxRunOnce>Run Once</CheckBoxRunOnce>
<ComboBoxItemAttachment>Attachment</ComboBoxItemAttachment>
<ComboBoxItemLink>Link</ComboBoxItemLink>
<GroupBoxReport>Report</GroupBoxReport>
<GroupBoxScheduler>Scheduler</GroupBoxScheduler>
<LabelAttachmentDelivery>Attachment Delivery</LabelAttachmentDelivery>
<LabelAttachments>Attachments</LabelAttachments>
<LabelCurrentStatus>Current Status</LabelCurrentStatus>
<LabelDaysOfWeek>Days of Week</LabelDaysOfWeek>
<LabelDestination>Destination</LabelDestination>
<LabelEndDate>End Date</LabelEndDate>
<LabelFrom>From</LabelFrom>
<LabelMessage>Message</LabelMessage>
<LabelNewAction>New Action</LabelNewAction>
<LabelRepeat>Repeat</LabelRepeat>
<LabelResultExpiresAfter>Result Expires After</LabelResultExpiresAfter>
<LabelResultName>Result Name</LabelResultName>
<LabelResultType>Result Type</LabelResultType>
<LabelRunAtDay>Run at Day</LabelRunAtDay>
<LabelRunAtMinute>Run at Minute</LabelRunAtMinute>
<LabelRunAtMonth>Run at Month</LabelRunAtMonth>
<LabelRunAtTime>Run at Time</LabelRunAtTime>
<LabelRunEvery>Run Every</LabelRunEvery>
<LabelSource>Source</LabelSource>
<LabelStartDate>Start Date</LabelStartDate>
<LabelStatus>Status</LabelStatus>
<LabelStatusAfterCreation>Status After Creation</LabelStatusAfterCreation>
<LabelSubject>Subject</LabelSubject>
<LabelTimeZone>Time Zone</LabelTimeZone>
<LabelTo>To</LabelTo>
<LabelType>Type</LabelType>
<MessageReportDoesNotContainParameters>This report does not contains parameters!</MessageReportDoesNotContainParameters>
<MessageSchedulerRunning>Scheduler is running...</MessageSchedulerRunning>
<MessageTheFileTypesMustMatch>The type of the copied item must match the type of the item in what it will be copied!</MessageTheFileTypesMustMatch>
<MessageTheItemIsAlreadyAdded>The item is already added!</MessageTheItemIsAlreadyAdded>
<MessageYouCannotUseThisDestinationForTheCurrentItems>You cannot use this destination for the current items!</MessageYouCannotUseThisDestinationForTheCurrentItems>
<RadioButtonDay>Day</RadioButtonDay>
<RadioButtonNotRepeat>Not Repeat</RadioButtonNotRepeat>
<RadioButtonOn>On</RadioButtonOn>
<RadioButtonRepeat>Repeat {0} times with the interval of {1} {2}</RadioButtonRepeat>
<TabItemActions>Actions</TabItemActions>
<TabItemSettings>Settings</TabItemSettings>
<TextDragDropAttachedHere>Drag & Drop the Attached Item Here</TextDragDropAttachedHere>
<TextDragDropCalendarHere>Drag & Drop the Calendar Here</TextDragDropCalendarHere>
<TextDragDropDestinationHere>Drag & Drop the Destination Item Here</TextDragDropDestinationHere>
<TextDragDropItemHere>Drag & Drop the Item Here</TextDragDropItemHere>
<TextDragDropReportHere>Drag & Drop the Report Here</TextDragDropReportHere>
<TextDragDropSchedulerHere>Drag & Drop the Scheduler Here</TextDragDropSchedulerHere>
<TextFrequency>This field specifies how often the scheduler will run.</TextFrequency>
<TextPressPlusIconAddNewAction>Click the icon plus to add a new action!</TextPressPlusIconAddNewAction>
<TextRunningScheduler>Scheduler is running...</TextRunningScheduler>
<TextRunScheduler>Click 'OK' to run the scheduler.</TextRunScheduler>
<ToolTipChangeResultType>Change the way of handling the result of the report creation</ToolTipChangeResultType>
<ToolTipDaysOfWeek>A day of the week the scheduler will run. You can select a single day, a few different days, or all days immediately. If more than one day is selected, the scheduler will run in each of the selected days.</ToolTipDaysOfWeek>
<ToolTipDeleteAction>Delete Action</ToolTipDeleteAction>
<ToolTipDragDropActionRunReportDestinationHere>Drag & Drop a destination item here from the items tree. The destination will contain the result. Also the destination item can be an existing report snapshot or file item. In this case the destination item will be replaced on the result of the report running.</ToolTipDragDropActionRunReportDestinationHere>
<ToolTipDragDropAttachedHere>Drag & Drop the item here from the items tree. The attached item will be sent in the Email.</ToolTipDragDropAttachedHere>
<ToolTipDragDropCalendarHere>Drag & Drop a calendar here from the items tree. The scheduler will run by days specified in the calendar.</ToolTipDragDropCalendarHere>
<ToolTipDragDropDestinationHere>Drag & Drop a destination item here from the items tree. The destination will contain the result. Also the destination item can be an existing report snapshot or file item. In this case the destination item will be replaced by source item.</ToolTipDragDropDestinationHere>
<ToolTipDragDropExceptionCalendarHere>Drag & Drop a calendar here from the items tree. Specified days in the calendar will be ignored by the scheduler. Running the scheduler will be moved to the next day.</ToolTipDragDropExceptionCalendarHere>
<ToolTipDragDropItemHere>Drag & Drop a item here from the items tree. The item will be copied when running the scheduler.</ToolTipDragDropItemHere>
<ToolTipDragDropReportHere>Drag & Drop a report template here from the items tree. The template will be used when running the scheduler.</ToolTipDragDropReportHere>
<ToolTipDragDropSchedulerHere>Drag & Drop a scheduler here from the items tree. When the main scheduler runs (the one that is being created or modified) then it can run other schedulers (the ones that are dragged in this field). Only one level of nesting is supported to run the schedulers. The scheduler that was run by another scheduler cannot run one more scheduler.</ToolTipDragDropSchedulerHere>
<ToolTipEndDate>Run the scheduler not later than at this time.</ToolTipEndDate>
<ToolTipExcludeWeekendDays>Check this box if you want the scheduler not to run at weekend days.</ToolTipExcludeWeekendDays>
<ToolTipRunAtDay>The day when the scheduler is run can be selected in two ways. The first way is to specify a particular day of the month (from 1 to 31 or the last day of the month). The second way is to specify which day of the week it is and a number of this day of the week in the month. For example, "The first Monday of the month", "The third Wednesday of the month". Both ways allow selecting more than one day in a month.</ToolTipRunAtDay>
<ToolTipRunAtDayOnce>A day, when the scheduler run.</ToolTipRunAtDayOnce>
<ToolTipRunAtMinute>A minute when the scheduler runs (range from 1 to 60).</ToolTipRunAtMinute>
<ToolTipRunAtMonth>A month, when the scheduler is running. You can select one, several, or all months. The scheduler will run in each of the selected month.</ToolTipRunAtMonth>
<ToolTipRunAtMonthOnce>A month, when the scheduler runs.</ToolTipRunAtMonthOnce>
<ToolTipRunAtTime>The time at which the scheduler will run.</ToolTipRunAtTime>
<ToolTipRunEvery>If to specify a value 1, the scheduler will run forever. If to specify a value 2 then, every first time, the scheduler will not run. Every second time - it will. If to specify a value 3, then, every third time, the scheduler will run. Every first and second time it will be ignored etc.</ToolTipRunEvery>
<ToolTipStartDate>Run the scheduler not earlier than at this time.</ToolTipStartDate>
<ToolTipTimeZone>Run the scheduler by the time zone.</ToolTipTimeZone>
<WindowTitleResultName>Result Name</WindowTitleResultName>
<WizardCalendar>Calendar</WizardCalendar>
<WizardCalendarDescription>Run the scheduler on dates specified in the selected calendar.</WizardCalendarDescription>
<WizardDaily>Daily</WizardDaily>
<WizardDailyDescription>Once a day, at a specified time.</WizardDailyDescription>
<WizardHourly>Hourly</WizardHourly>
<WizardHourlyDescription>Once an hour.</WizardHourlyDescription>
<WizardMonthly>Monthly</WizardMonthly>
<WizardMonthlyDescription>Monthly, on selected days of the week or days of the month, at a specified time.</WizardMonthlyDescription>
<WizardOnce>Once</WizardOnce>
<WizardOnceDescription>Run the scheduler once at any time.</WizardOnceDescription>
<WizardWeekly>Weekly</WizardWeekly>
<WizardWeeklyDescription>On the selected days of the week, at a specified time.</WizardWeeklyDescription>
<WizardYearly>Yearly</WizardYearly>
<WizardYearlyDescription>Every year, in a particular month, day and time.</WizardYearlyDescription>
</Scheduler>
<Update>
<ButtonDetails>Details</ButtonDetails>
<ButtonIAgree>I Agree</ButtonIAgree>
<ButtonUpdate>Update</ButtonUpdate>
<GroupBoxCurrentSoftware>Current Software</GroupBoxCurrentSoftware>
<MessageCheckingNewVersion>Checking for new version of {0}...</MessageCheckingNewVersion>
<MessageErrorOccurred>An error occurred.</MessageErrorOccurred>
<MessageLatestVersionIsInstalled>Latest version of {0} is installed.</MessageLatestVersionIsInstalled>
<MessageNewVersionAvailable>New Version Available!</MessageNewVersionAvailable>
<MessageNewVersionInstallingNow>New version is installing now...</MessageNewVersionInstallingNow>
<MessageNewVersionNotAvailable>New Version Not Found.</MessageNewVersionNotAvailable>
<MessageUnableCheckForUpdates>Unable to check for updates. Click 'Try Again', to check for updates again.</MessageUnableCheckForUpdates>
</Update>
</Localization>