✨️ automatically add new case types to custom field options
This commit is contained in:
parent
cef8c31f31
commit
dcae7c6a69
6 changed files with 184 additions and 33 deletions
BIN
l10n/de_DE/LC_MESSAGES/de_DE.mo
Normal file
BIN
l10n/de_DE/LC_MESSAGES/de_DE.mo
Normal file
Binary file not shown.
|
@ -14,10 +14,10 @@ msgstr ""
|
|||
|
||||
#: CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid ""
|
||||
"Creation of custom field '%1' failed. Find more information in the logs."
|
||||
"%1: Creation of custom field '%2' failed. Find more information in the logs."
|
||||
msgstr ""
|
||||
"Erstellung von Custom Field '%1' fehlgeschlagen. Mehr Informationen in den "
|
||||
"Logs."
|
||||
"%1: Erstellen des benutzerdefinierten Feldes '%2' fehlgeschlagen. Mehr "
|
||||
"Informationen in den Logs."
|
||||
|
||||
#: CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid "Creation of custom field failed. Find more information in the logs."
|
||||
|
@ -33,6 +33,29 @@ msgstr ""
|
|||
"Erstellung der Custom Field '%1' fehlgeschlagen, weil bereits eine Custom "
|
||||
"Field mit selbem Namen existiert. Mehr Informationen in den Logs."
|
||||
|
||||
#: CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid ""
|
||||
"Creation of custom field '%1' failed. Find more information in the logs."
|
||||
msgstr ""
|
||||
"Erstellung von Custom Field '%1' fehlgeschlagen. Mehr Informationen in den "
|
||||
"Logs."
|
||||
|
||||
#: CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid ""
|
||||
"%1 could not get option group id for custom field '%2'. Find more "
|
||||
"information in the logs."
|
||||
msgstr ""
|
||||
"%1 konnte die Option-Group-ID für das benutzerdefinierte Feld '%2' nicht "
|
||||
"finden. Mehr Informationen in den Logs."
|
||||
|
||||
#: CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid ""
|
||||
"%1 could not create additional option values for custom field '%2'. Find "
|
||||
"more information in the logs."
|
||||
msgstr ""
|
||||
"%1 konnte dem benutzerdefinierte Feld '%2' keine zusätzlichen Optionen "
|
||||
"hinzufügen. Mehr Informationen in den Logs."
|
||||
|
||||
#: CRM/TwingleCampaign/BAO/CustomGroup.php
|
||||
msgid ""
|
||||
"Creation of custom group '%1' failed. Find more information in the logs."
|
||||
|
@ -255,7 +278,7 @@ msgid "Case"
|
|||
msgstr "Fall"
|
||||
|
||||
#: CRM/TwingleCampaign/resources/campaigns.php
|
||||
msgid "Which case should get triggered for event creators?"
|
||||
msgid "Which case should get opened for event creators?"
|
||||
msgstr "Welcher Fall soll für Event-Initiatoren eröffnet werden?"
|
||||
|
||||
#: CRM/TwingleCampaign/resources/campaigns.php
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
#: ./CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid "Creation of custom field '%1' failed. Find more information in the logs."
|
||||
msgid "%1: Creation of custom field '%2' failed. Find more information in the logs."
|
||||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/BAO/CustomField.php
|
||||
|
@ -10,6 +10,18 @@ msgstr ""
|
|||
msgid "Creation of custom field '%1' failed, because a custom field with that name already exists. Find more information in the logs."
|
||||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid "Creation of custom field '%1' failed. Find more information in the logs."
|
||||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid "%1 could not get option group id for custom field '%2'. Find more information in the logs."
|
||||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/BAO/CustomField.php
|
||||
msgid "%1 could not create additional option values for custom field '%2'. Find more information in the logs."
|
||||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/BAO/CustomGroup.php
|
||||
msgid "Creation of custom group '%1' failed. Find more information in the logs."
|
||||
msgstr ""
|
||||
|
@ -191,7 +203,7 @@ msgid "Case"
|
|||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/resources/campaigns.php
|
||||
msgid "Which case should get triggered for event creators?"
|
||||
msgid "Which case should get opened for event creators?"
|
||||
msgstr ""
|
||||
|
||||
#: ./CRM/TwingleCampaign/resources/campaigns.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue