<!ENTITY staff.server.admin.copy_locations.editor.help "Help">
<!ENTITY staff.server.admin.copy_locations.editor.opac_visible "OPAC Visible">
<!ENTITY staff.server.admin.copy_locations.editor.circulate "Circulate">
+<!ENTITY staff.server.admin.copy_locations.editor.create "Create">
<!ENTITY staff.server.admin.copy_locations.editor.edit "Edit">
<!ENTITY staff.server.admin.copy_locations.editor.delete "Delete">
<!ENTITY staff.server.admin.copy_locations.editor.help.holdable "If a copy location is 'Holdable', copies in that location may have holds placed on them.">
<!ENTITY staff.server.admin.copy_locations.editor.delete.confirm "Are you sure you wish to delete the selected copy location? Note: If copies are currently attached to this location, the delete operation will fail.">
+<!ENTITY staff.server.admin.copy_locations.editor.prefix "Label prefix">
+<!ENTITY staff.server.admin.copy_locations.editor.suffix "Label suffix">
+<!ENTITY staff.server.admin.copy_locations.editor.welcome "Welcome">
<!ENTITY staff.server.admin.copy_locations.submit "Submit">
<!ENTITY staff.server.admin.copy_locations.cancel "Cancel">
<!ENTITY staff.server.admin.copy_locations.update_success "Update Succeeded">
<!ENTITY staff.cat.marcedit.help.accesskey "H">
<!ENTITY staff.cat.marcedit.caption.label "MARC Record">
<!ENTITY staff.cat.marcedit.toggleFFE.label "Fixed Fields -- Record type: ">
+<!ENTITY staff.cat.marcedit.source.caption "Bibliographic source">
+<!ENTITY staff.cat.marcedit.source.submit.label "Update source">
<!ENTITY staff.cat.marc_new.load.label "Load">
<!ENTITY staff.cat.marc_new.load.accesskey "L">
<!ENTITY staff.cat.marc_view.title "MARC View">
<body onload='try{clEditorInit();}catch(e){alert(js2JSON(e));}'>
<div class='welcome_box'>
- <span>Welcome </span><b><span id='user'/></b>
+ <span>&staff.server.admin.copy_locations.editor.welcome; </span><b><span id='user'/></b>
</div>
<center>
</td>
</tr>
<tr>
- <td colspan='4'><input id='sc_new_submit' type='submit' value='Create' disabled='disabled'/></td>
+ <td colspan='4'><input id='sc_new_submit' type='submit' value='&staff.server.admin.copy_locations.editor.create;' disabled='disabled'/></td>
</tr>
</tbody>
</table>
<td width=''>&staff.server.admin.copy_locations.editor.hold_verify;</td>
<td width=''>&staff.server.admin.copy_locations.editor.opac_visible;</td>
<td width=''>&staff.server.admin.copy_locations.editor.circulate;</td>
- <td width=''>Label prefix</td>
- <td width=''>Label suffix</td>
+ <td width=''>&staff.server.admin.copy_locations.editor.prefix;</td>
+ <td width=''>&staff.server.admin.copy_locations.editor.suffix;</td>
<td width=''>&staff.server.admin.copy_locations.editor.edit;</td>
<td width=''>&staff.server.admin.copy_locations.editor.delete;</td>
</tr>
<td name='cl_circulate'> </td>
<td name='cl_label_prefix'> </td>
<td name='cl_label_suffix'> </td>
- <td><input type='submit' value='Edit' name='cl_edit' disabled='disabled'> </input></td>
- <td><input type='submit' value='Delete' name='cl_delete' disabled='disabled'> </input></td>
+ <td><input type='submit' value='&staff.server.admin.copy_locations.editor.edit;' name='cl_edit' disabled='disabled'> </input></td>
+ <td><input type='submit' value='&staff.server.admin.copy_locations.editor.delete;' name='cl_delete' disabled='disabled'> </input></td>
</tr>
</tbody>
</table>
</groupbox>
<vbox>
- <caption id="bib-source-list-caption" hidden="true">Bibliographic source</caption>
+ <caption id="bib-source-list-caption" hidden="true">&staff.cat.marcedit.source.caption;</caption>
<menulist id="bib-source-list" rows="3" hidden="true" onselect='onBibSourceSelect();'><menupopup id='bib-source-list-popup'></menupopup></menulist>
- <button id="bib-source-list-button" label="Update source" disabled="true" oncommand="updateBibSource();" hidden="true"/>
+ <button id="bib-source-list-button" label="&staff.cat.marcedit.source.submit.label;" disabled="true" oncommand="updateBibSource();" hidden="true"/>
</vbox>
</hbox>