Skip to content

Commit

Permalink
UBO-96 update information text
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Aug 25, 2023
1 parent 9c751fa commit 6934a2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class OrcidProfileGUI {
*/
static async settingsDialog(baseURL, language, current) {
const [save, cancel, title,
orcidModalIntro,
alwaysUpdateWorkLabel,
createDuplicateWorkLabel,
createFirstWorkLabel,
Expand All @@ -274,6 +275,7 @@ class OrcidProfileGUI {
OrcidProfileGUI.translate(baseURL, language, "button.save"),
OrcidProfileGUI.translate(baseURL, language, "button.cancel"),
OrcidProfileGUI.translate(baseURL, language, "orcid.integration.settings.title"),
OrcidProfileGUI.translate(baseURL, language, "orcid.integration.settings.intro"),
OrcidProfileGUI.translate(baseURL, language, "orcid.integration.settings.alwaysUpdateWork"),
OrcidProfileGUI.translate(baseURL, language, "orcid.integration.settings.createDuplicateWork"),
OrcidProfileGUI.translate(baseURL, language, "orcid.integration.settings.createFirstWork"),
Expand All @@ -293,6 +295,9 @@ class OrcidProfileGUI {
</div>
<!-- Body -->
<div class="modal-body">
<p>
${orcidModalIntro}
</p>
<form id="${modalId}Settings">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="${modalId}createFirstWork">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,11 +654,12 @@ orcid.integration.rejected.denied = Schade, Sie haben die Univers
orcid.integration.rejected.error = Fehlermeldung
orcid.integration.rejected.headline = ORCID\u00AE Autorisierung nicht erfolgt!
orcid.integration.rejected.retry = Wollen Sie es noch einmal versuchen? Haben Sie Ihre Meinung ge\u00E4ndert?
orcid.integration.settings.alwaysUpdateWork = Publikationen werden kontinuierlich aktualisiert, nachdem sie im ORCID\u00AE-Profil erstellt wurden und \u00C4nderungen in der Anwendung vorgenommen wurden, wenn diese Option aktiviert ist. Andernfalls bleiben die Publikationen unver\u00E4ndert.
orcid.integration.settings.createDuplicateWork = Publikationen werden im ORCID\u00AE-Profil erstellt, wenn bereits eine identische Publikation aus einer anderen Anwendung vorhanden ist, wenn diese Option aktiviert ist. Es wird also ein Duplikat erstellt. Ist die Option deaktiviert, wird kein Duplikat erstellt.
orcid.integration.settings.createFirstWork = Publikationen werden initial im ORCID\u00AE-Profil erstellt, wenn diese Option aktiviert ist. Andernfalls m\u00FCssen die Publikationen manuell hinzugef\u00FCgt werden.
orcid.integration.settings.alwaysUpdateWork = Ihre Publikationen, die aus der Bibliographie in Ihr ORCID\u00AE-Profil \u00FCbertragen wurden, werden auch im ORCID\u00AE-Profil aktualisiert, wenn in der Bibliographie \u00C4nderungen vorgenommen wurden. Wenn diese Option nicht aktiviert ist, bleiben die Publikationen im ORCID\u00AE-Profil unver\u00E4ndert.\r\n
orcid.integration.settings.createDuplicateWork = Wenn in Ihrem ORCID\u00AE-Profil zu einer Publikation bereits eine identische Publikation vorhanden ist, wird diese dennoch in Ihr ORCID\u00AE-Profil \u00FCbermittelt und als Duplikat eingetragen. Wenn diese Option nicht aktiviert ist, wird die Publikation nicht in Ihr ORCID\u00AE-Profil \u00FCbertragen.\r\n
orcid.integration.settings.createFirstWork = Ihre Publikationen, die in der Bibliographie verzeichnet sind, werden (immer) automatisiert in Ihr ORCID\u00AE-Profil \u00FCbertragen.
orcid.integration.settings.error = Die Einstellungen konnten nicht gespeichert werden.
orcid.integration.settings.recreateDeletedWork = Gel\u00F6schte Publikationen werden nach einem Update erneut im ORCID\u00AE-Profil erstellt, sofern sie nicht mehr vorhanden sind, wenn diese Option aktiviert ist. Andernfalls bleiben gel\u00F6schte Publikationen dauerhaft entfernt.
orcid.integration.settings.intro = Sie k\u00F6nnen in der Bibliographie f\u00FCr jede Ihrer Publikationen individuell entscheiden, ob diese in Ihr ORCID\u00AE-Profil \u00FCbertragen werden sollen. Dar\u00FCber hinaus gibt es folgende automatisierte M\u00F6glichkeiten:
orcid.integration.settings.recreateDeletedWork = Publikationen, die in Ihrem ORCID\u00AE-Profil gel\u00F6scht wurden, werden wieder dort eingetragen, sobald diese in der Bibliographie erneut gespeichert wurden. Wenn diese Option nicht aktiviert ist, bleiben in Ihrem ORCID\u00AE-Profil gel\u00F6schte Publikationen dort dauerhaft entfernt.
orcid.integration.settings.success = Die Einstellungen wurden erfolgreich gespeichert.
orcid.integration.settings.title = ORCID\u00AE Einstellungen
orcid.integration.unlink = ORCID\u00AE Verkn\u00FCpfung aufheben
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ orcid.integration.rejected.retry = Try again? Changed your mind?
orcid.integration.settings.alwaysUpdateWork = Publications are continuously updated after being created in the ORCID\u00AE profile and changes are made within the application if this option is enabled. Otherwise publications remain unchanged.
orcid.integration.settings.createDuplicateWork = Publications are created in the ORCID\u00AE profile if an identical publication from another application already exists when this option is enabled. Thus a duplicate is created. If the option is disabled, no duplicate will be created.
orcid.integration.settings.createFirstWork = Publications are initially created in the ORCID\u00AE profile if this option is activated. Otherwise, the publications must be added manually.
orcid.integration.settings.intro = You can decide individually in the bibliography for each of your publications whether they should be transferred to your ORCID\u00AE profile or not. In addition there are the following automated options:
orcid.integration.settings.recreateDeletedWork = Deleted publications are created again in the ORCID\u00AE profile after an update if they no longer exist if this option is activated. Otherwise, deleted publications will remain permanently removed.
orcid.integration.settings.title = ORCID\u00AE Settings
orcid.integration.unlink = Unlink ORCID\u00AE Account
Expand Down Expand Up @@ -1214,7 +1215,7 @@ user.profile.publications = Your publications
user.profile.publications.num.multiple = {0} publications
user.profile.publications.num.none = no publications
user.profile.publications.num.one = one publication
user.profile.publications.orcid.intro = Your ORCID\u00AE record with id <strong>{0}</strong> contains
user.profile.publications.orcid.intro = Your ORCID\u00AE record with id <strong>{0}</strong> contains
user.profile.publications.ubo.intro = The university bibliography contains
user.profile.publications.ubo.outro.plural.false = \ linked to your personal LSF ID
user.profile.publications.ubo.outro.plural.true = \ linked to your personal LSF ID
Expand Down

0 comments on commit 6934a2b

Please sign in to comment.