Skip to content

Commit

Permalink
#9507 revert to use dataverse in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Oct 11, 2023
1 parent c3c3853 commit e89e2aa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/main/java/propertyFiles/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -875,22 +875,22 @@ dataverse.nopublished=No Published Dataverses
dataverse.nopublished.tip=In order to use this feature you must have at least one published dataverse.
dataverse.contact=Email Dataverse Contact
dataverse.link=Link Collection
dataverse.link.btn.tip=Link to Your Collection
dataverse.link.yourDataverses=Your Collection
dataverse.link.yourDataverses.inputPlaceholder=Enter Collection Name
dataverse.link.save=Save Linked collection
dataverse.link.dataverse.choose=Choose which of your collection you would like to link this collection to.
dataverse.link.dataset.choose=Enter the name of the collection you would like to link this dataset to. If you need to remove this link in the future, please contact {0}.
dataverse.link.dataset.none=No linkable collections available.
dataverse.link.no.choice=You have one collection you can add linked collection and datasets in.
dataverse.link.no.linkable=To be able to link a collection or dataset, you need to have your own collection. Create a collection to get started.
dataverse.link.no.linkable.remaining=You have already linked all of your eligible collections.
dataverse.link.btn.tip=Link to Your Dataverse
dataverse.link.yourDataverses=Your Dataverse
dataverse.link.yourDataverses.inputPlaceholder=Enter Dataverse Name
dataverse.link.save=Save Linked Dataverse
dataverse.link.dataverse.choose=Choose which of your dataverses you would like to link this dataverse to.
dataverse.link.dataset.choose=Enter the name of the dataverse you would like to link this dataset to. If you need to remove this link in the future, please contact {0}.
dataverse.link.dataset.none=No linkable dataverses available.
dataverse.link.no.choice=You have one dataverse you can add linked dataverses and datasets in.
dataverse.link.no.linkable=To be able to link a dataverse or dataset, you need to have your own dataverse. Create a dataverse to get started.
dataverse.link.no.linkable.remaining=You have already linked all of your eligible dataverses.
dataverse.savedsearch.link=Link Search
dataverse.savedsearch.searchquery=Search
dataverse.savedsearch.filterQueries=Facets
dataverse.savedsearch.save=Save Linked Search
dataverse.savedsearch.dataverse.choose=Choose which of your collection you would like to link this search to.
dataverse.savedsearch.no.choice=You have one collection to which you may add a saved search.
dataverse.savedsearch.dataverse.choose=Choose which of your dataverses you would like to link this search to.
dataverse.savedsearch.no.choice=You have one dataverse to which you may add a saved search.
# Bundle file editors, please note that "dataverse.savedsearch.save.success" is used in a unit test
dataverse.saved.search.success=The saved search has been successfully linked to {0}.
dataverse.saved.search.failure=The saved search was not able to be linked.
Expand Down Expand Up @@ -2498,7 +2498,7 @@ dataset.registered=DatasetRegistered
dataset.registered.msg=Your dataset is now registered.
dataset.notlinked=DatasetNotLinked
dataset.notlinked.msg=There was a problem linking this dataset to yours:
dataset.linking.popop.already.linked.note=Note: This dataset is already linked to the following collection(s):
dataset.linking.popop.already.linked.note=Note: This dataset is already linked to the following dataverse(s):
datasetversion.archive.success=Archival copy of Version successfully submitted
datasetversion.archive.failure=Error in submitting an archival copy
datasetversion.update.failure=Dataset Version Update failed. Changes are still in the DRAFT version.
Expand Down

0 comments on commit e89e2aa

Please sign in to comment.