silverstripe-userforms/javascript/lang/en_US.js

20 lines
1.0 KiB
JavaScript
Raw Normal View History

2015-08-20 02:47:37 +02:00
// This file was generated by silverstripe/cow from javascript/lang/src/en_US.js.
// See https://github.com/tractorcow/cow for details
2014-01-24 02:37:01 +01:00
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('en_US', {
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
"UserForms.ADDING_FIELD": "Adding new field",
"UserForms.ADDED_FIELD": "Added new field",
"UserForms.HIDE_OPTIONS": "Hide options",
"UserForms.SHOW_OPTIONS": "Show options",
"UserForms.ADDING_OPTION": "Adding option",
"UserForms.ADDED_OPTION": "Added option",
"UserForms.ERROR_CREATING_OPTION": "Error creating option",
"UserForms.REMOVED_OPTION": "Removed option",
"UserForms.ADDING_RULE": "Adding rule",
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later."
});
}