[open-ils-commits] r8439 - in trunk/Open-ILS: web/opac/locale/en-US
xul/staff_client/server/admin
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 20 14:20:14 EST 2008
Author: dbs
Date: 2008-01-20 13:54:06 -0500 (Sun, 20 Jan 2008)
New Revision: 8439
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
trunk/Open-ILS/xul/staff_client/server/admin/hold_pull_list.xhtml
Log:
The localization madness continues...
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-01-20 12:44:43 UTC (rev 8438)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-01-20 18:54:06 UTC (rev 8439)
@@ -1323,3 +1323,52 @@
<!ENTITY staff.server.admin.closed_dates.date.invalid "Invalid date format">
<!ENTITY staff.server.admin.closed_dates.time.invalid "Invalid time format">
<!ENTITY staff.server.admin.closed_dates.success "Closed date successfully updated">
+<!ENTITY staff.server.admin.copy_locations.title "Evergreen: Copy Locations Editor">
+<!ENTITY staff.server.admin.copy_locations.editor " Copy Locations Editor ">
+<!ENTITY staff.server.admin.copy_locations.editor.create "Create a new copy location">
+<!ENTITY staff.server.admin.copy_locations.editor.name "Name: ">
+<!ENTITY staff.server.admin.copy_locations.editor.holdable.label "Holdable: ">
+<!ENTITY staff.server.admin.copy_locations.editor.yes "Yes">
+<!ENTITY staff.server.admin.copy_locations.editor.no "No">
+<!ENTITY staff.server.admin.copy_locations.editor.opac_visible.label "OPAC Visible: ">
+<!ENTITY staff.server.admin.copy_locations.editor.circulate.label "Circulate: ">
+<!ENTITY staff.server.admin.copy_locations.editor.library.label "Owning Library:">
+<!ENTITY staff.server.admin.copy_locations.editor.name "Name">
+<!ENTITY staff.server.admin.copy_locations.editor.library "Owning Library">
+<!ENTITY staff.server.admin.copy_locations.editor.holdable "Holdable">
+<!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.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.submit "Submit">
+<!ENTITY staff.server.admin.copy_locations.cancel "Cancel">
+<!ENTITY staff.server.admin.copy_locations.update_success "Update Succeeded">
+<!ENTITY staff.server.admin.hold_pull.title "Evergreen Holds Pull List">
+<!-- This will be followed by the org_unit name -->
+<!ENTITY staff.server.admin.hold_pull.header "Evergreen Holds Pull List : ">
+<!-- This will be followed by the user's name -->
+<!ENTITY staff.server.admin.hold_pull.greeting "Welcome ">
+<!ENTITY staff.server.admin.hold_pull.sort.note "Note: Click on a column header to sort the column">
+<!ENTITY staff.server.admin.hold_pull.title "Title">
+<!ENTITY staff.server.admin.hold_pull.author "Author">
+<!ENTITY staff.server.admin.hold_pull.copy_location "Copy Location">
+<!ENTITY staff.server.admin.hold_pull.call_number "Call Number">
+<!ENTITY staff.server.admin.hold_pull.barcode "Item Barcode">
+<!ENTITY staff.server.admin.hold_pull.copy "Copy Number">
+<!ENTITY staff.server.admin.hold_pull.format "Format">
+<!ENTITY staff.server.admin.hold_pull.patron_barcode "Patron Barcode">
+<!ENTITY staff.server.admin.hold_pull.hold_date "Hold Placement Date">
+<!ENTITY staff.server.admin.hold_pull.hold_type "Hold Type">
+<!ENTITY staff.server.admin.hold_pull.book "Book">
+<!ENTITY staff.server.admin.hold_pull.large_book "Large Print Book">
+<!ENTITY staff.server.admin.hold_pull.audiobook "Audiobook">
+<!ENTITY staff.server.admin.hold_pull.video "Video Recording">
+<!ENTITY staff.server.admin.hold_pull.music "Music">
+<!ENTITY staff.server.admin.hold_pull.eresource "Electronic Resource">
+<!ENTITY staff.server.admin.hold_pull.copy_hold "Copy Hold">
+<!ENTITY staff.server.admin.hold_pull.volume_hold "Volume Hold">
+<!ENTITY staff.server.admin.hold_pull.title_hold "Title Hold">
+<!ENTITY staff.server.admin.hold_pull.metarecord_hold "Metarecord Hold">
Modified: trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml 2008-01-20 12:44:43 UTC (rev 8438)
+++ trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml 2008-01-20 18:54:06 UTC (rev 8439)
@@ -1,8 +1,15 @@
-<?xml version='1.0'?>
+<?xml version='1.0' encoding="UTF-8"?>
+
+<!DOCTYPE html PUBLIC
+ "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
+ <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
+]>
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
- <title>Evergreen: Copy Locations Editor</title>
+ <title>&staff.server.admin.copy_locations.title;</title>
<script language='javascript' src='/opac/common/js/utils.js'> </script>
<script language='javascript' src='/opac/common/js//config.js'> </script>
<script language='javascript' src='/opac/common/js/CGI.js'> </script>
@@ -30,48 +37,48 @@
</div>
<center>
- <div class='title'> Copy Locations Editor </div>
+ <div class='title'>&staff.server.admin.copy_locations.editor;</div>
<br/>
<table class='data_grid data_grid_center' width='65%'>
<thead>
- <tr><td colspan='4'>Create a new copy location</td></tr>
+ <tr><td colspan='4'>&staff.server.admin.copy_locations.editor.create;</td></tr>
</thead>
<tbody>
<tr>
- <td id='id'>Name: </td>
+ <td id='id'>&staff.server.admin.copy_locations.editor.name;</td>
<td>
<input id='cl_new_name' type='text' size='10'/>
</td>
- <td>Holdable: </td>
+ <td>&staff.server.admin.copy_locations.editor.holdable.label;</td>
<td>
- <span>Yes</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<input type='radio' name='cl_new_hold' id='cl_new_hold_yes'/>
- <span>No</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<input type='radio' name='cl_new_hold'
id='cl_new_hold_no' checked='checked'> </input>
</td>
</tr>
<tr>
- <td>OPAC Visible: </td>
+ <td>&staff.server.admin.copy_locations.editor.opac_visible.label;</td>
<td>
- <span>Yes</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<input type='radio' name='cl_new_vis' id='cl_new_vis_yes' />
- <span>No</span>
+ <span>&staff.server.admin.copy_locations.editor.no;</span>
<input type='radio' name='cl_new_vis' id='cl_new_vis_no' checked='checked'> </input>
</td>
- <td>Circulate: </td>
+ <td>&staff.server.admin.copy_locations.editor.circulate.label;</td>
<td>
- <span>Yes</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<input type='radio' name='cl_new_circulate' id='cl_new_circulate_yes' />
- <span>No</span>
+ <span>&staff.server.admin.copy_locations.editor.no;</span>
<input type='radio' name='cl_new_circulate'
id='cl_new_circulate_no' checked='checked'> </input>
</td>
</tr>
<tr>
- <td>Owning Library:</td>
+ <td>&staff.server.admin.copy_locations.editor.library;</td>
<td colspan='2' >
<select id='cl_new_owner' disabled='disabled' style='width:auto;'> </select>
</td>
@@ -86,16 +93,16 @@
<table class='data_grid data_grid_center' style='width: 95%'>
<thead>
<tr>
- <td width='15%'>Name</td>
- <td width='20%'>Owning Library</td>
+ <td width='15%'>&staff.server.admin.copy_locations.editor.name;</td>
+ <td width='20%'>&staff.server.admin.copy_locations.editor.library;</td>
<td width='15%'>
- <span>Holdable </span>
- <a class='context_help' href='javascript:clHoldMsg();'> ??</a>
+ <span>&staff.server.admin.copy_locations.editor.holdable;</span>
+ <a class='context_help' href='javascript:clHoldMsg();'></a>
</td>
- <td width='15%'>OPAC Visible</td>
- <td width='15%'>Circulate</td>
- <td width='10%'>Edit</td>
- <td width='10%'>Delete</td>
+ <td width='15%'>&staff.server.admin.copy_locations.editor.opac_visible;</td>
+ <td width='15%'>&staff.server.admin.copy_locations.editor.circulate;</td>
+ <td width='10%'>&staff.server.admin.copy_locations.editor.edit;</td>
+ <td width='10%'>&staff.server.admin.copy_locations.editor.delete;</td>
</tr>
</thead>
<tbody id='cl_tbody'>
@@ -113,59 +120,56 @@
</center>
<div class='hide_me'>
- <span id='yes'>Yes</span>
- <span id='no'>No</span>
+ <span id='yes'>&staff.server.admin.copy_locations.editor.yes;</span>
+ <span id='no'>&staff.server.admin.copy_locations.editor.no;</span>
<span id='cl_hold_msg'>
- If a copy location is "Holdable", copies in that location may have holds placed on them.
+ &staff.server.admin.copy_locations.editor.help.holdable;
</span>
<span id='cl_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.
+ &staff.server.admin.copy_locations.editor.delete.confirm;
</span>
<table>
- <tbody>
- <tr id='cl_edit' class='insert_row'>
<td><input name='cl_edit_name' type='text'> </input></td>
<td name='cl_edit_owner'></td>
<td>
- <span>Yes</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<span name='cl_edit_holdable_yes'>
<input type='radio' name='cl_edit_holdable'/>
</span>
- <span>No</span>
+ <span>&staff.server.admin.copy_locations.editor.no;</span>
<span name='cl_edit_holdable_no'>
<input type='radio' name='cl_edit_holdable'/>
</span>
</td>
<td>
- <span>Yes</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<span name='cl_edit_visible_yes'>
<input type='radio' name='cl_edit_visible'/>
</span>
- <span>No</span>
+ <span>&staff.server.admin.copy_locations.editor.no;</span>
<span name='cl_edit_visible_no'>
<input type='radio' name='cl_edit_visible'/>
</span>
</td>
<td>
- <span>Yes</span>
+ <span>&staff.server.admin.copy_locations.editor.yes;</span>
<span name='cl_edit_circulate_yes'>
<input type='radio' name='cl_edit_circulate'/>
</span>
- <span>No</span>
+ <span>&staff.server.admin.copy_locations.editor.no;</span>
<span name='cl_edit_circulate_no'>
<input type='radio' name='cl_edit_circulate'/>
</span>
</td>
- <td><input type='submit' name='cl_edit_commit' value='Submit'/></td>
- <td><input type='submit' name='cl_edit_cancel' value='Cancel'/></td>
+ <td><input type='submit' name='cl_edit_commit' value='&staff.server.admin.copy_locations.submit;'/></td>
+ <td><input type='submit' name='cl_edit_cancel' value='&staff.server.admin.copy_locations.cancel;'/></td>
</tr>
</tbody>
</table>
</div>
</body>
<span class='hide_me' id='cl_update_success'>
- Update Succeeded
+ &staff.server.admin.copy_locations.update_success;
</span>
</html>
Modified: trunk/Open-ILS/xul/staff_client/server/admin/hold_pull_list.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/hold_pull_list.xhtml 2008-01-20 12:44:43 UTC (rev 8438)
+++ trunk/Open-ILS/xul/staff_client/server/admin/hold_pull_list.xhtml 2008-01-20 18:54:06 UTC (rev 8439)
@@ -1,8 +1,9 @@
-<?xml version='1.0'?>
+<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
+ <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
<!ENTITY nbsp " "> <!-- calendar needs this entity -->
]>
@@ -10,7 +11,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
- <title>Evergreen Holds Pull List</title>
+ <title>&staff.server.admin.hold_pull.title;</title>
<script language='javascript' src='/opac/common/js/utils.js'> </script>
<script language='javascript' src='/opac/common/js//config.js'> </script>
<script language='javascript' src='/opac/common/js/CGI.js'> </script>
@@ -38,29 +39,29 @@
<body onload='try{pullListInit();}catch(e){alert(js2JSON(e));}'>
<center>
- <h2>Evergreen Holds Pull List : <span id='pl_org'/></h2>
+ <h2>&staff.server.admin.hold_pull.header;<span id='pl_org'/></h2>
<div style='position:absolute; top: 5px; right: 5px;'>
- <span>Welcome </span><b><span id='pl_user'/></b>
+ <span>&staff.server.admin.hold_pull.greeting;</span><b><span id='pl_user'/></b>
</div>
<hr/><br/>
- <span>Note: Click on a column header to sort the column</span>
+ <span>&staff.server.admin.hold_pull.sort.note;</span>
<table width='100%' class='data_grid sortable' id='pl_table'>
<thead>
<tr>
- <td>Title</td>
- <td>Author</td>
- <td>Copy Location</td>
- <td id='pl_callnumber'>Call Number</td>
- <td>Item Barcode</td>
- <td>Copy Number</td>
- <td>Format</td>
- <td>Patron Barcode</td>
- <td>Hold Placement Date</td>
- <td>Hold Type</td>
+ <td>&staff.server.admin.hold_pull.title;</td>
+ <td>&staff.server.admin.hold_pull.author;</td>
+ <td>&staff.server.admin.hold_pull.copy_location;</td>
+ <td id='pl_callnumber'>&staff.server.admin.hold_pull.call_number;</td>
+ <td>&staff.server.admin.hold_pull.item_barcode;</td>
+ <td>&staff.server.admin.hold_pull.copy;</td>
+ <td>&staff.server.admin.hold_pull.format;</td>
+ <td>&staff.server.admin.hold_pull.patron_barcode;</td>
+ <td>&staff.server.admin.hold_pull.hold_date;</td>
+ <td>&staff.server.admin.hold_pull.hold_type;</td>
</tr>
</thead>
<tbody id='pull_list_tbody'>
@@ -72,20 +73,20 @@
<td name='barcode'/>
<td name='copy_number'/>
<td>
- <span name='format_at' class='hide_me'>Book</span>
- <span name='format_at-d' class='hide_me'>Large Print Book</span>
- <span name='format_i' class='hide_me'>Audiobook</span>
- <span name='format_g' class='hide_me'>Video Recording</span>
- <span name='format_j' class='hide_me'>Music</span>
- <span name='format_m' class='hide_me'>Electronic Resource</span>
+ <span name='format_at' class='hide_me'>&staff.server.admin.hold_pull.book;</span>
+ <span name='format_at-d' class='hide_me'>&staff.server.admin.hold_pull.large_book;</span>
+ <span name='format_i' class='hide_me'>&staff.server.admin.hold_pull.audiobook;</span>
+ <span name='format_g' class='hide_me'>&staff.server.admin.hold_pull.video;</span>
+ <span name='format_j' class='hide_me'>&staff.server.admin.hold_pull.music;</span>
+ <span name='format_m' class='hide_me'>&staff.server.admin.hold_pull.eresource;</span>
</td>
<td name='patron'/>
<td name='date'/>
<td>
- <span name='copy_hold' class='hide_me'>Copy Hold</span>
- <span name='volume_hold' class='hide_me'>Volume Hold</span>
- <span name='title_hold' class='hide_me'>Title Hold</span>
- <span name='mr_hold' class='hide_me'>Metarecord Hold</span>
+ <span name='copy_hold' class='hide_me'>&staff.server.admin.hold_pull.copy_hold;</span>
+ <span name='volume_hold' class='hide_me'>&staff.server.admin.hold_pull.volume_hold;</span>
+ <span name='title_hold' class='hide_me'>&staff.server.admin.hold_pull.title_hold;</span>
+ <span name='mr_hold' class='hide_me'>&staff.server.admin.hold_pull.metarecord_hold;</span>
</td>
</tr>
</tbody>
More information about the open-ils-commits
mailing list