@sapui5/sap.ushell 1.120.7 → 1.120.9

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 (362) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  8. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +0 -7
  60. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
  61. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
  62. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
  63. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
  64. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +0 -4
  65. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
  66. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
  67. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
  68. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +7 -0
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +32 -52
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  72. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  73. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  74. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +2 -1
  75. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  76. package/src/main/js/sap/ushell/components/CatalogsManager.js +2 -2
  77. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  78. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
  79. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  80. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  81. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  82. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  83. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  84. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  85. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  86. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
  87. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +0 -34
  88. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
  89. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
  90. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
  91. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
  92. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
  93. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
  94. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
  95. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
  96. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
  97. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
  98. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
  99. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
  100. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
  101. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
  102. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
  106. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
  107. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +0 -11
  108. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
  109. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
  110. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
  111. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
  112. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
  113. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
  114. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
  117. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +0 -111
  118. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
  119. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
  120. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
  121. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
  122. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
  123. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
  124. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
  125. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  126. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
  130. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
  131. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
  132. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
  133. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
  134. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
  135. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
  136. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
  137. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
  138. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
  139. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +5 -5
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
  148. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  149. package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +0 -9
  150. package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
  151. package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
  152. package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
  153. package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
  154. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +0 -29
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +29 -0
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -6
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +29 -0
  163. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  164. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  165. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  166. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  167. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  168. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  169. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  170. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  171. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  172. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  173. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  175. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  176. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  177. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  178. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  179. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  180. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  181. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  182. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  183. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  184. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  185. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  186. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  187. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  188. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  189. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  192. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  193. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  194. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
  195. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  196. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  197. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  198. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  199. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  200. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  201. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  202. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +0 -76
  203. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +1 -1
  204. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +78 -0
  205. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +29 -29
  206. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +78 -0
  207. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +1 -1
  208. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  209. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  210. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  211. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  212. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  213. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  214. package/src/main/js/sap/ushell/library.js +1 -1
  215. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  216. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  217. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  218. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  219. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en.properties +0 -10
  220. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
  221. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
  222. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
  223. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
  224. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +0 -14
  225. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
  226. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
  227. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
  228. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
  229. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  230. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +17 -14
  231. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +51 -48
  232. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +11 -8
  233. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +11 -8
  234. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +22 -19
  235. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +16 -13
  236. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +24 -21
  237. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +22 -19
  238. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +26 -23
  239. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -930
  240. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +22 -19
  241. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +22 -19
  242. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +19 -16
  243. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +13 -10
  244. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +21 -18
  245. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +24 -21
  246. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +27 -24
  247. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +28 -25
  248. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +35 -32
  249. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +39 -36
  250. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +18 -15
  251. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -15
  252. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +17 -14
  253. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +18 -15
  254. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +26 -23
  255. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +31 -28
  256. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +24 -21
  257. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +16 -13
  258. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +20 -17
  259. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
  260. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +17 -14
  261. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +17 -14
  262. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +35 -32
  263. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +24 -21
  264. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +16 -13
  265. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +10 -7
  266. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +13 -10
  267. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +25 -22
  268. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +279 -276
  269. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +28 -25
  270. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +34 -31
  271. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
  272. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +18 -15
  273. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +25 -22
  274. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +36 -33
  275. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +49 -46
  276. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +17 -14
  277. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +13 -10
  278. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +24 -21
  279. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  280. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  281. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  282. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  283. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  284. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  285. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  286. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  287. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  288. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  289. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  290. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  291. package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
  292. package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
  293. package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
  294. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  295. package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
  296. package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
  297. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  298. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  299. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  300. package/src/main/js/sap/ushell/services/Message.js +1 -1
  301. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  302. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  303. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  304. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  305. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  306. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  307. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  308. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  309. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  310. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  311. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  312. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  313. package/src/main/js/sap/ushell/services/Search.js +1 -1
  314. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  315. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  316. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  317. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  318. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  319. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  320. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  321. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  322. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  323. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  324. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  325. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  326. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  327. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  328. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  329. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  330. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  331. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  332. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  333. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  334. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  335. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  336. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  337. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  338. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  339. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  340. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  341. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  342. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +12 -30
  343. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  344. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  345. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  346. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  347. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  348. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  349. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  350. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  351. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  352. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  353. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  354. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  355. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  356. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  357. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  358. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  359. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  360. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  361. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  362. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
@@ -1,228 +1,117 @@
1
- # Translatable texts for the SAP Build Work Zone search results
2
- #
3
- #XTIT,30: Title for search in all available categories, used as tooltip on tab and heading in configuration
4
1
  CATEGORIES.All.Title=All Categories
5
- #XTIT,18: Short Title for search in all available categories, displayed on a tab
6
2
  CATEGORIES.All.ShortTitle=All
7
- #XTIT,30: Title of the card showing the results for all categories
8
3
  CATEGORIES.All.Card.Title=Search Results
9
- #XTIT,40: SubTitle of the card showing the results for all categories
10
4
  CATEGORIES.All.Card.SubTitle=
11
- #XMSG,50: Message shown during requesting search results for all categories
12
5
  CATEGORIES.All.LoadingData=Searching
13
- #XMSG,50: Message shown if no results where found in any of the categories
14
6
  CATEGORIES.All.NoData=No matches found
15
- #XTIT,30: Title for search in application category, used as tooltip on tab and heading in configuration
16
7
  CATEGORIES.App.Title=Applications
17
- #XTIT,18: Short Title for search in application category, displayed on a tab
18
8
  CATEGORIES.App.ShortTitle=Apps
19
- #XTIT,30: Title of the card showing the results for the application category
20
9
  CATEGORIES.App.Card.Title=Applications
21
- #XTIT,40: SubTitle of the card showing the results for the application category
22
10
  CATEGORIES.App.Card.SubTitle=
23
- #XMSG,50: Message shown during requesting search results for the appplication category
24
11
  CATEGORIES.App.LoadingData=Searching for applications...
25
- #XMSG,50: Message shown if no results where found in for the application category
26
12
  CATEGORIES.App.NoData=No matching applications found
