-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid support email being used
Fixes #1145
- Loading branch information
1 parent
4100db8
commit 80178bf
Showing
12 changed files
with
30 additions
and
30 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 |
---|---|---|
|
@@ -323,7 +323,7 @@ <h3> | |
<p> | ||
The tool can be implemented on other forms that include Query Combo Boxes but | ||
requires a redesign of the applicable form; please contact the Specify team at | ||
<strong>[email protected]</strong> for more information. | ||
<strong>[email protected]</strong> for more information. | ||
</p> | ||
</td> | ||
</tr> | ||
|
@@ -1125,7 +1125,7 @@ <h4> | |
<li> | ||
Series Data Entry is included by default only for entomology. For all other disciplines | ||
it is turned off by default. For these and all existing databases contact the Specify | ||
team <a href="mailto:[email protected]">Specify team</a> to have this feature included on | ||
team <a href="mailto:[email protected]">Specify team</a> to have this feature included on | ||
your forms. | ||
</li> | ||
</ul> | ||
|
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 |
---|---|---|
|
@@ -138,7 +138,7 @@ <h3> | |
<p> | ||
Collection Numbers are implemented at a Collection level and increment automatically for | ||
single collections only. Users that wish to increment Collection Numbers between more | ||
than one collection should <a href="mailto:[email protected]">contact Specify staff</a> for | ||
than one collection should <a href="mailto:[email protected]">contact Specify staff</a> for | ||
help setting that parameter. | ||
</p> | ||
</blockquote> | ||
|
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 |
---|---|---|
|
@@ -72,7 +72,7 @@ <h2> | |
<li> | ||
<strong>Locale</strong> - At this time Specify 6 has not been translated. If you are | ||
interested in helping with a translation please contact the Specify team at | ||
<strong>[email protected]</strong>. (Choosing one of the English locales will change labels | ||
<strong>[email protected]</strong>. (Choosing one of the English locales will change labels | ||
and dialogs to the local dialect.) | ||
</li> | ||
<li> | ||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ <h2> | |
<p> | ||
<em><strong>Note:</strong></em> Specify EZDB can also be used to evaluate Specify. If you | ||
are using it for this purpose, please contact the Specify team at | ||
<strong>[email protected]</strong>. They can provide you with a test database and the | ||
<strong>[email protected]</strong>. They can provide you with a test database and the | ||
instructions needed to download and install it. | ||
</p> | ||
<p> | ||
|
@@ -750,7 +750,7 @@ <h4> | |
<p> | ||
<em><strong>Note:</strong></em> Botany and Entomology authority files are partial due | ||
to the size of these files. For additional authority files please contact the Specify | ||
team at [email protected]. | ||
team at [email protected]. | ||
</p> | ||
</blockquote> | ||
<p> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* Copyright (C) 2022, University of Kansas Center for Research | ||
* | ||
* Specify Software Project, [email protected], Biodiversity Institute, | ||
* Specify Software Project, [email protected], Biodiversity Institute, | ||
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* Copyright (C) 2022, University of Kansas Center for Research | ||
* | ||
* Specify Software Project, [email protected], Biodiversity Institute, | ||
* Specify Software Project, [email protected], Biodiversity Institute, | ||
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ protected void doAbout() | |
panel.add(iconLabel, BorderLayout.WEST); | ||
panel.add(createLabel("<html>"+appName+" " + appVersion + | ||
"<br><br>Biodiversity Research Center<br>University of Kansas<br>Lawrence, KS USA 66045<br><br>" + | ||
"www.specifysoftware.org<br>[email protected]<br><br>" + | ||
"www.specifysoftware.org<br>[email protected]<br><br>" + | ||
"<p>The Specify Software Project is<br>"+ | ||
"funded by the Biological Databases<br>"+ | ||
"and Informatics Program of the<br>"+ | ||
|
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 |
---|---|---|
|
@@ -740,7 +740,7 @@ public static String getAboutText(final String appNameArg, final String appVersi | |
"<br><br>Specify Software Project<br>" +//$NON-NLS-1$ | ||
"Biodiversity Institute<br>University of Kansas<br>1345 Jayhawk Blvd.<br>Lawrence, KS USA 66045<br><br>" + //$NON-NLS-1$ | ||
"<a href=\"http://www.specifysoftware .org\">www.specifysoftware.org</a>"+ //$NON-NLS-1$ | ||
"<br><a href=\"mailto:[email protected]\">[email protected]</a><br>" + //$NON-NLS-1$ | ||
"<br><a href=\"mailto:[email protected]\">[email protected]</a><br>" + //$NON-NLS-1$ | ||
"<p>The Specify Software Project is "+ //$NON-NLS-1$ | ||
"funded by the Advances in Biological Informatics Program, " + //$NON-NLS-1$ | ||
"U.S. National Science Foundation (Award DBI-0446544 and earlier awards).<br><br>" + //$NON-NLS-1$ | ||
|
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 |
---|---|---|
|
@@ -404,7 +404,7 @@ GE_CHOOSE_FIELDS_EXPORT=Choose Fields for Popup Bubble | |
GE_DSP_IN_GE=Display in Google Earth | ||
GE_NO_START_DATE=No Date | ||
WW_DSP_IN_WW=Display in WorldWind | ||
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details. | ||
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details. | ||
|
||
# Balloon HTML fields | ||
GE_COLLECTOR=Collector | ||
|
@@ -747,7 +747,7 @@ TTV_REVERSE=Reverse | |
# Feedback Dialog | ||
######################################### | ||
FeedBackDlg.TITLE=Feedback | ||
FeedBackDlg.INFO=<html>The Specify Project welcomes your feedback, suggestions and comments on Specify 6.<br>If you wish to report a particular issue or bug and receive a specific response, please send an e-mail to our helpdesk address: [email protected]. | ||
FeedBackDlg.INFO=<html>The Specify Project welcomes your feedback, suggestions and comments on Specify 6.<br>If you wish to report a particular issue or bug and receive a specific response, please send an e-mail to our helpdesk address: [email protected]. | ||
FeedBackDlg.SUB=Subject | ||
FeedBackDlg.COMP=Component | ||
FeedBackDlg.COMM=Comments | ||
|
@@ -3068,11 +3068,11 @@ CollectionObjectBusRules.IncompleteSaveFlag=Partial | |
CollectionObjectBusRules.InvalidBatchItems=Invalid Items: | ||
CollectionObjectBusRules.AttemptedEditOfBatch=Batch entries can not be edited. Please click '+' to enter a new batch. | ||
CollectionObjectBusRules.NO_EMPTY_CAT_NUMS=Empty Catalog Number is not allowed. | ||
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
|
||
CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
|
||
LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
|
||
LocalityDetailBusRules.ONLY_ONE=There can only be one Locality Detail record. | ||
GeoCoordDetailBusRules.ONLY_ONE=There can only be one Geocoord Detail record. | ||
|
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 |
---|---|---|
|
@@ -404,7 +404,7 @@ GE_CHOOSE_FIELDS_EXPORT=Escolha os Campos para Balão Popup | |
GE_DSP_IN_GE=Mostrar no Google Earth | ||
GE_NO_START_DATE=Sem Data | ||
WW_DSP_IN_WW=Mostrar em WorldWind | ||
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details. | ||
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details. | ||
|
||
# Balloon HTML fields | ||
GE_COLLECTOR=Coletor | ||
|
@@ -747,7 +747,7 @@ TTV_REVERSE=Reverter | |
# Feedback Dialog | ||
######################################### | ||
FeedBackDlg.TITLE=Resposta | ||
FeedBackDlg.INFO=<html>O Projeto Specify agradece a sua reação, sugestões e comentários sobre Specify 6.<br>Se deseja relatar um problema particular ou bug e receber uma resposta específica, envie um e-mail para nosso endereço de helpdesk: [email protected]. | ||
FeedBackDlg.INFO=<html>O Projeto Specify agradece a sua reação, sugestões e comentários sobre Specify 6.<br>Se deseja relatar um problema particular ou bug e receber uma resposta específica, envie um e-mail para nosso endereço de helpdesk: [email protected]. | ||
FeedBackDlg.SUB=Assunto | ||
FeedBackDlg.COMP=Componente | ||
FeedBackDlg.COMM=Comentários | ||
|
@@ -3052,11 +3052,11 @@ CollectionObjectBusRules.IncompleteSaveFlag=Parcial | |
CollectionObjectBusRules.InvalidBatchItems=Itens Inválidos: | ||
CollectionObjectBusRules.AttemptedEditOfBatch=As entradas em série não puderam ser editadas. Por favor clique '+' para iniciar uma nova série. | ||
CollectionObjectBusRules.NO_EMPTY_CAT_NUMS=Empty Catalog Number are not allowed. | ||
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
|
||
CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
|
||
LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information. | ||
|
||
LocalityDetailBusRules.ONLY_ONE=There can only be one Locality Detail record. | ||
GeoCoordDetailBusRules.ONLY_ONE=There can only be one Geocoord Detail record. | ||
|
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 |
---|---|---|
|
@@ -404,7 +404,7 @@ GE_CHOOSE_FIELDS_EXPORT=Выберите Поля для Всплывающег | |
GE_DSP_IN_GE=Показать в Google Earth | ||
GE_NO_START_DATE=Без даты | ||
WW_DSP_IN_WW=Показать в WorldWind | ||
LocalityWorldWindPlugin.WorldWindDisabled=Плагин WorldWind недоступен в этой версии Specify.\nПожалуйста, свяжитесь с Specify Software по адресу [email protected] для получения подробной информации. | ||
LocalityWorldWindPlugin.WorldWindDisabled=Плагин WorldWind недоступен в этой версии Specify.\nПожалуйста, свяжитесь с Specify Software по адресу [email protected] для получения подробной информации. | ||
|
||
# Balloon HTML fields | ||
GE_COLLECTOR=Коллектор | ||
|
@@ -745,7 +745,7 @@ TTV_REVERSE=Назад | |
# Feedback Dialog | ||
######################################### | ||
FeedBackDlg.TITLE=Обратная связь | ||
FeedBackDlg.INFO=<html>Specify приветствует ваши отзывы, предложения и комментарии по Specify 6.<br>Если вы хотите сообщить о проблеме или ошибке и получить ответ, отправьте электронное письмо на адрес службы поддержки Specify: [email protected]. | ||
FeedBackDlg.INFO=<html>Specify приветствует ваши отзывы, предложения и комментарии по Specify 6.<br>Если вы хотите сообщить о проблеме или ошибке и получить ответ, отправьте электронное письмо на адрес службы поддержки Specify: [email protected]. | ||
FeedBackDlg.SUB=Тема | ||
FeedBackDlg.COMP=Составная часть | ||
FeedBackDlg.COMM=Комментарии | ||
|
@@ -3068,11 +3068,11 @@ CollectionObjectBusRules.IncompleteSaveFlag=Частичный | |
CollectionObjectBusRules.InvalidBatchItems=Неверные предметы: | ||
CollectionObjectBusRules.AttemptedEditOfBatch=Пакетные записи не могут быть отредактированы. Пожалуйста, нажмите '+' чтобы ввести новую партию. | ||
CollectionObjectBusRules.NO_EMPTY_CAT_NUMS=Пустой Номер Каталога недопустим. | ||
CollectionObjectBusRules.PaleoRelationshipDisabled=Отношения между Объект Коллекции и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации. | ||
CollectionObjectBusRules.PaleoRelationshipDisabled=Отношения между Объект Коллекции и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации. | ||
|
||
CollectingEventBusRules.PaleoRelationshipDisabled=Отношения между Событие Сбора и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации. | ||
CollectingEventBusRules.PaleoRelationshipDisabled=Отношения между Событие Сбора и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации. | ||
|
||
LocalityBusRules.PaleoRelationshipDisabled=Отношения между Местонахождение и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации. | ||
LocalityBusRules.PaleoRelationshipDisabled=Отношения между Местонахождение и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации. | ||
|
||
LocalityDetailBusRules.ONLY_ONE=Допустима только одна запись о местонахождении. | ||
GeoCoordDetailBusRules.ONLY_ONE=Допустима только одна запись геокоординат. | ||
|
Oops, something went wrong.