silverstripe-userforms/client/lang/da_DK.js

23 lines
1.2 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/da_DK.js.
// See https://github.com/tractorcow/cow for details
2016-05-18 06:58:44 +02:00
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
2014-01-24 02:37:01 +01:00
} else {
2016-05-18 06:58:44 +02:00
ss.i18n.addDictionary('da_DK', {
2016-08-17 01:08:01 +02:00
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.",
2014-01-24 02:37:01 +01:00
"UserForms.ADDED_FIELD": "Added new field",
"UserForms.ADDED_OPTION": "Added option",
2016-08-17 01:08:01 +02:00
"UserForms.ADDING_FIELD": "Adding new field",
"UserForms.ADDING_OPTION": "Adding option",
"UserForms.ADDING_RULE": "Adding rule",
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
2014-01-24 02:37:01 +01:00
"UserForms.ERROR_CREATING_OPTION": "Error creating option",
2016-08-17 01:08:01 +02:00
"UserForms.HIDE_OPTIONS": "Hide options",
"UserForms.LEAVE_CONFIRMATION": "You have unsaved changes!",
2014-01-24 02:37:01 +01:00
"UserForms.REMOVED_OPTION": "Removed option",
2016-08-17 01:08:01 +02:00
"UserForms.SHOW_OPTIONS": "Show options"
2014-01-24 02:37:01 +01:00
});
}