@sapui5/sap.ui.vbm 1.122.0 → 1.124.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.
Files changed (77) hide show
  1. package/LICENSE.txt +13 -10
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/src/sap/ui/vbm/.library +1 -1
  5. package/src/sap/ui/vbm/Adapter.js +1 -1
  6. package/src/sap/ui/vbm/Adapter3D.js +1 -1
  7. package/src/sap/ui/vbm/Viewport.js +1 -1
  8. package/src/sap/ui/vbm/adapter3d/DragDropHandler.js +1 -1
  9. package/src/sap/ui/vbm/adapter3d/ModelHandler.js +1 -1
  10. package/src/sap/ui/vbm/adapter3d/ObjectFactory.js +1 -1
  11. package/src/sap/ui/vbm/adapter3d/PolygonHandler.js +1 -1
  12. package/src/sap/ui/vbm/adapter3d/SceneBuilder.js +1 -1
  13. package/src/sap/ui/vbm/adapter3d/VBIJSONParser.js +1 -1
  14. package/src/sap/ui/vbm/getResourceBundle.js +4 -6
  15. package/src/sap/ui/vbm/i18n/messagebundle_ar.properties +1 -1
  16. package/src/sap/ui/vbm/i18n/messagebundle_bg.properties +14 -0
  17. package/src/sap/ui/vbm/i18n/messagebundle_ca.properties +5 -5
  18. package/src/sap/ui/vbm/i18n/messagebundle_cnr.properties +14 -0
  19. package/src/sap/ui/vbm/i18n/messagebundle_cs.properties +2 -2
  20. package/src/sap/ui/vbm/i18n/messagebundle_cy.properties +2 -2
  21. package/src/sap/ui/vbm/i18n/messagebundle_da.properties +5 -5
  22. package/src/sap/ui/vbm/i18n/messagebundle_de.properties +1 -1
  23. package/src/sap/ui/vbm/i18n/messagebundle_el.properties +3 -3
  24. package/src/sap/ui/vbm/i18n/messagebundle_en.properties +1 -0
  25. package/src/sap/ui/vbm/i18n/messagebundle_en_GB.properties +1 -1
  26. package/src/sap/ui/vbm/i18n/messagebundle_en_US_saprigi.properties +23 -23
  27. package/src/sap/ui/vbm/i18n/messagebundle_es.properties +5 -5
  28. package/src/sap/ui/vbm/i18n/messagebundle_es_MX.properties +1 -1
  29. package/src/sap/ui/vbm/i18n/messagebundle_et.properties +1 -1
  30. package/src/sap/ui/vbm/i18n/messagebundle_fr.properties +3 -3
  31. package/src/sap/ui/vbm/i18n/messagebundle_hi.properties +2 -2
  32. package/src/sap/ui/vbm/i18n/messagebundle_hr.properties +1 -1
  33. package/src/sap/ui/vbm/i18n/messagebundle_hu.properties +4 -4
  34. package/src/sap/ui/vbm/i18n/messagebundle_id.properties +1 -1
  35. package/src/sap/ui/vbm/i18n/messagebundle_it.properties +1 -1
  36. package/src/sap/ui/vbm/i18n/messagebundle_iw.properties +1 -1
  37. package/src/sap/ui/vbm/i18n/messagebundle_ja.properties +1 -1
  38. package/src/sap/ui/vbm/i18n/messagebundle_kk.properties +0 -1
  39. package/src/sap/ui/vbm/i18n/messagebundle_ko.properties +1 -1
  40. package/src/sap/ui/vbm/i18n/messagebundle_lt.properties +6 -6
  41. package/src/sap/ui/vbm/i18n/messagebundle_lv.properties +2 -2
  42. package/src/sap/ui/vbm/i18n/messagebundle_mk.properties +14 -0
  43. package/src/sap/ui/vbm/i18n/messagebundle_ms.properties +1 -1
  44. package/src/sap/ui/vbm/i18n/messagebundle_nl.properties +1 -1
  45. package/src/sap/ui/vbm/i18n/messagebundle_no.properties +1 -1
  46. package/src/sap/ui/vbm/i18n/messagebundle_pl.properties +1 -1
  47. package/src/sap/ui/vbm/i18n/messagebundle_pt.properties +3 -3
  48. package/src/sap/ui/vbm/i18n/messagebundle_pt_PT.properties +1 -1
  49. package/src/sap/ui/vbm/i18n/messagebundle_ro.properties +4 -4
  50. package/src/sap/ui/vbm/i18n/messagebundle_ru.properties +3 -3
  51. package/src/sap/ui/vbm/i18n/messagebundle_sh.properties +18 -4
  52. package/src/sap/ui/vbm/i18n/messagebundle_sk.properties +3 -3
  53. package/src/sap/ui/vbm/i18n/messagebundle_sl.properties +3 -3
  54. package/src/sap/ui/vbm/i18n/messagebundle_sr.properties +14 -0
  55. package/src/sap/ui/vbm/i18n/messagebundle_sv.properties +1 -1
  56. package/src/sap/ui/vbm/i18n/messagebundle_th.properties +1 -1
  57. package/src/sap/ui/vbm/i18n/messagebundle_tr.properties +5 -5
  58. package/src/sap/ui/vbm/i18n/messagebundle_uk.properties +1 -1
  59. package/src/sap/ui/vbm/i18n/messagebundle_vi.properties +3 -3
  60. package/src/sap/ui/vbm/i18n/messagebundle_zh_CN.properties +1 -1
  61. package/src/sap/ui/vbm/i18n/messagebundle_zh_TW.properties +2 -2
  62. package/src/sap/ui/vbm/lib/sapnavigation.js +3 -7
  63. package/src/sap/ui/vbm/library.js +2 -2
  64. package/src/sap/ui/vbm/themes/sap_bluecrystal/library.source.less +10 -1
  65. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/AnalyticMap.less +8 -0
  66. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/Cluster.less +136 -0
  67. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ContainerBase.less +45 -0
  68. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ContainerLegendItem.less +46 -0
  69. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/DetailWindow.less +42 -0
  70. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/GeoMap.less +8 -0
  71. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ListPanel.less +43 -0
  72. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ListPanelStack.less +30 -0
  73. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/MapContainer.less +210 -0
  74. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/VBI.less +829 -0
  75. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/Viewport.less +17 -0
  76. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/library.source.less +18 -0
  77. package/src/sap/ui/vbm/themes/sap_bluecrystal_base/shared.less +9 -0
package/LICENSE.txt CHANGED
@@ -1,5 +1,7 @@
1
1
  SAP DEVELOPER LICENSE AGREEMENT
2
2
 
3
+ Version 3.2
4
+
3
5
  Please scroll down and read the following Developer License Agreement carefully ("Developer Agreement"). By clicking "I Accept" or by attempting to download, or install, or use the SAP software and other materials that accompany this Developer Agreement ("SAP Materials"), You agree that this Developer Agreement forms a legally binding agreement between You ("You" or "Your") and SAP SE, for and on behalf of itself and its subsidiaries and affiliates (as defined in Section 15 of the German Stock Corporation Act) and You agree to be bound by all of the terms and conditions stated in this Developer Agreement. If You are trying to access or download the SAP Materials on behalf of Your employer or as a consultant or agent of a third party (either "Your Company"), You represent and warrant that You have the authority to act on behalf of and bind Your Company to the terms of this Developer Agreement and everywhere in this Developer Agreement that refers to 'You' or 'Your' shall also include Your Company. If You do not agree to these terms, do not click "I Accept", and do not attempt to access or use the SAP Materials.