27
- #XTIT,30: Title for search in content/document category, used as tooltip on tab and heading in configuration
28
13
  CATEGORIES.Content.Title=Content
29
- #XTIT,18: Short Title for search in content category, displayed on a tab
30
14
  CATEGORIES.Content.ShortTitle=Content
31
- #XTIT,30: Title of the card showing the results for the content category
32
15
  CATEGORIES.Content.Card.Title=Content
33
- #XTIT,40: SubTitle of the card showing the results for the content category
34
16
  CATEGORIES.Content.Card.SubTitle=
35
- #XMSG,50: Message shown during requesting search results for the content category
36
17
  CATEGORIES.Content.LoadingData=Searching for content...
37
- #XMSG,50: Message shown if no results where found in for the content category
38
18
  CATEGORIES.Content.NoData=No matching content found
39
- #XTIT,30: Title for search in event category, used as tooltip on tab and heading in configuration
40
19
  CATEGORIES.Event.Title=Events
41
- #XTIT,18: Short Title for search in event category, displayed on a tab
42
20
  CATEGORIES.Event.ShortTitle=Events
43
- #XTIT,30: Title of the card showing the results for the event category
44
21
  CATEGORIES.Event.Card.Title=Events
45
- #XTIT,40: SubTitle of the card showing the results for the event category
46
22
  CATEGORIES.Event.Card.SubTitle=
47
- #XMSG,50: Message shown during requesting search results for the event category
48
23
  CATEGORIES.Event.LoadingData=Searching for events...
49
- #XMSG,50: Message shown if no results where found in for the event category
50
24
  CATEGORIES.Event.NoData=No matching events found
51
- #XTIT,30: Title for search in people category, used as tooltip on tab and heading in configuration
52
25
  CATEGORIES.People.Title=People
53
- #XTIT,18: Short Title for search in people category, displayed on a tab
54
26
  CATEGORIES.People.ShortTitle=People
55
- #XTIT,30: Title of the card showing the results for the people category
56
27
  CATEGORIES.People.Card.Title=People
57
- #XTIT,40: SubTitle of the card showing the results for the people category
58
28
  CATEGORIES.People.Card.SubTitle=
59
- #XMSG,50: Message shown during requesting search results for the people category
60
29
  CATEGORIES.People.LoadingData=Searching for people...
61
- #XMSG,50: Message shown if no results where found in for the people category
62
30
  CATEGORIES.People.NoData=No matching people found
63
- #XFLD,30: Label for the Email field of a person
64
31
  CATEGORIES.People.LblEmail=Mail
65
- #XFLD,30: Label for the Mobile Phone Number field of a person
66
32
  CATEGORIES.People.LblMobileNr=Mobile
67
- #XFLD,30: Label for the Work Phone Number field of a person
68
33
  CATEGORIES.People.LblWorkNr=Work
69
- #XFLD,30: Label for the Manager Name field of a person
70
34
  CATEGORIES.People.LblManager=Manager
71
- #XFLD,30: Label for the Office Location field of a person
72
35
  CATEGORIES.People.LblLocation=Location
73
- #XTIT,30: Title for search in task category, used as tooltip on tab and heading in configuration
74
36
  CATEGORIES.Task.Title=Tasks
75
- #XTIT,18: Short Title for search in task category, displayed on a tab
76
37
  CATEGORIES.Task.ShortTitle=Tasks
77
- #XTIT,30: Title of the card showing the results for the task category
78
38
  CATEGORIES.Task.Card.Title=Tasks
79
- #XTIT,40: SubTitle of the card showing the results for the task category
80
39
  CATEGORIES.Task.Card.SubTitle=
81
- #XMSG,50: Message shown during requesting search results for the task category
82
40
  CATEGORIES.Task.LoadingData=Searching for tasks...
83
- #XMSG,50: Message shown if no results where found in for the task category
84
41
  CATEGORIES.Task.NoData=No matching tasks found
85
- #XTIT,30: Title for search in forum category, used as tooltip on tab and heading in configuration
86
42
  CATEGORIES.Forum.Title=Forums
87
- #XTIT,18: Short Title for search in forum category, displayed on a tab
88
43
  CATEGORIES.Forum.ShortTitle=Forums
89
- #XTIT,30: Title of the card showing the results for the forum category
90
44
  CATEGORIES.Forum.Card.Title=Forums
91
- #XTIT,40: SubTitle of the card showing the results for the forum category
92
45
  CATEGORIES.Forum.Card.SubTitle=
93
- #XMSG,50: Message shown during requesting search results for the forum category
94
46
  CATEGORIES.Forum.LoadingData=Searching for forums...
95
- #XMSG,50: Message shown if no results where found in for the forum category
96
47
  CATEGORIES.Forum.NoData=No matching forums found
97
- #XTIT,30: Title for search in knowledge base category, used as tooltip on tab and heading in configuration
98
48
  CATEGORIES.KnowledgeBase.Title=Knowledge Base Articles
99
- #XTIT,18: Short Title for search in knowledge base category, displayed on a tab
100
49
  CATEGORIES.KnowledgeBase.ShortTitle=Knowledge Base
101
- #XTIT,30: Title of the card showing the results for the knowledge base category
102
50
  CATEGORIES.KnowledgeBase.Card.Title=Knowledge Base Articles
103
- #XTIT,40: SubTitle of the card showing the results for the knowledge base category
104
51
  CATEGORIES.KnowledgeBase.Card.SubTitle=
105
- #XMSG,50: Message shown during requesting search results for the knowledge base category
106
52
  CATEGORIES.KnowledgeBase.LoadingData=Searching for knowledge base articles...
107
- #XMSG,50: Message shown if no results where found in for the knowledge base category
108
53
  CATEGORIES.KnowledgeBase.NoData=No matching knowledge base articles found
109
- #XTIT,30: Title for search in tags category, used as tooltip on tab and heading in configuration
110
54
  CATEGORIES.Tag.Title=Tags
