You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/java/propertyFiles/Bundle.properties
+2
Original file line number
Diff line number
Diff line change
@@ -482,6 +482,7 @@ harvestclients.newClientDialog.oaiSets.tip=Harvesting sets offered by this OAI s
482
482
harvestclients.newClientDialog.oaiSets.noset=None
483
483
harvestclients.newClientDialog.oaiSets.helptext=Selecting "none" will harvest the default set, as defined by the server. Often this will be the entire body of content across all sub-sets.
484
484
harvestclients.newClientDialog.oaiSets.helptext.noset=This OAI server does not support named sets. The entire body of content offered by the server will be harvested.
485
+
harvestclients.newClientDialog.oaiSets.listTruncated=Please note that the remote server was taking too long to return the full list of available OAI sets, so the list was truncated. Please select a set from the current list (or select the "no set" option), and try again later, if you need to change it.
485
486
harvestclients.newClientDialog.oaiMetadataFormat=Metadata Format
486
487
harvestclients.newClientDialog.oaiMetadataFormat.tip=Metadata formats offered by the remote server.
487
488
harvestclients.newClientDialog.oaiMetadataFormat.required=Please select the metadata format to harvest from this archive.
@@ -503,6 +504,7 @@ harvestclients.newClientDialog.step4=Step 4 of 4 - Display
503
504
harvestclients.newClientDialog.harvestingStyle=Archive Type
504
505
harvestclients.newClientDialog.harvestingStyle.tip=Type of remote archive.
505
506
harvestclients.newClientDialog.harvestingStyle.helptext=Select the archive type that best describes this remote server in order to properly apply formatting rules and styles to the harvested metadata as they are shown in the search results. Note that improperly selecting the type of the remote archive can result in incomplete entries in the search results, and a failure to redirect the user to the archival source of the data.
507
+
harvestclients.newClientDialog.harvestingStyle.required=Please select one of the values from the menu.
harvestclients.viewEditDialog.archiveUrl.tip=The URL of the archive that serves the data harvested by this client, which is used in search results for links to the original sources of the harvested content.
<!-- a readonly label, in "edit existing client" mode: -->
323
+
<!-- a readonly label, in "edit existing client" mode: (No longer needed, since we now allow editing sets in existing clients! -->
324
324
<p:inputTextrendered="#{false}"
325
325
readonly="true"
326
326
styleClass="form-control"
327
327
value="#{harvestingClientsPage.newOaiSet}"/>
328
328
<pclass="help-block" jsf:rendered="#{harvestingClientsPage.createMode and !empty harvestingClientsPage.oaiSetsSelectItems}">#{bundle['harvestclients.newClientDialog.oaiSets.helptext']}</p>
329
329
<pclass="help-block" jsf:rendered="#{harvestingClientsPage.createMode and empty harvestingClientsPage.oaiSetsSelectItems}">#{bundle['harvestclients.newClientDialog.oaiSets.helptext.noset']}</p>
0 commit comments