Passed
Push — 1 ( f8e5cb...ba63b3 )
by Robbie
03:44
created

client/lang/de.js   A

Size

Lines of Code 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 1
rs 10
c 0
b 0
f 0
noi 1
1
// This file was generated by silverstripe/cow from client/lang/src/de.json.
2
// See https://github.com/tractorcow/cow for details
3
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
4
  if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
5
    console.error('Class ss.i18n not defined');  // eslint-disable-line no-console
6
  }
7
} else {
8
  ss.i18n.addDictionary('de', {
9
    "CampaignAdmin.ADDCAMPAIGN": "Kampagne hinzufügen",
10
    "CampaignAdmin.DELETECAMPAIGN": "Sind Sie sicher, dass Sie diesen Eintrag löschen möchten?",
11
    "CampaignAdmin.DRAFT": "Entwurf",
12
    "CampaignAdmin.ITEM_SUMMARY_PLURAL": "%s Elemente",
13
    "CampaignAdmin.ITEM_SUMMARY_SINGULAR": "%s Element",
14
    "CampaignAdmin.MODIFIED": "Geändert",
15
    "CampaignAdmin.NO_CHANGES": "Keine Änderungen",
16
    "CampaignAdmin.PUBLISHCAMPAIGN": "Kampagne veröffentlichen",
17
    "CampaignAdmin.REMOVED": "Entfernt",
18
    "CampaignAdmin.REVERTCAMPAIGN": "Rückgängig machen"
19
});
20
}