111
- #XTIT,18: Short Title for search in tags category, displayed on a tab
112
55
  CATEGORIES.Tag.ShortTitle=Tags
113
- #XTIT,30: Title of the card showing the results for the tags category
114
56
  CATEGORIES.Tag.Card.Title=Tags
115
- #XTIT,40: SubTitle of the card showing the results for the tags category
116
57
  CATEGORIES.Tag.Card.SubTitle=
117
- #XMSG,50: Message shown during requesting search results for the tags category
118
58
  CATEGORIES.Tag.LoadingData=Searching for tags...
119
- #XMSG,50: Message shown if no results where found in for the tags category
120
59
  CATEGORIES.Tag.NoData=No matching tags found
121
- #XTIT,30: Title for search in workpage category, used as tooltip on tab and heading in configuration
122
60
  CATEGORIES.WorkPage.Title=Workpages
123
- #XTIT,18: Short Title for search in workpage category, displayed on a tab
124
61
  CATEGORIES.WorkPage.ShortTitle=Workpages
125
- #XTIT,30: Title of the card showing the results for the workpage category
126
62
  CATEGORIES.WorkPage.Card.Title=Workpages
127
- #XTIT,40: SubTitle of the card showing the results for the workpage category
128
63
  CATEGORIES.WorkPage.Card.SubTitle=
129
- #XMSG,50: Message shown during requesting search results for the workpage category
130
64
  CATEGORIES.WorkPage.LoadingData=Searching for workpages...
131
- #XMSG,50: Message shown if no results where found in for the workpage category
132
65
  CATEGORIES.WorkPage.NoData=No matching workpages found
133
- #XTIT,30: Title for search in workspace category, used as tooltip on tab and heading in configuration
134
66
  CATEGORIES.WorkSpace.Title=Workspaces
135
- #XTIT,18: Short Title for search in workspace category, displayed on a tab
136
67
  CATEGORIES.WorkSpace.ShortTitle=Workspaces
137
- #XTIT,30: Title of the card showing the results for the workspace category
138
68
  CATEGORIES.WorkSpace.Card.Title=Workspaces
139
- #XTIT,40: SubTitle of the card showing the results for the workspace category
140
69
  CATEGORIES.WorkSpace.Card.SubTitle=
141
- #XMSG,50: Message shown during requesting search results for the workspace category
142
70
  CATEGORIES.WorkSpace.LoadingData=Searching for workspaces...
143
- #XMSG,50: Message shown if no results where found in for the workspace category
144
71
  CATEGORIES.WorkSpace.NoData=No matching workspaces found
145
- #XTIT,30: Title for search in comment category, used as tooltip on tab and heading in configuration
146
72
  CATEGORIES.Comment.Title=Comments
147
- #XTIT,18: Short Title for search in comment category, displayed on a tab
148
73
  CATEGORIES.Comment.ShortTitle=Comments
149
- #XTIT,30: Title of the card showing the results for the comment category
150
74
  CATEGORIES.Comment.Card.Title=Comments
151
- #XTIT,40: SubTitle of the card showing the results for the comment category
152
75
  CATEGORIES.Comment.Card.SubTitle=
153
- #XMSG,50: Message shown during requesting search results for the comment category
154
76
  CATEGORIES.Comment.LoadingData=Searching for comments...
155
- #XMSG,50: Message shown if no results where found in for the comment category
156
77
  CATEGORIES.Comment.NoData=No matching comments found
157
- #XTIT,30: Title for search in business records category, used as tooltip on tab and heading in configuration
158
78
  CATEGORIES.BusinessRecord.Title=Business Records
159
- #XTIT,18: Short Title for search in business records category, displayed on a tab
160
79
  CATEGORIES.BusinessRecord.ShortTitle=Records
161
- #XTIT,30: Title of the card showing the results for the business records category
162
80
  CATEGORIES.BusinessRecord.Card.Title=Business Records
163
- #XTIT,40: SubTitle of the card showing the results for the business records category
164
81
  CATEGORIES.BusinessRecord.Card.SubTitle=
165
- #XMSG,50: Message shown during requesting search results for the business records category
166
82
  CATEGORIES.BusinessRecord.LoadingData=Searching for business records...
167
- #XMSG,50: Message shown if no results where found in for the business records category
168
83
  CATEGORIES.BusinessRecord.NoData=No matching business records found
169
84
 
170
- #XTIT,30: Title for search in document category, used as tooltip on tab and heading in configuration
171
85
  CATEGORIES.Document.Title=Documents
172
- #XTIT,18: Short Title for search in document category, displayed on a tab
173
86
  CATEGORIES.Document.ShortTitle=Documents
174
- #XTIT,30: Title of the card showing the results for the document category
175
87
  CATEGORIES.Document.Card.Title=Documents
176
- #XTIT,40: SubTitle of the card showing the results for the document category
177
88
  CATEGORIES.Document.Card.SubTitle=
178
- #XMSG,50: Message shown during requesting search results for the document category
179
89
  CATEGORIES.Document.LoadingData=Searching for documents...
180
- #XMSG,50: Message shown if no results where found in for the document category
181
90
  CATEGORIES.Document.NoData=No matching documents found
182
91
 
183
- #XTIT,30: Title for search in video category, used as tooltip on tab and heading in configuration
184
92
  CATEGORIES.Video.Title=Videos
185
- #XTIT,18: Short Title for search in video category, displayed on a tab
186
93
  CATEGORIES.Video.ShortTitle=Videos
187
- #XTIT,30: Title of the card showing the results for the video category
188
94
  CATEGORIES.Video.Card.Title=Videos
189
- #XTIT,40: SubTitle of the card showing the results for the video category
190
95
  CATEGORIES.Video.Card.SubTitle=
191
- #XMSG,50: Message shown during requesting search results for the video category
192
96
  CATEGORIES.Video.LoadingData=Searching for videos...
193
- #XMSG,50: Message shown if no results where found in for the video category
194
97
  CATEGORIES.Video.NoData=No matching videos found
195
98
 
196
- #XBUT: Text of the view all button
197
99
  CATEGORIES.All.ViewAll=View All
