diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties index a06d2d2d67b..7a77365e516 100644 --- a/src/main/java/propertyFiles/Bundle.properties +++ b/src/main/java/propertyFiles/Bundle.properties @@ -922,6 +922,10 @@ dataverse.results.empty.link.technicalDetails=More technical details dataverse.search.facet.error=There was an error with your search parameters. Please clear your search and try again. dataverse.results.count.toofresults={0} to {1} of {2} {2, choice, 0#Results|1#Result|2#Results} dataverse.results.paginator.current=(Current) +dataverse.results.paginator.first=First Page +dataverse.results.paginator.previous=Previous Page +dataverse.results.paginator.next=Next Page +dataverse.results.paginator.last=Last Page dataverse.results.btn.sort=Sort dataverse.results.btn.sort.option.nameAZ=Name (A-Z) dataverse.results.btn.sort.option.nameZA=Name (Z-A) @@ -996,6 +1000,9 @@ dataverse.widgets.advanced.url.watermark=http://www.example.com/page-name dataverse.widgets.advanced.invalid.message=Please enter a valid URL dataverse.widgets.advanced.success.message=Successfully updated your Personal Website URL dataverse.widgets.advanced.failure.message=The dataverse Personal Website URL has not been updated. +facet.collection.label=Show Collections +facet.dataset.label=Show Data Projects +facet.datafile.label=Show Files # permissions-manage.xhtml dataverse.permissions.title=Permissions @@ -1570,6 +1577,7 @@ file.zip.download.exceeds.limit.info=The files selected are too large to downloa file.zip.download.exceeds.limit.detail=You can select individual files that are below the {2} download limit from the files table, or use the Data Access API for programmatic access to the files. file.zip.download.exceeds.limit.header=Download Options file.numFilesSelected={0} {0, choice, 0#files are|1#file is|2#files are} currently selected. +file.select.action=Select file.select.tooltip=Select Files file.selectAllFiles=Select all {0} files in this dataset. file.dynamicCounter.filesPerPage=Files Per Page @@ -2019,6 +2027,7 @@ ingest.csv.nullStream=Stream can't be null. # editdatafile.xhtml # editFilesFragment.xhtml +file.tableheader.info=File Info file.edit.error.file_exceeds_limit=This file exceeds the size limit. # File metadata error file.metadata.datafiletag.not_tabular=You cannot add Tabular Data Tags to a non-tabular file. @@ -2129,6 +2138,7 @@ dataset.access.description=Restricting limits access to published files. You can #datasetFieldForEditFragment.xhtml dataset.AddReplication=Add "Replication Data for" to Title dataset.replicationDataFor=Replication Data for: +dataset.additionalEntry=Additional Entry #mydata_fragment.xhtml diff --git a/src/main/webapp/contactFormFragment.xhtml b/src/main/webapp/contactFormFragment.xhtml index 284d84eb885..264fde98545 100644 --- a/src/main/webapp/contactFormFragment.xhtml +++ b/src/main/webapp/contactFormFragment.xhtml @@ -60,7 +60,9 @@