mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
2c145cd454
The files are uploaded to transifex.com now, which means we needed
to consolidate the file names (= locales). Since Transifex doesn't allow
arbitrary JavaScript structures, we're using an intermediary JSON
format which gets transformed into the JS used by the framework.
See b59f3858af
for generator logic.
Fixes https://github.com/silverstripe/silverstripe-framework/issues/2499
11 lines
646 B
JavaScript
11 lines
646 B
JavaScript
{
|
|
"LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?",
|
|
"ModelAdmin.SAVED": "Saved",
|
|
"ModelAdmin.REALLYDELETE": "Do you really want to delete?",
|
|
"ModelAdmin.DELETED": "Deleted",
|
|
"ModelAdmin.VALIDATIONERROR": "Validation Error",
|
|
"LeftAndMain.PAGEWASDELETED": "This page was deleted. To edit a page, select it from the left."
|
|
}
|