4
6
 
5
7
  1. LICENSE: SAP grants You a non-exclusive, non-transferable, non-sublicensable, revocable, limited use license to copy, reproduce and distribute the application programming interfaces ("API"), documentation, plug-ins, templates, scripts and sample code ("Tools") on a desktop, laptop, tablet, smart phone, or other appropriate computer device that You own or control (any, a "Computer") to create new applications ("Customer Applications"). You agree that the Customer Applications will not: (a) unreasonably impair, degrade or reduce the performance or security of any SAP software applications, services or related technology ("Software"); (b) enable the bypassing or circumventing of SAP's license restrictions and/or provide users with access to the Software to which such users are not licensed; (c) render or provide, without prior written consent from SAP, any information concerning SAP software license terms, Software, or any other information related to SAP products; or (d) permit mass data extraction from an SAP product to a non-SAP product, including use, modification, saving or other processing of such data in the non-SAP product. In exchange for the right to develop Customer Applications under this Agreement, You covenant not to assert any Intellectual Property Rights in Customer Applications created by You against any SAP product, service, or future SAP development.
@@ -7,29 +9,30 @@ Please scroll down and read the following Developer License Agreement carefully
7
9
  2. INTELLECTUAL PROPERTY: (a) SAP or its licensors retain all ownership and intellectual property rights in the APIs, Tools and Software. You may not: a) remove or modify any marks or proprietary notices of SAP, b) provide or make the APIs, Tools or Software available to any third party, c) assign this Developer Agreement or give or transfer the APIs, Tools or Software or an interest in them to another individual or entity, d) decompile, disassemble or reverse engineer (except to the extent permitted by applicable law) the APIs Tools or Software, (e) create derivative works of or based on the APIs, Tools or Software, (f) use any SAP name, trademark or logo, or (g) use the APIs or Tools to modify existing Software or other SAP product functionality or to access the Software or other SAP products' source code or metadata.
8
10
  (b) Subject to SAP's underlying rights in any part of the APIs, Tools or Software, You retain all ownership and intellectual property rights in Your Customer Applications.
9
11
 
10
- 3. FREE AND OPEN SOURCE COMPONENTS: The SAP Materials may include certain third party free or open source components ("FOSS Components"). You may have additional rights in such FOSS Components that are provided by the third party licensors of those components.
12
+ 3. ARTIFICIAL INTELLIGENCE TRAINING: You are expressly prohibited from using the Software, Tools or APIs as well as any Customer Applications or any part thereof for the purpose of training (developing) artificial intelligence models or systems (“AI Training”). Prohibition of AI Training includes, but is not limited to, using the Software, Tools, APIs and/or Customer Applications or part thereof in any training data set, algorithm development, model development or refinement (including language learning models) related to artificial intelligence, as well as text and data mining in accordance with §44b UrhG and Art. 4 of EU Directive 2019/790. For the avoidance of doubt, by accepting this Developer Agreement You agree that Your ownership of Customer Applications shall not create nor encompass any right to use Customer Applications for AI Training and, hence, You will not use Customer Applications or any part of it for AI Training.
11
13
 
12
- 4. THIRD PARTY DEPENDENCIES: The SAP Materials may require certain third party software dependencies ("Dependencies") for the use or operation of such SAP Materials. These dependencies may be identified by SAP in Maven POM files, product documentation or by other means. SAP does not grant You any rights in or to such Dependencies under this Developer Agreement. You are solely responsible for the acquisition, installation and use of Dependencies. SAP DOES NOT MAKE ANY REPRESENTATIONS OR WARRANTIES IN RESPECT OF DEPENDENCIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT DEPENDENCIES WILL BE AVAILABLE, ERROR FREE, INTEROPERABLE WITH THE SAP MATERIALS, SUITABLE FOR ANY PARTICULAR PURPOSE OR NON-INFRINGING. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF DEPENDENCIES, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, UTILITY IN A PRODUCTION ENVIRONMENT, AND NON-INFRINGEMENT. IN NO EVENT WILL SAP BE LIABLE DIRECTLY OR INDIRECTLY IN RESPECT OF ANY USE OF DEPENDENCIES BY YOU.
14
+ 4. FREE AND OPEN SOURCE COMPONENTS: The SAP Materials may include certain third party free or open source components ("FOSS Components"). You may have additional rights in such FOSS Components that are provided by the third party licensors of those components.
13
15
 
16
+ 5. THIRD PARTY DEPENDENCIES: The SAP Materials may require certain third party software dependencies ("Dependencies") for the use or operation of such SAP Materials. These dependencies may be identified by SAP in Maven POM files, product documentation or by other means. SAP does not grant You any rights in or to such Dependencies under this Developer Agreement. You are solely responsible for the acquisition, installation and use of Dependencies. SAP DOES NOT MAKE ANY REPRESENTATIONS OR WARRANTIES IN RESPECT OF DEPENDENCIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT DEPENDENCIES WILL BE AVAILABLE, ERROR FREE, INTEROPERABLE WITH THE SAP MATERIALS, SUITABLE FOR ANY PARTICULAR PURPOSE OR NON-INFRINGING. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF DEPENDENCIES, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, UTILITY IN A PRODUCTION ENVIRONMENT, AND NON-INFRINGEMENT. IN NO EVENT WILL SAP BE LIABLE DIRECTLY OR INDIRECTLY IN RESPECT OF ANY USE OF DEPENDENCIES BY YOU.
14
17
 
15
- 5. WARRANTY:
18
+ 6. WARRANTY:
16
19
  a) If You are located outside the US or Canada: AS THE API AND TOOLS ARE PROVIDED TO YOU FREE OF CHARGE, SAP DOES NOT GUARANTEE OR WARRANT ANY FEATURES OR QUALITIES OF THE TOOLS OR API OR GIVE ANY UNDERTAKING WITH REGARD TO ANY OTHER QUALITY. NO SUCH WARRANTY OR UNDERTAKING SHALL BE IMPLIED BY YOU FROM ANY DESCRIPTION IN THE API OR TOOLS OR ANY AVAILABLE DOCUMENTATION OR ANY OTHER COMMUNICATION OR ADVERTISEMENT. IN PARTICULAR, SAP DOES NOT WARRANT THAT THE SOFTWARE WILL BE AVAILABLE UNINTERRUPTED, ERROR FREE, OR PERMANENTLY AVAILABLE. FOR THE TOOLS AND API ALL WARRANTY CLAIMS ARE SUBJECT TO THE LIMITATION OF LIABILITY STIPULATED IN SECTION 4 BELOW.
17
20
  b) If You are located in the US or Canada: THE API AND TOOLS ARE LICENSED TO YOU "AS IS", WITHOUT ANY WARRANTY, ESCROW, TRAINING, MAINTENANCE, OR SERVICE OBLIGATIONS WHATSOEVER ON THE PART OF SAP. SAP MAKES NO EXPRESS OR IMPLIED WARRANTIES OR CONDITIONS OF SALE OF ANY TYPE WHATSOEVER, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT THE SOFTWARE WILL BE AVAILABLE UNINTERRUPTED, ERROR FREE, OR PERMANENTLY AVAILABLE. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF THE API AND TOOLS, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, AND UTILITY IN A PRODUCTION ENVIRONMENT.
