silverstripe-framework/admin/javascript/lang/pl.js

16 lines
979 B
JavaScript
Raw Normal View History

// This file was generated by GenerateJavaScriptI18nTask from javascript/lang/src/pl.js.
// See https://github.com/silverstripe/silverstripe-buildtools for details
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('pl', {
2013-12-19 18:04:37 +01:00
"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."
});
}