@sapui5/sap.fe.core 1.96.25 → 1.96.27
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/LICENSE.txt +13 -10
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/sap/fe/core/.library +1 -1
- package/src/sap/fe/core/AnnotationHelper.js +1 -1
- package/src/sap/fe/core/AppComponent.js +1 -1
- package/src/sap/fe/core/AppStateHandler.js +1 -1
- package/src/sap/fe/core/BaseController.js +1 -1
- package/src/sap/fe/core/BusyLocker.js +1 -1
- package/src/sap/fe/core/CommonUtils.js +1 -1
- package/src/sap/fe/core/ExtensionAPI.js +1 -1
- package/src/sap/fe/core/PageController.js +1 -1
- package/src/sap/fe/core/RouterProxy.js +1 -1
- package/src/sap/fe/core/Synchronization.js +1 -1
- package/src/sap/fe/core/TemplateComponent.js +1 -1
- package/src/sap/fe/core/TemplateModel.js +1 -1
- package/src/sap/fe/core/TransactionHelper.js +1 -1
- package/src/sap/fe/core/actions/draft.js +1 -1
- package/src/sap/fe/core/actions/messageHandling.js +1 -1
- package/src/sap/fe/core/actions/nonDraft.js +1 -1
- package/src/sap/fe/core/actions/operations.js +1 -1
- package/src/sap/fe/core/actions/sticky.js +1 -1
- package/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.js +1 -1
- package/src/sap/fe/core/controllerextensions/EditFlow.js +1 -1
- package/src/sap/fe/core/controllerextensions/IntentBasedNavigation.js +1 -1
- package/src/sap/fe/core/controllerextensions/InternalEditFlow.js +1 -1
- package/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +1 -1
- package/src/sap/fe/core/controllerextensions/InternalRouting.js +1 -1
- package/src/sap/fe/core/controllerextensions/MessageHandler.js +1 -1
- package/src/sap/fe/core/controllerextensions/Paginator.js +1 -1
- package/src/sap/fe/core/controllerextensions/Placeholder.js +1 -1
- package/src/sap/fe/core/controllerextensions/Routing.js +1 -1
- package/src/sap/fe/core/controllerextensions/RoutingListener.js +1 -1
- package/src/sap/fe/core/controllerextensions/Share.js +1 -1
- package/src/sap/fe/core/controllerextensions/ViewState.js +1 -1
- package/src/sap/fe/core/controls/CommandExecution.js +1 -1
- package/src/sap/fe/core/controls/ConditionalWrapper.js +1 -1
- package/src/sap/fe/core/controls/CustomQuickViewPage.js +1 -1
- package/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.js +1 -1
- package/src/sap/fe/core/controls/FieldWrapper.js +1 -1
- package/src/sap/fe/core/controls/FilterBar.js +1 -1
- package/src/sap/fe/core/controls/FormElementWrapper.js +1 -1
- package/src/sap/fe/core/controls/MultiValueParameterDelegate.js +1 -1
- package/src/sap/fe/core/controls/filterbar/FilterContainer.js +1 -1
- package/src/sap/fe/core/controls/filterbar/VisualFilter.js +1 -1
- package/src/sap/fe/core/controls/filterbar/VisualFilterContainer.js +1 -1
- package/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.js +1 -1
- package/src/sap/fe/core/designtime/AppComponent.designtime.js +1 -1
- package/src/sap/fe/core/fpm/Component.js +1 -1
- package/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.js +1 -1
- package/src/sap/fe/core/helpers/EditState.js +1 -1
- package/src/sap/fe/core/helpers/ExcelFormatHelper.js +1 -1
- package/src/sap/fe/core/helpers/FPMHelper.js +1 -1
- package/src/sap/fe/core/helpers/ModelHelper.js +1 -1
- package/src/sap/fe/core/helpers/PasteHelper.js +1 -1
- package/src/sap/fe/core/helpers/SemanticDateOperators.js +1 -1
- package/src/sap/fe/core/helpers/SemanticKeyHelper.js +1 -1
- package/src/sap/fe/core/helpers/StableIdHelper.js +1 -1
- package/src/sap/fe/core/library.js +2 -2
- package/src/sap/fe/core/library.support.js +1 -1
- package/src/sap/fe/core/messagebundle_cs.properties +3 -3
- package/src/sap/fe/core/messagebundle_en_US_saptrc.properties +299 -140
- package/src/sap/fe/core/services/CacheHandlerServiceFactory.js +1 -1
- package/src/sap/fe/core/services/NavigationServiceFactory.js +1 -1
- package/src/sap/fe/core/services/ResourceModelServiceFactory.js +1 -1
- package/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
- package/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
- package/src/sap/fe/core/services/view/TemplatingErrorPage.controller.js +1 -1
|
@@ -39,9 +39,9 @@ T_TEMPLATING_ERROR_PAGE_SAPFE_APPSTART_TEMPLATING_FAILED=Do\u0161lo k technick\u
|
|
|
39
39
|
C_ROUTER_PROXY_SAPFE_EXIT_NOTSAVED_MESSAGE=Va\u0161e z\u00E1znamy se p\u0159i opu\u0161t\u011Bn\u00ED t\u00E9to str\u00E1nky ztrat\u00ED.
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
C_TRANSACTION_HELPER_DRAFT_DISCARD_MESSAGE=
|
|
42
|
+
C_TRANSACTION_HELPER_DRAFT_DISCARD_MESSAGE=Zahodit v\u0161echny zm\u011Bny?
|
|
43
43
|
|
|
44
|
-
C_TRANSACTION_HELPER_DRAFT_DISCARD_BUTTON=
|
|
44
|
+
C_TRANSACTION_HELPER_DRAFT_DISCARD_BUTTON=Zahodit
|
|
45
45
|
|
|
46
46
|
ST_DRAFT_DATALOSS_MESSAGE_DRAFT=Chcete uchovat va\u0161e zm\u011Bny n\u00E1vrhu na pozd\u011Bji?
|
|
47
47
|
|
|
@@ -138,7 +138,7 @@ C_COMMON_SAPFE_TECHNICAL_DETAILS_MESSAGES=Zpr\u00E1va
|
|
|
138
138
|
|
|
139
139
|
C_COMMON_SAPFE_DATA_RECEIVED_ERROR=Data nelze na\u010D\u00EDst.
|
|
140
140
|
|
|
141
|
-
C_COMMON_APPLY_ERROR=P\u0159i odes\u00EDl\u00E1n\u00ED zm\u011Bn do\u0161lo k chyb\u011B. Navigujte zp\u011Bt pro
|
|
141
|
+
C_COMMON_APPLY_ERROR=P\u0159i odes\u00EDl\u00E1n\u00ED zm\u011Bn do\u0161lo k chyb\u011B. Navigujte zp\u011Bt pro zahozen\u00ED zm\u011Bn nebo se pokuste je p\u0159edat znovu.
|
|
142
142
|
|
|
143
143
|
C_COMMON_OBJECT_PAGE_DELETE=Odstranit
|
|
144
144
|
|
|
@@ -1,287 +1,446 @@
|
|
|
1
|
+
# Fiori Elements Library - Core
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
# ------------------------ CORE ------------------------
|
|
2
5
|
|
|
3
|
-
|
|
6
|
+
# XBUT,30: Text for close button
|
|
7
|
+
C_COMMON_SAPFE_CLOSE=jV9V6hV7wrft0cQ6rNdyvg_Close
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
# XBUT,30: Text for close button
|
|
10
|
+
C_COMMON_SAPFE_REFRESH=I1up+nxmAuzE1MjhAOwJ1Q_Refresh
|
|
6
11
|
|
|
7
|
-
|
|
12
|
+
# XBUT, 10: OK, can be used in dialog buttons
|
|
13
|
+
C_COMMON_DIALOG_OK=3p/833ws7nDBBOx6JsYYiA_OK
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
# XBUT,15: Text for button to cancel draft
|
|
16
|
+
C_COMMON_OBJECT_PAGE_CANCEL=2iXdiSUbfZxd/RzCOjDCXg_Cancel
|
|
10
17
|
|
|
11
|
-
|
|
18
|
+
# XTIT,25: Title for the List Report
|
|
19
|
+
T_LR_TITLE_LR=8QyepHRDhPS8csi31w1SuQ_List Report
|
|
12
20
|
|
|
13
|
-
|
|
21
|
+
# XTIT,25: Title for the Object Page
|
|
22
|
+
T_OP_TITLE_OP=jeSNloQCwZxFV/KA88Yk2w_Object Page
|
|
14
23
|
|
|
15
|
-
|
|
24
|
+
# YMSG, 100: Used in the confirmation message box after pressing the create button in default case.
|
|
25
|
+
C_TRANSACTION_HELPER_OBJECT_CREATED=KR6iOR/R++GySsjvLUblfQ_Object was created.
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
# YMSG, 100: Used in the confirmation message box after pressing the save button in defualt case.
|
|
28
|
+
C_TRANSACTION_HELPER_OBJECT_SAVED=dSDMbLFryg3DjMfUSR27zQ_Object was saved.
|
|
18
29
|
|
|
19
|
-
|
|
30
|
+
# XTIT,50: Semantic Date Range, filter
|
|
31
|
+
C_DATE_RANGE=wACNSNjlPZd37H9hgTXSeQ_Date Range
|
|
20
32
|
|
|
21
|
-
|
|
33
|
+
# XTIT,50: Semantic Date Range, filter
|
|
34
|
+
C_DATE=rlBpwV/9lnRE/0AsRqsm2g_Date
|
|
22
35
|
|
|
23
|
-
|
|
36
|
+
# XTIT,50: Semantic Date Range, filter
|
|
37
|
+
C_FROM=hhTP2/g70Tr1SKMfd3/J6Q_From
|
|
24
38
|
|
|
25
|
-
|
|
39
|
+
# XTIT,50: Semantic Date Range, filter
|
|
40
|
+
C_TO=/CyQQZxKcrunvSubxPhAYw_To
|
|
26
41
|
|
|
27
|
-
|
|
42
|
+
# YMSG
|
|
43
|
+
C_APP_COMPONENT_SAPFE_APPSTART_TECHNICAL_ISSUES=k9+AQlNJtmSukzEVs9VcYg_Application could not be started due to technical issues.
|
|
28
44
|
|
|
29
|
-
|
|
45
|
+
# YMSG, ETAG Technical Error
|
|
46
|
+
C_APP_COMPONENT_SAPFE_ETAG_TECHNICAL_ISSUES=YSvp0Pb4gUpxXo656nKOvA_Your changes could not be saved. Refresh the data to work with the most recent version.
|
|
30
47
|
|
|
31
|
-
|
|
48
|
+
# YMSG, ETAG Error with Late Property
|
|
49
|
+
C_APP_COMPONENT_SAPFE_ETAG_LATE_PROPERTY=CIXD4RRCQPPYm/Xs/N0wWw_This action may not work. Refresh the data to work with the most recent version.
|
|
32
50
|
|
|
33
|
-
|
|
51
|
+
# YMSG
|
|
52
|
+
T_COMMON_SAPFE_APPSTART_WRONG_CONFIGURATION=HUW2z1uRVcCzIzFjFKEFeg_The application's configuration is wrong and could therefore not be started. Please get in touch with your administrator.
|
|
34
53
|
|
|
35
|
-
|
|
54
|
+
# YMSG
|
|
55
|
+
T_COMMON_SAPFE_APPSTART_TEMPLATING_ISSUE=nZ7oiK8kaIaLpcFqOVuKQA_An error occurred during pre-processing. Click this message to see the technical details.
|
|
36
56
|
|
|
37
|
-
|
|
57
|
+
# YMSG
|
|
58
|
+
T_TEMPLATING_ERROR_PAGE_SAPFE_APPSTART_TEMPLATING_FAILED=Z4FUYWpuHyZAbEgCyrxfAg_A\u00C2\u00A0technical\u00C2\u00A0error\u00C2\u00A0has\u00C2\u00A0occurred.
|
|
38
59
|
|
|
39
|
-
|
|
60
|
+
# YMSG
|
|
61
|
+
C_ROUTER_PROXY_SAPFE_EXIT_NOTSAVED_MESSAGE=JLlRyBLqoaK7YjaewS2qsA_Your\u00C2\u00A0entries\u00C2\u00A0will\u00C2\u00A0be\u00C2\u00A0lost\u00C2\u00A0when\u00C2\u00A0you\u00C2\u00A0leave\u00C2\u00A0this\u00C2\u00A0page.
|
|
40
62
|
|
|
63
|
+
# ------------------------ DRAFT MODEL ------------------------
|
|
41
64
|
|
|
42
|
-
|
|
65
|
+
# XTIT,50
|
|
66
|
+
C_TRANSACTION_HELPER_DRAFT_DISCARD_MESSAGE=POQAKjSfdHz4bS4/oXcN9w_Discard all changes?
|
|
43
67
|
|
|
44
|
-
|
|
68
|
+
# XBUT,15: Text for button to discard draft changes
|
|
69
|
+
C_TRANSACTION_HELPER_DRAFT_DISCARD_BUTTON=jeEpMLwJJ4R9pxm2DrFt5Q_Discard
|
|
45
70
|
|
|
46
|
-
|
|
71
|
+
# XMSG,90
|
|
72
|
+
ST_DRAFT_DATALOSS_MESSAGE_DRAFT=KYZgpMbz+8vZkRpy26kVfQ_Do you want to keep your draft changes for later?
|
|
47
73
|
|
|
48
|
-
|
|
74
|
+
# XBUT,30
|
|
75
|
+
ST_DRAFT_DATALOSS_KEEP_DRAFT_BTN=FOnLLJVWKXzgpuiAFhvbMQ_Keep Draft
|
|
49
76
|
|
|
50
|
-
|
|
77
|
+
# XBUT,30
|
|
78
|
+
ST_DRAFT_DATALOSS_DISCARD_DRAFT_BTN=v1Btbizz0wydLI4mcevR5w_Discard Draft
|
|
51
79
|
|
|
52
|
-
|
|
80
|
+
# XBUT,30
|
|
81
|
+
CANCEL=S3703BcfE2GqRQBOGJlC4w_Cancel
|
|
53
82
|
|
|
54
|
-
|
|
83
|
+
# YMSG, 100: Used in the message box after pressing the edit button of a locked object.
|
|
84
|
+
C_DRAFT_OBJECT_PAGE_DRAFT_LOCKED_BY_USER=TN13dfKwzKmdugzySijfoA_You can't edit this object at the moment \nIt is locked by {0}
|
|
55
85
|
|
|
86
|
+
# ------------------------ ACTION CONTROLLER ------------------------
|
|
56
87
|
|
|
57
|
-
|
|
88
|
+
# XTIT,70
|
|
89
|
+
C_COMMON_SAPFE_ACTION_SUCCESS=pfhdLvaIk+yMRVRTFHhH7g_Action "{0}" was executed successfully
|
|
58
90
|
|
|
59
|
-
|
|
91
|
+
# XTIT,50: Critical action confirmation text
|
|
92
|
+
C_OPERATIONS_ACTION_CONFIRM_MESSAGE=Mv9NSvkILJnP3hf+HlugWw_Perform this action?
|
|
60
93
|
|
|
61
|
-
|
|
94
|
+
# XTIT,50: title for action parameter dialog as fallback if action label not available
|
|
95
|
+
C_OPERATIONS_ACTION_PARAMETER_DIALOG_TITLE=0tK0Aeqd5TmdfrAolCF1TQ_Action Parameter
|
|
62
96
|
|
|
63
|
-
|
|
97
|
+
# XTIT,50: text for action parameter dialog cancel button
|
|
98
|
+
C_COMMON_ACTION_PARAMETER_DIALOG_CANCEL=8Ix53umClArosGUv/dN2QA_Cancel
|
|
64
99
|
|
|
65
|
-
|
|
100
|
+
# XTIT,50: text for action parameter dialog error message
|
|
101
|
+
C_OPERATIONS_ACTION_PARAMETER_DIALOG_MISSING_MANDATORY_MSG=w7wAUJqrMx44rMJfbNV/ig_Enter a value for "{0}".
|
|
66
102
|
|
|
67
|
-
|
|
103
|
+
# XTIT,50: Error text if parameter is not filled by user
|
|
104
|
+
C_OPERATIONS_ACTION_PARAMETER_REQUIRED=q6lHLoS61oxnLPWkLYkfQQ_Invalid Entry
|
|
68
105
|
|
|
69
|
-
|
|
106
|
+
# XTIT,50: Label for create dialog title with parameter
|
|
107
|
+
C_TRANSACTION_HELPER_SAPFE_ACTION_CREATE=FnaAlREBlLTFxTl/uurtkg_Create
|
|
70
108
|
|
|
71
|
-
|
|
109
|
+
# XBUT,30: Label for create dialog accept button with parameter
|
|
110
|
+
C_TRANSACTION_HELPER_SAPFE_ACTION_CREATE_BUTTON=17rV7pijSkbGjSLTEEOAcw_Continue
|
|
72
111
|
|
|
73
|
-
|
|
112
|
+
# XBUT,30: Text for Continue Anyway
|
|
113
|
+
C_ACTION_PARTIAL_FRAGMENT_SAPFE_CONTINUE_ANYWAY=ChUbhIBSg8AvXJ2qVRCNPQ_Continue Anyway
|
|
74
114
|
|
|
75
|
-
|
|
115
|
+
# XFLD,50: Text for Partial Processing
|
|
116
|
+
C_ACTION_PARTIAL_FRAGMENT_SAPFE_BOUND_ACTION=ChVf8jjae1XFTuVMMHnHhA_{0} selected object will not be processed
|
|
76
117
|
|
|
77
|
-
|
|
118
|
+
# XFLD,50: Text for Partial Processing
|
|
119
|
+
C_ACTION_PARTIAL_FRAGMENT_SAPFE_BOUND_ACTION_PLURAL=v5OwBtufnUxDinhPWzg9Bw_{0} selected objects will not be processed
|
|
78
120
|
|
|
79
|
-
|
|
121
|
+
# XFLD,50: Text for Partial Processing
|
|
122
|
+
C_ACTION_PARTIAL_FRAGMENT_SAPFE_BOUND_ACTION_SEMANTICKEY=UL32guKUNVKJFmbhnU9TRw_One selected object will not be processed
|
|
80
123
|
|
|
81
|
-
|
|
124
|
+
# XFLD,50: Text for Partial Processing
|
|
125
|
+
C_ACTION_PARTIAL_FRAGMENT_SAPFE_BOUND_ACTION_SEMANTICKEY_PLURAL=oEV6oz8pyjchsL7ACFH/Lw_{0} selected objects will not be processed
|
|
82
126
|
|
|
83
|
-
|
|
127
|
+
# ------------------------ MESSAGE UTILS ------------------------
|
|
128
|
+
# XFLD,30: Text for default group name of the message in message-popover
|
|
129
|
+
T_MESSAGE_BUTTON_SAPFE_MESSAGE_GROUP_GENERAL=sTC06Bh7IfNTPmivmePbuA_General
|
|
84
130
|
|
|
85
|
-
|
|
131
|
+
# XFLD,30: Text for table denominator in the message of the group title in message-popover
|
|
132
|
+
T_MESSAGE_GROUP_TITLE_TABLE_DENOMINATOR=UvzPpGWzQ79jUiT0J/hUbA_Table
|
|
86
133
|
|
|
87
|
-
|
|
134
|
+
# XFLD,30: Text for prefix for the group name of the message from action in message-popover
|
|
135
|
+
T_MESSAGE_BUTTON_SAPFE_MESSAGE_GROUP_LAST_ACTION=sqsyMt8dYLmtoWrVG1AvUQ_Last Action
|
|
88
136
|
|
|
89
|
-
|
|
137
|
+
# XFLD,30: Text to be displayed in the message subtitle of the message popover when an error occurs in the creation row
|
|
138
|
+
T_MESSAGE_ITEM_SUBTITLE_CREATION_ROW_INDICATOR=ilXkiS1PES3KR/ztk5Jz+A_<New>
|
|
90
139
|
|
|
91
|
-
|
|
140
|
+
# XFLD,30: Text to be displayed when the row/column indicator is not computed in the message subtitle in message-popover
|
|
141
|
+
T_MESSAGE_ITEM_SUBTITLE_INDICATOR_UNKNOWN=lI8ey/APayl/aF+e0g4gaw_Unknown
|
|
92
142
|
|
|
93
|
-
|
|
143
|
+
# XFLD,10: Text to be displayed if the column is not part of table settings
|
|
144
|
+
T_COLUMN_INDICATOR_IN_TABLE_DEFINITION=h90eV9E0UPucIHq2Jim45A_Hidden
|
|
94
145
|
|
|
95
|
-
|
|
146
|
+
# XFLD,50: Text in the message subtitle in message-popover. Parameters: {0}= row indicator, {1}= column indicator.
|
|
147
|
+
T_MESSAGE_ITEM_SUBTITLE=sPdZrH5o6JY2e7NaP5alUg_Row\: {0}, Column\: {1}
|
|
96
148
|
|
|
97
|
-
|
|
149
|
+
# XFLD, 24: Title of the NavContainer Errors Page
|
|
150
|
+
C_COMMON_SAPFE_ERROR=uoWAW1zogV4e+9oItJf98g_Error
|
|
98
151
|
|
|
99
|
-
|
|
152
|
+
# XTIT, 24: Title of the NavContainer Error Messages Page
|
|
153
|
+
C_MESSAGE_HANDLING_SAPFE_ERROR_MESSAGES_PAGE_TITLE=Sk15vmFcFUZMcDWmC2fCJw_Messages
|
|
100
154
|
|
|
101
|
-
|
|
155
|
+
# XTIT, 24: Title text of Error Message Box
|
|
156
|
+
C_COMMON_SAPFE_ERROR_MESSAGES_PAGE_TITLE_ERROR=4FhjBbVfJWwqwnowBT1zQw_Error
|
|
102
157
|
|
|
103
|
-
|
|
158
|
+
# XTIT, 24: Title text of Warning Message Box
|
|
159
|
+
C_MESSAGE_HANDLING_SAPFE_ERROR_MESSAGES_PAGE_TITLE_WARNING=aA+fl+L5e1d55/m5lu4N5A_Warning
|
|
104
160
|
|
|
105
|
-
|
|
161
|
+
# XTIT, 24: Title text of Info Message Box
|
|
162
|
+
C_MESSAGE_HANDLING_SAPFE_ERROR_MESSAGES_PAGE_TITLE_INFO=STrq+/q9iZuTek9GkQl8KQ_Information
|
|
106
163
|
|
|
107
|
-
|
|
164
|
+
# XTIT, 24: Title text of Success Message Box
|
|
165
|
+
C_MESSAGE_HANDLING_SAPFE_ERROR_MESSAGES_PAGE_TITLE_SUCCESS=K31l7z+JheMwGjDlnXJ9hw_Success
|
|
108
166
|
|
|
109
|
-
|
|
167
|
+
# XFLD, 48: Title of the NavContainer Technical Page
|
|
168
|
+
C_COMMON_SAPFE_TECHNICAL_MESSAGES_PAGE_TITLE=V4MNKCdEbxDBDs1zNp06KA_Technical Details
|
|
110
169
|
|
|
111
|
-
|
|
170
|
+
# XFLD, 30: Label of Technical Detail HTTP Status
|
|
171
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_HTTP_STATUS=vLYAOkRDlRz0SF9FPXI5FQ_HTTP Status
|
|
112
172
|
|
|
113
|
-
|
|
173
|
+
# YMSG, 120: Message for the technical issues from Backend
|
|
174
|
+
C_EDITFLOW_SAPFE_CREATION_FAILED_DESCRIPTION=EQnilbyGr4QCzV+bqZB1/A_The object could not be created due to a technical error. Please try again later.
|
|
114
175
|
|
|
115
|
-
|
|
176
|
+
# XFLD, 51: Label of Technical Detail Exception Category
|
|
177
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_EXCEPTION_CATEGORY=vZjKQHXIAF8dQQ96XoaJjA_Exception Category
|
|
116
178
|
|
|
117
|
-
|
|
179
|
+
# XFLD, 33: Label of Technical Details Group Application
|
|
180
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_GROUP_APPLICATION=WIVLoa19Dbf3x/5LW6SupQ_Application
|
|
118
181
|
|
|
119
|
-
|
|
182
|
+
# XFLD, 33: Label of Technical Detail Component ID
|
|
183
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_COMPONENT_ID=kVWqNgtNuTp9I3XVJ8Id+A_Component ID
|
|
120
184
|
|
|
121
|
-
|
|
185
|
+
# XFLD, 36: Label of Technical Detail OData Service
|
|
186
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_ODATA_SERVICE=/ePtrzNOf00+AhW3SJAFgQ_OData Service
|
|
122
187
|
|
|
123
|
-
|
|
188
|
+
# XFLD, 45: Label of Technical Details Group Error Resolution
|
|
189
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_GROUP_ERROR_RESOLUTION=xQBRhvDu2+GbA1QIX6jvvw_Error Resolution
|
|
124
190
|
|
|
125
|
-
|
|
191
|
+
# XFLD, 39: Label of Technical Detail Transaction ID
|
|
192
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_TRANSACTION_ID=xv5eg0SSaZ6KiRuYPTIB1Q_Transaction ID
|
|
126
193
|
|
|
127
|
-
|
|
194
|
+
# XFLD, 27: Label of Technical Detail Time Stamp
|
|
195
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_TIMESTAMP=U0/bcjWPWybvrJ2liROTMQ_Time Stamp
|
|
128
196
|
|
|
129
|
-
|
|
197
|
+
# XFLD, 40: Label of Technical Detail Analysis
|
|
198
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_ANALYSIS=8PVf7bHxM2Zt7tXBrz9Tqw_Analysis
|
|
130
199
|
|
|
131
|
-
|
|
200
|
+
# XFLD, 35: Label of Technical Detail SAP Note
|
|
201
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_SAP_NOTE=wkZIuyzRhivFg6inIkXHkQ_SAP Note
|
|
132
202
|
|
|
133
|
-
|
|
203
|
+
# XFLD, 45: Label of Technical Detail SAP Detailed Note
|
|
204
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_SAP_DETAILED_NOTE=VjQNmdZFTbEl6lY/Gr/kGg_SAP Detailed Note
|
|
134
205
|
|
|
135
|
-
|
|
206
|
+
# XFLD, 45: Label of Technical Details Group Messages
|
|
207
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_GROUP_MESSAGES=o6EkL5aZtR8TimfoHMfSDg_Messages
|
|
136
208
|
|
|
137
|
-
|
|
209
|
+
# XFLD, 24: Label of Technical Detail Message
|
|
210
|
+
C_COMMON_SAPFE_TECHNICAL_DETAILS_MESSAGES=p4+sxluy1w3RVy4VDez1bw_Message
|
|
138
211
|
|
|
139
|
-
|
|
212
|
+
# XFLD, 45: Text for message page
|
|
213
|
+
C_COMMON_SAPFE_DATA_RECEIVED_ERROR=UqyCFLK1OnRO+q+TiAj+TQ_Unable to load the data.
|
|
140
214
|
|
|
141
|
-
|
|
215
|
+
# XFLD: Text for Apply Error
|
|
216
|
+
C_COMMON_APPLY_ERROR=99Rm5CfnGYU4a4Z8kds1qg_An error occurred when submitting the changes. Please navigate back to discard the changes or try to submit the changes again.
|
|
142
217
|
|
|
143
|
-
|
|
218
|
+
# XBUT,15: Title for Delete dialog
|
|
219
|
+
C_COMMON_OBJECT_PAGE_DELETE=ltXeQRtC2nYDF7eh7mmt0w_Delete
|
|
144
220
|
|
|
145
|
-
|
|
221
|
+
# YMSG,100: Used in the confirmation message box after pressing the delete button. Parameters: {0}= object title, {1}= object subtitle.
|
|
222
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO=iJ9QmGRKrZyiW2gsTHLLNA_Delete this object ({1} {0})?
|
|
146
223
|
|
|
147
|
-
|
|
224
|
+
# YMSG,100: Used in the confirmation message box after pressing the delete button.
|
|
225
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTTITLE_SINGULAR=RK4JbCVfL0GdCtlq7nOgow_Delete this object?
|
|
148
226
|
|
|
149
|
-
|
|
227
|
+
# YMSG,100: Used in the confirmation message box after pressing the delete button.
|
|
228
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTTITLE_SINGULAR_NON_DELETABLE=c2g/hVd+xtk9qfMZop6oRw_Delete the deletable object?
|
|
150
229
|
|
|
151
|
-
|
|
230
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button.
|
|
231
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_GENERIC_DELETE=NQZWea8yrg5eF1PUx4TP+w_Delete object?
|
|
152
232
|
|
|
153
|
-
|
|
233
|
+
# YMSG: Used in the confirmation message box after pressing the delete button with only unsaved changes object. Parameters: {0}=user name
|
|
234
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_CHANGES=49oO4hb6jFn5WUN/uWSxDw_Another user edited this object without saving the changes\:\n{0} \n\nDelete anyway?
|
|
154
235
|
|
|
155
|
-
|
|
236
|
+
# YMSG: Used in the confirmation message box after pressing the delete button with only multiple unsaved changes object.
|
|
237
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_CHANGES_MULTIPLE_OBJECTS=JYKljoz0C5w4Tsq2AMy4Rw_Other users have edited the selected objects without saving the changes. \n\nDelete anyway?
|
|
156
238
|
|
|
157
|
-
|
|
239
|
+
# YMSG,100: Used in the confirmation message box after pressing the delete button.
|
|
240
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTTITLE_PLURAL_NON_DELETABLE=xnRbqi3Ksaj6rx4VR0CbUg_Delete all deletable objects ?
|
|
158
241
|
|
|
159
|
-
|
|
242
|
+
# YMSG,100: Used in the confirmation message box after pressing the delete button.
|
|
243
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTTITLE_PLURAL=Nw02qaQEMUjYTpy3SaMU1g_Delete the selected objects?
|
|
160
244
|
|
|
161
|
-
|
|
245
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button with non deletable objects. Parameters: {0}= objects that cannot be deleted, {1}= number of selected objects.
|
|
246
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_FEW_OBJECTS_NON_DELETABLE=h0TPgYcUemfT68bitoi7ZA_{0} out of {1} objects cannot be deleted.
|
|
162
247
|
|
|
163
|
-
|
|
248
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button. Parameters: {0}= objects that are locked, {1}= number of selected objects.
|
|
249
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_FEW_OBJECTS_LOCKED=So3DN6aOACAP+Rc1Z4o3qg_{0} of {1} objects are currently locked.
|
|
164
250
|
|
|
165
|
-
|
|
251
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button. Parameters: {0}= number of selected objects.
|
|
252
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_ONE_OBJECT_LOCKED=f0ajg0nBiXJWTjCNBnThBA_1 of {0} objects is currently locked.
|
|
166
253
|
|
|
167
|
-
|
|
254
|
+
# YMSG: Used in the confirmation message box after pressing the delete button.
|
|
255
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_AND_FEW_OBJECTS_LOCKED_SINGULAR=LmAZKk7/YS8ytB3YOjeE+A_\nThe remaining object has unsaved changes.\n\nDo you still want to delete it?
|
|
168
256
|
|
|
169
|
-
|
|
257
|
+
# YMSG: Used in the confirmation message box after pressing the delete button.
|
|
258
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_AND_FEW_OBJECTS_LOCKED_PLURAL=VNHMcTdRrSVXTMXweBfZ1w_\nThe remaining objects have unsaved changes.\n\nDo you still want to delete them?
|
|
170
259
|
|
|
171
|
-
|
|
260
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button.
|
|
261
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_FEW_OBJECTS_UNSAVED_SINGULAR=1Huj/ki4YnQ9ArTqzDNZbQ_Also delete object with unsaved changes?
|
|
172
262
|
|
|
173
|
-
|
|
263
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button.
|
|
264
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_FEW_OBJECTS_UNSAVED_PLURAL=3c1YBPnx8Hn2Dx5vEWCaig_Also delete objects with unsaved changes?
|
|
174
265
|
|
|
175
|
-
|
|
266
|
+
# YMSG, 150: Used in the confirmation message box after pressing the delete button with non deletable objects and locked objects. Parameters: {0}= objects that cannot be deleted, {1}= number of locked objects, {2}= number of selected objects.
|
|
267
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_FEW_OBJECTS_LOCKED_AND_NON_DELETABLE=C/Ruaki7M/4MBFGN/pG6Jw_{0} out of {2} objects cannot be deleted. \n{1} of {2} objects are currently locked.
|
|
176
268
|
|
|
177
|
-
|
|
269
|
+
# YMSG, 100: Used in the confirmation message box after pressing the delete button with non deletable objects and locked objects. Parameters: {0}= objects that cannot be deleted, {1}= number of selected objects.
|
|
270
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_ONE_OBJECT_LOCKED_AND_NON_DELETABLE=6aJVxuX0sg7bjXLyL6FdkA_{0} out of {1} objects cannot be deleted. \n1 of {1} objects is currently locked.
|
|
178
271
|
|
|
179
|
-
|
|
272
|
+
# YMSG, 100: Used in the message box when deleting a locked object. Parameters: {0}= objects that cannot be deleted, {1}= number of locked objects, {2}= number of selected objects.
|
|
273
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_SINGLE_OBJECT_LOCKED=7hhxwPl5rdoewsuTo4JXtQ_This object is currently locked by another user and cannot be deleted.
|
|
180
274
|
|
|
181
|
-
|
|
275
|
+
# XTIT,50: Text for title to Delete Dialog. Parameters: {0}= number of selected contexts
|
|
276
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_DELETE_DIALOG=W8qo4KMhC03I9/Ol3AQ7mA_Delete ({0})?
|
|
182
277
|
|
|
183
|
-
|
|
278
|
+
# YMSG, 100: Used in the Toast message box after pressing the delete button.
|
|
279
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_DELETE_TOAST_SINGULAR=0ZcTW6WaZWhtPih8YI/F5w_Object was deleted.
|
|
184
280
|
|
|
185
|
-
|
|
281
|
+
# YMSG, 100: Used in the Toast message box after pressing the delete button.
|
|
282
|
+
C_TRANSACTION_HELPER_OBJECT_PAGE_DELETE_TOAST_PLURAL=G5G9Cmf4aS6rwyVKle2fxg_Objects were deleted.
|
|
186
283
|
|
|
187
|
-
|
|
284
|
+
#------------DRAFT INFO -----------------
|
|
285
|
+
# XTIT,30
|
|
286
|
+
C_DRAFT_POPOVER_ADMIN_DATA_DRAFTINFO_LOCKED_OBJECT_WITH_OWNER_INFO=qsbFyuIpzxFnhMiSkFqecg_Locked by {0}
|
|
188
287
|
|
|
189
|
-
|
|
288
|
+
# XTIT,30: Edit state, list description
|
|
289
|
+
C_DRAFT_POPOVER_ADMIN_DATA_DRAFTINFO_DRAFT_OBJECT=rYKLiAx9hYsgZeqiwfXXuw_Draft
|
|
190
290
|
|
|
191
|
-
|
|
291
|
+
# XTIT,30: Edit state, list description
|
|
292
|
+
C_DRAFT_POPOVER_ADMIN_DATA_DRAFTINFO_UNSAVED_OBJECT=TW3fr2QkIZrdH/h+5A6EXg_Unsaved Changes
|
|
192
293
|
|
|
193
|
-
|
|
294
|
+
# XTIT,30: Edit state, list description
|
|
295
|
+
C_DRAFT_POPOVER_ADMIN_DATA_DRAFTINFO_FLAGGED_OBJECT=m26m2QcOzodtHLAut8AvkQ_Flagged
|
|
194
296
|
|
|
195
|
-
|
|
297
|
+
# XTIT,70
|
|
298
|
+
C_DRAFT_POPOVER_ADMIN_DATA_DRAFTINFO_POPOVER_NO_DATA_TEXT=A+pjj9MnTG4/m6DxYYxoew_No detailed information available.
|
|
196
299
|
|
|
197
|
-
|
|
300
|
+
# XTIT,70
|
|
301
|
+
C_EDIT_FLOW_GENERIC_LOCKED_OBJECT_POPOVER_TEXT_OWNER_INFO=HS2jr8ONK+hYID8SmL8ewQ_This object is currently being edited by {0}.
|
|
198
302
|
|
|
199
|
-
|
|
303
|
+
# XTIT,70
|
|
304
|
+
C_EDIT_FLOW_GENERIC_LOCKED_OBJECT_POPOVER_TEXT_ADDITIONAL_USER=zXRMUKz3cDNJ9uScdEUg1w_This object is currently being edited by another user.
|
|
200
305
|
|
|
201
|
-
|
|
306
|
+
# XTIT,70
|
|
307
|
+
C_EDIT_FLOW_LAST_CHANGE_USER_TEXT_OWNER_INFO=XEoVWS/t+EgR3QXKoTBf+Q_This object has unsaved changes made by {0}.
|
|
202
308
|
|
|
309
|
+
# XTIT,70
|
|
310
|
+
C_EDIT_FLOW_LAST_CHANGE_USER_TEXT_ADDITIONAL_USER=R3ZHkCzUFqY4nbP8UCFE2w_This object has unsaved changes made by another user.
|
|
203
311
|
|
|
204
|
-
|
|
312
|
+
# XTIT,70
|
|
313
|
+
C_EDIT_FLOW_LAST_CHANGE_USER_TEXT=Dr4E/rCNrfucGVKK5CcEUQ_This object has unsaved changes made
|
|
205
314
|
|
|
206
|
-
|
|
315
|
+
#------------Messages for Transient Contexts-----------------
|
|
316
|
+
# Currently used both in core and templates - to be cleaned up
|
|
207
317
|
|
|
208
|
-
|
|
318
|
+
# XTIT,70
|
|
319
|
+
C_ROUTING_NAVIGATION_DISABLED_TITLE=kNmJZAL64hU6Cftr41P9vA_Navigation is currently not possible
|
|
209
320
|
|
|
210
|
-
|
|
321
|
+
# YMSG, 240
|
|
322
|
+
C_ROUTING_NAVIGATION_DISABLED_MESSAGE=3TJbz1oMaI/z8ZQx+Y3Kgg_Navigation is currently not possible as there are still entries not yet synchronized to the back end.
|
|
211
323
|
|
|
212
|
-
|
|
324
|
+
# XTIT,15: Text for Warning message title
|
|
325
|
+
C_DRAFT_OBJECT_PAGE_WARNING=rsFh/9IrZH801ty6clBoKg_Warning
|
|
213
326
|
|
|
214
|
-
|
|
327
|
+
# YMSG, 200: Used in the confirmation dialog box after pressing the edit button of an object page with unsaved changes
|
|
328
|
+
C_DRAFT_OBJECT_PAGE_DRAFT_UNSAVED_CHANGES=wjEZCwD3kuO+XTnHGreQNA_Another user edited this object without saving the changes\: \n{0} \n\nIf\u00C2\u00A0you\u00C2\u00A0start editing,\u00C2\u00A0those changes\u00C2\u00A0will\u00C2\u00A0be\u00C2\u00A0lost.
|
|
215
329
|
|
|
216
|
-
|
|
330
|
+
# XBUT,15: Text for button to edit draft
|
|
331
|
+
C_COMMON_OBJECT_PAGE_EDIT=BouAbAUOqy1/FTF4eTP6/Q_Edit
|
|
217
332
|
|
|
218
|
-
|
|
333
|
+
# XTIT,50: Edit state, filter
|
|
334
|
+
C_DRAFT_EDIT_STATE_DRAFT_ALL_FILTER=0pW1qdU2UdFqz83xVVKyzw_All
|
|
219
335
|
|
|
220
|
-
|
|
336
|
+
# XTIT,50: Edit state, filter
|
|
337
|
+
C_DRAFT_EDIT_STATE_DRAFT_UNCHANGED_FILTER=T7EbBsA2z0t7IQ17aJgLFg_Unchanged
|
|
221
338
|
|
|
222
|
-
|
|
339
|
+
# XTIT,50: Edit state, filter
|
|
340
|
+
C_DRAFT_EDIT_STATE_DRAFT_OWN_DRAFT_FILTER=ob3ZB2SfTacJKvdMwcWfDA_Own Draft
|
|
223
341
|
|
|
224
|
-
|
|
342
|
+
# XTIT,50: Edit state, filter
|
|
343
|
+
C_DRAFT_EDIT_STATE_DRAFT_LOCKED_FILTER=GUPE9ncV3Fauh3s7cKfYKw_Locked by Another User
|
|
225
344
|
|
|
345
|
+
# XTIT,50: Edit state, filter
|
|
346
|
+
C_DRAFT_EDIT_STATE_DRAFT_UNSAVED_CHANGES_FILTER=/rLXrHrEDVn6uPeOsNDbww_Unsaved Changes by Another User
|
|
226
347
|
|
|
227
|
-
|
|
348
|
+
# XTIT,50: Edit state, filter
|
|
349
|
+
C_DRAFT_EDIT_STATE_DRAFT_ALL_HIDING_DRAFTS_FILTER=OgsceRwRPY3vUZcvIwjSHA_All (Hiding Drafts)
|
|
228
350
|
|
|
229
|
-
|
|
351
|
+
# XBUT,15: Text for button Share
|
|
352
|
+
T_COMMON_SAPFE_ACTION_SHARE=RveNNrrc1FgQTkbwFxjXZw_Share
|
|
230
353
|
|
|
354
|
+
#------------Texts for in-page navigation-----------------
|
|
231
355
|
|
|
232
|
-
|
|
356
|
+
# XMSG, 130: Message on accessing header datapoint title link for in-page navigation
|
|
357
|
+
T_COMMON_HEADERDP_TITLE_LINK_INPAGE_ARIA=s8iqvpHKDN3PtaB7oa2UMA_Click here to jump to the respective section on the current page
|
|
233
358
|
|
|
234
|
-
|
|
359
|
+
# XMSG, 130: Message on accessing header datapoint title link for external navigation
|
|
360
|
+
T_HEADER_DATAPOINT_TITLE_LINK_EXTERNAL_ARIA=39+4qmeNVevvjfn+qnjQ8g_Click here to navigate to the external app
|
|
235
361
|
|
|
236
|
-
|
|
362
|
+
#------------Messages for Paste action-----------------
|
|
237
363
|
|
|
238
|
-
|
|
364
|
+
C_PASTE_HELPER_SAPFE_PASTE_ERROR_MESSAGE_PLURAL=OuT5tDi0XAlmO0iYJZgQ4w_Unable to paste. {0} items contain invalid data.
|
|
239
365
|
|
|
240
|
-
|
|
366
|
+
C_PASTE_HELPER_SAPFE_PASTE_ERROR_MESSAGE_SINGULAR=GrQSGOSHi13mvqbAEfoZHA_Unable to paste. One item contains invalid data.
|
|
241
367
|
|
|
368
|
+
C_PASTE_HELPER_SAPFE_PASTE_ERROR_CORRECTION_MESSAGE=Zq5SwXZfAP+FQulXtnehKA_Please correct the values below in your source file.
|
|
242
369
|
|
|
243
|
-
|
|
370
|
+
C_PASTE_HELPER_SAPFE_PASTE_ERROR_CORRECTION_NOTE=InuIAjpgBNm8A9fiFYcJ5g_(Note\: The row/column refers to the position in the dataset you copied.)
|
|
244
371
|
|
|
245
|
-
|
|
372
|
+
# YMSG, 240 : Error message on trying to paste when creation is not allowed.
|
|
373
|
+
T_OP_CONTROLLER_SAPFE_PASTE_DISABLED_MESSAGE=3c1VJv32ToL+28Q9ZqihWg_You can't use the paste function to create new entries.
|
|
246
374
|
|
|
247
|
-
|
|
375
|
+
#------------Texts for field wrapper control-----------------
|
|
248
376
|
|
|
249
|
-
|
|
377
|
+
#XMSG: Empty field: this is the aria description that screen readers can access when a field has no value
|
|
378
|
+
T_FIELDWRAPPER_NO_VALUE=BNxxEqi+dEMsCYZqanBf+w_No value
|
|
250
379
|
|
|
251
|
-
|
|
380
|
+
#XMSG: Empty indicator for field: this is the character that is displayed when a text field has no value in a Form
|
|
381
|
+
T_FIELDWRAPPER_EMPTY_INDICATOR=AxpTWJPZAtXgaQYwTEYuiQ_\u2013
|
|
252
382
|
|
|
253
|
-
|
|
383
|
+
#-------------Intent Based Navigation Messages -------------------------
|
|
384
|
+
# XTIT,70
|
|
385
|
+
C_COMMON_NAVIGATION_ERROR_TITLE=RgZjUyDO0Ei6r61x5zn6HA_Error
|
|
254
386
|
|
|
255
|
-
|
|
387
|
+
# XMSG,70
|
|
388
|
+
C_COMMON_HELPER_NAVIGATION_ERROR_MESSAGE=BmQBCRyJvPOsLPBPqkS+Yw_Navigation to this application is not supported.
|
|
256
389
|
|
|
257
|
-
|
|
390
|
+
#-------------Type validation messages ----------------
|
|
391
|
+
# XMSG: Error message when typing an invalid value for an email address
|
|
392
|
+
T_EMAILTYPE_INVALID_VALUE=vtSe9u850v2aAeD3l/eAMA_Please enter a valid email address
|
|
258
393
|
|
|
259
|
-
|
|
394
|
+
# XFLD: Format for text arrangement with 2 values
|
|
395
|
+
C_FORMAT_FOR_TEXT_ARRANGEMENT=U+OOAXHe2RmrIa+uITU0Kw_{0} ({1})
|
|
260
396
|
|
|
261
|
-
|
|
397
|
+
#Tooltip of message pop-over button when backend message has more than 1 errors
|
|
398
|
+
C_COMMON_SAPFE_ERROR_MESSAGES_PAGE_MULTIPLE_ERROR_TOOLTIP=ToDGFSEDptqbU+WG5xeB2w_Errors
|
|
262
399
|
|
|
263
|
-
|
|
400
|
+
#Tooltip of message pop-over button when backend message has no errors but 1 or more warnings
|
|
401
|
+
C_COMMON_SAPFE_ERROR_MESSAGES_PAGE_WARNING_TOOLTIP=pLT5XNvkYXeS4K6eQKeYFA_Warnings
|
|
264
402
|
|
|
265
|
-
|
|
403
|
+
#Aria Text for the Message Pop-over button
|
|
404
|
+
C_COMMON_SAPFE_ERROR_MESSAGES_PAGE_BUTTON_ARIA_TEXT=zDnbNo7NIJ5j6BhGqb6N+Q_Display Messages
|
|
266
405
|
|
|
267
|
-
|
|
406
|
+
#XBUT: Send Email button text
|
|
407
|
+
T_SEMANTIC_CONTROL_SEND_EMAIL=em4HawRUaFHAl9lafb5Zyg_Send Email
|
|
268
408
|
|
|
269
|
-
|
|
409
|
+
# XFLD,30: Text of the Share via JAM button
|
|
410
|
+
T_COMMON_SAPFE_SHARE_JAM=xCRMXcx0tIZ2Ibm8/LvSYw_Share in SAP Jam
|
|
270
411
|
|
|
271
|
-
|
|
412
|
+
# XFLD,60: Email subject of Share via Email button
|
|
413
|
+
T_SHARE_UTIL_HELPER_SAPFE_EMAIL_SUBJECT=tAjwkzPsO1QzCrCtseAjcw_Link To\: {0}
|
|
272
414
|
|
|
273
|
-
|
|
415
|
+
#------------KPI tooltip templates-----------------------
|
|
416
|
+
#XMSG: Tooltip template when the KPI has an error status
|
|
417
|
+
C_KPI_TOOLTIP_ERROR=xEpjlRltIihOOl4lLnHUyg_{0} {1}\nStatus\: High-Risk
|
|
274
418
|
|
|
275
|
-
|
|
419
|
+
#XMSG: Tooltip template when the KPI has a warning status
|
|
420
|
+
C_KPI_TOOLTIP_WARNING=uT5b/x1oqqm101Ongq28Cg_{0} {1}\nStatus\: Risk
|
|
276
421
|
|
|
422
|
+
#XMSG: Tooltip template when the KPI has no status
|
|
423
|
+
C_KPI_TOOLTIP_NONE=SHjNq8k7gd4oQYbcDrHNng_{0} {1}\nStatus\: None
|
|
277
424
|
|
|
278
|
-
|
|
425
|
+
#XMSG: Tooltip template when the KPI has a success status
|
|
426
|
+
C_KPI_TOOLTIP_SUCCESS=a7gRuf7ohTS0QCa8GvySJw_{0} {1}\nStatus\: Good
|
|
279
427
|
|
|
280
|
-
|
|
428
|
+
#XMSG: Amount displayed when multiple units/currencies are aggregated in a KPI
|
|
429
|
+
C_KPI_TOOLTIP_AMOUNT_MULTIUNIT=HeZ21RLAPrufAnCUdHBD+Q_(Multiple units/currencies)
|
|
281
430
|
|
|
282
|
-
|
|
431
|
+
#------------KPI card templates-----------------------
|
|
283
432
|
|
|
284
|
-
|
|
433
|
+
#XMSG: Name of the first side indicator in a KPI card
|
|
434
|
+
C_KPICARD_INDICATOR_TARGET=ytPeW2uH8T6X6mzULjtpUA_Target
|
|
285
435
|
|
|
286
|
-
XMSG
|
|
287
|
-
|
|
436
|
+
#XMSG: Name of the second side indicator in a KPI card
|
|
437
|
+
C_KPICARD_INDICATOR_DEVIATION=bBXi3nIAn1RpPFhq8zql3Q_Deviation
|
|
438
|
+
|
|
439
|
+
#XMSG: Filter description
|
|
440
|
+
C_KPICARD_FILTERSTRING_NOT=cYwMc08xH7CWnEEnsZYcLw_not {0}
|
|
441
|
+
|
|
442
|
+
#XMSG: List of measures or dimensions
|
|
443
|
+
C_KPICARD_ITEMSLIST=qfTxDFBokstKe4EFChr6sg_{0} and {1}
|
|
444
|
+
|
|
445
|
+
XMSG=RVZpjUrzOQeYeJe5q6kFOA_Title of the chart in the KPI card \: <measures> by <dimensions>
|
|
446
|
+
C_KPICARD_CHARTTITLE=DmY/tLHGtVzOAMoHdw4Zeg_{0} by {1}
|