for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
// This file was generated by silverstripe/cow from client/lang/src/de.json.
// See https://github.com/tractorcow/cow for details
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
}
} else {
ss.i18n.addDictionary('de', {
"CampaignAdmin.ADDCAMPAIGN": "Kampagne hinzufügen",
"CampaignAdmin.DELETECAMPAIGN": "Sind Sie sicher, dass Sie diesen Eintrag löschen möchten?",
"CampaignAdmin.DRAFT": "Entwurf",
"CampaignAdmin.ITEM_SUMMARY_PLURAL": "%s Elemente",
"CampaignAdmin.ITEM_SUMMARY_SINGULAR": "%s Element",
"CampaignAdmin.MODIFIED": "Geändert",
"CampaignAdmin.NO_CHANGES": "Keine Änderungen",
"CampaignAdmin.PUBLISHCAMPAIGN": "Kampagne veröffentlichen",
"CampaignAdmin.REMOVED": "Entfernt",
"CampaignAdmin.REVERTCAMPAIGN": "Rückgängig machen"
});