Skip to content

Commit

Permalink
remove duplicate properties keys (IQSS#9718)
Browse files Browse the repository at this point in the history
* remove duplicate properties keys

* Change of label for the advanced.search.datasets.persistentId.tip key

* initial value for advanced.search.datasets.persistentId.tip key

* Update Bundle.properties

Assuming the change is OK with the submitter so we can move this forward

---------

Co-authored-by: qqmyers <[email protected]>
  • Loading branch information
stevenferey and qqmyers authored Jul 1, 2024
1 parent 72a2e89 commit 1026a3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
20 changes: 2 additions & 18 deletions src/main/java/propertyFiles/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -960,18 +960,16 @@ advanced.search.header.datasets=Datasets
advanced.search.header.files=Files
advanced.search.files.name.tip=The name given to identify the file.
advanced.search.files.description.tip=A summary describing the file and its variables.
advanced.search.files.persistentId.tip=The persistent identifier for the file.
advanced.search.files.persistentId=Data File Persistent ID
advanced.search.files.persistentId.tip=The unique persistent identifier for a data file, which can be a Handle or DOI in Dataverse.
advanced.search.files.persistentId.tip=The unique persistent identifier for the file.
advanced.search.files.fileType=File Type
advanced.search.files.fileType.tip=The file type, e.g. Comma Separated Values, Plain Text, R, etc.
advanced.search.files.variableName=Variable Name
advanced.search.files.variableName.tip=The name of the variable's column in the data frame.
advanced.search.files.variableLabel=Variable Label
advanced.search.files.variableLabel.tip=A short description of the variable.
advanced.search.datasets.persistentId.tip=The persistent identifier for the Dataset.
advanced.search.datasets.persistentId=Persistent Identifier
advanced.search.datasets.persistentId.tip=The Dataset's unique persistent identifier, either a DOI or Handle
advanced.search.datasets.persistentId.tip=The persistent identifier for the Dataset.
advanced.search.files.fileTags=File Tags
advanced.search.files.fileTags.tip=Terms such "Documentation", "Data", or "Code" that have been applied to files.

Expand Down Expand Up @@ -2341,20 +2339,6 @@ citationFrame.banner.closeIcon=Close this message, go to dataset
citationFrame.banner.countdownMessage= This message will close in
citationFrame.banner.countdownMessage.seconds=seconds

# Friendly AuthenticationProvider names
authenticationProvider.name.builtin=Dataverse
authenticationProvider.name.null=(provider is unknown)
authenticationProvider.name.github=GitHub
authenticationProvider.name.google=Google
authenticationProvider.name.orcid=ORCiD
authenticationProvider.name.orcid-sandbox=ORCiD Sandbox
authenticationProvider.name.shib=Shibboleth
ingest.csv.invalidHeader=Invalid header row. One of the cells is empty.
ingest.csv.lineMismatch=Mismatch between line counts in first and final passes!, {0} found on first pass, but {1} found on second.
ingest.csv.recordMismatch=Reading mismatch, line {0} of the Data file: {1} delimited values expected, {2} found.
ingest.csv.nullStream=Stream can't be null.
citationFrame.banner.countdownMessage.seconds=seconds

#file-edit-popup-fragment.xhtml #editFilesFragment.xhtml
dataset.access.accessHeader=Restrict Access
dataset.access.accessHeader.invalid.state=Define Data Access
Expand Down
1 change: 0 additions & 1 deletion src/main/java/propertyFiles/biomedical.properties
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ controlledvocabulary.studyAssayMeasurementType.targeted_sequencing=targeted sequ
controlledvocabulary.studyAssayMeasurementType.transcription_factor_binding_(chip-seq)=transcription factor binding (ChIP-Seq)
controlledvocabulary.studyAssayMeasurementType.transcription_factor_binding_site_identification=transcription factor binding site identification
controlledvocabulary.studyAssayMeasurementType.transcription_profiling=transcription profiling
controlledvocabulary.studyAssayMeasurementType.transcription_profiling=transcription profiling
controlledvocabulary.studyAssayMeasurementType.transcription_profiling_(microarray)=transcription profiling (Microarray)
controlledvocabulary.studyAssayMeasurementType.transcription_profiling_(rna-seq)=transcription profiling (RNA-Seq)
controlledvocabulary.studyAssayMeasurementType.trap_translational_profiling=TRAP translational profiling
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/propertyFiles/customGSD.properties
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ controlledvocabulary.gsdFacultyName.mcloskey,_karen=MCloskey, Karen
controlledvocabulary.gsdFacultyName.mehrotra,_rahul=Mehrotra, Rahul
controlledvocabulary.gsdFacultyName.menchaca,_alejandra=Menchaca, Alejandra
controlledvocabulary.gsdFacultyName.menges,_achim=Menges, Achim
controlledvocabulary.gsdFacultyName.menges,_achim=Menges, Achim
controlledvocabulary.gsdFacultyName.michalatos,_panagiotis=Michalatos, Panagiotis
controlledvocabulary.gsdFacultyName.moe,_kiel=Moe, Kiel
controlledvocabulary.gsdFacultyName.molinsky,_jennifer=Molinsky, Jennifer
Expand Down Expand Up @@ -507,7 +506,6 @@ controlledvocabulary.gsdCourseName.06323:_brownfields_practicum=06323: Brownfiel
controlledvocabulary.gsdCourseName.06333:_aquatic_ecology=06333: Aquatic Ecology
controlledvocabulary.gsdCourseName.06335:_phytotechnologies=06335: Phytotechnologies
controlledvocabulary.gsdCourseName.06337:_changing_natural_and_built_coastal_environments=06337: Changing Natural and Built Coastal Environments
controlledvocabulary.gsdCourseName.06337:_changing_natural_and_built_coastal_environments=06337: Changing Natural and Built Coastal Environments
controlledvocabulary.gsdCourseName.06338:_introduction_to_computational_design=06338: Introduction to Computational Design
controlledvocabulary.gsdCourseName.06436:_expanded_mechanisms_/_empirical_materialisms=06436: Expanded Mechanisms / Empirical Materialisms
controlledvocabulary.gsdCourseName.06450:_high_performance_buildings_and_systems_integration=06450: High Performance Buildings and Systems Integration
Expand Down

0 comments on commit 1026a3a

Please sign in to comment.