198
100
 
199
- #XFLD,30: Label of filter field for tags and keywords
200
101
  FILTERS.Tags.Label=Tags/Keywords
201
- #XTOL,30: Tooltip of filter field for tags and keywords
202
102
  FILTERS.Tags.Description=Filter for tags and keywords
203
103
 
204
- #XFLD,30: Label of filter field for system and provider
205
104
  FILTERS.System.Label=System/Provider
206
- #XTOL,30: Tooltip of filter field for system and provider
207
105
  FILTERS.System.Description=Filter in specific connected systems
208
106
 
209
- #XFLD,30: Label of filter field for modified date
210
107
  FILTERS.Modified.Label=Modified
211
- #XTOL,30: Tooltip of filter field for modified date
212
108
  FILTERS.Modified.Description=Filter for Modified
213
109
 
214
- #XBUT,20: Tile View Button Text
215
110
  CATEGORY.Views.TileButtonText=Tile
216
- #XBUT,20: List View Button Text
217
111
  CATEGORY.Views.ListButtonText=List
218
- #XBUT,20: Card View Button Text
219
112
  CATEGORY.Views.CardButtonText=Card
220
- #XTOL,50: Tile View Button Tooltip
221
113
  CATEGORY.Views.TileButtonTooltip=Tile View
222
- #XTOL,50: List View Button Tooltip
223
114
  CATEGORY.Views.ListButtonTooltip=List View
224
- #XTOL,50: Card View Button Tooltip
225
115
  CATEGORY.Views.CardButtonTooltip=Card View
226
116
 
227
- #XBUT,20: Refresh Result Button Text
228
117
  CATEGORY.Views.RefreshButton=Refresh Result
@@ -3,7 +3,7 @@ CATEGORIES.All.ShortTitle=Todo
3
3
  CATEGORIES.All.Card.Title=Resultados de b\u00FAsqueda
4
4
  CATEGORIES.All.Card.SubTitle=
5
5
  CATEGORIES.All.LoadingData=Buscando
6
- CATEGORIES.All.NoData=No hay coincidencias
6
+ CATEGORIES.All.NoData=No se han encontrado coincidencias
7
7
  CATEGORIES.App.Title=Aplicaciones
8
8
  CATEGORIES.App.ShortTitle=Aplicaciones
9
9
  CATEGORIES.App.Card.Title=Aplicaciones
@@ -98,10 +98,10 @@ CATEGORIES.Video.NoData=No se ha encontrado ning\u00FAn v\u00EDdeo que coincida
98
98
 
99
99
  CATEGORIES.All.ViewAll=Ver todo
100
100
 
101
- FILTERS.Tags.Label=Etiquetas / palabras clave
101
+ FILTERS.Tags.Label=Etiquetas/palabras clave
102
102
  FILTERS.Tags.Description=Filtrar etiqueta y palab.clave
103
103
 
104
- FILTERS.System.Label=Sistema / proveedor
104
+ FILTERS.System.Label=Sistema/proveedor
105
105
  FILTERS.System.Description=Filtrar en sist.conect.espec\u00ED.
106
106
 
107
107
  FILTERS.Modified.Label=Modificado
@@ -98,10 +98,10 @@ CATEGORIES.Video.NoData=No se encontraron videos coincidentes
98
98
 
99
99
  CATEGORIES.All.ViewAll=Ver todo
100
100
 
101
- FILTERS.Tags.Label=Etiquetas / palabras clave
101
+ FILTERS.Tags.Label=Etiquetas/palabras clave
102
102
  FILTERS.Tags.Description=Filtrar por etiqu.y pal.clave
103
103
 
104
- FILTERS.System.Label=Sistema / proveedor
104
+ FILTERS.System.Label=Sistema/proveedor
105
105
  FILTERS.System.Description=Filtrar en sist.conect.espec\u00ED.
106
106
 
107
107
  FILTERS.Modified.Label=Modificado
@@ -3,7 +3,7 @@ CATEGORIES.All.ShortTitle=Kaikki
3
3
  CATEGORIES.All.Card.Title=Hakutulokset
4
4
  CATEGORIES.All.Card.SubTitle=
5
5
  CATEGORIES.All.LoadingData=Haku k\u00E4ynniss\u00E4
6
- CATEGORIES.All.NoData=Vastaavuuksia ei l\u00F6ydy
6
+ CATEGORIES.All.NoData=Esiintymi\u00E4 ei l\u00F6ytynyt
7
7
  CATEGORIES.App.Title=Sovellukset
8
8
  CATEGORIES.App.ShortTitle=Sovellukset
9
9
  CATEGORIES.App.Card.Title=Sovellukset
@@ -49,7 +49,7 @@ CATEGORIES.KnowledgeBase.Title=Tiet\u00E4myskanta-artikkelit
49
49
  CATEGORIES.KnowledgeBase.ShortTitle=Tiet.kanta
50
50
  CATEGORIES.KnowledgeBase.Card.Title=Tiet\u00E4myskanta-artikkelit
51
51
  CATEGORIES.KnowledgeBase.Card.SubTitle=
52
- CATEGORIES.KnowledgeBase.LoadingData=Haetaan tiet\u00E4myskanta-artikkeleita
52
+ CATEGORIES.KnowledgeBase.LoadingData=Haetaan tiet\u00E4myskanta-artikkeleita...
53
53
  CATEGORIES.KnowledgeBase.NoData=T\u00E4sm\u00E4\u00E4vi\u00E4 tiet\u00E4myskanta-artikkeleita ei l\u00F6ytynyt
54
54
  CATEGORIES.Tag.Title=Tunnisteet
55
55
  CATEGORIES.Tag.ShortTitle=Tunnisteet
@@ -3,7 +3,7 @@ CATEGORIES.All.ShortTitle=Tout
3
3
  CATEGORIES.All.Card.Title=R\u00E9sultats de la recherche
4
4
  CATEGORIES.All.Card.SubTitle=
5
5
  CATEGORIES.All.LoadingData=Recherche en cours