18
21
 
19
- 6. LIMITATION OF LIABILITY:
22
+ 7. LIMITATION OF LIABILITY:
20
23
  a) If You are located outside the US or Canada: IRRESPECTIVE OF THE LEGAL REASONS, SAP SHALL ONLY BE LIABLE FOR DAMAGES UNDER THIS AGREEMENT IF SUCH DAMAGE (I) CAN BE CLAIMED UNDER THE GERMAN PRODUCT LIABILITY ACT OR (II) IS CAUSED BY INTENTIONAL MISCONDUCT OF SAP OR (III) CONSISTS OF PERSONAL INJURY. IN ALL OTHER CASES, NEITHER SAP NOR ITS EMPLOYEES, AGENTS AND SUBCONTRACTORS SHALL BE LIABLE FOR ANY KIND OF DAMAGE OR CLAIMS HEREUNDER.
21
24
  b) If You are located in the US or Canada: IN NO EVENT SHALL SAP BE LIABLE TO YOU, YOUR COMPANY OR TO ANY THIRD PARTY FOR ANY DAMAGES IN AN AMOUNT IN EXCESS OF $100 ARISING IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE TOOLS OR API OR IN CONNECTION WITH SAP'S PROVISION OF OR FAILURE TO PROVIDE SERVICES PERTAINING TO THE TOOLS OR API, OR AS A RESULT OF ANY DEFECT IN THE API OR TOOLS. THIS DISCLAIMER OF LIABILITY SHALL APPLY REGARDLESS OF THE FORM OF ACTION THAT MAY BE BROUGHT AGAINST SAP, WHETHER IN CONTRACT OR TORT, INCLUDING WITHOUT LIMITATION ANY ACTION FOR NEGLIGENCE. YOUR SOLE REMEDY IN THE EVENT OF BREACH OF THIS DEVELOPER AGREEMENT BY SAP OR FOR ANY OTHER CLAIM RELATED TO THE API OR TOOLS SHALL BE TERMINATION OF THIS AGREEMENT. NOTWITHSTANDING ANYTHING TO THE CONTRARY HEREIN, UNDER NO CIRCUMSTANCES SHALL SAP AND ITS LICENSORS BE LIABLE TO YOU OR ANY OTHER PERSON OR ENTITY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES, LOSS OF GOOD WILL OR BUSINESS PROFITS, WORK STOPPAGE, DATA LOSS, COMPUTER FAILURE OR MALFUNCTION, ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSS, OR EXEMPLARY OR PUNITIVE DAMAGES.
22
25
 
23
- 7. INDEMNITY: You will fully indemnify, hold harmless and defend SAP against law suits based on any claim: (a) that any Customer Application created by You infringes or misappropriates any patent, copyright, trademark, trade secrets, or other proprietary rights of a third party, or (b) related to Your alleged violation of the terms of this Developer Agreement.
26
+ 8. INDEMNITY: You will fully indemnify, hold harmless and defend SAP against law suits based on any claim: (a) that any Customer Application created by You infringes or misappropriates any patent, copyright, trademark, trade secrets, or other proprietary rights of a third party, or (b) related to Your alleged violation of the terms of this Developer Agreement.
24
27
 
25
- 8. EXPORT: The Tools and API are subject to German, EU and US export control regulations. You confirm that: a) You will not use the Tools or API for, and will not allow the Tools or API to be used for, any purposes prohibited by German, EU and US law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction; b) You are not located in Cuba, Iran, Sudan, Iraq, North Korea, Syria, nor any other country to which the United States has prohibited export or that has been designated by the U.S. Government as a "terrorist supporting" country (any, an "US Embargoed Country"); c) You are not a citizen, national or resident of, and are not under the control of, a US Embargoed Country; d) You will not download or otherwise export or re-export the API or Tools, directly or indirectly, to a US Embargoed Country nor to citizens, nationals or residents of a US Embargoed Country; e) You are not listed on the United States Department of Treasury lists of Specially Designated Nationals, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor listed on the United States Department of Commerce Table of Denial Orders or any other U.S. government list of prohibited or restricted parties and f) You will not download or otherwise export or re-export the API or Tools , directly or indirectly, to persons on the above-mentioned lists.
28
+ 9. EXPORT: The Tools and API are subject to German, EU and US export control regulations. You confirm that: a) You will not use the Tools or API for, and will not allow the Tools or API to be used for, any purposes prohibited by German, EU and US law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction; b) You are not located in Cuba, Iran, Sudan, Iraq, North Korea, Syria, nor any other country to which the United States has prohibited export or that has been designated by the U.S. Government as a "terrorist supporting" country (any, an "US Embargoed Country"); c) You are not a citizen, national or resident of, and are not under the control of, a US Embargoed Country; d) You will not download or otherwise export or re-export the API or Tools, directly or indirectly, to a US Embargoed Country nor to citizens, nationals or residents of a US Embargoed Country; e) You are not listed on the United States Department of Treasury lists of Specially Designated Nationals, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor listed on the United States Department of Commerce Table of Denial Orders or any other U.S. government list of prohibited or restricted parties and f) You will not download or otherwise export or re-export the API or Tools , directly or indirectly, to persons on the above-mentioned lists.
26
29
 
27
- 9. SUPPORT: Other than what is made available on the SAP Community Website (SCN) by SAP at its sole discretion and by SCN members, SAP does not offer support for the API or Tools which are the subject of this Developer Agreement.
30
+ 10. SUPPORT: Other than what is made available on the SAP Community Website (SCN) by SAP at its sole discretion and by SCN members, SAP does not offer support for the API or Tools which are the subject of this Developer Agreement.
28
31
 
29
- 10. TERM AND TERMINATION: You may terminate this Developer Agreement by destroying all copies of the API and Tools on Your Computer(s). SAP may terminate Your license to use the API and Tools immediately if You fail to comply with any of the terms of this Developer Agreement, or, for SAP's convenience by providing you with ten (10) day's written notice of termination (including email). In case of termination or expiration of this Developer Agreement, You must destroy all copies of the API and Tools immediately. In the event Your Company or any of the intellectual property you create using the API, Tools or Software are acquired (by merger, purchase of stock, assets or intellectual property or exclusive license), or You become employed, by a direct competitor of SAP, then this Development Agreement and all licenses granted in this Developer Agreement shall immediately terminate upon the date of such acquisition.
32
+ 11. TERM AND TERMINATION: You may terminate this Developer Agreement by destroying all copies of the API and Tools on Your Computer(s). SAP may terminate Your license to use the API and Tools immediately if You fail to comply with any of the terms of this Developer Agreement, or, for SAP's convenience by providing you with ten (10) day's written notice of termination (including by public notice). In case of termination or expiration of this Developer Agreement, You must destroy all copies of the API and Tools immediately. In the event Your Company or any of the intellectual property you create using the API, Tools or Software are acquired (by merger, purchase of stock, assets or intellectual property or exclusive license), or You become employed, by a direct competitor of SAP, then this Development Agreement and all licenses granted in this Developer Agreement shall immediately terminate upon the date of such acquisition.
30
33
 
