@openui5/sap.ui.integration 1.122.0 → 1.123.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -6
- package/src/sap/ui/integration/.library +4 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +4 -4
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +10 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/data/CsrfToken.js +18 -7
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +22 -3
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +2 -2
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +14 -11
- package/src/sap/ui/integration/editor/Editor.js +14 -8
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +5 -4
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +8 -2
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/library.js +6 -4
- package/src/sap/ui/integration/messagebundle.properties +2 -5
- package/src/sap/ui/integration/messagebundle_ar.properties +2 -8
- package/src/sap/ui/integration/messagebundle_bg.properties +2 -8
- package/src/sap/ui/integration/messagebundle_ca.properties +2 -8
- package/src/sap/ui/integration/messagebundle_cnr.properties +2 -8
- package/src/sap/ui/integration/messagebundle_cs.properties +2 -8
- package/src/sap/ui/integration/messagebundle_cy.properties +2 -8
- package/src/sap/ui/integration/messagebundle_da.properties +2 -8
- package/src/sap/ui/integration/messagebundle_de.properties +2 -8
- package/src/sap/ui/integration/messagebundle_el.properties +2 -8
- package/src/sap/ui/integration/messagebundle_en.properties +2 -157
- package/src/sap/ui/integration/messagebundle_en_GB.properties +2 -8
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +4 -8
- package/src/sap/ui/integration/messagebundle_es.properties +2 -8
- package/src/sap/ui/integration/messagebundle_es_MX.properties +2 -8
- package/src/sap/ui/integration/messagebundle_et.properties +2 -8
- package/src/sap/ui/integration/messagebundle_fi.properties +1 -7
- package/src/sap/ui/integration/messagebundle_fr.properties +2 -8
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +9 -15
- package/src/sap/ui/integration/messagebundle_hi.properties +2 -8
- package/src/sap/ui/integration/messagebundle_hr.properties +2 -8
- package/src/sap/ui/integration/messagebundle_hu.properties +2 -8
- package/src/sap/ui/integration/messagebundle_id.properties +2 -8
- package/src/sap/ui/integration/messagebundle_it.properties +2 -8
- package/src/sap/ui/integration/messagebundle_iw.properties +2 -8
- package/src/sap/ui/integration/messagebundle_ja.properties +2 -8
- package/src/sap/ui/integration/messagebundle_kk.properties +2 -8
- package/src/sap/ui/integration/messagebundle_ko.properties +2 -8
- package/src/sap/ui/integration/messagebundle_lt.properties +2 -8
- package/src/sap/ui/integration/messagebundle_lv.properties +2 -8
- package/src/sap/ui/integration/messagebundle_mk.properties +2 -8
- package/src/sap/ui/integration/messagebundle_ms.properties +2 -8
- package/src/sap/ui/integration/messagebundle_nl.properties +2 -8
- package/src/sap/ui/integration/messagebundle_no.properties +2 -8
- package/src/sap/ui/integration/messagebundle_pl.properties +2 -8
- package/src/sap/ui/integration/messagebundle_pt.properties +2 -8
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +2 -8
- package/src/sap/ui/integration/messagebundle_ro.properties +2 -8
- package/src/sap/ui/integration/messagebundle_ru.properties +2 -8
- package/src/sap/ui/integration/messagebundle_sh.properties +2 -8
- package/src/sap/ui/integration/messagebundle_sk.properties +2 -8
- package/src/sap/ui/integration/messagebundle_sl.properties +2 -8
- package/src/sap/ui/integration/messagebundle_sr.properties +2 -8
- package/src/sap/ui/integration/messagebundle_sv.properties +2 -8
- package/src/sap/ui/integration/messagebundle_th.properties +2 -8
- package/src/sap/ui/integration/messagebundle_tr.properties +2 -8
- package/src/sap/ui/integration/messagebundle_uk.properties +2 -8
- package/src/sap/ui/integration/messagebundle_vi.properties +2 -8
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +2 -8
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +2 -8
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/themes/base/Card.less +0 -135
- package/src/sap/ui/integration/themes/base/CardTileVariant.less +144 -0
- package/src/sap/ui/integration/themes/base/ListContentItem.less +3 -5
- package/src/sap/ui/integration/themes/base/library.source.less +1 -0
- package/src/sap/ui/integration/themes/sap_hcb/ListContentItem.less +6 -0
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +8 -9
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -2
- package/src/sap/ui/integration/util/DateRangeHelper.js +6 -8
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +23 -8
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +17 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +12 -3
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
- package/ui5.yaml +4 -0
|
@@ -1,455 +1,300 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.ui.integration library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XTIT: Card header count
|
|
5
2
|
CARD.COUNT_X_OF_Y={0} of {1}
|
|
6
3
|
|
|
7
|
-
#XMSG: Error message when unknown error occured
|
|
8
|
-
CARD_ERROR_OCCURED=An error occurred
|
|
9
|
-
|
|
10
|
-
#XTXT: Card Manifest text
|
|
11
4
|
CARD_MANIFEST=Card Manifest
|
|
12
5
|
|
|
13
|
-
#XTXT: Copy to Clipboard text
|
|
14
6
|
CARD_TEXT_COPY=Copy to Clipboard
|
|
15
7
|
|
|
16
|
-
#XMSG: Error message when data couldn't load
|
|
17
8
|
CARD_DATA_LOAD_ERROR=Unable to load data
|
|
18
9
|
|
|
19
|
-
#XMSG: Error message when unable to load dependencies
|
|
20
10
|
CARD_DATA_LOAD_DEPENDENCIES_ERROR=Unable to load dependencies
|
|
21
11
|
|
|
22
|
-
#XMSG: Error message when data for a filter couldn't load
|
|
23
12
|
CARD_FILTER_DATA_LOAD_ERROR=Unable to load the filter
|
|
24
13
|
|
|
25
|
-
#XMSG: Error message when no items are available after requests in lists
|
|
26
14
|
CARD_NO_ITEMS_ERROR_LISTS=No items available
|
|
27
15
|
|
|
28
|
-
#XMSG: Error message when no items are available after request in chart
|
|
29
16
|
CARD_NO_ITEMS_ERROR_CHART=No data available
|
|
30
17
|
|
|
31
|
-
#XMSG: Error message when embedded page couldn't be loaded after certain seconds
|
|
32
18
|
CARD_WEB_PAGE_TIMEOUT_ERROR=The page could not be loaded in {0} seconds. Please check the URL.
|
|
33
19
|
|
|
34
|
-
#XMSG: Error message when there is no provided URL
|
|
35
20
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=The URL of the page is empty.
|
|
36
21
|
|
|
37
|
-
#XMSG: Error message when provided URL doesn't start with https://
|
|
38
22
|
CARD_WEB_PAGE_HTTPS_URL_ERROR=Please use a secure URL (https\://)
|
|
39
23
|
|
|
40
|
-
#XBUT: Tooltip/text for button which closes a dialog
|
|
41
24
|
CARD_DIALOG_CLOSE_BUTTON=Close
|
|
42
25
|
|
|
43
|
-
#XTIT: Title for a card error dialog
|
|
44
26
|
CARD_ERROR_DIALOG_TITLE=Error Details
|
|
45
27
|
|
|
46
|
-
#XBUT: Button text for displaying additional information
|
|
47
28
|
CARD_BUTTON_SHOW_MORE=Show More
|
|
48
29
|
|
|
49
|
-
#XMSG: Title for an error message when there is a timeout
|
|
50
30
|
CARD_ERROR_REQUEST_TIMEOUT_TITLE=Timeout Error
|
|
51
31
|
|
|
52
|
-
#XMSG: Title for an error message when the requested URL is not found
|
|
53
32
|
CARD_ERROR_REQUEST_NOTFOUND_TITLE=Not Found
|
|
54
33
|
|
|
55
|
-
#XMSG: Title for an error message when there is a card configuration error
|
|
56
34
|
CARD_ERROR_CONFIGURATION_TITLE=Card Configuration Error
|
|
57
35
|
|
|
58
|
-
#XMSG: General error description when data request is not successful
|
|
59
36
|
CARD_ERROR_REQUEST_DESCRIPTION=Try to refresh later or contact technical support
|
|
60
37
|
|
|
61
|
-
#XMSG: Error description when there is a configuration error
|
|
62
38
|
CARD_ERROR_CONFIGURATION_DESCRIPTION=Contact technical support
|
|
63
39
|
|
|
64
|
-
#XMSG: Error description when the Highcharts library is not initialized
|
|
65
40
|
CARD_ERROR_HIGHCHARTS_DESCRIPTION=A problem occurred while loading the Highcharts library. Could not initialize AnalyticsCloud card content.
|
|
66
41
|
|
|
67
|
-
#XMSG: Error description when component is not created
|
|
68
42
|
CARD_ERROR_COMPONENT_DESCRIPTION=Card content failed to create component
|
|
69
43
|
|
|
70
|
-
#XMSG: General error description when access is denied
|
|
71
44
|
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=Check your access rights or contact technical support
|
|
72
45
|
|
|
73
|
-
|
|
74
|
-
CARD_ERROR_REQUEST_DETAILS=An error occurred while requesting {0}. Please contact the system administrator.
|
|
46
|
+
CARD_ERROR_REQUEST_DETAILS=An error occurred while requesting "{0}". Please contact the system administrator.
|
|
75
47
|
|
|
76
|
-
|
|
77
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=A timeout occurred while requesting {0}. Please contact the system administrator.
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=A timeout occurred while requesting "{0}". Please contact the system administrator.
|
|
78
49
|
|
|
79
|
-
#XTXT: Text indicating a log message will follow
|
|
80
50
|
CARD_LOG_MSG=Log message\:
|
|
81
51
|
|
|
82
|
-
#XTXT: Text indicating request settings text will follow
|
|
83
52
|
CARD_REQUEST_SETTINGS=Request settings\:
|
|
84
53
|
|
|
85
|
-
#XTXT: Text indicating a request text will follow
|
|
86
54
|
CARD_REQUEST=Request\:
|
|
87
55
|
|
|
88
|
-
#XTXT: Text indicating a response headers text will follow
|
|
89
56
|
CARD_RESPONSE_HEADERS=Response headers\:
|
|
90
57
|
|
|
91
|
-
#XTXT: Text indicating a response text will follow
|
|
92
58
|
CARD_RESPONSE=Response\:
|
|
93
59
|
|
|
94
|
-
#XTXT: Text indicating a stack trace text will follow
|
|
95
60
|
CARD_STACK_TRACE=Stack trace\:
|
|
96
61
|
|
|
97
|
-
#XMSG: Success Message for Action Submit in AdaptiveContent
|
|
98
62
|
CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=Data sent successfully
|
|
99
63
|
|
|
100
|
-
#XMSG: Error Message for Action Submit in AdaptiveContent
|
|
101
64
|
CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=An error occurred when sending the data
|
|
102
65
|
|
|
103
|
-
#XTXT: ARIA label text for a CalendarContent
|
|
104
66
|
CARDS_CALENDAR=Calendar Card
|
|
105
67
|
|
|
106
|
-
#XTXT: ARIA label text for a legend inside a CalendarContent
|
|
107
68
|
CARDS_CALENDAR_LEGEND=Legend
|
|
108
69
|
|
|
109
|
-
#XTXT: ARIA label text for an appointment list inside a CalendarContent
|
|
110
70
|
CARDS_CALENDAR_APPOINTMENTS=Appointments List
|
|
111
71
|
|
|
112
|
-
#XTIT: Card Editor caption for editor destination settings section, destinations is a technical term here and refers to https://help.sap.com/viewer/b865ed651e414196b39f8922db2122c7/Cloud/en-US/e4f1d97cbb571014a247d10f9f9a685d.html
|
|
113
72
|
EDITOR_DESTINATIONS=Destinations
|
|
114
73
|
|
|
115
|
-
#XTIT: Card Editor Label to indicate general settings
|
|
116
74
|
EDITOR_PARAMETERS_GENERALSETTINGS=General Settings
|
|
117
75
|
|
|
118
|
-
#XTXT: Group message strip, error text
|
|
119
76
|
EDITOR_GROUP_ERRORS=Errors found. Please check.
|
|
120
77
|
|
|
121
|
-
#XTXT: Group message strip, warning text
|
|
122
78
|
EDITOR_GROUP_WARNINGS=Warnings found. Please check.
|
|
123
79
|
|
|
124
|
-
#XTIT: Card Editor Label to indicate the original language in the translation screen
|
|
125
80
|
EDITOR_ORIGINALLANG=Original Language
|
|
126
81
|
|
|
127
|
-
#XSEL: Context selection, display value of an empty default value
|
|
128
82
|
EDITOR_CONTEXT_EMPTY_VAL=None
|
|
129
83
|
|
|
130
|
-
#XTIT: Context selection, description of an empty default value
|
|
131
84
|
EDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
|
|
132
85
|
|
|
133
|
-
#XSEL: Context selection, display value of other values provided by the editor
|
|
134
86
|
EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Other values
|
|
135
87
|
|
|
136
|
-
#XSEL: Context selection, display value of a placeholder for today's date
|
|
137
88
|
EDITOR_CONTEXT_EDITOR_TODAY_VAL=Current date
|
|
138
89
|
|
|
139
|
-
#XTIT: Context selection, description where to use today's date
|
|
140
90
|
EDITOR_CONTEXT_EDITOR_TODAY_DESC=The current date can be used for filters or strings.
|
|
141
91
|
|
|
142
|
-
#XSEL: Context selection, display value of a placeholder for nows timestamp
|
|
143
92
|
EDITOR_CONTEXT_EDITOR_NOW_VAL=Now, date and time
|
|
144
93
|
|
|
145
|
-
#XTIT: Context selection, description where to use for nows timestamp
|
|
146
94
|
EDITOR_CONTEXT_EDITOR_NOW_DESC=The current date and time can be used for filters or strings
|
|
147
95
|
|
|
148
|
-
#XSEL: Context selection, display value of a placeholder for users currently used language
|
|
149
96
|
EDITOR_CONTEXT_EDITOR_LANG_VAL=Current language
|
|
150
97
|
|
|
151
|
-
#XTIT: Context selection, description where to use and specialities of current language
|
|
152
98
|
EDITOR_CONTEXT_EDITOR_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
|
|
153
99
|
|
|
154
|
-
#XTIT: Text of the edit mode button in the Object field
|
|
155
100
|
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Switch to Production Mode
|
|
156
101
|
|
|
157
|
-
#XTIT: Text of the edit mode button in the Object field
|
|
158
102
|
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Switch to JSON Mode
|
|
159
103
|
|
|
160
|
-
#XTIT: Text of the delete button in the Object field
|
|
161
104
|
EDITOR_FIELD_OBJECT_DELETE=Delete
|
|
162
105
|
|
|
163
|
-
#XTIT: Text of the delete error msg in the Object field
|
|
164
106
|
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=Unable to delete; no editable item to delete.
|
|
165
107
|
|
|
166
|
-
#XTIT: Text of the delete confirm title in the Object field
|
|
167
108
|
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Confirm
|
|
168
109
|
|
|
169
|
-
#XTIT: Text of the delete confirm msg in the Object field
|
|
170
110
|
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=Delete editable items?
|
|
171
111
|
|
|
172
|
-
#XTIT: Text of the delete confirm cancel action in the Object field
|
|
173
112
|
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=Delete canceled.
|
|
174
113
|
|
|
175
|
-
#XTOL: Title of the object details popover of a object field
|
|
176
114
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Object Details
|
|
177
115
|
|
|
178
|
-
#XTOL: Text of Add Button of the object details popover of a object field
|
|
179
116
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=Add
|
|
180
117
|
|
|
181
|
-
#XTOL: Text of Update Button of the object details popover of a object field
|
|
182
118
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Update
|
|
183
119
|
|
|
184
|
-
#XTOL: Text of Cancle Button of the object details popover of a object field
|
|
185
120
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Cancel
|
|
186
121
|
|
|
187
|
-
#XTOL: Text of Close Button of the object details popover of a object field
|
|
188
122
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Close
|
|
189
123
|
|
|
190
|
-
#XTOL: Text of RESET Button of the object details popover of a object field
|
|
191
124
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Reset
|
|
192
125
|
|
|
193
|
-
#XTIT: Title of the object table in the value list popover of a Object field
|
|
194
126
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Select Items
|
|
195
127
|
|
|
196
|
-
#XTOL: Text of OK Button of the value list popover of a object field
|
|
197
128
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
198
129
|
|
|
199
|
-
#XTOL: Text of Cancel Button of the value list popover of a object field
|
|
200
130
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Cancel
|
|
201
131
|
|
|
202
|
-
#XTOL: Tooltip of the selection column in the table of a object field
|
|
203
132
|
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Remove value
|
|
204
133
|
|
|
205
|
-
#XTOL: Tooltip of the selection cell in the table of a object field
|
|
206
134
|
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=Select as value
|
|
207
135
|
|
|
208
|
-
#XTOL: Tooltip of the selection cell in the table of a object field
|
|
209
136
|
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Remove value
|
|
210
137
|
|
|
211
|
-
#XTOL: Tooltip of the selection column in the table of a object list field
|
|
212
138
|
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Add All
|
|
213
139
|
|
|
214
|
-
#XTOL: Tooltip of the selection column in the table of a object list field
|
|
215
140
|
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Remove All
|
|
216
141
|
|
|
217
|
-
#XTOL: Tooltip of the selection cell in the table of a object list field
|
|
218
142
|
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=Add into value
|
|
219
143
|
|
|
220
|
-
#XTOL: Tooltip of the selection cell in the table of a object list field
|
|
221
144
|
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Remove from value
|
|
222
145
|
|
|
223
|
-
#XTOL: Tooltip Text of the add button in the table of a object field
|
|
224
146
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Add
|
|
225
147
|
|
|
226
|
-
#XTOL: Tooltip Text of the clear all filters button in the table of a object field
|
|
227
148
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Clear All Filters
|
|
228
149
|
|
|
229
|
-
#XTOL: Tooltip Text of the clear all selections button in the table of a object field
|
|
230
150
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=Select All Selections
|
|
231
151
|
|
|
232
|
-
#XTOL: Tooltip Text of the clear all selections button in the table of a object field
|
|
233
152
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=Clear All Selections
|
|
234
153
|
|
|
235
|
-
#XTOL: Tooltip Text of the move up button in the table of a object field
|
|
236
154
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_UP_TOOLTIP=Move Up
|
|
237
155
|
|
|
238
|
-
#XTOL: Tooltip Text of the move down button in the table of a object field
|
|
239
156
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Move Down
|
|
240
157
|
|
|
241
|
-
#XTOL: Tooltip Text of the edit button in the table of a object field
|
|
242
158
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Edit
|
|
243
159
|
|
|
244
|
-
#XTOL: Title of the translation list popover of a string field
|
|
245
160
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Value translations
|
|
246
161
|
|
|
247
|
-
#XTOL: Title of the translation list popover of a string field
|
|
248
162
|
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=Translations for property \: {0}
|
|
249
163
|
|
|
250
|
-
#XTOL: Text of Save Button of the translation list popover of a string field
|
|
251
164
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Save
|
|
252
165
|
|
|
253
|
-
#XTOL: Text of Cancel Button of the translation list popover of a string field
|
|
254
166
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Cancel
|
|
255
167
|
|
|
256
|
-
#XTOL: Text of Current Language in the translation list popover of a string field
|
|
257
168
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Current language
|
|
258
169
|
|
|
259
|
-
#XTOL: Text of Current Language value in the translation list popover of a string field
|
|
260
170
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
|
|
261
171
|
|
|
262
|
-
#XTOL: Text of Other Languages in the translation list popover of a string field
|
|
263
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other languages
|
|
264
173
|
|
|
265
|
-
#XTOL: Tooltip of the more settings button of a field
|
|
266
174
|
EDITOR_FIELD_MORE_SETTINGS=More settings
|
|
267
175
|
|
|
268
|
-
#XTIT: Instruction to select value from list
|
|
269
176
|
EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
|
|
270
177
|
|
|
271
|
-
#XBUT: Activates the Dynamic Value Pane
|
|
272
178
|
EDITOR_MORE_DYNAMICVALUES=Dynamic Value
|
|
273
179
|
|
|
274
|
-
#XTXT: Text for select dynamic value label
|
|
275
180
|
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Select a dynamic value
|
|
276
181
|
|
|
277
|
-
#XTIT: After user selection the actual dynamic value will be shown (the current value in my environment)
|
|
278
182
|
EDITOR_ACTUAL_VALUE=Actual Dynamic Value
|
|
279
183
|
|
|
280
|
-
#XTIT: Hint that the value is technical and should not shown to the end-user
|
|
281
184
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=This value is used in technical settings of a card and should not be shown to end-users.
|
|
282
185
|
|
|
283
|
-
#XBUT: Activates the Settings Pane
|
|
284
186
|
EDITOR_MORE_SETTINGS=Settings
|
|
285
187
|
|
|
286
|
-
#XTIT: Groups field for page administrator settings
|
|
287
188
|
EDITOR_MORE_SETTINGS_P_ADMIN=Page Administrator Settings
|
|
288
189
|
|
|
289
|
-
#XBUT: Activates the Settings Pane
|
|
290
190
|
EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Reset to Default Values
|
|
291
191
|
|
|
292
|
-
#XCKL: Allows to select if a field is visible
|
|
293
192
|
EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Allow field to be viewed
|
|
294
193
|
|
|
295
|
-
#XCKL: Allows to select if a field is editable
|
|
296
194
|
EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Allow field to be edited
|
|
297
195
|
|
|
298
|
-
#XCKL: Allows to select if a field is can have dynamic values
|
|
299
196
|
EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Allow dynamic values to be set
|
|
300
197
|
|
|
301
|
-
#XTIT: Page admin values list
|
|
302
198
|
EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=Allow to Selected Values
|
|
303
199
|
|
|
304
|
-
#XTIT: Tooltips for page admin values list
|
|
305
200
|
EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=Allowed Values to be Selected by Page Admin
|
|
306
201
|
|
|
307
|
-
#XTIT: Tooltips for select all button
|
|
308
202
|
EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=Select All
|
|
309
203
|
|
|
310
|
-
#XTIT: Tooltips for deselect all button
|
|
311
204
|
EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=Deselect All
|
|
312
205
|
|
|
313
|
-
#XBUT: Activates the Transform Pane
|
|
314
206
|
EDITOR_MORE_TRANSFORM=Transform to a variant for Page Admin
|
|
315
207
|
|
|
316
|
-
#XTIT: Lable for Page Admin Destination
|
|
317
208
|
EDITOR_MORE_TRANSFORM_P_ADMIN_LABEL=Destination Label
|
|
318
209
|
|
|
319
|
-
#XTIT: Lable for Page Admin Destination Mappings
|
|
320
210
|
EDITOR_MORE_TRANSFORM_P_ADMIN_MAPPINGS=Destination Mappings
|
|
321
211
|
|
|
322
|
-
#XBUT: Saves the values and closes the dialog
|
|
323
212
|
EDITOR_MORE_OK=OK
|
|
324
213
|
|
|
325
|
-
#XBUT: Closes the dialog without saving
|
|
326
214
|
EDITOR_MORE_CANCEL=Cancel
|
|
327
215
|
|
|
328
|
-
#XBUT: Reset to default values
|
|
329
216
|
EDITOR_MORE_RESET=Reset
|
|
330
217
|
|
|
331
|
-
#XTIT: Choose an icon from file
|
|
332
218
|
EDITOR_ICON_CHOOSE=Choose an icon from file
|
|
333
219
|
|
|
334
|
-
#XTIT: Selected an icon from a file
|
|
335
220
|
EDITOR_ICON_SELECTED=Selected from file
|
|
336
221
|
|
|
337
|
-
#XTIT: No icon selected
|
|
338
222
|
EDITOR_ICON_NONE=(None)
|
|
339
223
|
|
|
340
|
-
#XTIT: Tooltip of the custom icon of selected image file
|
|
341
224
|
EDITOR_IMAGE_CUSTOMICON_TOOLTIP=Click to display image
|
|
342
225
|
|
|
343
|
-
#XMSG: Validation Error: Not a json object.
|
|
344
226
|
EDITOR_VAL_NOT_A_JSONOBJECT=Not a JSON object.
|
|
345
227
|
|
|
346
|
-
#XMSG: Validation Error: Not a single json object.
|
|
347
228
|
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=Not a single JSON object.
|
|
348
229
|
|
|
349
|
-
#XMSG: Validation Error: Not an array of json objects
|
|
350
230
|
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=Not an array of JSON objects.
|
|
351
231
|
|
|
352
|
-
#XMSG: Validation Error: Does not match pattern
|
|
353
232
|
EDITOR_VAL_NOMATCH=Value does not match the validation criteria.
|
|
354
233
|
|
|
355
|
-
#XMSG: Validation Error: Max length exceeded
|
|
356
234
|
EDITOR_VAL_MAXLENGTH=Value exceeds the maximum length of {0}.
|
|
357
235
|
|
|
358
|
-
#XMSG: Validation Error: Min length
|
|
359
236
|
EDITOR_VAL_MINLENGTH=Value must be a minimum of {0} characters.
|
|
360
237
|
|
|
361
|
-
#XMSG: Validation Error: Text required
|
|
362
238
|
EDITOR_VAL_TEXTREQ=Field is required. Please enter a text.
|
|
363
239
|
|
|
364
|
-
#XMSG: Validation Error: List required
|
|
365
240
|
EDITOR_VAL_LISTREQ=Field is required. Please select an item.
|
|
366
241
|
|
|
367
|
-
#XMSG: Validation Error: Field required
|
|
368
242
|
EDITOR_VAL_FIELDREQ=Field is required.
|
|
369
243
|
|
|
370
|
-
#XMSG: Validation Error: Max length exceeded of List
|
|
371
244
|
EDITOR_VAL_LISTMAXLENGTH=List exceeds the maximum length of {0}
|
|
372
245
|
|
|
373
|
-
#XMSG: Validation Error: Min length of List
|
|
374
246
|
EDITOR_VAL_LISTMINLENGTH=List must have at least {0} items
|
|
375
247
|
|
|
376
|
-
#XMSG: Validation Error: Number Maximum Inclusive
|
|
377
248
|
EDITOR_VAL_MAX=Value must be {0} or less.
|
|
378
249
|
|
|
379
|
-
#XMSG: Validation Error: Number Minimum Inclusive
|
|
380
250
|
EDITOR_VAL_MIN=Value must be {0} or greater.
|
|
381
251
|
|
|
382
|
-
#XMSG: Validation Error: Number Maximum Exclusive
|
|
383
252
|
EDITOR_VAL_MAX_E=Value must be less than {0}.
|
|
384
253
|
|
|
385
|
-
#XMSG: Validation Error: Number Minimum Exclusive
|
|
386
254
|
EDITOR_VAL_MIN_E=Value must be greater than {0}.
|
|
387
255
|
|
|
388
|
-
#XMSG: Validation Error: Number Multiple Of
|
|
389
256
|
EDITOR_VAL_MULTIPLE=Value must be a multiple of {0}
|
|
390
257
|
|
|
391
|
-
#XMSG: Validation Error: Number required
|
|
392
258
|
EDITOR_VAL_NUMBERREQ=Field entry is required. Please enter a number.
|
|
393
259
|
|
|
394
|
-
#XMSG: Validation error text
|
|
395
260
|
EDITOR_ONLY_LISTED_VALUES_ALLOWED=Only listed values are allowed.
|
|
396
261
|
|
|
397
|
-
#XMSG: Text of Selected Group in MultiComboBox in ListField
|
|
398
262
|
EDITOR_ITEM_SELECTED=Selected
|
|
399
263
|
|
|
400
|
-
#XMSG: Text of Unselected Group in MultiComboBox in ListField
|
|
401
264
|
EDITOR_ITEM_UNSELECTED=Unselected
|
|
402
265
|
|
|
403
|
-
#XMSG: Bad Request
|
|
404
266
|
EDITOR_BAD_REQUEST=Bad request
|
|
405
267
|
|
|
406
|
-
#XSEL: Context selection, display value of an empty default value
|
|
407
268
|
CARDEDITOR_CONTEXT_EMPTY_VAL=None
|
|
408
269
|
|
|
409
|
-
#XTIT: Context selection, description of an empty default value
|
|
410
270
|
CARDEDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
|
|
411
271
|
|
|
412
|
-
#XSEL: Context selection, display value of other values provided by the card
|
|
413
272
|
CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=Other values
|
|
414
273
|
|
|
415
|
-
#XSEL: Context selection, display value of a placeholder for today's date
|
|
416
274
|
CARDEDITOR_CONTEXT_CARD_TODAY_VAL=Current date
|
|
417
275
|
|
|
418
|
-
#XTIT: Context selection, description where to use today's date
|
|
419
276
|
CARDEDITOR_CONTEXT_CARD_TODAY_DESC=The current date can be used for filters or strings.
|
|
420
277
|
|
|
421
|
-
#XSEL: Context selection, display value of a placeholder for nows timestamp
|
|
422
278
|
CARDEDITOR_CONTEXT_CARD_NOW_VAL=Now, date and time
|
|
423
279
|
|
|
424
|
-
#XTIT: Context selection, description where to use for nows timestamp
|
|
425
280
|
CARDEDITOR_CONTEXT_CARD_NOW_DESC=The current date and time can be used for filters or strings
|
|
426
281
|
|
|
427
|
-
#XSEL: Context selection, display value of a placeholder for users currently used language
|
|
428
282
|
CARDEDITOR_CONTEXT_CARD_LANG_VAL=Current language
|
|
429
283
|
|
|
430
|
-
#XTIT: Context selection, description where to use and specialities of current language
|
|
431
284
|
CARDEDITOR_CONTEXT_CARD_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
|
|
432
285
|
|
|
433
|
-
#XTIT: Card Editor Tooltip for a live preview
|
|
434
286
|
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Live Preview
|
|
435
287
|
|
|
436
|
-
#XTIT: Card Editor Tooltip for a mockdata preview
|
|
437
288
|
CARDEDITOR_PREVIEW_BTN_MOCKDATAPREVIEW=Mock Data Preview
|
|
438
289
|
|
|
439
|
-
#XTIT: Card Editor Tooltip for a full size preview
|
|
440
290
|
CARDEDITOR_PREVIEW_BTN_FULLSIZE=Full Size
|
|
441
291
|
|
|
442
|
-
#XTIT: Card Editor Tooltip for a normal Size preview
|
|
443
292
|
CARDEDITOR_PREVIEW_BTN_NORMALSIZE=Normal Size
|
|
444
293
|
|
|
445
|
-
#XTIT: Card Editor Tooltip for a abstract sample/placeholder preview
|
|
446
294
|
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Sample Preview
|
|
447
295
|
|
|
448
|
-
#XTXT: ARIA description text for a required field
|
|
449
296
|
ADAPTIVE_CARDS_REQUIRED_FIELD=Required
|
|
450
297
|
|
|
451
|
-
#XTXT: Tooltip text for actions overflow button
|
|
452
298
|
CARD_ACTIONS_OVERFLOW_BUTTON_TOOLTIP=Actions
|
|
453
299
|
|
|
454
|
-
#XTOL: Title of Object property popover of a object/object list field
|
|
455
300
|
EDITOR_FIELD_OBJECT_PROPERTY_POPOVER_TITLE=Property Value
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y={0} of {1}
|
|
3
3
|
|
|
4
|
-
CARD_ERROR_OCCURED=An error occurred
|
|
5
|
-
|
|
6
4
|
CARD_MANIFEST=Card Manifest
|
|
7
5
|
|
|
8
6
|
CARD_TEXT_COPY=Copy to Clipboard
|
|
@@ -45,9 +43,9 @@ CARD_ERROR_COMPONENT_DESCRIPTION=Card content failed to create component
|
|
|
45
43
|
|
|
46
44
|
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=Check your access rights or contact technical support
|
|
47
45
|
|
|
48
|
-
CARD_ERROR_REQUEST_DETAILS=An error occurred while requesting {0}. Please contact the system administrator.
|
|
46
|
+
CARD_ERROR_REQUEST_DETAILS=An error occurred while requesting "{0}". Please contact the system administrator.
|
|
49
47
|
|
|
50
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=A timeout occurred while requesting {0}. Please contact the system administrator.
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=A timeout occurred while requesting "{0}". Please contact the system administrator.
|
|
51
49
|
|
|
52
50
|
CARD_LOG_MSG=Log message\:
|
|
53
51
|
|
|
@@ -173,10 +171,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
|
|
|
173
171
|
|
|
174
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other languages
|
|
175
173
|
|
|
176
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not updated
|
|
177
|
-
|
|
178
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
|
|
179
|
-
|
|
180
174
|
EDITOR_FIELD_MORE_SETTINGS=More settings
|
|
181
175
|
|
|
182
176
|
EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y=\u206A\u206A\u206A\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200B\u200B\u206A\u200B\u200B\u200B{0}\u200C\u200C\u200C of \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
3
3
|
|
|
4
|
-
CARD_ERROR_OCCURED=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u206AAn error occurred\u206A\u206A
|
|
5
|
-
|
|
6
4
|
CARD_MANIFEST=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u206ACard Manifest\u206A\u206A
|
|
7
5
|
|
|
8
6
|
CARD_TEXT_COPY=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u206ACopy to Clipboard\u206A\u206A
|
|
@@ -45,9 +43,9 @@ CARD_ERROR_COMPONENT_DESCRIPTION=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200
|
|
|
45
43
|
|
|
46
44
|
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u206ACheck your access rights or contact technical support\u206A\u206A
|
|
47
45
|
|
|
48
|
-
CARD_ERROR_REQUEST_DETAILS=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u206AAn error occurred while requesting \u200B\u200B\u200B{0}\u200C\u200C\u200C. Please contact the system administrator.\u206A\u206A
|
|
46
|
+
CARD_ERROR_REQUEST_DETAILS=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u206AAn error occurred while requesting "\u200B\u200B\u200B{0}\u200C\u200C\u200C". Please contact the system administrator.\u206A\u206A
|
|
49
47
|
|
|
50
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200D\u200C\u206AA timeout occurred while requesting \u200B\u200B\u200B{0}\u200C\u200C\u200C. Please contact the system administrator.\u206A\u206A
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200D\u200C\u206AA timeout occurred while requesting "\u200B\u200B\u200B{0}\u200C\u200C\u200C". Please contact the system administrator.\u206A\u206A
|
|
51
49
|
|
|
52
50
|
CARD_LOG_MSG=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u206ALog message\:\u206A\u206A
|
|
53
51
|
|
|
@@ -173,16 +171,14 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=\u206A\u206A\u206A\u200C\u200
|
|
|
173
171
|
|
|
174
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200C\u206AOther languages\u206A\u206A
|
|
175
173
|
|
|
176
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u206ANot updated\u206A\u206A
|
|
177
|
-
|
|
178
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200C\u206AUpdated\u206A\u206A
|
|
179
|
-
|
|
180
174
|
EDITOR_FIELD_MORE_SETTINGS=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u206AMore settings\u206A\u206A
|
|
181
175
|
|
|
182
176
|
EDITOR_SELECT_FROM_LIST=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u206ASelect a dynamic value from the list\u206A\u206A
|
|
183
177
|
|
|
184
178
|
EDITOR_MORE_DYNAMICVALUES=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u206ADynamic Value\u206A\u206A
|
|
185
179
|
|
|
180
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u206ASelect a dynamic value\u206A\u206A
|
|
181
|
+
|
|
186
182
|
EDITOR_ACTUAL_VALUE=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u206AActual Dynamic Value\u206A\u206A
|
|
187
183
|
|
|
188
184
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u206AThis value is used in technical settings of a card and should not be shown to end-users.\u206A\u206A
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y={0} de {1}
|
|
3
3
|
|
|
4
|
-
CARD_ERROR_OCCURED=Se ha producido un error
|
|
5
|
-
|
|
6
4
|
CARD_MANIFEST=Manifiesto de tarjeta
|
|
7
5
|
|
|
8
6
|
CARD_TEXT_COPY=Copiar a portapapeles
|
|
@@ -45,9 +43,9 @@ CARD_ERROR_COMPONENT_DESCRIPTION=El contenido de la tarjeta no ha podido crear e
|
|
|
45
43
|
|
|
46
44
|
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=Verifique sus derechos de acceso o p\u00F3ngase en contacto con el soporte t\u00E9cnico
|
|
47
45
|
|
|
48
|
-
CARD_ERROR_REQUEST_DETAILS=
|
|
46
|
+
CARD_ERROR_REQUEST_DETAILS=Se ha producido un error al solicitar "{0}". P\u00F3ngase en contacto con el administrador del sistema.
|
|
49
47
|
|
|
50
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=Se ha
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=Se ha superado el tiempo de espera al solicitar "{0}". P\u00F3ngase en contacto con el administrador del sistema.
|
|
51
49
|
|
|
52
50
|
CARD_LOG_MSG=Mensajes de log\:
|
|
53
51
|
|
|
@@ -173,10 +171,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Valor
|
|
|
173
171
|
|
|
174
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Otros idiomas
|
|
175
173
|
|
|
176
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Sin actualizar
|
|
177
|
-
|
|
178
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Actualizado
|
|
179
|
-
|
|
180
174
|
EDITOR_FIELD_MORE_SETTINGS=M\u00E1s opciones
|
|
181
175
|
|
|
182
176
|
EDITOR_SELECT_FROM_LIST=Seleccione un valor din\u00E1mico de la lista
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y={0} de {1}
|
|
3
3
|
|
|
4
|
-
CARD_ERROR_OCCURED=Se produjo un error.
|
|
5
|
-
|
|
6
4
|
CARD_MANIFEST=Manifiesto de tarjeta
|
|
7
5
|
|
|
8
6
|
CARD_TEXT_COPY=Copiar al portapapeles
|
|
@@ -45,9 +43,9 @@ CARD_ERROR_COMPONENT_DESCRIPTION=El contenido de la tarjeta no pudo crear el com
|
|
|
45
43
|
|
|
46
44
|
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=Compruebe sus derechos de acceso o comun\u00EDquese con el soporte t\u00E9cnico
|
|
47
45
|
|
|
48
|
-
CARD_ERROR_REQUEST_DETAILS=
|
|
46
|
+
CARD_ERROR_REQUEST_DETAILS=Ocurri\u00F3 un error al solicitar "{0}". Comun\u00EDquese con el administrador del sistema.
|
|
49
47
|
|
|
50
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=Se agot\u00F3 el tiempo de espera al solicitar {0}. Comun\u00EDquese con el administrador del sistema.
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=Se agot\u00F3 el tiempo de espera al solicitar "{0}". Comun\u00EDquese con el administrador del sistema.
|
|
51
49
|
|
|
52
50
|
CARD_LOG_MSG=Mensaje de registro\:
|
|
53
51
|
|
|
@@ -173,10 +171,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Valor
|
|
|
173
171
|
|
|
174
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Otros idiomas
|
|
175
173
|
|
|
176
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Sin actualizar
|
|
177
|
-
|
|
178
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Actualizado
|
|
179
|
-
|
|
180
174
|
EDITOR_FIELD_MORE_SETTINGS=M\u00E1s ajustes
|
|
181
175
|
|
|
182
176
|
EDITOR_SELECT_FROM_LIST=Seleccione un valor din\u00E1mico de la lista
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y={0} / {1}
|
|
3
3
|
|
|
4
|
-
CARD_ERROR_OCCURED=Ilmnes t\u00F5rge
|
|
5
|
-
|
|
6
4
|
CARD_MANIFEST=Kaardi manifest
|
|
7
5
|
|
|
8
6
|
CARD_TEXT_COPY=Kopeeri l\u00F5ikelauale
|
|
@@ -45,9 +43,9 @@ CARD_ERROR_COMPONENT_DESCRIPTION=Kaardi sisu komponendi loomine nurjus
|
|
|
45
43
|
|
|
46
44
|
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=Kontrollige oma juurdep\u00E4\u00E4su\u00F5igusi v\u00F5i v\u00F5tke \u00FChendust tehnilise toega
|
|
47
45
|
|
|
48
|
-
CARD_ERROR_REQUEST_DETAILS={0} taotlemisel ilmnes t\u00F5rge. V\u00F5tke \u00FChendust s\u00FCsteemiadministraatoriga.
|
|
46
|
+
CARD_ERROR_REQUEST_DETAILS="{0}" taotlemisel ilmnes t\u00F5rge. V\u00F5tke \u00FChendust s\u00FCsteemiadministraatoriga.
|
|
49
47
|
|
|
50
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS={0} taotlemisel ilmnes ajal\u00F5pp. V\u00F5tke \u00FChendust s\u00FCsteemiadministraatoriga.
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS="{0}" taotlemisel ilmnes ajal\u00F5pp. V\u00F5tke \u00FChendust s\u00FCsteemiadministraatoriga.
|
|
51
49
|
|
|
52
50
|
CARD_LOG_MSG=Logi teade\:
|
|
53
51
|
|
|
@@ -173,10 +171,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=V\u00E4\u00E4rtus
|
|
|
173
171
|
|
|
174
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Muud keeled
|
|
175
173
|
|
|
176
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Pole uuendatud
|
|
177
|
-
|
|
178
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Uuendatud
|
|
179
|
-
|
|
180
174
|
EDITOR_FIELD_MORE_SETTINGS=Rohkem s\u00E4tteid
|
|
181
175
|
|
|
182
176
|
EDITOR_SELECT_FROM_LIST=Valige loendist d\u00FCnaamiline v\u00E4\u00E4rtus
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y={0}/{1}
|
|
3
3
|
|
|
4
|
-
CARD_ERROR_OCCURED=Tapahtui virhe
|
|
5
|
-
|
|
6
4
|
CARD_MANIFEST=Korttimanifesti
|
|
7
5
|
|
|
8
6
|
CARD_TEXT_COPY=Kopioi leikep\u00F6yd\u00E4lle
|
|
@@ -47,7 +45,7 @@ CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=Tarkista k\u00E4ytt\u00F6oikeutesi
|
|
|
47
45
|
|
|
48
46
|
CARD_ERROR_REQUEST_DETAILS=Kohteen {0} pyynn\u00F6ss\u00E4 ilmeni virhe. Ota yhteys j\u00E4rjestelm\u00E4n p\u00E4\u00E4k\u00E4ytt\u00E4j\u00E4\u00E4n.
|
|
49
47
|
|
|
50
|
-
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=Kohteen {0} pyynn\u00F6ss\u00E4 ilmeni
|
|
48
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=Kohteen {0} pyynn\u00F6ss\u00E4 ilmeni aikakatkaisu. Ota yhteys j\u00E4rjestelm\u00E4n p\u00E4\u00E4k\u00E4ytt\u00E4j\u00E4\u00E4n.
|
|
51
49
|
|
|
52
50
|
CARD_LOG_MSG=Lokisanoma\:
|
|
53
51
|
|
|
@@ -173,10 +171,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Arvo
|
|
|
173
171
|
|
|
174
172
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Muut kielet
|
|
175
173
|
|
|
176
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Ei p\u00E4ivitetty
|
|
177
|
-
|
|
178
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=P\u00E4ivitetty
|
|
179
|
-
|
|
180
174
|
EDITOR_FIELD_MORE_SETTINGS=Lis\u00E4\u00E4 asetuksia
|
|
181
175
|
|
|
182
176
|
EDITOR_SELECT_FROM_LIST=Valitse dynaaminen arvo luettelosta
|