6
- CATEGORIES.All.NoData=Aucune correspondance trouv\u00E9e
6
+ CATEGORIES.All.NoData=Aucune occurrence trouv\u00E9e
7
7
  CATEGORIES.App.Title=Applications
8
8
  CATEGORIES.App.ShortTitle=Applications
9
9
  CATEGORIES.App.Card.Title=Applications
@@ -26,7 +26,7 @@ CATEGORIES.People.Title=Personnes
26
26
  CATEGORIES.People.ShortTitle=Personnes
27
27
  CATEGORIES.People.Card.Title=Personnes
28
28
  CATEGORIES.People.Card.SubTitle=
29
- CATEGORIES.People.LoadingData=Recherche de personnes en cours...
29
+ CATEGORIES.People.LoadingData=Recherche de personnes en cours\u2026
30
30
  CATEGORIES.People.NoData=Aucune personne correspondante trouv\u00E9e
31
31
  CATEGORIES.People.LblEmail=E-mail
32
32
  CATEGORIES.People.LblMobileNr=Portable
@@ -49,7 +49,7 @@ CATEGORIES.KnowledgeBase.Title=Articles base de connaissances
49
49
  CATEGORIES.KnowledgeBase.ShortTitle=Base conn.
50
50
  CATEGORIES.KnowledgeBase.Card.Title=Articles base de connaissances
51
51
  CATEGORIES.KnowledgeBase.Card.SubTitle=
52
- CATEGORIES.KnowledgeBase.LoadingData=Recherche d'articles de la base de conn. en crs...
52
+ CATEGORIES.KnowledgeBase.LoadingData=Recherche d'articles de la base de connaissances en cours...
53
53
  CATEGORIES.KnowledgeBase.NoData=Aucun article base de conn. correspondant trouv\u00E9
54
54
  CATEGORIES.Tag.Title=Mots-cl\u00E9s
55
55
  CATEGORIES.Tag.ShortTitle=Mots-cl\u00E9s
@@ -98,7 +98,7 @@ CATEGORIES.Video.NoData=Aucun vid\u00E9o correspondante trouv\u00E9e
98
98
 
99
99
  CATEGORIES.All.ViewAll=Afficher tout
100
100
 
101
- FILTERS.Tags.Label=Balises/mots-cl\u00E9s
101
+ FILTERS.Tags.Label=Mots-cl\u00E9s
102
102
  FILTERS.Tags.Description=Filtrer balises et mots-cl\u00E9s
103
103
 
104
104
  FILTERS.System.Label=Syst\u00E8me/Fournisseur
@@ -26,7 +26,7 @@ CATEGORIES.People.Title=Personnes
26
26
  CATEGORIES.People.ShortTitle=Personnes
27
27
  CATEGORIES.People.Card.Title=Personnes
28
28
  CATEGORIES.People.Card.SubTitle=
29
- CATEGORIES.People.LoadingData=Recherche de personnes en cours...
29
+ CATEGORIES.People.LoadingData=Recherche de personnes en cours\u2026
30
30
  CATEGORIES.People.NoData=Aucune personne correspondante trouv\u00E9e
31
31
  CATEGORIES.People.LblEmail=Courriel
32
32
  CATEGORIES.People.LblMobileNr=N\u00B0 de t\u00E9l\u00E9phone cellulaire
@@ -98,7 +98,7 @@ CATEGORIES.Video.NoData=Aucune vid\u00E9o correspondante trouv\u00E9e.
98
98
 
99
99
  CATEGORIES.All.ViewAll=Afficher tout
100
100
 
101
- FILTERS.Tags.Label=Balises/mots-cl\u00E9s
101
+ FILTERS.Tags.Label=Mots-cl\u00E9s
102
102
  FILTERS.Tags.Description=Filtrer balises et mots-cl\u00E9s
103
103
 
104
104
  FILTERS.System.Label=Syst\u00E8me/Fournisseur
@@ -14,7 +14,7 @@ CATEGORIES.Content.Title=\u0938\u093E\u092E\u0917\u094D\u0930\u0940
14
14
  CATEGORIES.Content.ShortTitle=\u0938\u093E\u092E\u0917\u094D\u0930\u0940
15
15
  CATEGORIES.Content.Card.Title=\u0938\u093E\u092E\u0917\u094D\u0930\u0940
16
16
  CATEGORIES.Content.Card.SubTitle=
17
- CATEGORIES.Content.LoadingData=\u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948\u2026
17
+ CATEGORIES.Content.LoadingData=\u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
18
18
  CATEGORIES.Content.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u0940
19
19
  CATEGORIES.Event.Title=\u0908\u0935\u0947\u0902\u091F
20
20
  CATEGORIES.Event.ShortTitle=\u0908\u0935\u0947\u0902\u091F
@@ -26,7 +26,7 @@ CATEGORIES.People.Title=\u0932\u094B\u0917
26
26
  CATEGORIES.People.ShortTitle=\u0932\u094B\u0917
27
27
  CATEGORIES.People.Card.Title=\u0932\u094B\u0917
28
28
  CATEGORIES.People.Card.SubTitle=
29
- CATEGORIES.People.LoadingData=\u0932\u094B\u0917 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C...
29
+ CATEGORIES.People.LoadingData=\u0932\u094B\u0917\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
30
30
  CATEGORIES.People.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0932\u094B\u0917 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u0947
31
31
  CATEGORIES.People.LblEmail=\u092E\u0947\u0932
32
32
  CATEGORIES.People.LblMobileNr=\u092E\u094B\u092C\u093E\u0907\u0932
@@ -43,13 +43,13 @@ CATEGORIES.Forum.Title=\u092E\u0902\u091A
43
43
  CATEGORIES.Forum.ShortTitle=\u092E\u0902\u091A
44
44
  CATEGORIES.Forum.Card.Title=\u092E\u0902\u091A
45
45
  CATEGORIES.Forum.Card.SubTitle=