31
- 11. LAW/VENUE:
34
+ 12. LAW/VENUE:
32
35
  a) If You are located outside the US or Canada: This Developer Agreement is governed by and construed in accordance with the laws of the Germany. You and SAP agree to submit to the exclusive jurisdiction of, and venue in, the courts of Karlsruhe in Germany in any dispute arising out of or relating to this Developer Agreement.
33
36
  b) If You are located in the US or Canada: This Developer Agreement shall be governed by and construed under the Commonwealth of Pennsylvania law without reference to its conflicts of law principles. In the event of any conflicts between foreign law, rules, and regulations, and United States of America law, rules, and regulations, United States of America law, rules, and regulations shall prevail and govern. The United Nations Convention on Contracts for the International Sale of Goods shall not apply to this Developer Agreement. The Uniform Computer Information Transactions Act as enacted shall not apply.
34
37
 
35
- 12. MISCELLANEOUS: This Developer Agreement is the complete agreement for the API and Tools licensed (including reference to information/documentation contained in a URL). This Developer Agreement supersedes all prior or contemporaneous agreements or representations with regards to the subject matter of this Developer Agreement. If any term of this Developer Agreement is found to be invalid or unenforceable, the surviving provisions shall remain effective. SAP's failure to enforce any right or provisions stipulated in this Developer Agreement will not constitute a waiver of such provision, or any other provision of this Developer Agreement.
38
+ 13. MISCELLANEOUS: This Developer Agreement is the complete agreement for the API and Tools licensed (including reference to information/documentation contained in a URL). This Developer Agreement supersedes all prior or contemporaneous agreements or representations with regards to the subject matter of this Developer Agreement. If any term of this Developer Agreement is found to be invalid or unenforceable, the surviving provisions shall remain effective. SAP's failure to enforce any right or provisions stipulated in this Developer Agreement will not constitute a waiver of such provision, or any other provision of this Developer Agreement.
package/README.md CHANGED
@@ -9,4 +9,4 @@ It is meant to be consumed using the [UI5 Tooling](https://sap.github.io/ui5-too
9
9
  For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://sap.github.io/ui5-tooling/pages/SAPUI5/).
10
10
 
11
11
  ## License
12
- This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3.1.txt).
12
+ This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3_2.txt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.vbm",
3
- "version": "1.122.0",
3
+ "version": "1.124.0",
4
4
  "description": "SAPUI5 Library sap.ui.vbm",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -3,7 +3,7 @@
3
3
  <name>sap.ui.vbm</name>
4
4
  <vendor>SAP SE</vendor>
5
5
  <copyright>SAP UI development toolkit for HTML5 (SAPUI5) (c) Copyright 2009-2012 SAP AG. All rights reserved</copyright>
6
- <version>1.122.0</version>
6
+ <version>1.124.0</version>
7
7
 
8
8
  <documentation>SAP UI library: sap.ui.vbm</documentation>
9
9
 
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @param {string} [sId] id for the new control, generated automatically if no id is given
23
23
  * @param {object} [mSettings] initial settings for the new object
24
24
  * @author SAP SE
25
- * @version 1.122.0
25
+ * @version 1.124.0
26
26
  * @extends sap.ui.core.Element
27
27
  * @constructor
28
28
  * @public
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @param {string} [sId] id for the new control, generated automatically if no id is given
46
46
  * @param {object} [mSettings] initial settings for the new object
47
47
  * @author SAP SE
48
- * @version 1.122.0
48
+ * @version 1.124.0
49
49
  * @extends sap.ui.core.Element
50
50
  * @constructor
51
51
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  *
24
24
  * @public
25
25
  * @author SAP SE
26
- * @version 1.122.0
26
+ * @version 1.124.0
27
27
  * @extends sap.ui.core.Control
28
28
  * @alias sap.ui.vbm.Viewport
29
29
  */
