Commit 96e4919a8c05e6271ae53a30ca91866b3ec26848
1 parent
4ae6e7d5
KOA-356 - "Script error occur if "ktoffice_i18n" smarty file is not
copied to the server files" Fixed. Added file. KOA-357 - "Fatal error occurs if the file "KTAPIFolder.inc" is not copied to the server files" Fixed. Updated for KOA. Committed By: Kevin Fourie Reviewed By: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9650 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
1235 additions
and
0 deletions
ktapi/KTAPIFolder.inc.php
| ... | ... | @@ -160,6 +160,7 @@ class KTAPI_Folder extends KTAPI_FolderItem |
| 160 | 160 | 'parent_id'=>(int) $this->get_parent_folder_id(), |
| 161 | 161 | 'full_path'=>$this->get_full_path(), |
| 162 | 162 | 'linked_folder_id'=>$this->folder->getLinkedFolderId(), |
| 163 | + 'permissions' => KTAPI_Folder::get_permission_string($this->folder), | |
| 163 | 164 | ); |
| 164 | 165 | |
| 165 | 166 | if($wsversion<3){ | ... | ... |
templates/ktcore/ktoffice_i18n.smarty
0 → 100644
| 1 | + | |
| 2 | +/* | |
| 3 | + * Javascript (actual translations); | |
| 4 | + */ | |
| 5 | + | |
| 6 | +{literal} | |
| 7 | +var i18n = {}; | |
| 8 | + | |
| 9 | +function _(trans_string) { | |
| 10 | + var newstr = i18n[trans_string]; | |
| 11 | + if (!isUndefinedOrNull(newstr)) { return newstr; } | |
| 12 | + else { | |
| 13 | + return trans_string; | |
| 14 | + } | |
| 15 | +} | |
| 16 | +{/literal} | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | +// strings for file: ./js/classes/actionMenu.js | |
| 21 | + | |
| 22 | +// strings for file: ./js/classes/feedbackPanel.js | |
| 23 | +i18n['OK'] = '{i18n}OK{/i18n}'; | |
| 24 | + | |
| 25 | +// strings for file: ./js/classes/findTab.js | |
| 26 | +i18n['Search'] = '{i18n}Search{/i18n}'; | |
| 27 | +i18n['Open'] = '{i18n}Open{/i18n}'; | |
| 28 | +i18n['KnowledgeTree'] = '{i18n}KnowledgeTree{/i18n}'; | |
| 29 | +i18n['Find'] = '{i18n}Find{/i18n}'; | |
| 30 | +i18n['Filename'] = '{i18n}Filename{/i18n}'; | |
| 31 | +i18n['Last modified'] = '{i18n}Last modified{/i18n}'; | |
| 32 | +i18n['Permissions'] = '{i18n}Permissions{/i18n}'; | |
| 33 | +i18n['No permission'] = '{i18n}No permission{/i18n}'; | |
| 34 | +i18n['Is immutable'] = '{i18n}Is immutable{/i18n}'; | |
| 35 | +i18n['Checked out by'] = '{i18n}Checked out by{/i18n}'; | |
| 36 | + | |
| 37 | +// strings for file: ./js/classes/floatingFeedbackPanel.js | |
| 38 | + | |
| 39 | +// strings for file: ./js/classes/loginWindow.js | |
| 40 | +i18n['Language'] = '{i18n}Language{/i18n}'; | |
| 41 | +i18n['Username'] = '{i18n}Username{/i18n}'; | |
| 42 | +i18n['Password'] = '{i18n}Password{/i18n}'; | |
| 43 | +i18n['Login'] = '{i18n}Login{/i18n}'; | |
| 44 | + | |
| 45 | +// strings for file: ./js/classes/mainWindow.js | |
| 46 | +i18n['Server selection'] = '{i18n}Server selection{/i18n}'; | |
| 47 | +i18n['Upload succeeded'] = '{i18n}Upload succeeded{/i18n}'; | |
| 48 | +i18n['Your document was saved to the server'] = '{i18n}Your document was saved to the server{/i18n}'; | |
| 49 | + | |
| 50 | +// strings for file: ./js/classes/modalFeedbackPanel.js | |
| 51 | +i18n['Reload'] = '{i18n}Reload{/i18n}'; | |
| 52 | +i18n['OK'] = '{i18n}OK{/i18n}'; | |
| 53 | + | |
| 54 | +// strings for file: ./js/classes/progressWindow.js | |
| 55 | +i18n['Cancel'] = '{i18n}Cancel{/i18n}'; | |
| 56 | + | |
| 57 | +// strings for file: ./js/classes/propertiesPanel.js | |
| 58 | +i18n['Reset'] = '{i18n}Reset{/i18n}'; | |
| 59 | +i18n['Save'] = '{i18n}Save{/i18n}'; | |
| 60 | + | |
| 61 | +// strings for file: ./js/classes/propertiesTab.js | |
| 62 | +i18n['Default'] = '{i18n}Default{/i18n}'; | |
| 63 | +i18n['Reset'] = '{i18n}Reset{/i18n}'; | |
| 64 | +i18n['Save'] = '{i18n}Save{/i18n}'; | |
| 65 | +i18n['Properties'] = '{i18n}Properties{/i18n}'; | |
| 66 | + | |
| 67 | +// strings for file: ./js/classes/savePanel.js | |
| 68 | +i18n['Default'] = '{i18n}Default{/i18n}'; | |
| 69 | +i18n['Select a document type'] = '{i18n}Select a document type{/i18n}'; | |
| 70 | + | |
| 71 | +// strings for file: ./js/classes/saveTab.js | |
| 72 | +i18n['KnowledgeTree'] = '{i18n}KnowledgeTree{/i18n}'; | |
| 73 | +i18n['Next'] = '{i18n}Next{/i18n}'; | |
| 74 | +i18n['Title'] = '{i18n}Title{/i18n}'; | |
| 75 | +i18n['File name'] = '{i18n}File name{/i18n}'; | |
| 76 | +i18n['Save'] = '{i18n}Save{/i18n}'; | |
| 77 | + | |
| 78 | +// strings for file: ./js/classes/serverWindow.js | |
| 79 | +i18n['KnowledgeTree Server Address'] = '{i18n}KnowledgeTree Server Address{/i18n}'; | |
| 80 | +i18n['OK'] = '{i18n}OK{/i18n}'; | |
| 81 | +i18n['Server selection'] = '{i18n}Server selection{/i18n}'; | |
| 82 | + | |
| 83 | +// strings for file: ./js/classes/statusBar.js | |
| 84 | + | |
| 85 | +// strings for file: ./js/classes/tabWindow.js | |
| 86 | +i18n['Collaborate'] = '{i18n}Collaborate{/i18n}'; | |
| 87 | +i18n['Settings'] = '{i18n}Settings{/i18n}'; | |
| 88 | +i18n['Logged in as '] = '{i18n}Logged in as {/i18n}'; | |
| 89 | + | |
| 90 | +// strings for file: ./js/classes/toolTips.js | |
| 91 | + | |
| 92 | +// strings for file: ./js/classes/topPanel.js | |
| 93 | + | |
| 94 | +// strings for file: ./js/classes/treePanel.js | |
| 95 | +i18n['KnowledgeTree'] = '{i18n}KnowledgeTree{/i18n}'; | |
| 96 | + | |
| 97 | +// strings for file: ./js/includes.js | |
| 98 | + | |
| 99 | +// strings for file: ./js/interface/debug.js | |
| 100 | + | |
| 101 | +// strings for file: ./js/interface/office2007.js | |
| 102 | + | |
| 103 | +// strings for file: ./js/lang.js | |
| 104 | + | |
| 105 | +// strings for file: ./js/main.js | |
| 106 | +i18n['Upload'] = '{i18n}Upload{/i18n}'; | |
| 107 | +i18n['Upload cancelled'] = '{i18n}Upload cancelled{/i18n}'; | |
| 108 | +i18n['Upload failed'] = '{i18n}Upload failed{/i18n}'; | |
| 109 | +i18n['Your document was not saved to the server'] = '{i18n}Your document was not saved to the server{/i18n}'; | |
| 110 | +i18n['Upload succeeded'] = '{i18n}Upload succeeded{/i18n}'; | |
| 111 | +i18n['Your document was saved to the server'] = '{i18n}Your document was saved to the server{/i18n}'; | |
| 112 | + | |
| 113 | +// strings for file: ./js/override.js | |
| 114 | + | |
| 115 | +// strings for file: ./js/redir.js | |
| 116 | + | |
| 117 | +// strings for file: ./js/store.js | |
| 118 | + | |
| 119 | +// strings for file: ./js/util.js | |
| 120 | + | |
| 121 | +// strings for file: ./thirdpartyjs/ext/adapter/ext/ext-base.js | |
| 122 | + | |
| 123 | +// strings for file: ./thirdpartyjs/ext/adapter/jquery/ext-jquery-adapter.js | |
| 124 | + | |
| 125 | +// strings for file: ./thirdpartyjs/ext/adapter/jquery/jquery.js | |
| 126 | + | |
| 127 | +// strings for file: ./thirdpartyjs/ext/adapter/prototype/effects.js | |
| 128 | + | |
| 129 | +// strings for file: ./thirdpartyjs/ext/adapter/prototype/ext-prototype-adapter.js | |
| 130 | + | |
| 131 | +// strings for file: ./thirdpartyjs/ext/adapter/prototype/prototype.js | |
| 132 | + | |
| 133 | +// strings for file: ./thirdpartyjs/ext/adapter/prototype/scriptaculous.js | |
| 134 | + | |
| 135 | +// strings for file: ./thirdpartyjs/ext/adapter/yui/ext-yui-adapter.js | |
| 136 | + | |
| 137 | +// strings for file: ./thirdpartyjs/ext/build/adapter/ext-base-min.js | |
| 138 | + | |
| 139 | +// strings for file: ./thirdpartyjs/ext/build/adapter/jquery-bridge-min.js | |
| 140 | + | |
| 141 | +// strings for file: ./thirdpartyjs/ext/build/adapter/prototype-bridge-min.js | |
| 142 | + | |
| 143 | +// strings for file: ./thirdpartyjs/ext/build/adapter/yui-bridge-min.js | |
| 144 | + | |
| 145 | +// strings for file: ./thirdpartyjs/ext/build/core/CompositeElement-min.js | |
| 146 | + | |
| 147 | +// strings for file: ./thirdpartyjs/ext/build/core/DomHelper-min.js | |
| 148 | + | |
| 149 | +// strings for file: ./thirdpartyjs/ext/build/core/DomQuery-min.js | |
| 150 | + | |
| 151 | +// strings for file: ./thirdpartyjs/ext/build/core/Element-min.js | |
| 152 | + | |
| 153 | +// strings for file: ./thirdpartyjs/ext/build/core/EventManager-min.js | |
| 154 | + | |
| 155 | +// strings for file: ./thirdpartyjs/ext/build/core/Ext-min.js | |
| 156 | + | |
| 157 | +// strings for file: ./thirdpartyjs/ext/build/core/Fx-min.js | |
| 158 | + | |
| 159 | +// strings for file: ./thirdpartyjs/ext/build/core/Template-min.js | |
| 160 | + | |
| 161 | +// strings for file: ./thirdpartyjs/ext/build/core/UpdateManager-min.js | |
| 162 | + | |
| 163 | +// strings for file: ./thirdpartyjs/ext/build/data/ArrayReader-min.js | |
| 164 | + | |
| 165 | +// strings for file: ./thirdpartyjs/ext/build/data/Connection-min.js | |
| 166 | + | |
| 167 | +// strings for file: ./thirdpartyjs/ext/build/data/DataField-min.js | |
| 168 | + | |
| 169 | +// strings for file: ./thirdpartyjs/ext/build/data/DataProxy-min.js | |
| 170 | + | |
| 171 | +// strings for file: ./thirdpartyjs/ext/build/data/DataReader-min.js | |
| 172 | + | |
| 173 | +// strings for file: ./thirdpartyjs/ext/build/data/GroupingStore-min.js | |
| 174 | + | |
| 175 | +// strings for file: ./thirdpartyjs/ext/build/data/HttpProxy-min.js | |
| 176 | + | |
| 177 | +// strings for file: ./thirdpartyjs/ext/build/data/JsonReader-min.js | |
| 178 | + | |
| 179 | +// strings for file: ./thirdpartyjs/ext/build/data/JsonStore-min.js | |
| 180 | + | |
| 181 | +// strings for file: ./thirdpartyjs/ext/build/data/MemoryProxy-min.js | |
| 182 | + | |
| 183 | +// strings for file: ./thirdpartyjs/ext/build/data/Record-min.js | |
| 184 | + | |
| 185 | +// strings for file: ./thirdpartyjs/ext/build/data/ScriptTagProxy-min.js | |
| 186 | + | |
| 187 | +// strings for file: ./thirdpartyjs/ext/build/data/SimpleStore-min.js | |
| 188 | + | |
| 189 | +// strings for file: ./thirdpartyjs/ext/build/data/SortTypes-min.js | |
| 190 | + | |
| 191 | +// strings for file: ./thirdpartyjs/ext/build/data/Store-min.js | |
| 192 | + | |
| 193 | +// strings for file: ./thirdpartyjs/ext/build/data/StoreMgr-min.js | |
| 194 | + | |
| 195 | +// strings for file: ./thirdpartyjs/ext/build/data/Tree-min.js | |
| 196 | + | |
| 197 | +// strings for file: ./thirdpartyjs/ext/build/data/XmlReader-min.js | |
| 198 | + | |
| 199 | +// strings for file: ./thirdpartyjs/ext/build/dd/DDCore-min.js | |
| 200 | + | |
| 201 | +// strings for file: ./thirdpartyjs/ext/build/dd/DragSource-min.js | |
| 202 | + | |
| 203 | +// strings for file: ./thirdpartyjs/ext/build/dd/DragTracker-min.js | |
| 204 | + | |
| 205 | +// strings for file: ./thirdpartyjs/ext/build/dd/DragZone-min.js | |
| 206 | + | |
| 207 | +// strings for file: ./thirdpartyjs/ext/build/dd/DropTarget-min.js | |
| 208 | + | |
| 209 | +// strings for file: ./thirdpartyjs/ext/build/dd/DropZone-min.js | |
| 210 | + | |
| 211 | +// strings for file: ./thirdpartyjs/ext/build/dd/Registry-min.js | |
| 212 | + | |
| 213 | +// strings for file: ./thirdpartyjs/ext/build/dd/ScrollManager-min.js | |
| 214 | + | |
| 215 | +// strings for file: ./thirdpartyjs/ext/build/dd/StatusProxy-min.js | |
| 216 | + | |
| 217 | +// strings for file: ./thirdpartyjs/ext/build/debug-min.js | |
| 218 | + | |
| 219 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-af.js | |
| 220 | + | |
| 221 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-bg.js | |
| 222 | + | |
| 223 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-ca.js | |
| 224 | + | |
| 225 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-cs.js | |
| 226 | + | |
| 227 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-da.js | |
| 228 | + | |
| 229 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-de.js | |
| 230 | + | |
| 231 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-el_GR.js | |
| 232 | + | |
| 233 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-en.js | |
| 234 | + | |
| 235 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-en_UK.js | |
| 236 | + | |
| 237 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-es.js | |
| 238 | + | |
| 239 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-fa.js | |
| 240 | + | |
| 241 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-fr.js | |
| 242 | + | |
| 243 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-fr_CA.js | |
| 244 | + | |
| 245 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-gr.js | |
| 246 | + | |
| 247 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-he.js | |
| 248 | + | |
| 249 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-hr.js | |
| 250 | + | |
| 251 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-hu.js | |
| 252 | + | |
| 253 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-id.js | |
| 254 | + | |
| 255 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-it.js | |
| 256 | + | |
| 257 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-ja.js | |
| 258 | + | |
| 259 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-ko.js | |
| 260 | + | |
| 261 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-lt.js | |
| 262 | + | |
| 263 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-lv.js | |
| 264 | + | |
| 265 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-mk.js | |
| 266 | + | |
| 267 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-nl.js | |
| 268 | + | |
| 269 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-no_NB.js | |
| 270 | + | |
| 271 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-no_NN.js | |
| 272 | + | |
| 273 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-pl.js | |
| 274 | + | |
| 275 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-pt.js | |
| 276 | + | |
| 277 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-pt_BR.js | |
| 278 | + | |
| 279 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-ro.js | |
| 280 | + | |
| 281 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-ru.js | |
| 282 | + | |
| 283 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-sk.js | |
| 284 | + | |
| 285 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-sl.js | |
| 286 | + | |
| 287 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-sr.js | |
| 288 | + | |
| 289 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-sr_RS.js | |
| 290 | + | |
| 291 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-sv_SE.js | |
| 292 | + | |
| 293 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-th.js | |
| 294 | + | |
| 295 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-tr.js | |
| 296 | + | |
| 297 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-ukr.js | |
| 298 | + | |
| 299 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-vn.js | |
| 300 | + | |
| 301 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-zh_CN.js | |
| 302 | + | |
| 303 | +// strings for file: ./thirdpartyjs/ext/build/locale/ext-lang-zh_TW.js | |
| 304 | + | |
| 305 | +// strings for file: ./thirdpartyjs/ext/build/state/CookieProvider-min.js | |
| 306 | + | |
| 307 | +// strings for file: ./thirdpartyjs/ext/build/state/Provider-min.js | |
| 308 | + | |
| 309 | +// strings for file: ./thirdpartyjs/ext/build/state/StateManager-min.js | |
| 310 | + | |
| 311 | +// strings for file: ./thirdpartyjs/ext/build/util/CSS-min.js | |
| 312 | + | |
| 313 | +// strings for file: ./thirdpartyjs/ext/build/util/ClickRepeater-min.js | |
| 314 | + | |
| 315 | +// strings for file: ./thirdpartyjs/ext/build/util/Date-min.js | |
| 316 | + | |
| 317 | +// strings for file: ./thirdpartyjs/ext/build/util/DelayedTask-min.js | |
| 318 | + | |
| 319 | +// strings for file: ./thirdpartyjs/ext/build/util/Format-min.js | |
| 320 | + | |
| 321 | +// strings for file: ./thirdpartyjs/ext/build/util/History-min.js | |
| 322 | + | |
| 323 | +// strings for file: ./thirdpartyjs/ext/build/util/JSON-min.js | |
| 324 | + | |
| 325 | +// strings for file: ./thirdpartyjs/ext/build/util/KeyMap-min.js | |
| 326 | + | |
| 327 | +// strings for file: ./thirdpartyjs/ext/build/util/KeyNav-min.js | |
| 328 | + | |
| 329 | +// strings for file: ./thirdpartyjs/ext/build/util/MixedCollection-min.js | |
| 330 | + | |
| 331 | +// strings for file: ./thirdpartyjs/ext/build/util/Observable-min.js | |
| 332 | + | |
| 333 | +// strings for file: ./thirdpartyjs/ext/build/util/TaskMgr-min.js | |
| 334 | + | |
| 335 | +// strings for file: ./thirdpartyjs/ext/build/util/TextMetrics-min.js | |
| 336 | + | |
| 337 | +// strings for file: ./thirdpartyjs/ext/build/util/XTemplate-min.js | |
| 338 | + | |
| 339 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Action-min.js | |
| 340 | + | |
| 341 | +// strings for file: ./thirdpartyjs/ext/build/widgets/BoxComponent-min.js | |
| 342 | + | |
| 343 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Button-min.js | |
| 344 | + | |
| 345 | +// strings for file: ./thirdpartyjs/ext/build/widgets/ColorPalette-min.js | |
| 346 | + | |
| 347 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Component-min.js | |
| 348 | + | |
| 349 | +// strings for file: ./thirdpartyjs/ext/build/widgets/ComponentMgr-min.js | |
| 350 | + | |
| 351 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Container-min.js | |
| 352 | + | |
| 353 | +// strings for file: ./thirdpartyjs/ext/build/widgets/CycleButton-min.js | |
| 354 | + | |
| 355 | +// strings for file: ./thirdpartyjs/ext/build/widgets/DataView-min.js | |
| 356 | + | |
| 357 | +// strings for file: ./thirdpartyjs/ext/build/widgets/DatePicker-min.js | |
| 358 | + | |
| 359 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Editor-min.js | |
| 360 | + | |
| 361 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Layer-min.js | |
| 362 | + | |
| 363 | +// strings for file: ./thirdpartyjs/ext/build/widgets/LoadMask-min.js | |
| 364 | + | |
| 365 | +// strings for file: ./thirdpartyjs/ext/build/widgets/MessageBox-min.js | |
| 366 | + | |
| 367 | +// strings for file: ./thirdpartyjs/ext/build/widgets/PagingToolbar-min.js | |
| 368 | + | |
| 369 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Panel-min.js | |
| 370 | + | |
| 371 | +// strings for file: ./thirdpartyjs/ext/build/widgets/PanelDD-min.js | |
| 372 | + | |
| 373 | +// strings for file: ./thirdpartyjs/ext/build/widgets/ProgressBar-min.js | |
| 374 | + | |
| 375 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Resizable-min.js | |
| 376 | + | |
| 377 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Shadow-min.js | |
| 378 | + | |
| 379 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Slider-min.js | |
| 380 | + | |
| 381 | +// strings for file: ./thirdpartyjs/ext/build/widgets/SplitBar-min.js | |
| 382 | + | |
| 383 | +// strings for file: ./thirdpartyjs/ext/build/widgets/SplitButton-min.js | |
| 384 | + | |
| 385 | +// strings for file: ./thirdpartyjs/ext/build/widgets/StatusBar-min.js | |
| 386 | + | |
| 387 | +// strings for file: ./thirdpartyjs/ext/build/widgets/TabPanel-min.js | |
| 388 | + | |
| 389 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Toolbar-min.js | |
| 390 | + | |
| 391 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Viewport-min.js | |
| 392 | + | |
| 393 | +// strings for file: ./thirdpartyjs/ext/build/widgets/Window-min.js | |
| 394 | + | |
| 395 | +// strings for file: ./thirdpartyjs/ext/build/widgets/WindowManager-min.js | |
| 396 | + | |
| 397 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Action-min.js | |
| 398 | + | |
| 399 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/BasicForm-min.js | |
| 400 | + | |
| 401 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Checkbox-min.js | |
| 402 | + | |
| 403 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/CheckboxGroup-min.js | |
| 404 | + | |
| 405 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Combo-min.js | |
| 406 | + | |
| 407 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/DateField-min.js | |
| 408 | + | |
| 409 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Field-min.js | |
| 410 | + | |
| 411 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/FieldSet-min.js | |
| 412 | + | |
| 413 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Form-min.js | |
| 414 | + | |
| 415 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Hidden-min.js | |
| 416 | + | |
| 417 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/HtmlEditor-min.js | |
| 418 | + | |
| 419 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Label-min.js | |
| 420 | + | |
| 421 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/NumberField-min.js | |
| 422 | + | |
| 423 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/Radio-min.js | |
| 424 | + | |
| 425 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/RadioGroup-min.js | |
| 426 | + | |
| 427 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/TextArea-min.js | |
| 428 | + | |
| 429 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/TextField-min.js | |
| 430 | + | |
| 431 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/TimeField-min.js | |
| 432 | + | |
| 433 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/TriggerField-min.js | |
| 434 | + | |
| 435 | +// strings for file: ./thirdpartyjs/ext/build/widgets/form/VTypes-min.js | |
| 436 | + | |
| 437 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/AbstractSelectionModel-min.js | |
| 438 | + | |
| 439 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/CellSelectionModel-min.js | |
| 440 | + | |
| 441 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/CheckboxSelectionModel-min.js | |
| 442 | + | |
| 443 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/ColumnDD-min.js | |
| 444 | + | |
| 445 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/ColumnModel-min.js | |
| 446 | + | |
| 447 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/ColumnSplitDD-min.js | |
| 448 | + | |
| 449 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/EditorGrid-min.js | |
| 450 | + | |
| 451 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/GridDD-min.js | |
| 452 | + | |
| 453 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/GridEditor-min.js | |
| 454 | + | |
| 455 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/GridPanel-min.js | |
| 456 | + | |
| 457 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/GridView-min.js | |
| 458 | + | |
| 459 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/GroupingView-min.js | |
| 460 | + | |
| 461 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/PropertyGrid-min.js | |
| 462 | + | |
| 463 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/RowNumberer-min.js | |
| 464 | + | |
| 465 | +// strings for file: ./thirdpartyjs/ext/build/widgets/grid/RowSelectionModel-min.js | |
| 466 | + | |
| 467 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/AbsoluteLayout-min.js | |
| 468 | + | |
| 469 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/AccordionLayout-min.js | |
| 470 | + | |
| 471 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/AnchorLayout-min.js | |
| 472 | + | |
| 473 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/BorderLayout-min.js | |
| 474 | + | |
| 475 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/CardLayout-min.js | |
| 476 | + | |
| 477 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/ColumnLayout-min.js | |
| 478 | + | |
| 479 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/ContainerLayout-min.js | |
| 480 | + | |
| 481 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/FitLayout-min.js | |
| 482 | + | |
| 483 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/FormLayout-min.js | |
| 484 | + | |
| 485 | +// strings for file: ./thirdpartyjs/ext/build/widgets/layout/TableLayout-min.js | |
| 486 | + | |
| 487 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/Adapter-min.js | |
| 488 | + | |
| 489 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/BaseItem-min.js | |
| 490 | + | |
| 491 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/CheckItem-min.js | |
| 492 | + | |
| 493 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/ColorItem-min.js | |
| 494 | + | |
| 495 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/ColorMenu-min.js | |
| 496 | + | |
| 497 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/DateItem-min.js | |
| 498 | + | |
| 499 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/DateMenu-min.js | |
| 500 | + | |
| 501 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/Item-min.js | |
| 502 | + | |
| 503 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/Menu-min.js | |
| 504 | + | |
| 505 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/MenuMgr-min.js | |
| 506 | + | |
| 507 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/Separator-min.js | |
| 508 | + | |
| 509 | +// strings for file: ./thirdpartyjs/ext/build/widgets/menu/TextItem-min.js | |
| 510 | + | |
| 511 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tips/QuickTip-min.js | |
| 512 | + | |
| 513 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tips/QuickTips-min.js | |
| 514 | + | |
| 515 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tips/Tip-min.js | |
| 516 | + | |
| 517 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tips/ToolTip-min.js | |
| 518 | + | |
| 519 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/AsyncTreeNode-min.js | |
| 520 | + | |
| 521 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeDragZone-min.js | |
| 522 | + | |
| 523 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeDropZone-min.js | |
| 524 | + | |
| 525 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeEditor-min.js | |
| 526 | + | |
| 527 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeEventModel-min.js | |
| 528 | + | |
| 529 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeFilter-min.js | |
| 530 | + | |
| 531 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeLoader-min.js | |
| 532 | + | |
| 533 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeNode-min.js | |
| 534 | + | |
| 535 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeNodeUI-min.js | |
| 536 | + | |
| 537 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreePanel-min.js | |
| 538 | + | |
| 539 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeSelectionModel-min.js | |
| 540 | + | |
| 541 | +// strings for file: ./thirdpartyjs/ext/build/widgets/tree/TreeSorter-min.js | |
| 542 | + | |
| 543 | +// strings for file: ./thirdpartyjs/ext/docs/resources/TabCloseMenu.js | |
| 544 | + | |
| 545 | +// strings for file: ./thirdpartyjs/ext/docs/resources/docs.js | |
| 546 | + | |
| 547 | +// strings for file: ./thirdpartyjs/ext/examples/core/Spotlight.js | |
| 548 | + | |
| 549 | +// strings for file: ./thirdpartyjs/ext/examples/core/pagebus.js | |
| 550 | + | |
| 551 | +// strings for file: ./thirdpartyjs/ext/examples/core/spotlight-example.js | |
| 552 | + | |
| 553 | +// strings for file: ./thirdpartyjs/ext/examples/core/templates.js | |
| 554 | + | |
| 555 | +// strings for file: ./thirdpartyjs/ext/examples/dd/dnd_grid_to_formpanel.js | |
| 556 | + | |
| 557 | +// strings for file: ./thirdpartyjs/ext/examples/dd/dnd_grid_to_grid.js | |
| 558 | + | |
| 559 | +// strings for file: ./thirdpartyjs/ext/examples/dd/dragdropzones.js | |
| 560 | + | |
| 561 | +// strings for file: ./thirdpartyjs/ext/examples/desktop/js/App.js | |
| 562 | + | |
| 563 | +// strings for file: ./thirdpartyjs/ext/examples/desktop/js/Desktop.js | |
| 564 | + | |
| 565 | +// strings for file: ./thirdpartyjs/ext/examples/desktop/js/Module.js | |
| 566 | + | |
| 567 | +// strings for file: ./thirdpartyjs/ext/examples/desktop/js/StartMenu.js | |
| 568 | + | |
| 569 | +// strings for file: ./thirdpartyjs/ext/examples/desktop/js/TaskBar.js | |
| 570 | + | |
| 571 | +// strings for file: ./thirdpartyjs/ext/examples/desktop/sample.js | |
| 572 | + | |
| 573 | +// strings for file: ./thirdpartyjs/ext/examples/feed-viewer/FeedGrid.js | |
| 574 | + | |
| 575 | +// strings for file: ./thirdpartyjs/ext/examples/feed-viewer/FeedPanel.js | |
| 576 | + | |
| 577 | +// strings for file: ./thirdpartyjs/ext/examples/feed-viewer/FeedViewer.js | |
| 578 | + | |
| 579 | +// strings for file: ./thirdpartyjs/ext/examples/feed-viewer/FeedWindow.js | |
| 580 | + | |
| 581 | +// strings for file: ./thirdpartyjs/ext/examples/feed-viewer/MainPanel.js | |
| 582 | + | |
| 583 | +// strings for file: ./thirdpartyjs/ext/examples/form/FileUploadField.js | |
| 584 | + | |
| 585 | +// strings for file: ./thirdpartyjs/ext/examples/form/SearchField.js | |
| 586 | + | |
| 587 | +// strings for file: ./thirdpartyjs/ext/examples/form/SelectBox.js | |
| 588 | + | |
| 589 | +// strings for file: ./thirdpartyjs/ext/examples/form/absform.js | |
| 590 | + | |
| 591 | +// strings for file: ./thirdpartyjs/ext/examples/form/adv-vtypes.js | |
| 592 | + | |
| 593 | +// strings for file: ./thirdpartyjs/ext/examples/form/anchoring.js | |
| 594 | + | |
| 595 | +// strings for file: ./thirdpartyjs/ext/examples/form/check-radio.js | |
| 596 | + | |
| 597 | +// strings for file: ./thirdpartyjs/ext/examples/form/combos.js | |
| 598 | + | |
| 599 | +// strings for file: ./thirdpartyjs/ext/examples/form/custom.js | |
| 600 | + | |
| 601 | +// strings for file: ./thirdpartyjs/ext/examples/form/dynamic.js | |
| 602 | + | |
| 603 | +// strings for file: ./thirdpartyjs/ext/examples/form/file-upload.js | |
| 604 | + | |
| 605 | +// strings for file: ./thirdpartyjs/ext/examples/form/form-grid.js | |
| 606 | + | |
| 607 | +// strings for file: ./thirdpartyjs/ext/examples/form/forum-search.js | |
| 608 | + | |
| 609 | +// strings for file: ./thirdpartyjs/ext/examples/form/states.js | |
| 610 | + | |
| 611 | +// strings for file: ./thirdpartyjs/ext/examples/form/xml-form.js | |
| 612 | + | |
| 613 | +// strings for file: ./thirdpartyjs/ext/examples/forum/forum.js | |
| 614 | + | |
| 615 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid-filter.js | |
| 616 | + | |
| 617 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/GridFilters.js | |
| 618 | + | |
| 619 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/filter/BooleanFilter.js | |
| 620 | + | |
| 621 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/filter/DateFilter.js | |
| 622 | + | |
| 623 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/filter/Filter.js | |
| 624 | + | |
| 625 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/filter/ListFilter.js | |
| 626 | + | |
| 627 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/filter/NumericFilter.js | |
| 628 | + | |
| 629 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/grid/filter/StringFilter.js | |
| 630 | + | |
| 631 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/menu/EditableItem.js | |
| 632 | + | |
| 633 | +// strings for file: ./thirdpartyjs/ext/examples/grid-filtering/menu/RangeMenu.js | |
| 634 | + | |
| 635 | +// strings for file: ./thirdpartyjs/ext/examples/grid/CallBroker.js | |
| 636 | + | |
| 637 | +// strings for file: ./thirdpartyjs/ext/examples/grid/GroupSummary.js | |
| 638 | + | |
| 639 | +// strings for file: ./thirdpartyjs/ext/examples/grid/PanelResizer.js | |
| 640 | + | |
| 641 | +// strings for file: ./thirdpartyjs/ext/examples/grid/RowExpander.js | |
| 642 | + | |
| 643 | +// strings for file: ./thirdpartyjs/ext/examples/grid/SlidingPager.js | |
| 644 | + | |
| 645 | +// strings for file: ./thirdpartyjs/ext/examples/grid/array-grid.js | |
| 646 | + | |
| 647 | +// strings for file: ./thirdpartyjs/ext/examples/grid/binding-with-classes.js | |
| 648 | + | |
| 649 | +// strings for file: ./thirdpartyjs/ext/examples/grid/binding.js | |
| 650 | + | |
| 651 | +// strings for file: ./thirdpartyjs/ext/examples/grid/custom-grid.js | |
| 652 | + | |
| 653 | +// strings for file: ./thirdpartyjs/ext/examples/grid/edit-grid.js | |
| 654 | + | |
| 655 | +// strings for file: ./thirdpartyjs/ext/examples/grid/from-markup.js | |
| 656 | + | |
| 657 | +// strings for file: ./thirdpartyjs/ext/examples/grid/grid3.js | |
| 658 | + | |
| 659 | +// strings for file: ./thirdpartyjs/ext/examples/grid/grouping.js | |
| 660 | + | |
| 661 | +// strings for file: ./thirdpartyjs/ext/examples/grid/hybrid-totals.js | |
| 662 | + | |
| 663 | +// strings for file: ./thirdpartyjs/ext/examples/grid/paging.js | |
| 664 | + | |
| 665 | +// strings for file: ./thirdpartyjs/ext/examples/grid/sliding-pager.js | |
| 666 | + | |
| 667 | +// strings for file: ./thirdpartyjs/ext/examples/grid/totals.js | |
| 668 | + | |
| 669 | +// strings for file: ./thirdpartyjs/ext/examples/grid/xml-grid.js | |
| 670 | + | |
| 671 | +// strings for file: ./thirdpartyjs/ext/examples/history/history.js | |
| 672 | + | |
| 673 | +// strings for file: ./thirdpartyjs/ext/examples/layout-browser/layout-browser.js | |
| 674 | + | |
| 675 | +// strings for file: ./thirdpartyjs/ext/examples/layout-browser/layouts/basic.js | |
| 676 | + | |
| 677 | +// strings for file: ./thirdpartyjs/ext/examples/layout-browser/layouts/combination.js | |
| 678 | + | |
| 679 | +// strings for file: ./thirdpartyjs/ext/examples/layout-browser/layouts/custom.js | |
| 680 | + | |
| 681 | +// strings for file: ./thirdpartyjs/ext/examples/locale/PagingMemoryProxy.js | |
| 682 | + | |
| 683 | +// strings for file: ./thirdpartyjs/ext/examples/locale/dutch-form.js | |
| 684 | + | |
| 685 | +// strings for file: ./thirdpartyjs/ext/examples/locale/dutch-provinces.js | |
| 686 | + | |
| 687 | +// strings for file: ./thirdpartyjs/ext/examples/locale/languages.js | |
| 688 | + | |
| 689 | +// strings for file: ./thirdpartyjs/ext/examples/locale/multi-lang.js | |
| 690 | + | |
| 691 | +// strings for file: ./thirdpartyjs/ext/examples/menu/actions.js | |
| 692 | + | |
| 693 | +// strings for file: ./thirdpartyjs/ext/examples/menu/menus.js | |
| 694 | + | |
| 695 | +// strings for file: ./thirdpartyjs/ext/examples/message-box/msg-box.js | |
| 696 | + | |
| 697 | +// strings for file: ./thirdpartyjs/ext/examples/multiselect/DDView.js | |
| 698 | + | |
| 699 | +// strings for file: ./thirdpartyjs/ext/examples/multiselect/ItemSelector.js | |
| 700 | + | |
| 701 | +// strings for file: ./thirdpartyjs/ext/examples/multiselect/MultiSelect.js | |
| 702 | + | |
| 703 | +// strings for file: ./thirdpartyjs/ext/examples/multiselect/multiselect-demo.js | |
| 704 | + | |
| 705 | +// strings for file: ./thirdpartyjs/ext/examples/organizer/organizer.js | |
| 706 | + | |
| 707 | +// strings for file: ./thirdpartyjs/ext/examples/panel/panels.js | |
| 708 | + | |
| 709 | +// strings for file: ./thirdpartyjs/ext/examples/portal/Portal.js | |
| 710 | + | |
| 711 | +// strings for file: ./thirdpartyjs/ext/examples/portal/PortalColumn.js | |
| 712 | + | |
| 713 | +// strings for file: ./thirdpartyjs/ext/examples/portal/Portlet.js | |
| 714 | + | |
| 715 | +// strings for file: ./thirdpartyjs/ext/examples/portal/sample-grid.js | |
| 716 | + | |
| 717 | +// strings for file: ./thirdpartyjs/ext/examples/portal/sample.js | |
| 718 | + | |
| 719 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/App.js | |
| 720 | + | |
| 721 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/ComponentLoader.js | |
| 722 | + | |
| 723 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/EmployeeDetails.js | |
| 724 | + | |
| 725 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/EmployeeDetailsTab.js | |
| 726 | + | |
| 727 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/EmployeeGrid.js | |
| 728 | + | |
| 729 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/EmployeePropertyGrid.js | |
| 730 | + | |
| 731 | +// strings for file: ./thirdpartyjs/ext/examples/remoteload/EmployeeStore.js | |
| 732 | + | |
| 733 | +// strings for file: ./thirdpartyjs/ext/examples/resizable/basic.js | |
| 734 | + | |
| 735 | +// strings for file: ./thirdpartyjs/ext/examples/samples.js | |
| 736 | + | |
| 737 | +// strings for file: ./thirdpartyjs/ext/examples/shared/code-display.js | |
| 738 | + | |
| 739 | +// strings for file: ./thirdpartyjs/ext/examples/shared/examples.js | |
| 740 | + | |
| 741 | +// strings for file: ./thirdpartyjs/ext/examples/shared/extjs/site.js | |
| 742 | + | |
| 743 | +// strings for file: ./thirdpartyjs/ext/examples/simple-widgets/progress-bar.js | |
| 744 | + | |
| 745 | +// strings for file: ./thirdpartyjs/ext/examples/simple-widgets/qtips.js | |
| 746 | + | |
| 747 | +// strings for file: ./thirdpartyjs/ext/examples/slider/SliderTip.js | |
| 748 | + | |
| 749 | +// strings for file: ./thirdpartyjs/ext/examples/slider/slider.js | |
| 750 | + | |
| 751 | +// strings for file: ./thirdpartyjs/ext/examples/state/SessionProvider.js | |
| 752 | + | |
| 753 | +// strings for file: ./thirdpartyjs/ext/examples/statusbar/ValidationStatus.js | |
| 754 | + | |
| 755 | +// strings for file: ./thirdpartyjs/ext/examples/statusbar/statusbar-advanced.js | |
| 756 | + | |
| 757 | +// strings for file: ./thirdpartyjs/ext/examples/statusbar/statusbar-demo.js | |
| 758 | + | |
| 759 | +// strings for file: ./thirdpartyjs/ext/examples/tabs/TabCloseMenu.js | |
| 760 | + | |
| 761 | +// strings for file: ./thirdpartyjs/ext/examples/tabs/tabs-adv.js | |
| 762 | + | |
| 763 | +// strings for file: ./thirdpartyjs/ext/examples/tabs/tabs-example.js | |
| 764 | + | |
| 765 | +// strings for file: ./thirdpartyjs/ext/examples/tasks/classes.js | |
| 766 | + | |
| 767 | +// strings for file: ./thirdpartyjs/ext/examples/tasks/db/ext-air-db.js | |
| 768 | + | |
| 769 | +// strings for file: ./thirdpartyjs/ext/examples/tasks/db/ext-db.js | |
| 770 | + | |
| 771 | +// strings for file: ./thirdpartyjs/ext/examples/tasks/db/ext-gears-db.js | |
| 772 | + | |
| 773 | +// strings for file: ./thirdpartyjs/ext/examples/tasks/gears.js | |
| 774 | + | |
| 775 | +// strings for file: ./thirdpartyjs/ext/examples/tasks/tasks.js | |
| 776 | + | |
| 777 | +// strings for file: ./thirdpartyjs/ext/examples/tree/ColumnNodeUI.js | |
| 778 | + | |
| 779 | +// strings for file: ./thirdpartyjs/ext/examples/tree/XmlTreeLoader.js | |
| 780 | + | |
| 781 | +// strings for file: ./thirdpartyjs/ext/examples/tree/column-tree.js | |
| 782 | + | |
| 783 | +// strings for file: ./thirdpartyjs/ext/examples/tree/reorder.js | |
| 784 | + | |
| 785 | +// strings for file: ./thirdpartyjs/ext/examples/tree/two-trees.js | |
| 786 | + | |
| 787 | +// strings for file: ./thirdpartyjs/ext/examples/tree/xml-tree-loader.js | |
| 788 | + | |
| 789 | +// strings for file: ./thirdpartyjs/ext/examples/view/chooser-example.js | |
| 790 | + | |
| 791 | +// strings for file: ./thirdpartyjs/ext/examples/view/chooser.js | |
| 792 | + | |
| 793 | +// strings for file: ./thirdpartyjs/ext/examples/view/data-view-plugins.js | |
| 794 | + | |
| 795 | +// strings for file: ./thirdpartyjs/ext/examples/view/data-view.js | |
| 796 | + | |
| 797 | +// strings for file: ./thirdpartyjs/ext/examples/window/Ext.ux.GMapPanel.js | |
| 798 | + | |
| 799 | +// strings for file: ./thirdpartyjs/ext/examples/window/gmap.js | |
| 800 | + | |
| 801 | +// strings for file: ./thirdpartyjs/ext/examples/window/hello.js | |
| 802 | + | |
| 803 | +// strings for file: ./thirdpartyjs/ext/examples/window/layout.js | |
| 804 | + | |
| 805 | +// strings for file: ./thirdpartyjs/ext/ext-all-debug.js | |
| 806 | + | |
| 807 | +// strings for file: ./thirdpartyjs/ext/ext-all.js | |
| 808 | + | |
| 809 | +// strings for file: ./thirdpartyjs/ext/ext-core-debug.js | |
| 810 | + | |
| 811 | +// strings for file: ./thirdpartyjs/ext/ext-core.js | |
| 812 | + | |
| 813 | +// strings for file: ./thirdpartyjs/ext/source/adapter/ext-base.js | |
| 814 | + | |
| 815 | +// strings for file: ./thirdpartyjs/ext/source/adapter/jquery-bridge.js | |
| 816 | + | |
| 817 | +// strings for file: ./thirdpartyjs/ext/source/adapter/prototype-bridge.js | |
| 818 | + | |
| 819 | +// strings for file: ./thirdpartyjs/ext/source/adapter/yui-bridge.js | |
| 820 | + | |
| 821 | +// strings for file: ./thirdpartyjs/ext/source/core/CompositeElement.js | |
| 822 | + | |
| 823 | +// strings for file: ./thirdpartyjs/ext/source/core/DomHelper.js | |
| 824 | + | |
| 825 | +// strings for file: ./thirdpartyjs/ext/source/core/DomQuery.js | |
| 826 | + | |
| 827 | +// strings for file: ./thirdpartyjs/ext/source/core/Element.js | |
| 828 | + | |
| 829 | +// strings for file: ./thirdpartyjs/ext/source/core/EventManager.js | |
| 830 | + | |
| 831 | +// strings for file: ./thirdpartyjs/ext/source/core/Ext.js | |
| 832 | + | |
| 833 | +// strings for file: ./thirdpartyjs/ext/source/core/Fx.js | |
| 834 | + | |
| 835 | +// strings for file: ./thirdpartyjs/ext/source/core/Template.js | |
| 836 | + | |
| 837 | +// strings for file: ./thirdpartyjs/ext/source/core/UpdateManager.js | |
| 838 | + | |
| 839 | +// strings for file: ./thirdpartyjs/ext/source/data/ArrayReader.js | |
| 840 | + | |
| 841 | +// strings for file: ./thirdpartyjs/ext/source/data/Connection.js | |
| 842 | + | |
| 843 | +// strings for file: ./thirdpartyjs/ext/source/data/DataField.js | |
| 844 | + | |
| 845 | +// strings for file: ./thirdpartyjs/ext/source/data/DataProxy.js | |
| 846 | + | |
| 847 | +// strings for file: ./thirdpartyjs/ext/source/data/DataReader.js | |
| 848 | + | |
| 849 | +// strings for file: ./thirdpartyjs/ext/source/data/GroupingStore.js | |
| 850 | + | |
| 851 | +// strings for file: ./thirdpartyjs/ext/source/data/HttpProxy.js | |
| 852 | + | |
| 853 | +// strings for file: ./thirdpartyjs/ext/source/data/JsonReader.js | |
| 854 | + | |
| 855 | +// strings for file: ./thirdpartyjs/ext/source/data/JsonStore.js | |
| 856 | + | |
| 857 | +// strings for file: ./thirdpartyjs/ext/source/data/MemoryProxy.js | |
| 858 | + | |
| 859 | +// strings for file: ./thirdpartyjs/ext/source/data/Record.js | |
| 860 | + | |
| 861 | +// strings for file: ./thirdpartyjs/ext/source/data/ScriptTagProxy.js | |
| 862 | + | |
| 863 | +// strings for file: ./thirdpartyjs/ext/source/data/SimpleStore.js | |
| 864 | + | |
| 865 | +// strings for file: ./thirdpartyjs/ext/source/data/SortTypes.js | |
| 866 | + | |
| 867 | +// strings for file: ./thirdpartyjs/ext/source/data/Store.js | |
| 868 | + | |
| 869 | +// strings for file: ./thirdpartyjs/ext/source/data/StoreMgr.js | |
| 870 | + | |
| 871 | +// strings for file: ./thirdpartyjs/ext/source/data/Tree.js | |
| 872 | + | |
| 873 | +// strings for file: ./thirdpartyjs/ext/source/data/XmlReader.js | |
| 874 | + | |
| 875 | +// strings for file: ./thirdpartyjs/ext/source/dd/DDCore.js | |
| 876 | + | |
| 877 | +// strings for file: ./thirdpartyjs/ext/source/dd/DragSource.js | |
| 878 | + | |
| 879 | +// strings for file: ./thirdpartyjs/ext/source/dd/DragTracker.js | |
| 880 | + | |
| 881 | +// strings for file: ./thirdpartyjs/ext/source/dd/DragZone.js | |
| 882 | + | |
| 883 | +// strings for file: ./thirdpartyjs/ext/source/dd/DropTarget.js | |
| 884 | + | |
| 885 | +// strings for file: ./thirdpartyjs/ext/source/dd/DropZone.js | |
| 886 | + | |
| 887 | +// strings for file: ./thirdpartyjs/ext/source/dd/Registry.js | |
| 888 | + | |
| 889 | +// strings for file: ./thirdpartyjs/ext/source/dd/ScrollManager.js | |
| 890 | + | |
| 891 | +// strings for file: ./thirdpartyjs/ext/source/dd/StatusProxy.js | |
| 892 | + | |
| 893 | +// strings for file: ./thirdpartyjs/ext/source/debug.js | |
| 894 | + | |
| 895 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-af.js | |
| 896 | + | |
| 897 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-bg.js | |
| 898 | + | |
| 899 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-ca.js | |
| 900 | + | |
| 901 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-cs.js | |
| 902 | + | |
| 903 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-da.js | |
| 904 | + | |
| 905 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-de.js | |
| 906 | + | |
| 907 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-el_GR.js | |
| 908 | + | |
| 909 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-en.js | |
| 910 | + | |
| 911 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-en_UK.js | |
| 912 | + | |
| 913 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-es.js | |
| 914 | + | |
| 915 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-fa.js | |
| 916 | + | |
| 917 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-fr.js | |
| 918 | + | |
| 919 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-fr_CA.js | |
| 920 | + | |
| 921 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-gr.js | |
| 922 | + | |
| 923 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-he.js | |
| 924 | + | |
| 925 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-hr.js | |
| 926 | + | |
| 927 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-hu.js | |
| 928 | + | |
| 929 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-id.js | |
| 930 | + | |
| 931 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-it.js | |
| 932 | + | |
| 933 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-ja.js | |
| 934 | + | |
| 935 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-ko.js | |
| 936 | + | |
| 937 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-lt.js | |
| 938 | + | |
| 939 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-lv.js | |
| 940 | + | |
| 941 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-mk.js | |
| 942 | + | |
| 943 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-nl.js | |
| 944 | + | |
| 945 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-no_NB.js | |
| 946 | + | |
| 947 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-no_NN.js | |
| 948 | + | |
| 949 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-pl.js | |
| 950 | + | |
| 951 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-pt.js | |
| 952 | + | |
| 953 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-pt_BR.js | |
| 954 | + | |
| 955 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-ro.js | |
| 956 | + | |
| 957 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-ru.js | |
| 958 | + | |
| 959 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-sk.js | |
| 960 | + | |
| 961 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-sl.js | |
| 962 | + | |
| 963 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-sr.js | |
| 964 | + | |
| 965 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-sr_RS.js | |
| 966 | + | |
| 967 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-sv_SE.js | |
| 968 | + | |
| 969 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-th.js | |
| 970 | + | |
| 971 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-tr.js | |
| 972 | + | |
| 973 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-ukr.js | |
| 974 | + | |
| 975 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-vn.js | |
| 976 | + | |
| 977 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-zh_CN.js | |
| 978 | + | |
| 979 | +// strings for file: ./thirdpartyjs/ext/source/locale/ext-lang-zh_TW.js | |
| 980 | + | |
| 981 | +// strings for file: ./thirdpartyjs/ext/source/state/CookieProvider.js | |
| 982 | + | |
| 983 | +// strings for file: ./thirdpartyjs/ext/source/state/Provider.js | |
| 984 | + | |
| 985 | +// strings for file: ./thirdpartyjs/ext/source/state/StateManager.js | |
| 986 | + | |
| 987 | +// strings for file: ./thirdpartyjs/ext/source/util/CSS.js | |
| 988 | + | |
| 989 | +// strings for file: ./thirdpartyjs/ext/source/util/ClickRepeater.js | |
| 990 | + | |
| 991 | +// strings for file: ./thirdpartyjs/ext/source/util/Date.js | |
| 992 | + | |
| 993 | +// strings for file: ./thirdpartyjs/ext/source/util/DelayedTask.js | |
| 994 | + | |
| 995 | +// strings for file: ./thirdpartyjs/ext/source/util/Format.js | |
| 996 | + | |
| 997 | +// strings for file: ./thirdpartyjs/ext/source/util/History.js | |
| 998 | + | |
| 999 | +// strings for file: ./thirdpartyjs/ext/source/util/JSON.js | |
| 1000 | + | |
| 1001 | +// strings for file: ./thirdpartyjs/ext/source/util/KeyMap.js | |
| 1002 | + | |
| 1003 | +// strings for file: ./thirdpartyjs/ext/source/util/KeyNav.js | |
| 1004 | + | |
| 1005 | +// strings for file: ./thirdpartyjs/ext/source/util/MixedCollection.js | |
| 1006 | + | |
| 1007 | +// strings for file: ./thirdpartyjs/ext/source/util/Observable.js | |
| 1008 | + | |
| 1009 | +// strings for file: ./thirdpartyjs/ext/source/util/TaskMgr.js | |
| 1010 | + | |
| 1011 | +// strings for file: ./thirdpartyjs/ext/source/util/TextMetrics.js | |
| 1012 | + | |
| 1013 | +// strings for file: ./thirdpartyjs/ext/source/util/XTemplate.js | |
| 1014 | + | |
| 1015 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Action.js | |
| 1016 | + | |
| 1017 | +// strings for file: ./thirdpartyjs/ext/source/widgets/BoxComponent.js | |
| 1018 | + | |
| 1019 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Button.js | |
| 1020 | + | |
| 1021 | +// strings for file: ./thirdpartyjs/ext/source/widgets/ColorPalette.js | |
| 1022 | + | |
| 1023 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Component.js | |
| 1024 | + | |
| 1025 | +// strings for file: ./thirdpartyjs/ext/source/widgets/ComponentMgr.js | |
| 1026 | + | |
| 1027 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Container.js | |
| 1028 | + | |
| 1029 | +// strings for file: ./thirdpartyjs/ext/source/widgets/CycleButton.js | |
| 1030 | + | |
| 1031 | +// strings for file: ./thirdpartyjs/ext/source/widgets/DataView.js | |
| 1032 | + | |
| 1033 | +// strings for file: ./thirdpartyjs/ext/source/widgets/DatePicker.js | |
| 1034 | + | |
| 1035 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Editor.js | |
| 1036 | + | |
| 1037 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Layer.js | |
| 1038 | + | |
| 1039 | +// strings for file: ./thirdpartyjs/ext/source/widgets/LoadMask.js | |
| 1040 | + | |
| 1041 | +// strings for file: ./thirdpartyjs/ext/source/widgets/MessageBox.js | |
| 1042 | + | |
| 1043 | +// strings for file: ./thirdpartyjs/ext/source/widgets/PagingToolbar.js | |
| 1044 | + | |
| 1045 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Panel.js | |
| 1046 | + | |
| 1047 | +// strings for file: ./thirdpartyjs/ext/source/widgets/PanelDD.js | |
| 1048 | + | |
| 1049 | +// strings for file: ./thirdpartyjs/ext/source/widgets/ProgressBar.js | |
| 1050 | + | |
| 1051 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Resizable.js | |
| 1052 | + | |
| 1053 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Shadow.js | |
| 1054 | + | |
| 1055 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Slider.js | |
| 1056 | + | |
| 1057 | +// strings for file: ./thirdpartyjs/ext/source/widgets/SplitBar.js | |
| 1058 | + | |
| 1059 | +// strings for file: ./thirdpartyjs/ext/source/widgets/SplitButton.js | |
| 1060 | + | |
| 1061 | +// strings for file: ./thirdpartyjs/ext/source/widgets/StatusBar.js | |
| 1062 | + | |
| 1063 | +// strings for file: ./thirdpartyjs/ext/source/widgets/TabPanel.js | |
| 1064 | + | |
| 1065 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Toolbar.js | |
| 1066 | + | |
| 1067 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Viewport.js | |
| 1068 | + | |
| 1069 | +// strings for file: ./thirdpartyjs/ext/source/widgets/Window.js | |
| 1070 | + | |
| 1071 | +// strings for file: ./thirdpartyjs/ext/source/widgets/WindowManager.js | |
| 1072 | + | |
| 1073 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Action.js | |
| 1074 | + | |
| 1075 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/BasicForm.js | |
| 1076 | + | |
| 1077 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Checkbox.js | |
| 1078 | + | |
| 1079 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/CheckboxGroup.js | |
| 1080 | + | |
| 1081 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Combo.js | |
| 1082 | + | |
| 1083 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/DateField.js | |
| 1084 | + | |
| 1085 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Field.js | |
| 1086 | + | |
| 1087 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/FieldSet.js | |
| 1088 | + | |
| 1089 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Form.js | |
| 1090 | + | |
| 1091 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Hidden.js | |
| 1092 | + | |
| 1093 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/HtmlEditor.js | |
| 1094 | + | |
| 1095 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Label.js | |
| 1096 | + | |
| 1097 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/NumberField.js | |
| 1098 | + | |
| 1099 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/Radio.js | |
| 1100 | + | |
| 1101 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/RadioGroup.js | |
| 1102 | + | |
| 1103 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/TextArea.js | |
| 1104 | + | |
| 1105 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/TextField.js | |
| 1106 | + | |
| 1107 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/TimeField.js | |
| 1108 | + | |
| 1109 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/TriggerField.js | |
| 1110 | + | |
| 1111 | +// strings for file: ./thirdpartyjs/ext/source/widgets/form/VTypes.js | |
| 1112 | + | |
| 1113 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/AbstractSelectionModel.js | |
| 1114 | + | |
| 1115 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/CellSelectionModel.js | |
| 1116 | + | |
| 1117 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/CheckboxSelectionModel.js | |
| 1118 | + | |
| 1119 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/ColumnDD.js | |
| 1120 | + | |
| 1121 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/ColumnModel.js | |
| 1122 | + | |
| 1123 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/ColumnSplitDD.js | |
| 1124 | + | |
| 1125 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/EditorGrid.js | |
| 1126 | + | |
| 1127 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/GridDD.js | |
| 1128 | + | |
| 1129 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/GridEditor.js | |
| 1130 | + | |
| 1131 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/GridPanel.js | |
| 1132 | + | |
| 1133 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/GridView.js | |
| 1134 | + | |
| 1135 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/GroupingView.js | |
| 1136 | + | |
| 1137 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/PropertyGrid.js | |
| 1138 | + | |
| 1139 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/RowNumberer.js | |
| 1140 | + | |
| 1141 | +// strings for file: ./thirdpartyjs/ext/source/widgets/grid/RowSelectionModel.js | |
| 1142 | + | |
| 1143 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/AbsoluteLayout.js | |
| 1144 | + | |
| 1145 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/AccordionLayout.js | |
| 1146 | + | |
| 1147 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/AnchorLayout.js | |
| 1148 | + | |
| 1149 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/BorderLayout.js | |
| 1150 | + | |
| 1151 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/CardLayout.js | |
| 1152 | + | |
| 1153 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/ColumnLayout.js | |
| 1154 | + | |
| 1155 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/ContainerLayout.js | |
| 1156 | + | |
| 1157 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/FitLayout.js | |
| 1158 | + | |
| 1159 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/FormLayout.js | |
| 1160 | + | |
| 1161 | +// strings for file: ./thirdpartyjs/ext/source/widgets/layout/TableLayout.js | |
| 1162 | + | |
| 1163 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/Adapter.js | |
| 1164 | + | |
| 1165 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/BaseItem.js | |
| 1166 | + | |
| 1167 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/CheckItem.js | |
| 1168 | + | |
| 1169 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/ColorItem.js | |
| 1170 | + | |
| 1171 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/ColorMenu.js | |
| 1172 | + | |
| 1173 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/DateItem.js | |
| 1174 | + | |
| 1175 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/DateMenu.js | |
| 1176 | + | |
| 1177 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/Item.js | |
| 1178 | + | |
| 1179 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/Menu.js | |
| 1180 | + | |
| 1181 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/MenuMgr.js | |
| 1182 | + | |
| 1183 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/Separator.js | |
| 1184 | + | |
| 1185 | +// strings for file: ./thirdpartyjs/ext/source/widgets/menu/TextItem.js | |
| 1186 | + | |
| 1187 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tips/QuickTip.js | |
| 1188 | + | |
| 1189 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tips/QuickTips.js | |
| 1190 | + | |
| 1191 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tips/Tip.js | |
| 1192 | + | |
| 1193 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tips/ToolTip.js | |
| 1194 | + | |
| 1195 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/AsyncTreeNode.js | |
| 1196 | + | |
| 1197 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeDragZone.js | |
| 1198 | + | |
| 1199 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeDropZone.js | |
| 1200 | + | |
| 1201 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeEditor.js | |
| 1202 | + | |
| 1203 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeEventModel.js | |
| 1204 | + | |
| 1205 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeFilter.js | |
| 1206 | + | |
| 1207 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeLoader.js | |
| 1208 | + | |
| 1209 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeNode.js | |
| 1210 | + | |
| 1211 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeNodeUI.js | |
| 1212 | + | |
| 1213 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreePanel.js | |
| 1214 | + | |
| 1215 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeSelectionModel.js | |
| 1216 | + | |
| 1217 | +// strings for file: ./thirdpartyjs/ext/source/widgets/tree/TreeSorter.js | |
| 1218 | + | |
| 1219 | +// strings for file: ./thirdpartyjs/hashtable.js | |
| 1220 | + | |
| 1221 | +// strings for file: ./thirdpartyjs/jsunit/app/jsUnitCore.js | |
| 1222 | + | |
| 1223 | +// strings for file: ./thirdpartyjs/jsunit/app/jsUnitMockTimeout.js | |
| 1224 | + | |
| 1225 | +// strings for file: ./thirdpartyjs/jsunit/app/jsUnitTestManager.js | |
| 1226 | + | |
| 1227 | +// strings for file: ./thirdpartyjs/jsunit/app/jsUnitTestSuite.js | |
| 1228 | + | |
| 1229 | +// strings for file: ./thirdpartyjs/jsunit/app/jsUnitTracer.js | |
| 1230 | + | |
| 1231 | +// strings for file: ./thirdpartyjs/jsunit/app/jsUnitVersionCheck.js | |
| 1232 | + | |
| 1233 | +// strings for file: ./thirdpartyjs/jsunit/app/xbDebug.js | |
| 1234 | + | ... | ... |