taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
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
Ext.define("Ext.localization.en.grid.Grid", {
    override: "Ext.ux.grid.Grid",
    labels: {
        waitText: 5,
        commentText: 76,
        fileText: 575,
        btnAddText: 379,
        deleteText: 279,
        btnPrintText: 274,
        showHiddenColText: 285,
        searchfieldText: 280,
        exportBtnText: 282,
        importFileFieldText: 604,
        updateImportInsText: 'Insert:',
        updateImportUpdText: 'Update:',
        updateImportInsUpdText: 'Insert, Update:',
        importBtnText: 283,
        cancelBtnText: 275,
        deleteAllBtnText: 284,
        allText: 357,
        viewBtnText: 281,
        editBtnText: 380,
        errorText: 25,
        questionText: 378,
        deleteConfirmText: 130,
        changeSuccessText: 96,
        changeFailureText: 7,
        addFailureText: 6,
        closeBtnText: 438,
        uploadText: 524
    }
});
 
Ext.define("Ext.localization.en.utils.Utils", {
    override: "Ext.ux.utils.Utils",
    labels: {
        waitText: 5,
        fileNotFoundText: 23,
        connectErrorText: 749,
        errorText: 25,
        infoText: 26,
        unknownErrorText: 373
    }
});
 
Ext.define("Ext.localization.en.grid.NRecForm", {
    override: "Ext.ux.grid.NRecForm",
    labels: {
        waitText: 5,
        btnAddText: 379,
        deleteText: 279,
        cancelBtnText: 275,
        viewBtnText: 281,
        editBtnText: 380,
        questionText: 378,
        deleteConfirmText: 130,
        importFileFieldText: 604
    }
});
 
Ext.define("Ext.localization.en.base.BaseModule", {
    override: "Ext.ux.base.BaseModule",
    labels: {
        waitText: 5
    }
});
 
Ext.define("Ext.localization.en.dashpanel.DashPanel", {
    override: "Ext.ux.dashpanel.DashPanel",
    labels: {
        switchOnOffText: 690
    }
});
 
Ext.define("Ext.localization.en.TipNote", {
    override: "Ext.ux.TipNote",
    labels: {
        cancelBtnText: 275,
        editBtnText: 278,
        deleteBtnText: 279,
        applyBtnText: 106
    }
});
 
Ext.define("Ext.localization.ru.grid.Printer", {
    override: "Ext.ux.grid.Printer"
}, function () {
    Ext.ux.grid.Printer.printLinkText = 274;
    Ext.ux.grid.Printer.closeLinkText = 438;
});
 
Ext.define("Ext.localization.en.graph.Graph", {
    override: "Ext.ux.graph.Graph",
    labels: {
        typeText: 51,
        exportBtnText: 282,
        groupByFilterText: 703,
        applyBtnText: 106,
        periodText: 456,
        resetBtnText: 395,
        filterText: 519,
        typeGraphLine: 704,
        byDayText: 491,
        byMonthText: 492,
        byYearText: 493
    }
});
 
Ext.define("Ext.localization.en.button.CloseButton", {
    override: "Ext.ux.button.CloseButton",
    text: 438
});
 
Ext.define("Ext.localization.en.grid.FilterBar", {
    override: "Ext.ux.grid.FilterBar",
    boolTpl: {
        xtype: 'combo',
        queryMode: 'local',
        forceSelection: true,
        triggerAction: 'all',
        editable: false,
        store: [
            ['', 357],
            [1, 306],
            [0, 307]
        ],
        operator: 'eq'
    },
    allText: 357
});
 
Ext.define("Ext.localization.en.treegrid.TreeGridEditorPanel", {
    override: "Ext.ux.treegrid.TreeGridEditorPanel",
    config: {title: 379},
    labels: {
        backBtnText: 395,
        addBtnText: 277,
        insertBtnText: 394,
        editBtnText: 278,
        activateText: 397,
        deactivateText: 398,
        importFileFieldText: 604
    }
});
 
Ext.define("Ext.localization.en.grid.CommentWindow", {
    override: "Ext.ux.grid.CommentWindow",
    labels: {
        commentText: 76,
        addBtnText: 277
    }
});
 
Ext.define("Ext.localization.en.grid.UploadWindow", {
    override: "Ext.ux.grid.UploadWindow",
    config: {title: 575},
    labels: {
        importFileFieldText: 604
    }
});
Ext.define("Ext.localization.de.treegrid.TreeGrid", {
    override: "Ext.ux.treegrid.TreeGrid",
    labels: {
        importFileFieldText: 604,
        importBtnText: 283,
        fileText: 575,
        cancelBtnText: 275,
        copyConfirmText: 408
    }
});
 
Ext.define("Ext.localization.en.treegrid.CompareWindow", {
    override: "Ext.ux.treegrid.CompareWindow",
    config: {title: 430},
    labels: {
        modelText: 416,
        refreshText: 286,
        applyBtnText: 106
    }
});
Ext.define("Ext.localization.en.plugins.NotesPlugin", {
    override: "Ext.ux.plugins.NotesPlugin",
    labels: {
        showAllNotesText: 542,
        addBtnText: 277
    }
});
 
Ext.define("Ext.localization.en.button.HideWindowButton", {
    override: "Ext.ux.button.HideWindowButton",
    text: 275
});
 
Ext.define("Ext.localization.en.menu.MenuPanel", {
    override: "Ext.ux.menu.MenuPanel",
    labels: {
        exitBtnText: 308,
        cabinetBtnText: 563,
        btnFastLinksText: 580
    }
});
 
Ext.define('Ext.localization.en.treegrid.TopToolbar', {
    override: "Ext.ux.treegrid.TopToolbar",
    labels: {
        allText: 357,
        activeItemsText: 407,
        notActiveItemsText: 410,
        howDeepText: 411,
        compareText: 430
    }
});
 
Ext.define('Ext.localization.en.treegrid.ContextMenu', {
    override: 'Ext.ux.treegrid.ContextMenu',
    labels: {
        reloadText: 399,
        expandNodeText: 402,
        collapseNodeText: 403,
        activateText: 397,
        deactivateText: 398,
        modifyText: 711,
        deleteText: 279,
        gotoRootText: 450,
        copyConfirmText: 408,
        deleteConfirmText: 130
    }
});
 
Ext.define('Ext.localization.en.LoadMask', {
    override: 'Ext.LoadMask',
    msg: 5
});