mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
10 lines
627 B
JavaScript
10 lines
627 B
JavaScript
{
|
|
"ModelAdmin.SAVED": "Zapisano",
|
|
"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.",
|
|
"ModelAdmin.VALIDATIONERROR": "Validation Error",
|
|
"ModelAdmin.DELETED": "Usunięto",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?",
|
|
"ModelAdmin.REALLYDELETE": "Napewno usunąć?",
|
|
"LeftAndMain.PAGEWASDELETED": "Ta strona została usunięta.",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved."
|
|
} |