@openui5/sap.ui.documentation 1.136.1 → 1.138.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +0 -28
- package/THIRDPARTY.txt +1 -25
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +3 -3
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +14 -0
- package/src/sap/ui/documentation/messagebundle_ar.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ca.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_cnr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_cy.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_de.properties +8 -1
- package/src/sap/ui/documentation/messagebundle_el.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_en.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +13 -0
- package/src/sap/ui/documentation/messagebundle_es.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_et.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_fi.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_fr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_hr.properties +8 -1
- package/src/sap/ui/documentation/messagebundle_hu.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_id.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_it.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_iw.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ja.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_kk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_lt.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_lv.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_mk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_nl.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_no.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_pt.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ro.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sl.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_tr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_uk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_vi.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +7 -0
- package/src/sap/ui/documentation/sdk/Component.js +15 -0
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +48 -0
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +4 -3
- package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +22 -1
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +198 -48
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +5 -2
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +2 -1
- package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/model/formatter.js +5 -0
- package/src/sap/ui/documentation/sdk/model/messagesData.json +10 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/buttons.colVis.js +3 -1
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/buttons.html5.js +3 -1
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/buttons.jqueryui.js +3 -1
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/dataTables.buttons.js +3 -1
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/js/dataTables.jqueryui.js +3 -1
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/js/dataTables.js +3 -1
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +1 -1
- package/src/sap/ui/documentation/sdk/view/App.view.xml +22 -1
- package/src/sap/ui/documentation/sdk/view/Code.view.xml +11 -5
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +3 -2
package/REUSE.toml
CHANGED
|
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
|
|
|
238
238
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
239
239
|
SPDX-FileComment = "these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)"
|
|
240
240
|
|
|
241
|
-
[[annotations]]
|
|
242
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
|
|
243
|
-
precedence = "aggregate"
|
|
244
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
245
|
-
SPDX-License-Identifier = "MIT"
|
|
246
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
|
|
247
|
-
|
|
248
|
-
[[annotations]]
|
|
249
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
|
|
250
|
-
precedence = "aggregate"
|
|
251
|
-
SPDX-FileCopyrightText = "2011 Matteo Spinelli"
|
|
252
|
-
SPDX-License-Identifier = "MIT"
|
|
253
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
|
|
254
|
-
|
|
255
|
-
[[annotations]]
|
|
256
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
|
|
257
|
-
precedence = "aggregate"
|
|
258
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
259
|
-
SPDX-License-Identifier = "MIT"
|
|
260
|
-
SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
|
|
261
|
-
|
|
262
241
|
[[annotations]]
|
|
263
242
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
|
|
264
243
|
precedence = "aggregate"
|
|
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
|
|
|
308
287
|
SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
|
|
309
288
|
SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
|
|
310
289
|
|
|
311
|
-
[[annotations]]
|
|
312
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
|
|
313
|
-
precedence = "aggregate"
|
|
314
|
-
SPDX-FileCopyrightText = "2010-2013, Acid Media"
|
|
315
|
-
SPDX-License-Identifier = "MIT"
|
|
316
|
-
SPDX-FileComment = "these files belong to: MobiScroll"
|
|
317
|
-
|
|
318
290
|
[[annotations]]
|
|
319
291
|
path = [
|
|
320
292
|
"src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
|
package/THIRDPARTY.txt
CHANGED
|
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
133
133
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
|
|
134
134
|
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
135
135
|
|
|
136
|
-
Component: cubiq.org - iScroll, version: 4.2.5
|
|
137
|
-
Copyright: 2012 Matteo Spinelli
|
|
138
|
-
License: MIT
|
|
139
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
140
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
|
|
141
|
-
|
|
142
|
-
Component: cubiq.org - iScroll Lite, version: 4.1.6
|
|
143
|
-
Copyright: 2011 Matteo Spinelli
|
|
144
|
-
License: MIT
|
|
145
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
146
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
|
|
147
|
-
|
|
148
|
-
Component: cubiq.org - swipeview, version: 1.0
|
|
149
|
-
Copyright: 2012 Matteo Spinelli
|
|
150
|
-
License: MIT
|
|
151
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
152
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
|
|
153
|
-
|
|
154
136
|
Component: Zynga Scroller, version: 1.2.1-0-g5d43806
|
|
155
137
|
Copyright: 2011 Zynga Inc.
|
|
156
138
|
License: MIT
|
|
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
|
|
|
193
175
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
|
|
194
176
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
|
|
195
177
|
|
|
196
|
-
Component: MobiScroll, version: 2.9.0
|
|
197
|
-
Copyright: 2010-2013, Acid Media
|
|
198
|
-
License: MIT
|
|
199
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
200
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
|
|
201
|
-
|
|
202
178
|
Component: SinonJS, version: 1.14.1
|
|
203
179
|
Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
|
|
204
180
|
License: BSD-3-Clause
|
|
@@ -462,7 +438,7 @@ License: Apache-2.0
|
|
|
462
438
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
439
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
440
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
441
|
+
Component: SAP Theming Base Content, version: 11.31.0
|
|
466
442
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
443
|
License: Apache-2.0
|
|
468
444
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.138.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.documentation",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.
|
|
17
|
+
"@openui5/sap.m": "1.138.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.138.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.138.0",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.138.0",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.138.0",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.138.0"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.138.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
<copyright>2017 Wei Song and Oliver Nightingale</copyright>
|
|
52
52
|
<pattern>sap/ui/documentation/sdk/thirdparty/elasticlunr.js</pattern>
|
|
53
53
|
</lib>
|
|
54
|
-
<lib name="datatables" displayName="DataTables" npmName="datatables.net-dt" version="2.0.1" hash="
|
|
54
|
+
<lib name="datatables" displayName="DataTables" npmName="datatables.net-dt" version="2.0.1" hash="0d94cecb5ef2c7ee5445273b8024edbb" homepage="https://datatables.net/" id="73554900106100300066">
|
|
55
55
|
<license url="https://datatables.net/license/" type="MIT" />
|
|
56
56
|
<copyright>SpryMedia Ltd</copyright>
|
|
57
57
|
<pattern>sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/**</pattern>
|
|
58
58
|
</lib>
|
|
59
|
-
<lib name="datatables-buttons" displayName="Buttons extension for DataTables" npmName="datatables.net-buttons-dt" version="3.0.0" hash="
|
|
59
|
+
<lib name="datatables-buttons" displayName="Buttons extension for DataTables" npmName="datatables.net-buttons-dt" version="3.0.0" hash="c72d0c3fd4496770b6058e8cefafd23e" homepage="https://datatables.net/extensions/buttons/" id="73554900106100285921">
|
|
60
60
|
<license url="https://datatables.net/license/" type="MIT" />
|
|
61
61
|
<copyright>SpryMedia Ltd</copyright>
|
|
62
62
|
<pattern>sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/**</pattern>
|
|
@@ -25,14 +25,14 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.documentation
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.138.0
|
|
29
29
|
* @since 1.48
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
32
|
var thisLibrary = Lib.init({
|
|
33
33
|
apiVersion: 2,
|
|
34
34
|
name : 'sap.ui.documentation',
|
|
35
|
-
version: '1.
|
|
35
|
+
version: '1.138.0',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -571,10 +571,24 @@ SAMPLE_ADAPT_BTN_TOOLTIP = Adapt UI
|
|
|
571
571
|
SAMPLE_CODE_BTN_TOOLTIP = Show source code for this sample
|
|
572
572
|
#XTOL: Tooltip for the button that open the sample in new window
|
|
573
573
|
SAMPLE_NEW_TAB_BTN_TOOLTIP = Open in new Tab
|
|
574
|
+
#XTOL: Tooltip for the Change position button
|
|
575
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP = Change position
|
|
576
|
+
#XBUT: Text for Change position button
|
|
577
|
+
SAMPLE_CHANGE_POSITION_BTN = Change position
|
|
578
|
+
#XTOL: Tooltip for Close button
|
|
579
|
+
SAMPLE_CLOSE_BTN_TOOLTIP = Close
|
|
574
580
|
#XTOL: Tooltip for the download button
|
|
575
581
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP = Download
|
|
582
|
+
#XBUT: Text for Download, when editing samples
|
|
583
|
+
SAMPLE_BTN_DOWNLOAD = Download
|
|
576
584
|
#XBUT: Text for reset all changes button, when editing samples
|
|
577
585
|
SAMPLE_RESET_CHANGES = Reset all changes
|
|
586
|
+
#XBUT: Text for Run, when editing samples
|
|
587
|
+
SAMPLE_BTN_RUN = Run
|
|
588
|
+
#XBUT: Text for All files as .zip button, when editing samples
|
|
589
|
+
SAMPLE_BTN_ALL_FILES_ZIP = All files as .zip
|
|
590
|
+
#XCKL: CheckBox for auto running samples, when editing
|
|
591
|
+
SAMPLE_AUTO_RUN = Auto Run
|
|
578
592
|
|
|
579
593
|
#XHED: The change log page title
|
|
580
594
|
RELEASE_NOTES_TITLE = Change Log
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0647\u0630\u0647
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0635\u062F\u0631 \u0644\u0647\u0630\u0647 \u0627\u0644\u0639\u064A\u0646\u0629
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u0641\u062A\u062D \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0625\u063A\u0644\u0627\u0642
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u062A\u0646\u0632\u064A\u0644
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u062A\u0646\u0632\u064A\u0644
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0643\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A
|
|
304
|
+
SAMPLE_BTN_RUN=\u062A\u0634\u063A\u064A\u0644
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0628\u062A\u0646\u0633\u064A\u0642 .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u062A\u0634\u063A\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0633\u062C\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0441\u043E\u0440\u0441 \u043A\u043E\u0434 \u0437\u0430 \u0442\u043E\u0437\u0438 \u043E\u0431\u0440\u0430\u0437\u0435\u0446
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u0432 \u043D\u043E\u0432 \u0442\u0430\u0431
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u041F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u044F\u0442\u0430
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u041F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u044F\u0442\u0430
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u0418\u0437\u0442\u0435\u0433\u043B\u044F\u043D\u0435
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u0418\u0437\u0442\u0435\u0433\u043B\u044F\u043D\u0435
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u041D\u0443\u043B\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
304
|
+
SAMPLE_BTN_RUN=\u0418\u0437\u043F\u044A\u043B\u043D\u0435\u043D\u0438\u0435
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0412\u0441\u0438\u0447\u043A\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u0435 \u043A\u0430\u0442\u043E .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0438\u0437\u043F\u044A\u043B\u043D\u0435\u043D\u0438\u0435
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0416\u0443\u0440\u043D\u0430\u043B \u043F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Mostrar aquest exemple en el mode de pantalla comp
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adaptar IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Mostrar codi font d\u2019aquest exemple
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Obrir en una pestanya nova
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Modificar posici\u00F3
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Modificar posici\u00F3
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Tancar
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Baixar
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Baixar
|
|
299
303
|
SAMPLE_RESET_CHANGES=Restablir totes les modificacions
|
|
304
|
+
SAMPLE_BTN_RUN=Executar
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Tots els fitxers com .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Execuci\u00F3 autom\u00E0tica
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Log de modificaci\u00F3
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Poka\u017Ei ovaj uzorak u na\u010Dinu cijelog ekra
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Prilagodi korisni\u010Dki interfejs
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Poka\u017Ei izvorni kod za ovaj uzorak
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Otvori u novoj kartici
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Promijeni poziciju
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Promijeni poziciju
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zatvori
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Prenesi sa servera
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Prenesi sa servera
|
|
299
303
|
SAMPLE_RESET_CHANGES=Ponovo postavi sve promjene
|
|
304
|
+
SAMPLE_BTN_RUN=Izvedi
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Svi fajlovi kao .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatski izvedi
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Protokol promjene
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Zobrazit tento vzor v re\u017Eimu cel\u00E9 obrazo
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Upravit UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Zobrazit zdrojov\u00FD k\u00F3d pro tento vzor
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Otev\u0159\u00EDt jako novou z\u00E1lo\u017Eku
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Zm\u011Bnit pozici
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Zm\u011Bnit pozici
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zav\u0159\u00EDt
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=St\u00E1hnout
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=St\u00E1hnout
|
|
299
303
|
SAMPLE_RESET_CHANGES=Resetovat v\u0161echny zm\u011Bny
|
|
304
|
+
SAMPLE_BTN_RUN=Spustit
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=V\u0161echny soubory jako .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatick\u00E9 spu\u0161t\u011Bn\u00ED
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Zm\u011Bnov\u00FD protokol
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Dangos y sampl hwn yn y modd sgrin lawn
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Addasu UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Dangos cod ffynhonnell ar gyfer y sampl hwn
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Agor mewn tab newydd
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Newid safle
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Newid safle
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Cau
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Llwytho i lawr
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Llwytho i lawr
|
|
299
303
|
SAMPLE_RESET_CHANGES=Ailosod pob Newid
|
|
304
|
+
SAMPLE_BTN_RUN=Rhedeg
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Pob ffeil fel .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Rhedeg yn Awtomatig
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Newid Log
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Vis denne model i fuldsk\u00E6rmsmode
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Tilpas UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Vis kildetekst for denne model
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u00C5bn i ny tab
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u00C6ndr position
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u00C6ndr position
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Luk
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Download
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Download
|
|
299
303
|
SAMPLE_RESET_CHANGES=Nulstil alle \u00E6ndringer
|
|
304
|
+
SAMPLE_BTN_RUN=Udf\u00F8r
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Alle filer som .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=K\u00F8r automatisk
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u00C6ndringsprotokol
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Dieses Beispiel im Vollbildmodus anzeigen
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=UI anpassen
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Quelltext f\u00FCr dieses Beispiel zeigen
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=In neuer Registerkarte \u00F6ffnen
|
|
298
|
-
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Position \u00E4ndern
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Position \u00E4ndern
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Schlie\u00DFen
|
|
301
|
+
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Herunterladen
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Herunterladen
|
|
299
303
|
SAMPLE_RESET_CHANGES=Alle \u00C4nderungen zur\u00FCcksetzen
|
|
304
|
+
SAMPLE_BTN_RUN=Ausf\u00FChren
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Alle Dateien als .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatische Ausf\u00FChrung
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u00C4nderungsprotokoll
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1 \u03C0\u03C1\u03BF\u03AD\u03BB\u03B5\u03C5\u03C3\u03B7\u03C2 \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03B4\u03B5\u03AF\u03B3\u03BC\u03B1
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u0391\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03C3\u03B5 \u03BD\u03AD\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03B8\u03AD\u03C3\u03B7\u03C2
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03B8\u03AD\u03C3\u03B7\u03C2
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u039B\u03AE\u03C8\u03B7
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u039B\u03AE\u03C8\u03B7
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u0391\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD
|
|
304
|
+
SAMPLE_BTN_RUN=\u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u038C\u03BB\u03B1 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03C9\u03C2 .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u0397\u03BC\u03B5\u03C1\u03BF\u03BB\u03BF\u03B3\u03AF\u03BF\u03C5
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Show this sample in full screen mode
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adapt UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Show source code for this sample
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Open in new tab
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Change position
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Change position
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Close
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Download
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Download
|
|
299
303
|
SAMPLE_RESET_CHANGES=Reset all Changes
|
|
304
|
+
SAMPLE_BTN_RUN=Run
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=All files as .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Auto Run
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Change Log
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Show this sample in full screen mode
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adapt UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Show source code for this sample
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Open in new tab
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Change position
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Change position
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Close
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Download
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Download
|
|
299
303
|
SAMPLE_RESET_CHANGES=Reset all Changes
|
|
304
|
+
SAMPLE_BTN_RUN=Run
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=All files as .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Auto Run
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Change Log
|
|
302
309
|
|
|
@@ -222,6 +222,12 @@ CODE_BACK_BTN_TOOLTIP=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200C\u20
|
|
|
222
222
|
CODE_API_REFERENCE=\u206A\u206A\u206A\u200D\u200C\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u206AAPI Reference\u206A\u206A
|
|
223
223
|
CODE_DOWNLOAD_BTN=\u206A\u206A\u206A\u200C\u200D\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u206ADownload\u206A\u206A
|
|
224
224
|
|
|
225
|
+
CACHE_CLEANUP_DIALOG_TITLE=\u206A\u206A\u206A\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u206ASample Reloaded\u206A\u206A
|
|
226
|
+
CACHE_CLEANUP_DIALOG_WARNING_MESSAGE=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u206AThere was a problem loading the sample. The cache has been cleared and the sample was reloaded successfully.\u206A\u206A
|
|
227
|
+
CACHE_CLEANUP_DIALOG_ERROR_MESSAGE=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u206AThere was a problem loading the sample. The cache has been cleared but the DemoKit needs to be reloaded.\u206A\u206A
|
|
228
|
+
CACHE_CLEANUP_DIALOG_DESCRIPTION=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u206AAny unsaved changes or modifications you made to this sample have been lost. Please make your changes again if needed.\u206A\u206A
|
|
229
|
+
CACHE_CLEANUP_DIALOG_OK_BTN=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u206AOK\u206A\u206A
|
|
230
|
+
|
|
225
231
|
CHANGE_VERSION_DIALOG_TITLE=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200C\u206AChange Version\u206A\u206A
|
|
226
232
|
CHANGE_VERSION_DIALOG_CLOSE_BTN=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u206AClose\u206A\u206A
|
|
227
233
|
CHANGE_VERSION_DIALOG_APPLY_BTN=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u206AApply\u206A\u206A
|
|
@@ -295,8 +301,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u
|
|
|
295
301
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u206A\u206A\u206A\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u206AAdapt UI\u206A\u206A
|
|
296
302
|
SAMPLE_CODE_BTN_TOOLTIP=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u206AShow source code for this sample\u206A\u206A
|
|
297
303
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u206AOpen in new tab\u206A\u206A
|
|
304
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u206AChange position\u206A\u206A
|
|
305
|
+
SAMPLE_CHANGE_POSITION_BTN=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u206AChange position\u206A\u206A
|
|
306
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u206AClose\u206A\u206A
|
|
298
307
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u206A\u206A\u206A\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200B\u200D\u206ADownload\u206A\u206A
|
|
308
|
+
SAMPLE_BTN_DOWNLOAD=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u206ADownload\u206A\u206A
|
|
299
309
|
SAMPLE_RESET_CHANGES=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200C\u200D\u206AReset all Changes\u206A\u206A
|
|
310
|
+
SAMPLE_BTN_RUN=\u206A\u206A\u206A\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u206ARun\u206A\u206A
|
|
311
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u206AAll files as .zip\u206A\u206A
|
|
312
|
+
SAMPLE_AUTO_RUN=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u206AAuto Run\u206A\u206A
|
|
300
313
|
|
|
301
314
|
RELEASE_NOTES_TITLE=\u206A\u206A\u206A\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u206AChange Log\u206A\u206A
|
|
302
315
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Mostrar esta muestra en modo de pantalla completa
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adaptar IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Mostrar c\u00F3digo fuente para esta muestra
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Abrir en pesta\u00F1a nueva
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Cambiar posici\u00F3n
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Cambiar posici\u00F3n
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Cerrar
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Descargar
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Descargar
|
|
299
303
|
SAMPLE_RESET_CHANGES=Restablecer todas las modificaciones
|
|
304
|
+
SAMPLE_BTN_RUN=Ejecutar
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Todos los archivos como .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Ejecuci\u00F3n autom\u00E1tica
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Log de modificaciones
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Ver esta muestra en modo de pantalla completa
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adaptar la IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Ver el c\u00F3digo fuente para esta muestra
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Abrir en nueva pesta\u00F1a
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Cambiar posici\u00F3n
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Cambiar posici\u00F3n
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Cerrar
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Descargar
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Descargar
|
|
299
303
|
SAMPLE_RESET_CHANGES=Restablecer todos los cambios
|
|
304
|
+
SAMPLE_BTN_RUN=Ejecutar
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Todos los archivos como .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Ejecuci\u00F3n autom\u00E1tica
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Registro de cambios
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Kuva see n\u00E4idis t\u00E4isekraanre\u017Eiimis
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Kohanda UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Kuva selle n\u00E4idise l\u00E4htekood
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Ava uuel vahekaardil
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Muuda positsiooni
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Muuda positsiooni
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Sule
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Laadi alla
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Laadi alla
|
|
299
303
|
SAMPLE_RESET_CHANGES=L\u00E4htesta k\u00F5ik muudatused
|
|
304
|
+
SAMPLE_BTN_RUN=K\u00E4ita
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=K\u00F5ik failid .zip-vormingus
|
|
306
|
+
SAMPLE_AUTO_RUN=Automaatne k\u00E4itus
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Muudatuste logi
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=N\u00E4yt\u00E4 t\u00E4m\u00E4 esimerkki kokon\u00
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Mukauta UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=N\u00E4yt\u00E4 t\u00E4m\u00E4n esimerkin l\u00E4hdekoodi
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Avaa uudessa v\u00E4lilehdess\u00E4
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Vaihda sijaintia
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Vaihda sijaintia
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Sulje
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Lataa palvelimesta
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Lataa paikallisesti
|
|
299
303
|
SAMPLE_RESET_CHANGES=Palauta kaikki muutokset
|
|
304
|
+
SAMPLE_BTN_RUN=Suorita
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Kaikki tiedostot .zip-muodossa
|
|
306
|
+
SAMPLE_AUTO_RUN=Suorita automaattisesti
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Muutosloki
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Afficher cet \u00E9chantillon en mode plein \u00E9
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adapter IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Afficher code source de cet \u00E9chantillon
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Ouvrir dans nouvel onglet
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Modifier la position
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Modifier la position
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Fermer
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=T\u00E9l\u00E9charger
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=T\u00E9l\u00E9charger
|
|
299
303
|
SAMPLE_RESET_CHANGES=R\u00E9initialiser toutes les modif.
|
|
304
|
+
SAMPLE_BTN_RUN=Ex\u00E9cuter
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Tous les fichiers au format .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Ex\u00E9cution automatique
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Journal des modifications
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Afficher cet exemple en mode plein \u00E9cran
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adapter l'IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Afficher le code source de cet exemple
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Ouvrir dans un nouvel onglet
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Modifier la position
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Modifier la position
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Fermer
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=T\u00E9l\u00E9charger
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=T\u00E9l\u00E9charger
|
|
299
303
|
SAMPLE_RESET_CHANGES=R\u00E9initialiser toutes les modifications
|
|
304
|
+
SAMPLE_BTN_RUN=Ex\u00E9cuter
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Tous les fichiers au format .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Ex\u00E9cution automatique
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Journal des modifications
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u092B\u093C\u0941\u0932 \u0938\u094D\u0915\u094D\
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u090F\u0921\u093E\u092A\u094D\u091F\u0930 UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u0907\u0938 \u0938\u0948\u0902\u092A\u0932 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0924\u094D\u0930\u094B\u0924 \u0915\u094B\u0921 \u0926\u093F\u0916\u093E\u090F\u0902
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u0928\u090F \u091F\u0948\u092C \u092E\u0947\u0902 \u0916\u094B\u0932\u0947\u0902
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u0938\u094D\u0925\u093F\u0924\u093F \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u0938\u094D\u0925\u093F\u0924\u093F \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u092C\u0902\u0926 \u0915\u0930\u0947\u0902
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0947\u0902
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0947\u0902
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0938\u092D\u0940 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902
|
|
304
|
+
SAMPLE_BTN_RUN=\u0930\u0928
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0938\u092D\u0940 \u092B\u093C\u093E\u0907\u0932 .zip \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0928
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Poka\u017Ei ovaj uzorak u modu cijelog ekrana
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Prilagodi korisni\u010Dko su\u010Delje
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Poka\u017Ei izvornu \u0161ifru za ovaj uzorak
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Otvori u novoj kartici
|
|
298
|
-
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Promijeni poziciju
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Promijeni poziciju
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zatvori
|
|
301
|
+
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Preuzmi
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Preuzmi
|
|
299
303
|
SAMPLE_RESET_CHANGES=Ponovo postavi sve promjene
|
|
304
|
+
SAMPLE_BTN_RUN=Izvedi
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Sve datoteke kao .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatsko izvo\u0111enje
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Protokol promjene
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=A minta megjelen\u00EDt\u00E9se teljes k\u00E9pern
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Fel\u00FClet adapt\u00E1l\u00E1sa
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Minta forr\u00E1sk\u00F3dj\u00E1nak megjelen\u00EDt\u00E9se
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Megnyit\u00E1s \u00FAj lapon
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Poz\u00EDci\u00F3 m\u00F3dos\u00EDt\u00E1sa
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Poz\u00EDci\u00F3 m\u00F3dos\u00EDt\u00E1sa
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Bez\u00E1r\u00E1s
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Let\u00F6lt\u00E9s
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Let\u00F6lt\u00E9s
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u00D6sszes m\u00F3dos\u00EDt\u00E1s vissza\u00E1ll\u00EDt\u00E1sa
|
|
304
|
+
SAMPLE_BTN_RUN=Futtat\u00E1s
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Minden f\u00E1jl .zip-form\u00E1tumban
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatikus futtat\u00E1s
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=M\u00F3dos\u00EDt\u00E1snapl\u00F3
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Tampilkan sampel ini dalam mode layar penuh
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adaptasi UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Tampilkan kode sumber untuk sampel ini
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Buka di tab baru
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Ubah posisi
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Ubah posisi
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Tutup
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Unduh
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Unduh
|
|
299
303
|
SAMPLE_RESET_CHANGES=Atur Ulang semua Perubahan
|
|
304
|
+
SAMPLE_BTN_RUN=Jalankan
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Semua file dalam format .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Jalankan Otomatis
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Log Perubahan
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Visualizza questo campione in modalit\u00E0 immagi
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adatta UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Visualizza codice sorgente per questo campione
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Apri in un nuovo tab
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Modifica posizione
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Modifica posizione
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Chiudi
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Scarica
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Scarica
|
|
299
303
|
SAMPLE_RESET_CHANGES=Resetta tutte le modifiche
|
|
304
|
+
SAMPLE_BTN_RUN=Esegui
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Tutti i file come .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Esecuzione automatica
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Registro delle modifiche
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u05D4\u05E6\u05D2 \u05D3\u05D2\u05D9\u05DE\u05D4
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u05D4\u05EA\u05D0\u05DD \u05DE\u05DE\u05E9\u05E7 \u05DE\u05E9\u05EA\u05DE\u05E9
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u05D4\u05E6\u05D2 \u05E7\u05D5\u05D3 \u05DE\u05E7\u05D5\u05E8 \u05E2\u05D1\u05D5\u05E8 \u05EA\u05D1\u05E0\u05D9\u05EA \u05D6\u05D5
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u05E4\u05EA\u05D7 \u05D1\u05DC\u05E9\u05D5\u05E0\u05D9\u05EA \u05D7\u05D3\u05E9\u05D4
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u05E9\u05E0\u05D4 \u05DE\u05D9\u05E7\u05D5\u05DD
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u05E9\u05E0\u05D4 \u05DE\u05D9\u05E7\u05D5\u05DD
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u05E1\u05D2\u05D5\u05E8
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u05D4\u05D5\u05E8\u05D3
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u05D4\u05D5\u05E8\u05D3
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u05D0\u05E4\u05E1 \u05D0\u05EA \u05DB\u05DC \u05D4\u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD
|
|
304
|
+
SAMPLE_BTN_RUN=\u05D4\u05E4\u05E2\u05DC
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u05DB\u05DC \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05DB-.zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u05D4\u05E4\u05E2\u05DC\u05D4 \u05D0\u05D5\u05D8\u05D5\u05DE\u05D8\u05D9\u05EA
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u05D9\u05D5\u05DE\u05DF \u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD
|
|
302
309
|
|