46
- CATEGORIES.Forum.LoadingData=\u092E\u0902\u091A \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
46
+ CATEGORIES.Forum.LoadingData=\u092B\u093C\u094B\u0930\u092E \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
47
47
  CATEGORIES.Forum.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u093E \u092E\u0902\u091A \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E
48
48
  CATEGORIES.KnowledgeBase.Title=\u091C\u094D\u091E\u093E\u0928\u093E\u0927\u093E\u0930 \u0932\u0947\u0916
49
49
  CATEGORIES.KnowledgeBase.ShortTitle=\u091C\u094D\u091E\u093E\u0928\u093E\u0927\u093E\u0930
50
50
  CATEGORIES.KnowledgeBase.Card.Title=\u091C\u094D\u091E\u093E\u0928\u093E\u0927\u093E\u0930 \u0932\u0947\u0916
51
51
  CATEGORIES.KnowledgeBase.Card.SubTitle=
52
- CATEGORIES.KnowledgeBase.LoadingData=\u091C\u094D\u091E\u093E\u0928\u093E\u0927\u093E\u0930 \u0932\u0947\u0916 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
52
+ CATEGORIES.KnowledgeBase.LoadingData=\u091C\u094D\u091E\u093E\u0928\u093E\u0927\u093E\u0930 \u0932\u0947\u0916\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
53
53
  CATEGORIES.KnowledgeBase.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u093E \u091C\u094D\u091E\u093E\u0928\u093E\u0927\u093E\u0930 \u0932\u0947\u0916 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E
54
54
  CATEGORIES.Tag.Title=\u091F\u0948\u0917
55
55
  CATEGORIES.Tag.ShortTitle=\u091F\u0948\u0917
@@ -73,13 +73,13 @@ CATEGORIES.Comment.Title=\u091F\u093F\u092A\u094D\u092A\u0923\u093F\u092F\u093E\
73
73
  CATEGORIES.Comment.ShortTitle=\u091F\u093F\u092A\u094D\u092A\u0923\u093F\u092F\u093E\u0902
74
74
  CATEGORIES.Comment.Card.Title=\u091F\u093F\u092A\u094D\u092A\u0923\u093F\u092F\u093E\u0902
75
75
  CATEGORIES.Comment.Card.SubTitle=
76
- CATEGORIES.Comment.LoadingData=\u091F\u093F\u092A\u094D\u092A\u0923\u093F\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0915\u0930\u0947\u0902...
76
+ CATEGORIES.Comment.LoadingData=\u091F\u093F\u092A\u094D\u092A\u0923\u093F\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...
77
77
  CATEGORIES.Comment.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0940 \u091F\u093F\u092A\u094D\u092A\u0923\u093F\u092F\u093E\u0902 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E
78
78
  CATEGORIES.BusinessRecord.Title=\u0935\u094D\u092F\u0935\u0938\u093E\u092F \u0930\u093F\u0915\u0949\u0930\u094D\u0921
79
79
  CATEGORIES.BusinessRecord.ShortTitle=\u0930\u093F\u0915\u0949\u0930\u094D\u0921
80
80
  CATEGORIES.BusinessRecord.Card.Title=\u0935\u094D\u092F\u0935\u0938\u093E\u092F \u0930\u093F\u0915\u0949\u0930\u094D\u0921
81
81
  CATEGORIES.BusinessRecord.Card.SubTitle=
82
- CATEGORIES.BusinessRecord.LoadingData=\u0935\u094D\u092F\u0935\u0938\u093E\u092F \u0930\u093F\u0915\u0949\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0915\u0930\u0947\u0902...
82
+ CATEGORIES.BusinessRecord.LoadingData=\u0935\u094D\u092F\u0935\u0938\u093E\u092F \u0930\u093F\u0915\u0949\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0916\u094B\u091C \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...
83
83
  CATEGORIES.BusinessRecord.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0930\u093F\u0915\u0949\u0930\u094D\u0921 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u0940
84
84
 
85
85
  CATEGORIES.Document.Title=\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C
@@ -93,7 +93,7 @@ CATEGORIES.Video.Title=\u0935\u0940\u0921\u093F\u092F\u094B
93
93
  CATEGORIES.Video.ShortTitle=\u0935\u0940\u0921\u093F\u092F\u094B
94
94
  CATEGORIES.Video.Card.Title=\u0935\u0940\u0921\u093F\u092F\u094B
95
95
  CATEGORIES.Video.Card.SubTitle=
96
- CATEGORIES.Video.LoadingData=\u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0940 \u0916\u094B\u091C \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...
96
+ CATEGORIES.Video.LoadingData=\u0935\u0940\u0921\u093F\u092F\u094B \u0916\u094B\u091C \u0930\u0939\u093E \u0939\u0948...
97
97
  CATEGORIES.Video.NoData=\u0915\u094B\u0908 \u092E\u093F\u0932\u093E\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u0947
98
98
 
99
99
  CATEGORIES.All.ViewAll=\u0938\u092D\u0940 \u0926\u0947\u0916\u0947\u0902
@@ -8,7 +8,7 @@ CATEGORIES.App.Title=Aplikacije
8
8
  CATEGORIES.App.ShortTitle=Aplikacije
9
9
  CATEGORIES.App.Card.Title=Aplikacije
10
10
  CATEGORIES.App.Card.SubTitle=
11
- CATEGORIES.App.LoadingData=Tra\u017Eenja aplikacija..
11
+ CATEGORIES.App.LoadingData=Tra\u017Eenje aplikacija..
12
12
  CATEGORIES.App.NoData=Podudarne aplikacije nisu na\u0111ene
13
13
  CATEGORIES.Content.Title=Sadr\u017Eaj
14
14
  CATEGORIES.Content.ShortTitle=Sadr\u017Eaj
@@ -57,12 +57,12 @@ CATEGORIES.Tag.Card.Title=Oznake
57
57
  CATEGORIES.Tag.Card.SubTitle=
58
58
  CATEGORIES.Tag.LoadingData=Tra\u017Eenje oznaka...
59
59
  CATEGORIES.Tag.NoData=Podudarne oznake nisu na\u0111ene
