@sapui5/sap.fe.core 1.96.23 → 1.96.24
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
CHANGED
package/src/sap/fe/core/.library
CHANGED
|
@@ -230,10 +230,10 @@ C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTTITLE_SINGULAR_NON_DE
|
|
|
230
230
|
# YMSG, 100: Used in the confirmation message box after pressing the delete button.
|
|
231
231
|
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_GENERIC_DELETE=Delete object?
|
|
232
232
|
|
|
233
|
-
# YMSG
|
|
233
|
+
# YMSG: Used in the confirmation message box after pressing the delete button with only unsaved changes object. Parameters: {0}=user name
|
|
234
234
|
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_CHANGES= Another user edited this object without saving the changes:\n{0} \n\nDelete anyway?
|
|
235
235
|
|
|
236
|
-
# YMSG
|
|
236
|
+
# YMSG: Used in the confirmation message box after pressing the delete button with only multiple unsaved changes object.
|
|
237
237
|
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_CHANGES_MULTIPLE_OBJECTS=Other users have edited the selected objects without saving the changes. \n\nDelete anyway?
|
|
238
238
|
|
|
239
239
|
# YMSG,100: Used in the confirmation message box after pressing the delete button.
|
|
@@ -251,10 +251,10 @@ C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_FEW_OBJECTS_
|
|
|
251
251
|
# YMSG, 100: Used in the confirmation message box after pressing the delete button. Parameters: {0}= number of selected objects.
|
|
252
252
|
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_OBJECTINFO_AND_ONE_OBJECT_LOCKED= 1 of {0} objects is currently locked.
|
|
253
253
|
|
|
254
|
-
# YMSG
|
|
254
|
+
# YMSG: Used in the confirmation message box after pressing the delete button.
|
|
255
255
|
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_AND_FEW_OBJECTS_LOCKED_SINGULAR= \nThe remaining object has unsaved changes.\n\nDo you still want to delete it?
|
|
256
256
|
|
|
257
|
-
# YMSG
|
|
257
|
+
# YMSG: Used in the confirmation message box after pressing the delete button.
|
|
258
258
|
C_TRANSACTION_HELPER_OBJECT_PAGE_CONFIRM_DELETE_WITH_UNSAVED_AND_FEW_OBJECTS_LOCKED_PLURAL= \nThe remaining objects have unsaved changes.\n\nDo you still want to delete them?
|
|
259
259
|
|
|
260
260
|
# YMSG, 100: Used in the confirmation message box after pressing the delete button.
|