i18n for bib_brief.xul
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Mar 2008 00:57:25 +0000 (00:57 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Mar 2008 00:57:25 +0000 (00:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@9131 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/cat/bib_brief.xul

index c59ab6f..12ceded 100644 (file)
 <!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:">
index db7a5d3..a115451 100644 (file)
@@ -207,41 +207,41 @@ vim: noet:sw=4:ts=4:
     <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>