60
- CATEGORIES.WorkPage.Title=Workpagei
61
- CATEGORIES.WorkPage.ShortTitle=Workpagei
62
- CATEGORIES.WorkPage.Card.Title=Workpagei
60
+ CATEGORIES.WorkPage.Title=Radne stranice
61
+ CATEGORIES.WorkPage.ShortTitle=Radne stranice
62
+ CATEGORIES.WorkPage.Card.Title=Radne stranice
63
63
  CATEGORIES.WorkPage.Card.SubTitle=
64
- CATEGORIES.WorkPage.LoadingData=Tra\u017Eenje Workpagea...
65
- CATEGORIES.WorkPage.NoData=Podudarni workpagei nisu na\u0111eni
64
+ CATEGORIES.WorkPage.LoadingData=Tra\u017Eenje radnih stranica...
65
+ CATEGORIES.WorkPage.NoData=Nisu prona\u0111ene podudarne radne stranice
66
66
  CATEGORIES.WorkSpace.Title=Radna podru\u010Dja
67
67
  CATEGORIES.WorkSpace.ShortTitle=Rad.podru\u010Dja
68
68
  CATEGORIES.WorkSpace.Card.Title=Radna podru\u010Dja
@@ -98,10 +98,10 @@ CATEGORIES.Video.NoData=Nisu na\u0111eni podudarni videozapisi
98
98
 
99
99
  CATEGORIES.All.ViewAll=Prika\u017Ei sve
100
100
 
101
- FILTERS.Tags.Label=Oznake/klju\u010Dne rije\u010Di
101
+ FILTERS.Tags.Label=Oznake / klju\u010Dne rije\u010Di
102
102
  FILTERS.Tags.Description=Filtriraj za ozn.i klj.rije\u010Di
103
103
 
104
- FILTERS.System.Label=Sustav/dobavlja\u010D
104
+ FILTERS.System.Label=Sustav/davatelj
105
105
  FILTERS.System.Description=Filtrir.u odre\u0111.pov.sustavima
106
106
 
107
107
  FILTERS.Modified.Label=Preina\u010Deno
@@ -98,7 +98,7 @@ CATEGORIES.Video.NoData=Nem tal\u00E1lhat\u00F3k egyez\u0151 vide\u00F3k
98
98
 
99
99
  CATEGORIES.All.ViewAll=\u00D6sszes megjelen\u00EDt\u00E9se
100
100
 
101
- FILTERS.Tags.Label=C\u00EDmke/kulcssz\u00F3
101
+ FILTERS.Tags.Label=C\u00EDmk\u00E9k/kulcsszavak
102
102
  FILTERS.Tags.Description=Sz\u0171r\u00E9s c\u00EDmk\u00E9re \u00E9s kulcssz\u00F3ra
103
103
 
104
104
  FILTERS.System.Label=Rendszer/szolg\u00E1ltat\u00F3
@@ -3,7 +3,7 @@ CATEGORIES.All.ShortTitle=Tutte
3
3
  CATEGORIES.All.Card.Title=Risultati della ricerca
4
4
  CATEGORIES.All.Card.SubTitle=
5
5
  CATEGORIES.All.LoadingData=Ricerca in corso...
6
- CATEGORIES.All.NoData=Nessuna corrispondenza trovata
6
+ CATEGORIES.All.NoData=Nessun risultato trovato
7
7
  CATEGORIES.App.Title=Applicazioni
8
8
  CATEGORIES.App.ShortTitle=Apps
9
9
  CATEGORIES.App.Card.Title=Applicazioni
@@ -49,7 +49,7 @@ CATEGORIES.KnowledgeBase.Title=Articoli base cognizioni
49
49
  CATEGORIES.KnowledgeBase.ShortTitle=Base cogn.
50
50
  CATEGORIES.KnowledgeBase.Card.Title=Articoli base cognizioni
51
51
  CATEGORIES.KnowledgeBase.Card.SubTitle=
52
- CATEGORIES.KnowledgeBase.LoadingData=Ricerca di articoli base cognizioni in corso...
52
+ CATEGORIES.KnowledgeBase.LoadingData=Ricerca di articoli della knowledge base in corso...
53
53
  CATEGORIES.KnowledgeBase.NoData=Nessun articolo corrispondente trovato
54
54
  CATEGORIES.Tag.Title=Tags
55
55
  CATEGORIES.Tag.ShortTitle=Tags
@@ -79,14 +79,14 @@ CATEGORIES.BusinessRecord.Title=\u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05E2\u05E
79
79
  CATEGORIES.BusinessRecord.ShortTitle=\u05E8\u05E9\u05D5\u05DE\u05D5\u05EA
80
80
  CATEGORIES.BusinessRecord.Card.Title=\u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05E2\u05E1\u05E7\u05D9\u05D5\u05EA
81
81
  CATEGORIES.BusinessRecord.Card.SubTitle=
82
- CATEGORIES.BusinessRecord.LoadingData=\u05DE\u05D7\u05E4\u05E9 \u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05E2\u05E1\u05E7\u05D9\u05D5\u05EA
82
+ CATEGORIES.BusinessRecord.LoadingData=\u05DE\u05D7\u05E4\u05E9 \u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05E2\u05E1\u05E7\u05D9\u05D5\u05EA...
83
83
  CATEGORIES.BusinessRecord.NoData=\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D5 \u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05E2\u05E1\u05E7\u05D9\u05D5\u05EA \u05EA\u05D5\u05D0\u05DE\u05D5\u05EA
84
84
 
85
85
  CATEGORIES.Document.Title=\u05DE\u05E1\u05DE\u05DB\u05D9\u05DD
86
86
  CATEGORIES.Document.ShortTitle=\u05DE\u05E1\u05DE\u05DB\u05D9\u05DD
87
87
  CATEGORIES.Document.Card.Title=\u05DE\u05E1\u05DE\u05DB\u05D9\u05DD
88
88
  CATEGORIES.Document.Card.SubTitle=
