"TEMPLATE_CONF_NOT_IN": "Field does not match one of list (comma separated):",
"TEMPLATE_CONF_IN": "Field matches one of list (comma separated):",
"TEMPLATE_CONF_DEFAULT": "Value ${0}:",
- "TEMPLATE_CONF_CONFIRM_SAVE": "Name : ${0}\nDescription: $[1}\nSave Template?",
+ "TEMPLATE_CONF_CONFIRM_SAVE": "Name : ${0}\nDescription: ${1}\nSave Template?",
"TEMPLATE_CONF_SUCCESS_SAVE": "Template ${0} was successfully saved.",
"TRANSFORMS_BARE": "Raw Data",
<!ENTITY reports.oils_rpt_common.action_succeeded "Action Succeeded">
<!ENTITY reports.oils_rpt_common.action_failed "Action Failed">
+<!ENTITY reports.oils_rpt_common.generic_calendar_button "Date selector">
<!ENTITY reports.oils_rpt_editor.template_name "Template Name:">
<!ENTITY reports.xul.template_builder.params.label "Params">
<!ENTITY reports.xul.template_builder.applicable_datatypes.label "Applicable Datatypes">
<!ENTITY reports.xul.template_builder.output_type.label "Output Type">
+<!ENTITY reports.xul.template_builder.source_add.label "Add Selected Fields">
<!ENTITY reports.xul.template_builder.template_config_caption.label "Template Configuration">
<!ENTITY reports.xul.template_builder.name.label "Name:">
<!ENTITY reports.xul.template_builder.description.label "Description:">
<button style='padding: 0px;' id='generic_calendar_button' class='hide_me'>
<img src="/opac/common/js/jscalendar/img.gif"
style="cursor: pointer; border: 1px solid red; padding: 0px; margin: -3px;"
- title="Date selector"
+ title="&reports.oils_rpt_common.generic_calendar_button;"
onmouseover="this.style.background='red';"
onmouseout="this.style.background=''" />
</button>
</hbox>
<hbox>
<spacer flex="1"/>
- <button label="Add Selected Fields" id="source-add" oncommand="addReportAtoms()"/>
+ <button label="&reports.xul.template_builder.source_add.label;" id="source-add" oncommand="addReportAtoms()"/>
</hbox>
</vbox>
</hbox>