Changeset 2750

Show
Ignore:
Timestamp:
02/02/10 15:05:41
Author:
bleibson
Message:

o Pulled more strings (mainly tooltips) out of default.xsl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r2747 r2750  
    725725      </li> 
    726726      <li> 
    727         <a href="{$initUpload}" title="upload event"> 
     727            <a href="{$initUpload}" title="{$bwStr-SdBr-UploadEvent}"> 
     728              <img height="16" border="0" width="12" 
     729                src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" 
     730                alt="upload ical" /> 
     731              <xsl:text> </xsl:text> 
     732              <xsl:copy-of select="$bwStr-SdBr-UploadICal"/> 
     733            </a> 
     734          </li> 
     735          <li> 
     736            <a href="{$calendar-listForExport}" title="{$bwStr-SdBr-ExportCalendars}"> 
    728737          <img height="16" border="0" width="12" 
    729738            src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" 
     
    10461055    <br/> 
    10471056    <div id="{$actionIconsId}" class="bwActionIcons"> 
    1048        <a href="{$initEvent}&amp;entityType=event&amp;startdate={$dateTime}" title="add event" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
     1057       <a href="{$initEvent}&amp;entityType=event&amp;startdate={$dateTime}" title="{$bwStr-Actn-AddEvent}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10491058          <img src="{$resourcesRoot}/resources/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="add event"/> 
    10501059          <xsl:text> </xsl:text> 
     
    10561065          <xsl:copy-of select="$bwStr-Actn-ScheduleMeeting"/> 
    10571066       </a> 
    1058        <a href="{$initEvent}&amp;entityType=task&amp;startdate={$dateTime}" title="add task" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
     1067       <a href="{$initEvent}&amp;entityType=task&amp;startdate={$dateTime}" title="{$bwStr-Actn-AddTask}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10591068          <img src="{$resourcesRoot}/resources/std-icalTask-icon-small.gif" width="12" height="16" border="0" alt="add task"/> 
    10601069          <xsl:text> </xsl:text> 
    10611070          <xsl:copy-of select="$bwStr-Actn-AddTask"/> 
    10621071       </a> 
    1063        <a href="{$event-initMeeting}&amp;entityType=task&amp;schedule=request&amp;startdate={$dateTime}" title="schedule a task" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
     1072       <a href="{$event-initMeeting}&amp;entityType=task&amp;schedule=request&amp;startdate={$dateTime}" title="{$bwStr-Actn-ScheduleTask}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10641073          <img src="{$resourcesRoot}/resources/std-icalSchTask-icon-small.gif" width="12" height="16" border="0" alt="schedule task"/> 
    10651074          <xsl:text> </xsl:text> 
    10661075          <xsl:copy-of select="$bwStr-Actn-ScheduleTask"/> 
    10671076       </a> 
    1068        <a href="{$initUpload}" title="upload event" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
     1077       <a href="{$initUpload}" title="{$bwStr-Actn-UploadEvent}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10691078          <img src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" width="12" height="16" border="0" alt="upload event"/> 
    10701079          <xsl:text> </xsl:text> 
     
    12821291    <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content) and not(recurring='true' or recurrenceId != '')"> 
    12831292      <!-- temporarily hide from Recurring events --> 
    1284       <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}" title="add event reference to a calendar"> 
     1293      <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}" title="{$bwStr-EvLn-AddEventReference}"> 
    12851294        <xsl:copy-of select="$bwStr-EvLn-Link"/> 
    12861295      </a> 
     
    14361445              <xsl:variable name="dayDate" select="date"/> 
    14371446              <xsl:variable name="actionIconsId">bwActionIcons-<xsl:value-of select="value"/></xsl:variable> 
    1438               <a href="{$setViewPeriod}&amp;viewType=dayView&amp;date={$dayDate}" class="dayLink" title="go to day"> 
     1447              <a href="{$setViewPeriod}&amp;viewType=dayView&amp;date={$dayDate}" class="dayLink" title="{$bwStr-LsEv-GoToDay}"> 
    14391448                <xsl:value-of select="value"/> 
    14401449              </a> 
     
    14871496                  <xsl:variable name="dayDate" select="date"/> 
    14881497                  <xsl:variable name="actionIconsId">bwActionIcons-<xsl:value-of select="value"/></xsl:variable> 
    1489                   <a href="{$setViewPeriod}&amp;viewType=dayView&amp;date={$dayDate}" class="dayLink" title="go to day"> 
     1498                  <a href="{$setViewPeriod}&amp;viewType=dayView&amp;date={$dayDate}" class="dayLink" title="{$bwStr-LsEv-GoToDay}"> 
    14901499                    <xsl:value-of select="value"/> 
    14911500                  </a> 
     
    17301739                  <xsl:text> </xsl:text> 
    17311740                  <xsl:copy-of select="$bwStr-EvCG-LinkColon"/><xsl:text> </xsl:text> 
    1732                   <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}" title="add master event reference to a calendar"> 
     1741                  <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}" title="{$bwStr-EvCG-AddMasterEventReference}"> 
    17331742                    <xsl:copy-of select="$bwStr-EvCG-All"/> 
    17341743                  </a>, 
    1735                   <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" title="add this event reference to a calendar"> 
     1744                  <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-EvCG-AddThisEventReference}"> 
    17361745                    <xsl:copy-of select="$bwStr-EvCG-Instance"/> 
    17371746                  </a> 
    17381747               </xsl:when> 
    17391748               <xsl:otherwise> 
    1740                  <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}" title="add event reference to a calendar"> 
     1749                 <a href="{$addEventRef}&amp;calPath={$calPath}&amp;guid={$guid}" title="{$bwStr-EvCG-AddEventReference}"> 
    17411750                   <img src="{$resourcesRoot}/resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 
    17421751                   <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Link"/> 
     
    23412350            </xsl:choose> 
    23422351            <xsl:if test="organizer/organizerUri != ''"> 
    2343               <a href="{$organizerUri}" class="emailIcon" title="email"> 
     2352              <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-SgEv-Email}"> 
    23442353                <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 
    23452354              </a> 
     
    23642373                  <td> 
    23652374                    <xsl:variable name="attendeeUri" select="attendeeUri"/> 
    2366                     <a href="{$attendeeUri}" class="emailIcon" title="email"> 
     2375                    <a href="{$attendeeUri}" class="emailIcon" title="{$bwStr-SgEv-Email}"> 
    23672376                      <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 
    23682377                    </a> 
     
    41524161      </div> 
    41534162      <map name="bwClockMap" id="bwClockMap"> 
    4154         <area shape="rect" alt="close clock" title="close clock" coords="160,167, 200,200" href="javascript:bwClockClose()"/> 
     4163        <area shape="rect" alt="close clock" title="{$bwStr-Cloc-CloseClock}" coords="160,167, 200,200" href="javascript:bwClockClose()"/> 
    41554164        <area shape="poly" alt="minute 00:55" title="minute 00:55" coords="156,164, 169,155, 156,107, 123,128" href="javascript:bwClockUpdateDateTimeForm('minute','55')" /> 
    41564165        <area shape="poly" alt="minute 00:50" title="minute 00:50" coords="150,175, 156,164, 123,128, 103,161" href="javascript:bwClockUpdateDateTimeForm('minute','50')" /> 
     
    49304939      <xsl:choose> 
    49314940        <xsl:when test="calType='5'"> 
    4932           <a href="{$showInbox}" title="incoming scheduling requests"> 
     4941          <a href="{$showInbox}" title="{$bwStr-Cals-IncomingSchedulingRequests}"> 
    49334942            <xsl:value-of select="name"/> 
    49344943          </a> 
     
    49394948        </xsl:when> 
    49404949        <xsl:when test="calType='6'"> 
    4941           <a href="{$showOutbox}" title="outgoing scheduling requests"> 
     4950          <a href="{$showOutbox}" title="{$bwStr-Cals-OutgoingSchedulingRequests}"> 
    49424951            <xsl:value-of select="name"/> 
    49434952          </a> 
     
    49894998        </xsl:choose> 
    49904999      </xsl:attribute> 
    4991       <a href="{$calendar-fetchForUpdate}&amp;calPath={$calPath}" title="update"> 
     5000      <a href="{$calendar-fetchForUpdate}&amp;calPath={$calPath}" title="{$bwStr-Cals-Update}"> 
    49925001        <xsl:value-of select="name"/> 
    49935002      </a> 
    49945003      <xsl:if test="calType = '0' and isSubscription = 'false'"> 
    49955004        <xsl:text> </xsl:text> 
    4996         <a href="{$calendar-initAdd}&amp;calPath={$calPath}" title="add a calendar or folder"> 
     5005        <a href="{$calendar-initAdd}&amp;calPath={$calPath}" title="{$bwStr-Cals-AddCalendarOrFolder}"> 
    49975006          <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="add a calendar or folder" border="0"/> 
    49985007        </a> 
     
    50195028        </xsl:choose> 
    50205029      </xsl:attribute> 
    5021       <a href="{$calendar-fetchForDisplay}&amp;calPath={$calPath}" title="display"> 
     5030      <a href="{$calendar-fetchForDisplay}&amp;calPath={$calPath}" title="{$bwStr-Cals-Display}"> 
    50225031        <xsl:value-of select="name"/> 
    50235032      </a> 
     
    50505059    <div id="calSelectWidget" class="invisible"> 
    50515060      <h2><xsl:copy-of select="$bwStr-SCfE-SelectACalendar"/></h2> 
    5052       <a href="javascript:changeClass('calSelectWidget','invisible')" id="calSelectWidgetCloser" title="close">x</a> 
     5061      <a href="javascript:changeClass('calSelectWidget','invisible')" id="calSelectWidgetCloser" title="{$bwStr-SCfE-Close}">x</a> 
    50535062      <ul class="calendarTree"> 
    50545063        <xsl:choose> 
     
    51195128    <div id="calSelectWidget" class="invisible"> 
    51205129      <h2><xsl:copy-of select="$bwStr-SCPA-SelectACalendar"/></h2> 
    5121       <a href="javascript:changeClass('calSelectWidget','invisible')" id="calSelectWidgetCloser" title="close">x</a> 
     5130      <a href="javascript:changeClass('calSelectWidget','invisible')" id="calSelectWidgetCloser" title="{$bwStr-SCPA-Close}">x</a> 
    51225131      <ul class="calendarTree"> 
    51235132        <xsl:apply-templates select="/bedework/publicCalendars/calendar" mode="selectCalForPublicAliasCalTree"/> 
     
    55895598    <button type="button" id="bwColorPickerButton" value="{$bwStr-CoPi-Pick}"><img src="{$resourcesRoot}/resources/colorIcon.gif" width="16" height="13" alt="pick a color"/></button> 
    55905599 
    5591     <div id="bwColorPicker" title="Select a color"> 
     5600    <div id="bwColorPicker" title="{$bwStr-CoPi-SelectColor}"> 
    55925601      <xsl:for-each select="document('../../../bedework-common/default/default/subColors.xml')/subscriptionColors/color"> 
    55935602        <xsl:variable name="color" select="."/> 
     
    58595868      <ul id="subsMenu"> 
    58605869        <li> 
    5861           <a href="{$calendar-initAddPublicAlias}&amp;calPath=/user/{$userid}" title="subscribe to a public calendar"> 
     5870          <a href="{$calendar-initAddPublicAlias}&amp;calPath=/user/{$userid}" title="{$bwStr-SuMe-SubscribeToPublicCalendar}"> 
    58625871            <xsl:copy-of select="$bwStr-SuMe-PublicCal"/> 
    58635872          </a> 
    58645873        </li> 
    58655874        <li> 
    5866           <a href="{$calendar-initAddAlias}&amp;calPath=/user/{$userid}" title="subscribe to a user calendar"> 
     5875          <a href="{$calendar-initAddAlias}&amp;calPath=/user/{$userid}" title="{$bwStr-SuMe-SubscribeToUserCalendar}"> 
    58675876            <xsl:copy-of select="$bwStr-SuMe-UserCal"/> 
    58685877          </a> 
    58695878        </li> 
    58705879        <li> 
    5871           <a href="{$calendar-initAddExternal}&amp;calPath=/user/{$userid}" title="subscribe to an external calendar"> 
     5880          <a href="{$calendar-initAddExternal}&amp;calPath=/user/{$userid}" title="{$bwStr-SuMe-SubscribeToExternalCalendar}"> 
    58725881            <xsl:copy-of select="$bwStr-SuMe-ExternalFeed"/> 
    58735882          </a> 
     
    64016410          </xsl:attribute> 
    64026411          <td> 
    6403             <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"> 
    6404               <img src="{$resourcesRoot}/resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="check message"/> 
     6412            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 
     6413              <img src="{$resourcesRoot}/resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-CheckMessage}"/> 
    64056414            </a> 
    64066415          </td> 
     
    64346443                  </xsl:choose> 
    64356444                  <xsl:if test="organizer/organizerUri != ''"> 
    6436                     <a href="{$organizerUri}" class="emailIcon" title="email"> 
     6445                    <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-Inbx-Email}"> 
    64376446                      <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 
    64386447                    </a> 
     
    64536462                  </xsl:choose> 
    64546463                  <xsl:if test="$attendeeUri != ''"> 
    6455                     <a href="{$attendeeUri}" class="emailIcon" title="email"> 
     6464                    <a href="{$attendeeUri}" class="emailIcon" title="{$bwStr-Inbx-Email}"> 
    64566465                      <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 
    64576466                    </a> 
     
    64626471          </td> 
    64636472          <td> 
    6464             <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"> 
     6473            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 
    64656474              <xsl:value-of select="title"/> 
    64666475            </a> 
     
    64706479          <td><xsl:apply-templates select="scheduleMethod"/></td> 
    64716480          <td> 
    6472             <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"> 
     6481            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 
    64736482              <xsl:choose> 
    64746483                <xsl:when test="scheduleState=0"><em><xsl:copy-of select="$bwStr-Inbx-Unprocessed"/></em></xsl:when> 
     
    64796488          <td> 
    64806489            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    6481             <a href="{$export}&amp;calPath={$calPath}&amp;&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;contentName={$eventIcalName}" title="download"> 
    6482               <img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="download"/> 
     6490            <a href="{$export}&amp;calPath={$calPath}&amp;&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;contentName={$eventIcalName}" title="{$bwStr-Inbx-Download}"> 
     6491              <img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-Inbx-Download}"/> 
    64836492            </a> 
    64846493          </td> 
    64856494          <td> 
    6486             <a href="{$delInboxEvent}&amp;calPath={$calPath}&amp;&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="delete"> 
    6487               <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 
     6495            <a href="{$delInboxEvent}&amp;calPath={$calPath}&amp;&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-Delete}"> 
     6496              <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-Delete}"/> 
    64886497            </a> 
    64896498          </td> 
     
    65316540          </xsl:attribute> 
    65326541          <td> 
    6533             <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"> 
    6534               <img src="{$resourcesRoot}/resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="check message"/> 
     6542            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-CheckMessage}"> 
     6543              <img src="{$resourcesRoot}/resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-CheckMessage}"/> 
    65356544            </a> 
    65366545          </td> 
    65376546          <td> 
    6538             <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"> 
     6547            <a href="{$inboxItemAction}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-CheckMessage}"> 
    65396548              <!-- <xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/>--> 
    65406549              <!--<xsl:value-of select="lastmod"/>--> 
     
    65586567              </xsl:choose> 
    65596568              <xsl:if test="organizer/organizerUri != ''"> 
    6560                 <a href="{$organizerUri}" class="emailIcon" title="email"> 
    6561                   <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 
     6569                <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-Oubx-Email}"> 
     6570                  <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="{$bwStr-Oubx-Email}"/> 
    65626571                </a> 
    65636572              </xsl:if> 
     
    65826591          <td> 
    65836592            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    6584             <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;contentName={$eventIcalName}" title="download"> 
    6585               <img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="download"/> 
     6593            <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;contentName={$eventIcalName}" title="{$bwStr-Oubx-Download}"> 
     6594              <img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-Oubx-Download}"/> 
    65866595            </a> 
    65876596          </td> 
    65886597          <td> 
    6589             <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" title="delete"> 
    6590               <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 
     6598            <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-Delete}"> 
     6599              <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-Delete}"/> 
    65916600            </a> 
    65926601          </td> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl

    r2727 r2750  
    3434  <xsl:variable name="bwStr-SdBr-UploadICal">Upload iCAL</xsl:variable> 
    3535  <xsl:variable name="bwStr-SdBr-ExportCalendars">Export Calendars</xsl:variable> 
     36  <xsl:variable name="bwStr-SdBr-UploadEvent">Upload Event</xsl:variable> 
    3637 
    3738  <!--  xsl:template name="tabs" --> 
     
    7374  <xsl:variable name="bwStr-Actn-ScheduleTask">schedule task</xsl:variable> 
    7475  <xsl:variable name="bwStr-Actn-Upload">upload</xsl:variable> 
     76  <xsl:variable name="bwStr-Actn-UploadEvent">upload event</xsl:variable> 
    7577 
    7678  <!--  xsl:template name="listView" --> 
     
    101103  <xsl:variable name="bwStr-EvLn-DeleteInstance">delete instance (recurring event)</xsl:variable> 
    102104  <xsl:variable name="bwStr-EvLn-Delete">Delete</xsl:variable> 
     105  <xsl:variable name="bwStr-EvLn-AddEventReference">add event reference to a calendar</xsl:variable> 
     106   
    103107 
    104108  <!-- xsl:template match="events" mode="eventList" --> 
     
    110114  <xsl:variable name="bwStr-LsEv-Canceled">CANCELED:</xsl:variable> 
    111115  <xsl:variable name="bwStr-LsEv-Tentative">TENTATIVE:</xsl:variable> 
     116  <xsl:variable name="bwStr-LsEv-GoToDay">go to day</xsl:variable> 
    112117 
    113118  <!-- xsl:template name="weekView" --> 
     
    159164  <xsl:variable name="bwStr-EvCG-DeleteEvent">delete event</xsl:variable> 
    160165  <xsl:variable name="bwStr-EvCG-Delete">Delete</xsl:variable> 
     166  <xsl:variable name="bwStr-EvCG-AddMasterEventReference">add master event reference to a calendar</xsl:variable> 
     167  <xsl:variable name="bwStr-EvCG-AddThisEventReference">add this event reference to a calendar</xsl:variable> 
     168  <xsl:variable name="bwStr-EvCG-AddEventReference">add event reference to a calendar</xsl:variable> 
    161169 
    162170  <!-- <xsl:template name="yearView" --> 
     
    239247  <xsl:variable name="bwStr-SgEv-Comments">Comments:</xsl:variable> 
    240248  <xsl:variable name="bwStr-SgEv-TopicalArea">Topical Area:</xsl:variable> 
     249  <xsl:variable name="bwStr-SgEv-Email">email</xsl:variable> 
    241250 
    242251  <!-- <xsl:template match="formElements" mode="addEvent" --> 
     
    418427  <xsl:variable name="bwStr-Cloc-Switch">switch</xsl:variable> 
    419428  <xsl:variable name="bwStr-Cloc-Close">close</xsl:variable> 
     429  <xsl:variable name="bwStr-Cloc-CloseClock">close clock</xsl:variable> 
     430   
    420431 
    421432  <!-- xsl:template name="attendees" --> 
     
    521532 
    522533  <!--  xsl:template match="calendar" mode="mySpecialCalendars" --> 
     534  <xsl:variable name="bwStr-Cals-IncomingSchedulingRequests">incoming scheduling requests</xsl:variable> 
     535  <xsl:variable name="bwStr-Cals-OutgoingSchedulingRequests">outgoing scheduling requests</xsl:variable> 
    523536 
    524537  <!--  xsl:template match="calendar" mode="listForUpdate"  --> 
     538  <xsl:variable name="bwStr-Cals-Update">update</xsl:variable> 
     539  <xsl:variable name="bwStr-Cals-AddCalendarOrFolder">add a calendar or folder</xsl:variable> 
    525540 
    526541  <!--  xsl:template match="calendar" mode="listForDisplay"  --> 
     542  <xsl:variable name="bwStr-Cals-Display">display</xsl:variable> 
    527543 
    528544  <!--  xsl:template name="selectCalForEvent" --> 
    529545  <xsl:variable name="bwStr-SCfE-SelectACalendar">select a calendar</xsl:variable> 
    530546  <xsl:variable name="bwStr-SCfE-NoWritableCals">no writable calendars</xsl:variable> 
     547  <xsl:variable name="bwStr-SCfE-Close">close</xsl:variable> 
    531548 
    532549  <!--  xsl:template match="calendar" mode="selectCalForEventCalTree" --> 
     
    534551  <!--  xsl:template name="selectCalForPublicAlias" --> 
    535552  <xsl:variable name="bwStr-SCPA-SelectACalendar">select a calendar</xsl:variable> 
     553  <xsl:variable name="bwStr-SCPA-Close">close</xsl:variable> 
    536554 
    537555  <!--  xsl:template match="calendar" mode="selectCalForPublicAliasCalTree" --> 
     
    587605  <xsl:variable name="bwStr-CoPi-Pick">pick</xsl:variable> 
    588606  <xsl:variable name="bwStr-CoPi-UseDefaultColors">use default colors</xsl:variable> 
     607  <xsl:variable name="bwStr-CoPi-SelectColor">Select a color</xsl:variable> 
    589608 
    590609<!--  xsl:template name="calendarList"  --> 
     
    638657  <xsl:variable name="bwStr-SuMe-UserCal">a user calendar (in this system)</xsl:variable> 
    639658  <xsl:variable name="bwStr-SuMe-ExternalFeed">an external iCal feed (e.g. Google, Eventful, etc)</xsl:variable> 
     659  <xsl:variable name="bwStr-SuMe-SubscribeToPublicCalendar">subscribe to a public calendar</xsl:variable> 
     660  <xsl:variable name="bwStr-SuMe-SubscribeToUserCalendar">subscribe to a user calendar</xsl:variable> 
     661  <xsl:variable name="bwStr-SuMe-SubscribeToExternalCalendar">subscribe to an external calendar</xsl:variable> 
    640662 
    641663  <!--  xsl:template name="addPublicAlias"  --> 
     
    782804  <xsl:variable name="bwStr-Inbx-Counter">counter</xsl:variable> 
    783805  <xsl:variable name="bwStr-Inbx-Processed">processed</xsl:variable> 
    784  
     806  <xsl:variable name="bwStr-Inbx-CheckMessage">check message</xsl:variable> 
     807  <xsl:variable name="bwStr-Inbx-Email">email</xsl:variable> 
     808  <xsl:variable name="bwStr-Inbx-Download">download</xsl:variable> 
     809  <xsl:variable name="bwStr-Inbx-Delete">delete</xsl:variable> 
     810   
    785811  <!--  xsl:template match="outbox" --> 
    786812  <xsl:variable name="bwStr-Oubx-Outbox">Outbox</xsl:variable> 
     
    798824  <xsl:variable name="bwStr-Oubx-Unprocessed">unprocessed</xsl:variable> 
    799825  <xsl:variable name="bwStr-Oubx-Processed">processed</xsl:variable> 
     826  <xsl:variable name="bwStr-Oubx-CheckMessage">check message</xsl:variable> 
     827  <xsl:variable name="bwStr-Oubx-Email">email</xsl:variable> 
     828  <xsl:variable name="bwStr-Oubx-Download">download</xsl:variable> 
     829  <xsl:variable name="bwStr-Oubx-Delete">delete</xsl:variable> 
    800830 
    801831  <!--  xsl:template match="scheduleMethod" -->