-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from minimalic/patch-1
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
de: | ||
DNADesign\ElementalVirtual\Extensions\BaseElementExtension: | ||
GridFieldTitle: Titel | ||
GridFieldUsedOn: 'Verwendet auf' | ||
LinkedTo: 'Verknüpft mit' | ||
OriginalContentFrom: 'Das ursprüngliche Element erscheint auf' | ||
OtherPages: 'Andere Seiten' | ||
DNADesign\ElementalVirtual\Forms\ElementalGridFieldUnlinkAction: | ||
UnlinkRelation: 'Verlinkung trennen' | ||
DNADesign\ElementalVirtual\Model\ElementVirtual: | ||
BlockType: Virtuell | ||
InvalidPublishStateError: Fehler | ||
InvalidPublishStateWarning: 'Fehler: Das ursprüngliche Element ist nicht veröffentlicht. Dieses Element wird auf der Live-Website nicht funktionieren, bis Sie auf den unten stehenden Link klicken und es veröffentlichen.' | ||
PLURALNAME: Blöcke | ||
PLURALS: | ||
one: 'Ein virtueller Block' | ||
other: '{count} Blöcke' | ||
SINGULARNAME: 'virtueller Block' | ||
VirtualDescription: 'Dies ist eine virtuelle Kopie eines Elements.' |