89
- CATEGORIES.Document.LoadingData=\u05D7\u05D9\u05E4\u05D5\u05E9 \u05D0\u05D7\u05E8 \u05DE\u05E1\u05DE\u05DB\u05D9\u05DD...
89
+ CATEGORIES.Document.LoadingData=\u05DE\u05D7\u05E4\u05E9 \u05DE\u05E1\u05DE\u05DB\u05D9\u05DD...
90
90
  CATEGORIES.Document.NoData=\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D5 \u05DE\u05E1\u05DE\u05DB\u05D9\u05DD \u05DE\u05EA\u05D0\u05D9\u05DE\u05D9\u05DD
91
91
 
92
92
  CATEGORIES.Video.Title=\u05E1\u05E8\u05D8\u05D5\u05E0\u05D9 \u05D5\u05D9\u05D3\u05D9\u05D0\u05D5
@@ -98,7 +98,7 @@ CATEGORIES.Video.NoData=\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D5 \u05E1\u05E8
98
98
 
99
99
  CATEGORIES.All.ViewAll=\u05D4\u05E6\u05D2 \u05D4\u05DB\u05D5\u05DC
100
100
 
101
- FILTERS.Tags.Label=\u05EA\u05D2\u05D9\u05DD/\u05DE\u05D9\u05DC\u05D5\u05EA \u05DE\u05E4\u05EA\u05D7
101
+ FILTERS.Tags.Label=\u05EA\u05D2\u05D9\u05D5\u05EA/\u05DE\u05D9\u05DC\u05D5\u05EA \u05DE\u05E4\u05EA\u05D7
102
102
  FILTERS.Tags.Description=\u05DE\u05E1\u05E0\u05DF \u05E2\u05D1\u05D5\u05E8 \u05EA\u05D2\u05D9\u05DD \u05D5\u05DE\u05D9\u05DC\u05D5\u05EA \u05DE\u05E4\u05EA\u05D7
103
103
 
104
104
  FILTERS.System.Label=\u05DE\u05E2\u05E8\u05DB\u05EA/\u05E1\u05E4\u05E7
@@ -3,7 +3,7 @@ CATEGORIES.All.ShortTitle=\u3059\u3079\u3066
3
3
  CATEGORIES.All.Card.Title=\u691C\u7D22\u7D50\u679C
4
4
  CATEGORIES.All.Card.SubTitle=
5
5
  CATEGORIES.All.LoadingData=\u691C\u7D22\u4E2D
6
- CATEGORIES.All.NoData=\u4E00\u81F4\u3059\u308B\u3082\u306E\u304C\u3042\u308A\u307E\u305B\u3093
6
+ CATEGORIES.All.NoData=\u4E00\u81F4\u306A\u3057
7
7
  CATEGORIES.App.Title=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3
8
8
  CATEGORIES.App.ShortTitle=\u30A2\u30D7\u30EA
9
9
  CATEGORIES.App.Card.Title=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3
@@ -3,7 +3,7 @@ CATEGORIES.All.ShortTitle=\uBAA8\uB450
3
3
  CATEGORIES.All.Card.Title=\uAC80\uC0C9 \uACB0\uACFC
4
4
  CATEGORIES.All.Card.SubTitle=
5
5
  CATEGORIES.All.LoadingData=\uAC80\uC0C9 \uC911
6
- CATEGORIES.All.NoData=\uC77C\uCE58 \uD56D\uBAA9 \uC5C6\uC74C
6
+ CATEGORIES.All.NoData=\uC77C\uCE58\uD558\uB294 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
7
7
  CATEGORIES.App.Title=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158
8
8
  CATEGORIES.App.ShortTitle=\uC571
9
9
  CATEGORIES.App.Card.Title=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158
@@ -79,21 +79,21 @@ CATEGORIES.BusinessRecord.Title=\uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC
79
79
  CATEGORIES.BusinessRecord.ShortTitle=\uB808\uCF54\uB4DC
80
80
  CATEGORIES.BusinessRecord.Card.Title=\uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC
81
81
  CATEGORIES.BusinessRecord.Card.SubTitle=
82
- CATEGORIES.BusinessRecord.LoadingData=\uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC\uB97C \uAC80\uC0C9\uD558\uB294 \uC911...
82
+ CATEGORIES.BusinessRecord.LoadingData=\uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC \uAC80\uC0C9 \uC911...
83
83
  CATEGORIES.BusinessRecord.NoData=\uC77C\uCE58\uD558\uB294 \uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC \uC5C6\uC74C
84
84
 
85
85
  CATEGORIES.Document.Title=\uBB38\uC11C
86
86
  CATEGORIES.Document.ShortTitle=\uBB38\uC11C
87
87
  CATEGORIES.Document.Card.Title=\uBB38\uC11C
88
88
  CATEGORIES.Document.Card.SubTitle=
89
- CATEGORIES.Document.LoadingData=\uBB38\uC11C\uB97C \uAC80\uC0C9\uD558\uB294 \uC911...
89
+ CATEGORIES.Document.LoadingData=\uBB38\uC11C \uAC80\uC0C9 \uC911...
90
90
  CATEGORIES.Document.NoData=\uC77C\uCE58\uD558\uB294 \uBB38\uC11C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
91
91
 
92
92
  CATEGORIES.Video.Title=\uBE44\uB514\uC624
93
93
  CATEGORIES.Video.ShortTitle=\uBE44\uB514\uC624
94
94
  CATEGORIES.Video.Card.Title=\uBE44\uB514\uC624
95
95
  CATEGORIES.Video.Card.SubTitle=
96
- CATEGORIES.Video.LoadingData=\uBE44\uB514\uC624\uB97C \uAC80\uC0C9\uD558\uB294 \uC911...
96
+ CATEGORIES.Video.LoadingData=\uBE44\uB514\uC624 \uAC80\uC0C9 \uC911...
97
97
  CATEGORIES.Video.NoData=\uC77C\uCE58\uD558\uB294 \uBE44\uB514\uC624 \uC5C6\uC74C
98
98
 
99
99
  CATEGORIES.All.ViewAll=\uBAA8\uB450 \uBCF4\uAE30