-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DaveRo
committed
Jan 25, 2020
1 parent
8e5a1bc
commit 504f749
Showing
1 changed file
with
47 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,47 @@ | ||
{ | ||
"extensionName": { | ||
"message": "Limit der nicht ausgeblendeten Empfänger", | ||
"description": "Name of the extension." | ||
}, | ||
|
||
"extensionDescription": { | ||
"message": "Stellen Sie sicher, dass die Anzahl der Empfänger An oder CC einen Parameter nicht überschreitet.", | ||
"description": "Description of the extension." | ||
}, | ||
|
||
"prefsNonBCCLimit" : { | ||
"message": "Wie viele Empfänger An oder CC bevor eine Warnung ausgegeben wird?", | ||
"description": "Non-BCC limit label" | ||
}, | ||
|
||
"prefsRestart": { | ||
"message": "Nach Änderungen ist ein Neustart erforderlich.", | ||
"description": "Restart required message" | ||
}, | ||
|
||
"dialogueTitle": { | ||
"message": "Limit der Empfänger An und CC überschritten!", | ||
"description": "Dialogue title" | ||
}, | ||
|
||
"dialogueCountLabel": { | ||
"message": "Empfänger nicht BCC", | ||
"description": "Non-BCC count label" | ||
}, | ||
|
||
"dialogueLimitLabel": { | ||
"message": "Maximal zulässige", | ||
"description": "Non-BCC limit label" | ||
}, | ||
|
||
"dialogueQuestion": { | ||
"message": "Trotzdem senden?", | ||
"description": "Dialogue question" | ||
}, | ||
|
||
"dialogueCheckboxLabel": { | ||
"message": "Alle Empfänger auf BCC umzustellen?", | ||
"description": "Change all to BCC checkbox label" | ||
} | ||
|
||
} |