@@ -83,7 +83,7 @@ sap.ui.define([
83
83
  *
84
84
  * @private
85
85
  * @author SAP SE
86
- * @version 1.122.0
86
+ * @version 1.124.0
87
87
  * @alias sap.ui.vbm.adapter3d.DragDropHandler
88
88
  */
89
89
  var DragDropHandler = BaseObject.extend("sap.ui.vbm.adapter3d.DragDropHandler", /** @lends sap.ui.vbm.adapter3d.DragDropHandler.prototype */ {
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  *
30
30
  * @private
31
31
  * @author SAP SE
32
- * @version 1.122.0
32
+ * @version 1.124.0
33
33
  * @alias sap.ui.vbm.adapter3d.ModelHandler
34
34
  */
35
35
  var ModelHandler = BaseObject.extend("sap.ui.vbm.adapter3d.ModelHandler", /** @lends sap.ui.vbm.adapter3d.ModelHandler.prototype */ {
@@ -377,7 +377,7 @@ sap.ui.define([
377
377
  *
378
378
  * @private
379
379
  * @author SAP SE
380
- * @version 1.122.0
380
+ * @version 1.124.0
381
381
  * @alias sap.ui.vbm.adapter3d.ObjectFactory
382
382
  */
383
383
  var ObjectFactory = BaseObject.extend("sap.ui.vbm.adapter3d.ObjectFactory", /** @lends sap.ui.vbm.adapter3d.ObjectFactory.prototype */ {});
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  *
33
33
  * @private
34
34
  * @author SAP SE
35
- * @version 1.122.0
35
+ * @version 1.124.0
36
36
  * @alias sap.ui.vbm.adapter3d.PolygonHandler
37
37
  */
38
38
  var PolygonHandler = BaseObject.extend("sap.ui.vbm.adapter3d.PolygonHandler", /** @lends sap.ui.vbm.adapter3d.PolygonHandler.prototype */ {
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  *
48
48
  * @private
49
49
  * @author SAP SE
50
- * @version 1.122.0
50
+ * @version 1.124.0
51
51
  * @alias sap.ui.vbm.adapter3d.SceneBuilder
52
52
  */
53
53
  var SceneBuilder = BaseObject.extend("sap.ui.vbm.adapter3d.SceneBuilder", /** @lends sap.ui.vbm.adapter3d.SceneBuilder.prototype */ {
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  *
57
57
  * @private
58
58
  * @author SAP SE
59
- * @version 1.122.0
59
+ * @version 1.124.0
60
60
  * @alias sap.ui.vbm.adapter3d.VBIJSONParser
61
61
  */
62
62
  var VBIJSONParser = BaseObject.extend("sap.ui.vbm.adapter3d.VBIJSONParser", /** @lends sap.ui.vbm.adapter3d.VBIJSONParser.prototype */ {
@@ -4,11 +4,9 @@
4
4
 
5
5
  // Provides function sap.ui.vbm.getResourceBundle.
6
6
  sap.ui.define([
7
- "sap/ui/core/Core"
8
- ], function(
9
- core
10
- ) {
7
+ "sap/base/i18n/ResourceBundle"
8
+ ], function( ResourceBundle ) {
11
9
  "use strict";
12
-
13
- return core.getLibraryResourceBundle.bind(core, "sap.ui.vbm.i18n");
10
+ // Retrieve ResourceBundle for a name that is not a library
11
+ return ResourceBundle.create.bind(ResourceBundle, { bundleName: "sap.ui.vbm.i18n.messagebundle"});
14
12
  }, /* bExport= */ true);
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=\u062A\u062D\u062F\u064A\u062F \u0641\u0631\u062F\u064
25
25
  MAPCONTAINER_ZOOMIN=\u062A\u0643\u0628\u064A\u0631
26
26
  MAPCONTAINER_ZOOMOUT=\u062A\u0635\u063A\u064A\u0631
27
27
  MAPCONTAINER_HOME=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629
28
- MAPCONTAINER_RECT_ZOOM=\u062A\u0643\u0628\u064A\u0631/\u062A\u0635\u063A\u064A\u0631 \u0645\u0633\u062A\u0637\u064A\u0644 \u0627\u0644\u0634\u0643\u0644
28
+ MAPCONTAINER_RECT_ZOOM=\u062A\u0643\u0628\u064A\u0631/\u062A\u0635\u063A\u064A\u0631 \u0645\u0633\u062A\u0637\u064A\u0644 \u0627\u0644\u0634\u0643\u0644
@@ -12,3 +12,17 @@ CAPTION_LEGEND=\u041B\u0435\u0433\u0435\u043D\u0434\u0430
12
12
 
13
13
  GEOMAP_INVALID_CENTER_POSITION=\u0414\u0430\u0434\u0435\u043D\u0430 \u0435 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0446\u0435\u043D\u0442\u0440\u0430\u043B\u043D\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u044F
14
14
  GEOMAP_INVALID_ZOOM_LEVEL=\u0414\u0430\u0434\u0435\u043D\u043E \u0435 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u043D\u0438\u0432\u043E \u043D\u0430 \u043C\u0430\u0449\u0430\u0431\u0438\u0440\u0430\u043D\u0435
15
+
16
+ CONTAINERBASE_FULLSCREEN=\u0426\u044F\u043B \u0435\u043A\u0440\u0430\u043D
17
+ CONTAINERBASE_SETTINGS=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
18
+ CONTAINERBASE_MENU=\u041C\u0435\u043D\u044E
19
+ CONTAINERBASE_SELECTION=\u0420\u0435\u0436\u0438\u043C \u043D\u0430 \u0438\u0437\u0431\u043E\u0440
20
+ CONTAINERBASE_MENU_RECT=\u041F\u0440\u0430\u0432\u043E\u044A\u0433\u044A\u043B\u043D\u0430 \u0441\u0435\u043B\u0435\u043A\u0446\u0438\u044F
21
+ CONTAINERBASE_MENU_LASSO=\u0421\u0435\u043B\u0435\u043A\u0446\u0438\u044F \u0441 \u043B\u0430\u0441\u043E
22
+ CONTAINERBASE_MENU_SINGLE=\u0415\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0438\u0437\u0431\u043E\u0440
23
+
24
+
25
+ MAPCONTAINER_ZOOMIN=\u0423\u0432\u0435\u043B\u0438\u0447\u0430\u0432\u0430\u043D\u0435
26
+ MAPCONTAINER_ZOOMOUT=\u041D\u0430\u043C\u0430\u043B\u044F\u0432\u0430\u043D\u0435
27
+ MAPCONTAINER_HOME=\u041D\u0430\u0447\u0430\u043B\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
28
+ MAPCONTAINER_RECT_ZOOM=\u041F\u0440\u0430\u0432\u043E\u044A\u0433\u044A\u043B\u043D\u043E \u043C\u0430\u0449\u0430\u0431\u0438\u0440\u0430\u043D\u0435
@@ -14,15 +14,15 @@ GEOMAP_INVALID_CENTER_POSITION=S'ha seleccionat una posici\u00F3 central no v\u0
14
14
  GEOMAP_INVALID_ZOOM_LEVEL=S'ha seleccionat un nivell de zoom no v\u00E0lid
15
15
 
16
16
  CONTAINERBASE_FULLSCREEN=Pantalla completa
17
- CONTAINERBASE_SETTINGS=Configuracions
17
+ CONTAINERBASE_SETTINGS=Opcions
18
18
  CONTAINERBASE_MENU=Men\u00FA
19
19
  CONTAINERBASE_SELECTION=Mode de selecci\u00F3
20
- CONTAINERBASE_MENU_RECT=Selecci\u00F3\: Rectangle
21
- CONTAINERBASE_MENU_LASSO=Selecci\u00F3\: Lasso
20
+ CONTAINERBASE_MENU_RECT=Selecci\u00F3 rectangular
21
+ CONTAINERBASE_MENU_LASSO=Selecci\u00F3 Lasso
22
22
  CONTAINERBASE_MENU_SINGLE=Selecci\u00F3 simple
23
23
 
24
24
 
25
25
  MAPCONTAINER_ZOOMIN=Ampliar
26
26
  MAPCONTAINER_ZOOMOUT=Reduir
27
- MAPCONTAINER_HOME=P\u00E0gina inicial
28
- MAPCONTAINER_RECT_ZOOM=Zoom\: Rectangle
27
+ MAPCONTAINER_HOME=P\u00E0gina d'inici
28
+ MAPCONTAINER_RECT_ZOOM=Zoom rectangular
@@ -12,3 +12,17 @@ CAPTION_LEGEND=Legenda
12
12
 
13
13
  GEOMAP_INVALID_CENTER_POSITION=Navedena je neva\u017Ee\u0107a centralna pozicija
14
14
  GEOMAP_INVALID_ZOOM_LEVEL=Naveden je neva\u017Ee\u0107i nivo uveli\u010Davanja
15
+
16
+ CONTAINERBASE_FULLSCREEN=Cio ekran
17
+ CONTAINERBASE_SETTINGS=Pode\u0161avanja
18
+ CONTAINERBASE_MENU=Meni
19
+ CONTAINERBASE_SELECTION=Na\u010Din odabira
20
+ CONTAINERBASE_MENU_RECT=Pravougaoni odabir
21
+ CONTAINERBASE_MENU_LASSO=Laso odabir
22
+ CONTAINERBASE_MENU_SINGLE=Pojedina\u010Dni odabir
23
+
24
+
25
+ MAPCONTAINER_ZOOMIN=Uve\u0107aj
26
+ MAPCONTAINER_ZOOMOUT=Umanji
27
+ MAPCONTAINER_HOME=Po\u010Detna stranica
28
+ MAPCONTAINER_RECT_ZOOM=Pravougaono zumiranje
@@ -17,7 +17,7 @@ CONTAINERBASE_FULLSCREEN=Cel\u00E1 obrazovka
17
17
  CONTAINERBASE_SETTINGS=Nastaven\u00ED
18
18
  CONTAINERBASE_MENU=Menu
19
19
  CONTAINERBASE_SELECTION=Re\u017Eim v\u00FDb\u011Bru
20
- CONTAINERBASE_MENU_RECT=V\u00FDb\u011Br\: Obd\u00E9ln\u00EDk
20
+ CONTAINERBASE_MENU_RECT=Obd\u00E9ln\u00EDkov\u00FD v\u00FDb\u011Br
21
21
  CONTAINERBASE_MENU_LASSO=V\u00FDb\u011Br\: Lasso
22
22
  CONTAINERBASE_MENU_SINGLE=Jednoduch\u00FD v\u00FDb\u011Br
23
23
 
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=Jednoduch\u00FD v\u00FDb\u011Br
25
25
  MAPCONTAINER_ZOOMIN=Zv\u011Bt\u0161en\u00ED
26
26
  MAPCONTAINER_ZOOMOUT=Zmen\u0161en\u00ED
27
27
  MAPCONTAINER_HOME=Spu\u0161t\u011Bn\u00ED
28
- MAPCONTAINER_RECT_ZOOM=Lupa\: Obd\u00E9ln\u00EDk
28
+ MAPCONTAINER_RECT_ZOOM=Lupa\: Obd\u00E9ln\u00EDk
@@ -17,8 +17,8 @@ CONTAINERBASE_FULLSCREEN=Sgrin Lawn
17
17
  CONTAINERBASE_SETTINGS=Gosodiadau
18
18
  CONTAINERBASE_MENU=Dewislen
19
19
  CONTAINERBASE_SELECTION=Modd Dewis
20
- CONTAINERBASE_MENU_RECT=Dewisiad Petryal
21
- CONTAINERBASE_MENU_LASSO=Dewisiad Lasso
20
+ CONTAINERBASE_MENU_RECT=Dewis Petryal
21
+ CONTAINERBASE_MENU_LASSO=Dewis Lasso
22
22
  CONTAINERBASE_MENU_SINGLE=Dewis Un
23
23
 
24
24
 
@@ -16,13 +16,13 @@ GEOMAP_INVALID_ZOOM_LEVEL=Ugyldigt zoomniveau valgt
16
16
  CONTAINERBASE_FULLSCREEN=Fuldsk\u00E6rm
17
17
  CONTAINERBASE_SETTINGS=Indstillinger
18
18
  CONTAINERBASE_MENU=Menu
19
- CONTAINERBASE_SELECTION=Selektionsmode
20
- CONTAINERBASE_MENU_RECT=Selektion\: Rektangel
21
- CONTAINERBASE_MENU_LASSO=Selektion\: Lasso
22
- CONTAINERBASE_MENU_SINGLE=Enkeltselektion
19
+ CONTAINERBASE_SELECTION=Valgtilstand
20
+ CONTAINERBASE_MENU_RECT=Valg\: Rektangel
21
+ CONTAINERBASE_MENU_LASSO=Valg\: Lasso
22
+ CONTAINERBASE_MENU_SINGLE=Enkeltvalg
23
23
 
24
24
 
25
25
  MAPCONTAINER_ZOOMIN=Forst\u00F8r
26
26
  MAPCONTAINER_ZOOMOUT=Formindsk
27
27
  MAPCONTAINER_HOME=Start
28
- MAPCONTAINER_RECT_ZOOM=Zoom\: Rektangel
28
+ MAPCONTAINER_RECT_ZOOM=Zoom\: Rektangel
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=Auswahl\: Einzeln
25
25
  MAPCONTAINER_ZOOMIN=Vergr\u00F6\u00DFern
26
26
  MAPCONTAINER_ZOOMOUT=Verkleinern
27
27
  MAPCONTAINER_HOME=Start
28
- MAPCONTAINER_RECT_ZOOM=Zoom\: Rechteck
28
+ MAPCONTAINER_RECT_ZOOM=Zoom\: Rechteck
@@ -17,12 +17,12 @@ CONTAINERBASE_FULLSCREEN=\u03A0\u03BB\u03AE\u03C1\u03B7\u03C2 \u039F\u03B8\u03CC
17
17
  CONTAINERBASE_SETTINGS=\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2
18
18
  CONTAINERBASE_MENU=\u039C\u03B5\u03BD\u03BF\u03CD
19
19
  CONTAINERBASE_SELECTION=\u039B\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
20
- CONTAINERBASE_MENU_RECT=\u039F\u03C1\u03B8\u03BF\u03B3\u03CE\u03BD\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
20
+ CONTAINERBASE_MENU_RECT=\u039F\u03C1\u03B8\u03BF\u03B3\u03CE\u03BD\u03B9\u03B1 \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
21
21
  CONTAINERBASE_MENU_LASSO=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE lasso
22
22
  CONTAINERBASE_MENU_SINGLE=\u039C\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03AE \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
23
23
 
24
24
 
25
- MAPCONTAINER_ZOOMIN=Zoom In
26
- MAPCONTAINER_ZOOMOUT=Zoom Out
25
+ MAPCONTAINER_ZOOMIN=\u039C\u03B5\u03B3\u03AD\u03B8\u03C5\u03BD\u03C3\u03B7
26
+ MAPCONTAINER_ZOOMOUT=\u03A3\u03BC\u03AF\u03BA\u03C1\u03C5\u03BD\u03C3\u03B7
27
27
  MAPCONTAINER_HOME=\u0391\u03C1\u03C7\u03B9\u03BA\u03AE \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1
28
28
  MAPCONTAINER_RECT_ZOOM=\u039F\u03C1\u03B8\u03BF\u03B3\u03CE\u03BD\u03B9\u03B1 \u03B5\u03C3\u03C4\u03AF\u03B1\u03C3\u03B7
@@ -21,6 +21,7 @@ CONTAINERBASE_MENU_RECT=Rectangular Selection
21
21
  CONTAINERBASE_MENU_LASSO=Lasso Selection
22
22
  CONTAINERBASE_MENU_SINGLE=Single Selection
23
23
 
24
+
24
25
  MAPCONTAINER_ZOOMIN=Zoom In
25
26
  MAPCONTAINER_ZOOMOUT=Zoom Out
26
27
  MAPCONTAINER_HOME=Home
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=Single Selection
25
25
  MAPCONTAINER_ZOOMIN=Zoom In
26
26
  MAPCONTAINER_ZOOMOUT=Zoom Out
27
27
  MAPCONTAINER_HOME=Home
28
- MAPCONTAINER_RECT_ZOOM=Rectangular Zoom
28
+ MAPCONTAINER_RECT_ZOOM=Rectangular Zoom
@@ -1,28 +1,28 @@
1
1
 
2
- NAVCTL_TITLE_MOVE=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u206ADouble-click to return to start position\u206A\u206A
3
- NAVCTL_TITLE_ZOOM=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u206AZoom \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
4
- NAVCTL_TITLE_MOVE_UP=\u206A\u206A\u206A\u200D\u200B\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u206AMove Up\u206A\u206A
5
- NAVCTL_TITLE_MOVE_DOWN=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u206AMove Down\u206A\u206A
6
- NAVCTL_TITLE_MOVE_LEFT=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u206AMove Left\u206A\u206A
7
- NAVCTL_TITLE_MOVE_RIGHT=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u206AMove Right\u206A\u206A
8
- WINDOW_CLOSE=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u206AClose\u206A\u206A
9
- LEGEND_COLLAPSE=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200D\u206ACollapse\u206A\u206A
10
- LEGEND_EXPAND=\u206A\u206A\u206A\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u206AExpand\u206A\u206A
11
- CAPTION_LEGEND=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u206ALegend\u206A\u206A
2
+ NAVCTL_TITLE_MOVE=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u206ADouble-click to return to start position\u206A\u206A
3
+ NAVCTL_TITLE_ZOOM=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u200C\u206AZoom \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
4
+ NAVCTL_TITLE_MOVE_UP=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u206AMove Up\u206A\u206A
5
+ NAVCTL_TITLE_MOVE_DOWN=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u206AMove Down\u206A\u206A
6
+ NAVCTL_TITLE_MOVE_LEFT=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200C\u206AMove Left\u206A\u206A
7
+ NAVCTL_TITLE_MOVE_RIGHT=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u206AMove Right\u206A\u206A
8
+ WINDOW_CLOSE=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u206AClose\u206A\u206A
9
+ LEGEND_COLLAPSE=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u206ACollapse\u206A\u206A
10
+ LEGEND_EXPAND=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u206AExpand\u206A\u206A
11
+ CAPTION_LEGEND=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u206ALegend\u206A\u206A
12
12
 
13
- GEOMAP_INVALID_CENTER_POSITION=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u206AInvalid center position given\u206A\u206A
14
- GEOMAP_INVALID_ZOOM_LEVEL=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u206AInvalid zoom level given\u206A\u206A
13
+ GEOMAP_INVALID_CENTER_POSITION=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u206AInvalid center position given\u206A\u206A
14
+ GEOMAP_INVALID_ZOOM_LEVEL=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200C\u200B\u206AInvalid zoom level given\u206A\u206A
15
15
 
16
- CONTAINERBASE_FULLSCREEN=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u206AFull Screen\u206A\u206A
17
- CONTAINERBASE_SETTINGS=\u206A\u206A\u206A\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u206ASettings\u206A\u206A
18
- CONTAINERBASE_MENU=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u206AMenu\u206A\u206A
19
- CONTAINERBASE_SELECTION=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u206ASelection Mode\u206A\u206A
20
- CONTAINERBASE_MENU_RECT=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u206ARectangular Selection\u206A\u206A
21
- CONTAINERBASE_MENU_LASSO=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u206ALasso Selection\u206A\u206A
22
- CONTAINERBASE_MENU_SINGLE=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u206ASingle Selection\u206A\u206A
16
+ CONTAINERBASE_FULLSCREEN=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u206AFull Screen\u206A\u206A
17
+ CONTAINERBASE_SETTINGS=\u206A\u206A\u206A\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u206ASettings\u206A\u206A
18
+ CONTAINERBASE_MENU=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u206AMenu\u206A\u206A
19
+ CONTAINERBASE_SELECTION=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u206ASelection Mode\u206A\u206A
20
+ CONTAINERBASE_MENU_RECT=\u206A\u206A\u206A\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u206ARectangular Selection\u206A\u206A
21
+ CONTAINERBASE_MENU_LASSO=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u206ALasso Selection\u206A\u206A
22
+ CONTAINERBASE_MENU_SINGLE=\u206A\u206A\u206A\u200D\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u206ASingle Selection\u206A\u206A
23
23
 
24
24
 
25
- MAPCONTAINER_ZOOMIN=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u206AZoom In\u206A\u206A
26
- MAPCONTAINER_ZOOMOUT=\u206A\u206A\u206A\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u206AZoom Out\u206A\u206A
27
- MAPCONTAINER_HOME=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u206AHome\u206A\u206A
28
- MAPCONTAINER_RECT_ZOOM=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u206ARectangular Zoom\u206A\u206A
25
+ MAPCONTAINER_ZOOMIN=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u206AZoom In\u206A\u206A
26
+ MAPCONTAINER_ZOOMOUT=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u206AZoom Out\u206A\u206A
27
+ MAPCONTAINER_HOME=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200D\u200C\u206AHome\u206A\u206A
28
+ MAPCONTAINER_RECT_ZOOM=\u206A\u206A\u206A\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u206ARectangular Zoom\u206A\u206A
@@ -14,15 +14,15 @@ GEOMAP_INVALID_CENTER_POSITION=Se ha seleccionado una posici\u00F3n central no v
14
14
  GEOMAP_INVALID_ZOOM_LEVEL=Se ha seleccionado un nivel de zoom no v\u00E1lido
15
15
 
16
16
  CONTAINERBASE_FULLSCREEN=Pantalla completa
17
- CONTAINERBASE_SETTINGS=Parametrizaciones
17
+ CONTAINERBASE_SETTINGS=Opciones
18
18
  CONTAINERBASE_MENU=Men\u00FA
19
19
  CONTAINERBASE_SELECTION=Modo de selecci\u00F3n
20
- CONTAINERBASE_MENU_RECT=Selecci\u00F3n\: Rect\u00E1ngulo
20
+ CONTAINERBASE_MENU_RECT=Selecci\u00F3n rectangular
21
21
  CONTAINERBASE_MENU_LASSO=Selecci\u00F3n\: Lasso
22
22
  CONTAINERBASE_MENU_SINGLE=Selecci\u00F3n simple
23
23
 
24
24
 
25
- MAPCONTAINER_ZOOMIN=Ampliar
26
- MAPCONTAINER_ZOOMOUT=Reducir
25
+ MAPCONTAINER_ZOOMIN=Zoom para acercar
26
+ MAPCONTAINER_ZOOMOUT=Zoom para alejar
27
27
  MAPCONTAINER_HOME=P\u00E1gina de inicio
28
- MAPCONTAINER_RECT_ZOOM=Zoom rectangular
28
+ MAPCONTAINER_RECT_ZOOM=Zoom rectangular
@@ -18,7 +18,7 @@ CONTAINERBASE_SETTINGS=Configuraci\u00F3n
18
18
  CONTAINERBASE_MENU=Men\u00FA
19
19
  CONTAINERBASE_SELECTION=Modo de selecci\u00F3n
20
20
  CONTAINERBASE_MENU_RECT=Selecci\u00F3n rectangular
21
- CONTAINERBASE_MENU_LASSO=Selecci\u00F3n de lazo
21
+ CONTAINERBASE_MENU_LASSO=Selecci\u00F3n Lasso
22
22
  CONTAINERBASE_MENU_SINGLE=Selecci\u00F3n simple
23
23
 
24
24
 
@@ -18,7 +18,7 @@ CONTAINERBASE_SETTINGS=S\u00E4tted
18
18
  CONTAINERBASE_MENU=Men\u00FC\u00FC
19
19
  CONTAINERBASE_SELECTION=Valikure\u017Eiim
20
20
  CONTAINERBASE_MENU_RECT=Ristk\u00FClikukujuline valik
21
- CONTAINERBASE_MENU_LASSO=Lassokujuline valik
21
+ CONTAINERBASE_MENU_LASSO=Lassovalik
22
22
  CONTAINERBASE_MENU_SINGLE=\u00DCks valik
23
23
 
24
24
 
@@ -17,12 +17,12 @@ CONTAINERBASE_FULLSCREEN=Plein \u00E9cran
17
17
  CONTAINERBASE_SETTINGS=Options
18
18
  CONTAINERBASE_MENU=Menu
19
19
  CONTAINERBASE_SELECTION=Mode de s\u00E9lection
20
- CONTAINERBASE_MENU_RECT=S\u00E9lection \: rectangle
21
- CONTAINERBASE_MENU_LASSO=S\u00E9lection \: Lasso
20
+ CONTAINERBASE_MENU_RECT=S\u00E9lection rectangulaire
21
+ CONTAINERBASE_MENU_LASSO=S\u00E9lection Lasso
22
22
  CONTAINERBASE_MENU_SINGLE=S\u00E9lection simple
23
23
 
24
24
 
25
25
  MAPCONTAINER_ZOOMIN=Zoom avant
26
26
  MAPCONTAINER_ZOOMOUT=Zoom arri\u00E8re
27
27
  MAPCONTAINER_HOME=Page d'accueil
28
- MAPCONTAINER_RECT_ZOOM=Zoom \: rectangle
28
+ MAPCONTAINER_RECT_ZOOM=Zoom rectangulaire
@@ -22,7 +22,7 @@ CONTAINERBASE_MENU_LASSO=Lasso \u091A\u092F\u0928
22
22
  CONTAINERBASE_MENU_SINGLE=\u090F\u0915\u0932 \u091A\u092F\u0928
23
23
 
24
24
 
25
- MAPCONTAINER_ZOOMIN=\u091C\u093C\u0942\u092E-\u0907\u0928
25
+ MAPCONTAINER_ZOOMIN=\u091C\u093C\u0942\u092E \u0907\u0928
26
26
  MAPCONTAINER_ZOOMOUT=\u095B\u0942\u092E \u0906\u0909\u091F
27
27
  MAPCONTAINER_HOME=\u0917\u0943\u0939
28
- MAPCONTAINER_RECT_ZOOM=\u0906\u092F\u093E\u0924\u093E\u0915\u093E\u0930 \u091C\u0942\u092E
28
+ MAPCONTAINER_RECT_ZOOM=\u0906\u092F\u093E\u0924\u093E\u0915\u093E\u0930 \u091C\u0942\u092E
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=Pojedina\u010Dni odabir
25
25
  MAPCONTAINER_ZOOMIN=Pove\u0107aj
26
26
  MAPCONTAINER_ZOOMOUT=Smanji
27
27
  MAPCONTAINER_HOME=Po\u010Detna stranica
28
- MAPCONTAINER_RECT_ZOOM=Pravokutno zumiranje
28
+ MAPCONTAINER_RECT_ZOOM=Pravokutno zumiranje
@@ -17,12 +17,12 @@ CONTAINERBASE_FULLSCREEN=Teljes k\u00E9perny\u0151
17
17
  CONTAINERBASE_SETTINGS=Be\u00E1ll\u00EDt\u00E1sok
18
18
  CONTAINERBASE_MENU=Men\u00FC
19
19
  CONTAINERBASE_SELECTION=Kiv\u00E1laszt\u00E1si m\u00F3d
20
- CONTAINERBASE_MENU_RECT=Kiv\u00E1laszt\u00E1s\: n\u00E9gyzet
21
- CONTAINERBASE_MENU_LASSO=Kiv\u00E1laszt\u00E1s\: lassz\u00F3
22
- CONTAINERBASE_MENU_SINGLE=Egyszer\u0171 kiv\u00E1laszt\u00E1s
20
+ CONTAINERBASE_MENU_RECT=N\u00E9gyzet alak\u00FA kijel\u00F6l\u00E9s
21
+ CONTAINERBASE_MENU_LASSO=Lassz\u00F3s kijel\u00F6l\u00E9s
22
+ CONTAINERBASE_MENU_SINGLE=Egyszer\u0171 kijel\u00F6l\u00E9s
23
23
 
24
24
 
25
25
  MAPCONTAINER_ZOOMIN=Nagy\u00EDt\u00E1s
26
26
  MAPCONTAINER_ZOOMOUT=Kicsiny\u00EDt\u00E9s
27
27
  MAPCONTAINER_HOME=Kezd\u0151oldal
28
- MAPCONTAINER_RECT_ZOOM=Zoom\: n\u00E9gyzet
28
+ MAPCONTAINER_RECT_ZOOM=N\u00E9gyzetalap\u00FA nagy\u00EDt\u00E1s
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=Pilihan Tunggal
25
25
  MAPCONTAINER_ZOOMIN=Perbesar
26
26
  MAPCONTAINER_ZOOMOUT=Perkecil
27
27
  MAPCONTAINER_HOME=Beranda
28
- MAPCONTAINER_RECT_ZOOM=Perbesar/Perkecil dalam Bentuk Persegi Panjang
28
+ MAPCONTAINER_RECT_ZOOM=Perbesar/Perkecil dalam Bentuk Persegi Panjang
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=Selezione singola
25
25
  MAPCONTAINER_ZOOMIN=Ingrandisci
26
26
  MAPCONTAINER_ZOOMOUT=Riduci
27
27
  MAPCONTAINER_HOME=Pagina iniziale
28
- MAPCONTAINER_RECT_ZOOM=Zoom\: rettangolo
28
+ MAPCONTAINER_RECT_ZOOM=Zoom\: rettangolo
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=\u05D1\u05D7\u05D9\u05E8\u05D4 \u05D9\u05D7\u05D9\u05D
25
25
  MAPCONTAINER_ZOOMIN=\u05D4\u05EA\u05DE\u05E7\u05D3\u05D5\u05EA
26
26
  MAPCONTAINER_ZOOMOUT=\u05D4\u05EA\u05E8\u05D7\u05E7\u05D5\u05EA
27
27
  MAPCONTAINER_HOME=\u05D3\u05E3 \u05D4\u05D1\u05D9\u05EA
28
- MAPCONTAINER_RECT_ZOOM=\u05D4\u05EA\u05DE\u05E7\u05D3\u05D5\u05EA - \u05DE\u05DC\u05D1\u05DF
28
+ MAPCONTAINER_RECT_ZOOM=\u05D4\u05EA\u05DE\u05E7\u05D3\u05D5\u05EA - \u05DE\u05DC\u05D1\u05DF
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=\u5358\u4E00\u9078\u629E
25
25
  MAPCONTAINER_ZOOMIN=\u62E1\u5927
26
26
  MAPCONTAINER_ZOOMOUT=\u7E2E\u5C0F
27
27
  MAPCONTAINER_HOME=\u30DB\u30FC\u30E0
28
- MAPCONTAINER_RECT_ZOOM=\u9577\u65B9\u5F62\u30BA\u30FC\u30E0
28
+ MAPCONTAINER_RECT_ZOOM=\u9577\u65B9\u5F62\u30BA\u30FC\u30E0
@@ -26,4 +26,3 @@ MAPCONTAINER_ZOOMIN=\u04AE\u043B\u043A\u0435\u0439\u0442\u0443
26
26
  MAPCONTAINER_ZOOMOUT=\u041A\u0456\u0448\u0456\u0440\u0435\u0439\u0442\u0443
27
27
  MAPCONTAINER_HOME=\u0411\u0430\u0441\u0442\u044B \u0431\u0435\u0442
28
28
  MAPCONTAINER_RECT_ZOOM=\u0422\u0456\u043A \u0442\u04E9\u0440\u0442\u0431\u04B1\u0440\u044B\u0448 \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0442\u0430\u0443
29
-
@@ -25,4 +25,4 @@ CONTAINERBASE_MENU_SINGLE=\uB2E8\uC77C \uC120\uD0DD
25
25
  MAPCONTAINER_ZOOMIN=\uD655\uB300
26
26
  MAPCONTAINER_ZOOMOUT=\uCD95\uC18C
27
27
  MAPCONTAINER_HOME=\uD648
28
- MAPCONTAINER_RECT_ZOOM=\uC9C1\uC0AC\uAC01\uD615 \uD655\uB300/\uCD95\uC18C
28
+ MAPCONTAINER_RECT_ZOOM=\uC9C1\uC0AC\uAC01\uD615 \uD655\uB300/\uCD95\uC18C