1<HTML><!-- #BeginTemplate "/Templates/MainTemplate.dwt" --> 2<HEAD> 3<!-- #BeginEditable "doctitle" --> 4<TITLE>RB Manager - The Statistics Tab</TITLE> 5<!-- #EndEditable --> 6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 7<STYLE TYPE="TEXT/CSS"> 8<!-- 9.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} 10.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold} 11.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} 12--> 13</STYLE> 14</HEAD> 15 16<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> 17<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> 18 <TR> 19 <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> 20 <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD> 21 </TR> 22 <TR> 23 <TD HEIGHT="60" > 24 <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> 25 </TD> 26 </TR> 27 <TR> 28 29 <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top"> 30 <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> 31 <TR> 32 <TD CLASS="topicHead">General</TD> 33 </TR> 34 <TR> 35 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 36 </TR> 37 <TR> 38 <TD CLASS="topicList"> 39 <UL> 40 <LI><A HREF="../system_requirements.html">System Requirements</A></LI> 41 <LI><A HREF="../faq.html">FAQ</A></LI> 42 <LI><A HREF="../future_features.html">Future Releases</A></LI> 43 <LI CLASS="topicList"><A HREF="../future_features.html">Version 44 History</A></LI> 45 </UL> 46 </TD> 47 </TR> 48 <TR> 49 <TD CLASS="topicHead">RB Manager</TD> 50 </TR> 51 <TR> 52 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 53 </TR> 54 <TR> 55 <TD CLASS="topicList"> 56 <UL> 57 <LI><A HREF="../index.html">Home</A></LI> 58 <LI><A HREF="../tutorial/index.html">Tutorial</A></LI> 59 <LI><A HREF="index.html">Functionality and Views</A></LI> 60 <LI><A HREF="../lookandfeel.html">Look and Feel</A></LI> 61 <LI><A HREF="../menu.html">Menu Items</A></LI> 62 <LI CLASS="topicList"><A HREF="../tutorial/step1.html">Preferences</A></LI> 63 </UL> 64 </TD> 65 </TR> 66 <TR> 67 <TD CLASS="topicHead">RB Reporter</TD> 68 </TR> 69 <TR> 70 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 71 </TR> 72 <TR> 73 <TD CLASS="topicList"> 74 <UL> 75 <LI><A HREF="../RBReporter.html">Home</A></LI> 76 <LI>Report Types</LI> 77 <LI><A HREF="../scanfile.html">Code Scanning</A></LI> 78 </UL> 79 </TD> 80 </TR> 81 </TABLE> 82 83 <P> </P> 84 </TD> 85 86 <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" --> 87 <H3 ALIGN="CENTER">View 2. The Statistics Tab</H3> 88 <P>The first tab on the right panel of the RB Manager application is the 89 Statistics tab. As with all of the tab views, the statistics tab looks 90 and functions differently when working with the resource bundle as a whole 91 than when working with an individual resource file. For an overview of 92 this difference see <A HREF="view1.html">View 1</A>.</P> 93 <P><B>Working with a Resource Bundle</B></P> 94 <P>The screen shot below shows RB Manager and some statistics concerning 95 the resource bundle associated with the application.</P> 96 <P><IMG SRC="../images/screenshots/view_stats_bundle.gif" WIDTH="642" HEIGHT="543"></P> 97 <P>Three basic areas are covered by this view, Resource Files, Resource 98 Groups, and Resource Items.</P> 99 <P>In the Resource Files section, the total number of individual files is 100 shown as well as the names of these files (made up of the language, country, 101 and variant information known about the files). New resource files can 102 be added to the bundle by pressing the 'Add a New Resource File' button 103 or using the accelerator key (in this case 'N') in the manner specified 104 by your operating system. New files can also be added through the Options 105 menu.</P> 106 <P>In the Resource Groups section, the total number of groups associated 107 with the bundle as well as an alphabetical list of the groups is displayed. 108 For more information on Resource Groups, see the <A HREF="../tutorial/index.html">Tutorial</A>. 109 New groups can be created by pressing the 'Add a New Resourece Group' 110 button. This can also be done from the Options menu or the Groups tab 111 view.</P> 112 <P>In the Resource Items view, the total number of resources in the bundle 113 is displayed. This number represents the number of resources in the base 114 class file, as the other resource files are not required to posses all 115 of the resource items. In addition, the number of duplicated resource 116 keys is displayed. This number should be zero or the resource bundle may 117 not function the way it was intended to. The list box will display the 118 names of the duplicated keys, so that the errors can be removed. Note 119 that if you create your Resource Bundles through RB Manager, you should 120 never have duplicate keys. However, if you imported the bundles from another 121 source, this error can be a common one.</P> 122 <P><B>Working with a Resource File</B></P> 123 <P>The screen shot below shows the statistics view for an individual resource 124 file, in this case the German (Deutsch) file. For our example, I have 125 removed some of the translations from this file.</P> 126 <P><IMG SRC="../images/screenshots/view_stats_file.gif" WIDTH="671" HEIGHT="543"></P> 127 <P>This view shows some meta data that is associated with the Resource File. 128 This meta data has absolutely no impact on the functioning of the resource 129 bundle within an application. It is there solely to aid development and 130 translation teams in managing their efforts.</P> 131 <P>The Resource Title is a way to identify this file and will show at the 132 top of most views when working with a resource file. The Comment can be 133 used to specify anything special about this file. The Resource File Manager 134 is the person in charge of translations in the locale associated with 135 the file. The Language, Country, and Variant represent the long names 136 (i.e. not the ISO encodings) of the language, country, and variant associate 137 with the file. These are the names that show up in the Resource Tree.</P> 138 <P>Also displayed for the selected file is the total number of translations 139 in this file. This number should be less than or equal to the number of 140 translations in the bundle. The number of untranslated resource items 141 is also shown. These statistics are useful in monitoring the progress 142 of translation. To work with the untranslated items, a convenient view 143 is given in the Untranslated tab view.</P> 144 <P ALIGN="CENTER"><A HREF="view3.html">View 3. The Untranslated Tab</A></P> 145 <!-- #EndEditable --></TD> 146 </TR> 147 <TR> 148 <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200"> 149 <!-- Comment --> 150 </TD> 151 <TD WIDTH="80"> 152 <!-- Comment --> 153 </TD> 154 <TD> 155 <CENTER><SPAN CLASS="Copyright">Copyright 2000-2001 International Business Machines, All Rights Reserved</SPAN></CENTER> 156 </TD> 157 </TR> 158</TABLE> 159 160</BODY> 161<!-- #EndTemplate --></HTML> 162