[open-ils-commits] r9131 - in trunk/Open-ILS: web/opac/locale/en-US
xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 24 21:32:31 EDT 2008
Author: dbs
Date: 2008-03-24 20:57:25 -0400 (Mon, 24 Mar 2008)
New Revision: 9131
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
Log:
i18n for bib_brief.xul
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-03-25 00:05:26 UTC (rev 9130)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-03-25 00:57:25 UTC (rev 9131)
@@ -1652,3 +1652,13 @@
<!ENTITY staff.main.ws_info.name "Name">
<!ENTITY staff.main.ws_info.register_btn.label "Register">
<!ENTITY staff.main.ws_info.register_btn.accesskey "R">
+<!ENTITY staff.cat.bib_brief.record_summary "Record Summary">
+<!ENTITY staff.cat.bib_brief.title "Title:">
+<!ENTITY staff.cat.bib_brief.view_marc "View MARC">
+<!ENTITY staff.cat.bib_brief.author "Author:">
+<!ENTITY staff.cat.bib_brief.edition "Edition:">
+<!ENTITY staff.cat.bib_brief.pub_date "Publication Date:">
+<!ENTITY staff.cat.bib_brief.title_control_number "TCN:">
+<!ENTITY staff.cat.bib_brief.created_by "Created By:">
+<!ENTITY staff.cat.bib_brief.last_edited_by "Last Edited By:">
+<!ENTITY staff.cat.bib_brief.last_edited_on "Last Edited On:">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul 2008-03-25 00:05:26 UTC (rev 9130)
+++ trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul 2008-03-25 00:57:25 UTC (rev 9131)
@@ -207,41 +207,41 @@
<messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
<groupbox id="groupbox" flex="1" style="overflow: auto; min-height: 100px;">
- <caption label="Record Summary" id="caption"/>
+ <caption label="&staff.cat.bib_brief.record_summary;" id="caption"/>
<html:table width="90%">
<html:tr valign="top">
<html:td colspan="3">
- <html:span style="font-weight: bold;">Title: </html:span><html:span id="title" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.title; </html:span><html:span id="title" />
</html:td>
<html:td>
- (<html:a href="javascript:view_marc();" style="text-decoration: underline; color: blue;">View MARC</html:a>)
+ (<html:a href="javascript:view_marc();" style="text-decoration: underline; color: blue;">&staff.cat.bib_brief.view_marc;</html:a>)
</html:td>
</html:tr>
<html:tr valign="top">
<html:td colspan="2">
- <html:span style="font-weight: bold;">Author: </html:span><html:span id="author" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.author; </html:span><html:span id="author" />
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Edition: </html:span><html:span id="edition" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.edition; </html:span><html:span id="edition" />
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Pub Date: </html:span><html:span id="pubdate" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.pub_date; </html:span><html:span id="pubdate" />
</html:td>
</html:tr>
<html:tr valign="top">
<html:td>
- <html:span style="font-weight: bold;">TCN: (</html:span><html:span id="tcn_source"/><html:span style="font-weight: bold;">) </html:span><html:span id="tcn" style="text-decoration: underline; color: blue;" onclick="copy_to_clipboard(event)"/>
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.title_control_number; (</html:span><html:span id="tcn_source"/><html:span style="font-weight: bold;">) </html:span><html:span id="tcn" style="text-decoration: underline; color: blue;" onclick="copy_to_clipboard(event)"/>
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Created By: </html:span><html:span id="creator" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.created_by; </html:span><html:span id="creator" />
<html:span id="creator_bc" style="text-decoration: underline; color: blue;" onclick="try{spawn_patron(this);}catch(E){alert(E);}"/>
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Last Edited By: </html:span><html:span id="editor" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.last_edited_by; </html:span><html:span id="editor" />
<html:span id="editor_bc" style="text-decoration: underline; color: blue;" onclick="try{spawn_patron(this);}catch(E){alert(E);}"/>
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Last Edited On: </html:span><html:span id="edit_date" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.last_edited_on; </html:span><html:span id="edit_date" />
</html:td>
</html:tr>
</html:table>
More information about the open-ils-commits
mailing list