Changeset 2750
- Timestamp:
- 02/02/10 15:05:41
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2747 r2750 725 725 </li> 726 726 <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}"> 728 737 <img height="16" border="0" width="12" 729 738 src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" … … 1046 1055 <br/> 1047 1056 <div id="{$actionIconsId}" class="bwActionIcons"> 1048 <a href="{$initEvent}&entityType=event&startdate={$dateTime}" title=" add event" onclick="javascript:changeClass('{$actionIconsId}','invisible')">1057 <a href="{$initEvent}&entityType=event&startdate={$dateTime}" title="{$bwStr-Actn-AddEvent}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 1049 1058 <img src="{$resourcesRoot}/resources/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="add event"/> 1050 1059 <xsl:text> </xsl:text> … … 1056 1065 <xsl:copy-of select="$bwStr-Actn-ScheduleMeeting"/> 1057 1066 </a> 1058 <a href="{$initEvent}&entityType=task&startdate={$dateTime}" title=" add task" onclick="javascript:changeClass('{$actionIconsId}','invisible')">1067 <a href="{$initEvent}&entityType=task&startdate={$dateTime}" title="{$bwStr-Actn-AddTask}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 1059 1068 <img src="{$resourcesRoot}/resources/std-icalTask-icon-small.gif" width="12" height="16" border="0" alt="add task"/> 1060 1069 <xsl:text> </xsl:text> 1061 1070 <xsl:copy-of select="$bwStr-Actn-AddTask"/> 1062 1071 </a> 1063 <a href="{$event-initMeeting}&entityType=task&schedule=request&startdate={$dateTime}" title=" schedule a task" onclick="javascript:changeClass('{$actionIconsId}','invisible')">1072 <a href="{$event-initMeeting}&entityType=task&schedule=request&startdate={$dateTime}" title="{$bwStr-Actn-ScheduleTask}" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 1064 1073 <img src="{$resourcesRoot}/resources/std-icalSchTask-icon-small.gif" width="12" height="16" border="0" alt="schedule task"/> 1065 1074 <xsl:text> </xsl:text> 1066 1075 <xsl:copy-of select="$bwStr-Actn-ScheduleTask"/> 1067 1076 </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')"> 1069 1078 <img src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" width="12" height="16" border="0" alt="upload event"/> 1070 1079 <xsl:text> </xsl:text> … … 1282 1291 <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content) and not(recurring='true' or recurrenceId != '')"> 1283 1292 <!-- temporarily hide from Recurring events --> 1284 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title=" add event reference to a calendar">1293 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvLn-AddEventReference}"> 1285 1294 <xsl:copy-of select="$bwStr-EvLn-Link"/> 1286 1295 </a> … … 1436 1445 <xsl:variable name="dayDate" select="date"/> 1437 1446 <xsl:variable name="actionIconsId">bwActionIcons-<xsl:value-of select="value"/></xsl:variable> 1438 <a href="{$setViewPeriod}&viewType=dayView&date={$dayDate}" class="dayLink" title=" go to day">1447 <a href="{$setViewPeriod}&viewType=dayView&date={$dayDate}" class="dayLink" title="{$bwStr-LsEv-GoToDay}"> 1439 1448 <xsl:value-of select="value"/> 1440 1449 </a> … … 1487 1496 <xsl:variable name="dayDate" select="date"/> 1488 1497 <xsl:variable name="actionIconsId">bwActionIcons-<xsl:value-of select="value"/></xsl:variable> 1489 <a href="{$setViewPeriod}&viewType=dayView&date={$dayDate}" class="dayLink" title=" go to day">1498 <a href="{$setViewPeriod}&viewType=dayView&date={$dayDate}" class="dayLink" title="{$bwStr-LsEv-GoToDay}"> 1490 1499 <xsl:value-of select="value"/> 1491 1500 </a> … … 1730 1739 <xsl:text> </xsl:text> 1731 1740 <xsl:copy-of select="$bwStr-EvCG-LinkColon"/><xsl:text> </xsl:text> 1732 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title=" add master event reference to a calendar">1741 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-AddMasterEventReference}"> 1733 1742 <xsl:copy-of select="$bwStr-EvCG-All"/> 1734 1743 </a>, 1735 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title=" add this event reference to a calendar">1744 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="{$bwStr-EvCG-AddThisEventReference}"> 1736 1745 <xsl:copy-of select="$bwStr-EvCG-Instance"/> 1737 1746 </a> 1738 1747 </xsl:when> 1739 1748 <xsl:otherwise> 1740 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title=" add event reference to a calendar">1749 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-AddEventReference}"> 1741 1750 <img src="{$resourcesRoot}/resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 1742 1751 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Link"/> … … 2341 2350 </xsl:choose> 2342 2351 <xsl:if test="organizer/organizerUri != ''"> 2343 <a href="{$organizerUri}" class="emailIcon" title=" email">2352 <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-SgEv-Email}"> 2344 2353 <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 2345 2354 </a> … … 2364 2373 <td> 2365 2374 <xsl:variable name="attendeeUri" select="attendeeUri"/> 2366 <a href="{$attendeeUri}" class="emailIcon" title=" email">2375 <a href="{$attendeeUri}" class="emailIcon" title="{$bwStr-SgEv-Email}"> 2367 2376 <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 2368 2377 </a> … … 4152 4161 </div> 4153 4162 <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()"/> 4155 4164 <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')" /> 4156 4165 <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')" /> … … 4930 4939 <xsl:choose> 4931 4940 <xsl:when test="calType='5'"> 4932 <a href="{$showInbox}" title=" incoming scheduling requests">4941 <a href="{$showInbox}" title="{$bwStr-Cals-IncomingSchedulingRequests}"> 4933 4942 <xsl:value-of select="name"/> 4934 4943 </a> … … 4939 4948 </xsl:when> 4940 4949 <xsl:when test="calType='6'"> 4941 <a href="{$showOutbox}" title=" outgoing scheduling requests">4950 <a href="{$showOutbox}" title="{$bwStr-Cals-OutgoingSchedulingRequests}"> 4942 4951 <xsl:value-of select="name"/> 4943 4952 </a> … … 4989 4998 </xsl:choose> 4990 4999 </xsl:attribute> 4991 <a href="{$calendar-fetchForUpdate}&calPath={$calPath}" title=" update">5000 <a href="{$calendar-fetchForUpdate}&calPath={$calPath}" title="{$bwStr-Cals-Update}"> 4992 5001 <xsl:value-of select="name"/> 4993 5002 </a> 4994 5003 <xsl:if test="calType = '0' and isSubscription = 'false'"> 4995 5004 <xsl:text> </xsl:text> 4996 <a href="{$calendar-initAdd}&calPath={$calPath}" title=" add a calendar or folder">5005 <a href="{$calendar-initAdd}&calPath={$calPath}" title="{$bwStr-Cals-AddCalendarOrFolder}"> 4997 5006 <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="add a calendar or folder" border="0"/> 4998 5007 </a> … … 5019 5028 </xsl:choose> 5020 5029 </xsl:attribute> 5021 <a href="{$calendar-fetchForDisplay}&calPath={$calPath}" title=" display">5030 <a href="{$calendar-fetchForDisplay}&calPath={$calPath}" title="{$bwStr-Cals-Display}"> 5022 5031 <xsl:value-of select="name"/> 5023 5032 </a> … … 5050 5059 <div id="calSelectWidget" class="invisible"> 5051 5060 <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> 5053 5062 <ul class="calendarTree"> 5054 5063 <xsl:choose> … … 5119 5128 <div id="calSelectWidget" class="invisible"> 5120 5129 <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> 5122 5131 <ul class="calendarTree"> 5123 5132 <xsl:apply-templates select="/bedework/publicCalendars/calendar" mode="selectCalForPublicAliasCalTree"/> … … 5589 5598 <button type="button" id="bwColorPickerButton" value="{$bwStr-CoPi-Pick}"><img src="{$resourcesRoot}/resources/colorIcon.gif" width="16" height="13" alt="pick a color"/></button> 5590 5599 5591 <div id="bwColorPicker" title=" Select a color">5600 <div id="bwColorPicker" title="{$bwStr-CoPi-SelectColor}"> 5592 5601 <xsl:for-each select="document('../../../bedework-common/default/default/subColors.xml')/subscriptionColors/color"> 5593 5602 <xsl:variable name="color" select="."/> … … 5859 5868 <ul id="subsMenu"> 5860 5869 <li> 5861 <a href="{$calendar-initAddPublicAlias}&calPath=/user/{$userid}" title=" subscribe to a public calendar">5870 <a href="{$calendar-initAddPublicAlias}&calPath=/user/{$userid}" title="{$bwStr-SuMe-SubscribeToPublicCalendar}"> 5862 5871 <xsl:copy-of select="$bwStr-SuMe-PublicCal"/> 5863 5872 </a> 5864 5873 </li> 5865 5874 <li> 5866 <a href="{$calendar-initAddAlias}&calPath=/user/{$userid}" title=" subscribe to a user calendar">5875 <a href="{$calendar-initAddAlias}&calPath=/user/{$userid}" title="{$bwStr-SuMe-SubscribeToUserCalendar}"> 5867 5876 <xsl:copy-of select="$bwStr-SuMe-UserCal"/> 5868 5877 </a> 5869 5878 </li> 5870 5879 <li> 5871 <a href="{$calendar-initAddExternal}&calPath=/user/{$userid}" title=" subscribe to an external calendar">5880 <a href="{$calendar-initAddExternal}&calPath=/user/{$userid}" title="{$bwStr-SuMe-SubscribeToExternalCalendar}"> 5872 5881 <xsl:copy-of select="$bwStr-SuMe-ExternalFeed"/> 5873 5882 </a> … … 6401 6410 </xsl:attribute> 6402 6411 <td> 6403 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&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}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 6413 <img src="{$resourcesRoot}/resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-CheckMessage}"/> 6405 6414 </a> 6406 6415 </td> … … 6434 6443 </xsl:choose> 6435 6444 <xsl:if test="organizer/organizerUri != ''"> 6436 <a href="{$organizerUri}" class="emailIcon" title=" email">6445 <a href="{$organizerUri}" class="emailIcon" title="{$bwStr-Inbx-Email}"> 6437 6446 <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 6438 6447 </a> … … 6453 6462 </xsl:choose> 6454 6463 <xsl:if test="$attendeeUri != ''"> 6455 <a href="{$attendeeUri}" class="emailIcon" title=" email">6464 <a href="{$attendeeUri}" class="emailIcon" title="{$bwStr-Inbx-Email}"> 6456 6465 <img src="{$resourcesRoot}/resources/email.gif" width="16" height="10" border="0" alt="email"/> 6457 6466 </a> … … 6462 6471 </td> 6463 6472 <td> 6464 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title=" check message">6473 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 6465 6474 <xsl:value-of select="title"/> 6466 6475 </a> … … 6470 6479 <td><xsl:apply-templates select="scheduleMethod"/></td> 6471 6480 <td> 6472 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title=" check message">6481 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-CheckMessage}"> 6473 6482 <xsl:choose> 6474 6483 <xsl:when test="scheduleState=0"><em><xsl:copy-of select="$bwStr-Inbx-Unprocessed"/></em></xsl:when> … … 6479 6488 <td> 6480 6489 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 6481 <a href="{$export}&calPath={$calPath}&&eventName={$eventName}&recurrenceId={$recurrenceId}&nocache=no&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}&calPath={$calPath}&&eventName={$eventName}&recurrenceId={$recurrenceId}&nocache=no&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}"/> 6483 6492 </a> 6484 6493 </td> 6485 6494 <td> 6486 <a href="{$delInboxEvent}&calPath={$calPath}&&eventName={$eventName}&recurrenceId={$recurrenceId}" title=" delete">6487 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt=" delete"/>6495 <a href="{$delInboxEvent}&calPath={$calPath}&&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Inbx-Delete}"> 6496 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Inbx-Delete}"/> 6488 6497 </a> 6489 6498 </td> … … 6531 6540 </xsl:attribute> 6532 6541 <td> 6533 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&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}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-CheckMessage}"> 6543 <img src="{$resourcesRoot}/resources/calIconSchedule-sm.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-CheckMessage}"/> 6535 6544 </a> 6536 6545 </td> 6537 6546 <td> 6538 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title=" check message">6547 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-CheckMessage}"> 6539 6548 <!-- <xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/>--> 6540 6549 <!--<xsl:value-of select="lastmod"/>--> … … 6558 6567 </xsl:choose> 6559 6568 <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}"/> 6562 6571 </a> 6563 6572 </xsl:if> … … 6582 6591 <td> 6583 6592 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 6584 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&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}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&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}"/> 6586 6595 </a> 6587 6596 </td> 6588 6597 <td> 6589 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title=" delete">6590 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt=" delete"/>6598 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="{$bwStr-Oubx-Delete}"> 6599 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-Oubx-Delete}"/> 6591 6600 </a> 6592 6601 </td> trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl
r2727 r2750 34 34 <xsl:variable name="bwStr-SdBr-UploadICal">Upload iCAL</xsl:variable> 35 35 <xsl:variable name="bwStr-SdBr-ExportCalendars">Export Calendars</xsl:variable> 36 <xsl:variable name="bwStr-SdBr-UploadEvent">Upload Event</xsl:variable> 36 37 37 38 <!-- xsl:template name="tabs" --> … … 73 74 <xsl:variable name="bwStr-Actn-ScheduleTask">schedule task</xsl:variable> 74 75 <xsl:variable name="bwStr-Actn-Upload">upload</xsl:variable> 76 <xsl:variable name="bwStr-Actn-UploadEvent">upload event</xsl:variable> 75 77 76 78 <!-- xsl:template name="listView" --> … … 101 103 <xsl:variable name="bwStr-EvLn-DeleteInstance">delete instance (recurring event)</xsl:variable> 102 104 <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 103 107 104 108 <!-- xsl:template match="events" mode="eventList" --> … … 110 114 <xsl:variable name="bwStr-LsEv-Canceled">CANCELED:</xsl:variable> 111 115 <xsl:variable name="bwStr-LsEv-Tentative">TENTATIVE:</xsl:variable> 116 <xsl:variable name="bwStr-LsEv-GoToDay">go to day</xsl:variable> 112 117 113 118 <!-- xsl:template name="weekView" --> … … 159 164 <xsl:variable name="bwStr-EvCG-DeleteEvent">delete event</xsl:variable> 160 165 <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> 161 169 162 170 <!-- <xsl:template name="yearView" --> … … 239 247 <xsl:variable name="bwStr-SgEv-Comments">Comments:</xsl:variable> 240 248 <xsl:variable name="bwStr-SgEv-TopicalArea">Topical Area:</xsl:variable> 249 <xsl:variable name="bwStr-SgEv-Email">email</xsl:variable> 241 250 242 251 <!-- <xsl:template match="formElements" mode="addEvent" --> … … 418 427 <xsl:variable name="bwStr-Cloc-Switch">switch</xsl:variable> 419 428 <xsl:variable name="bwStr-Cloc-Close">close</xsl:variable> 429 <xsl:variable name="bwStr-Cloc-CloseClock">close clock</xsl:variable> 430 420 431 421 432 <!-- xsl:template name="attendees" --> … … 521 532 522 533 <!-- 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> 523 536 524 537 <!-- 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> 525 540 526 541 <!-- xsl:template match="calendar" mode="listForDisplay" --> 542 <xsl:variable name="bwStr-Cals-Display">display</xsl:variable> 527 543 528 544 <!-- xsl:template name="selectCalForEvent" --> 529 545 <xsl:variable name="bwStr-SCfE-SelectACalendar">select a calendar</xsl:variable> 530 546 <xsl:variable name="bwStr-SCfE-NoWritableCals">no writable calendars</xsl:variable> 547 <xsl:variable name="bwStr-SCfE-Close">close</xsl:variable> 531 548 532 549 <!-- xsl:template match="calendar" mode="selectCalForEventCalTree" --> … … 534 551 <!-- xsl:template name="selectCalForPublicAlias" --> 535 552 <xsl:variable name="bwStr-SCPA-SelectACalendar">select a calendar</xsl:variable> 553 <xsl:variable name="bwStr-SCPA-Close">close</xsl:variable> 536 554 537 555 <!-- xsl:template match="calendar" mode="selectCalForPublicAliasCalTree" --> … … 587 605 <xsl:variable name="bwStr-CoPi-Pick">pick</xsl:variable> 588 606 <xsl:variable name="bwStr-CoPi-UseDefaultColors">use default colors</xsl:variable> 607 <xsl:variable name="bwStr-CoPi-SelectColor">Select a color</xsl:variable> 589 608 590 609 <!-- xsl:template name="calendarList" --> … … 638 657 <xsl:variable name="bwStr-SuMe-UserCal">a user calendar (in this system)</xsl:variable> 639 658 <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> 640 662 641 663 <!-- xsl:template name="addPublicAlias" --> … … 782 804 <xsl:variable name="bwStr-Inbx-Counter">counter</xsl:variable> 783 805 <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 785 811 <!-- xsl:template match="outbox" --> 786 812 <xsl:variable name="bwStr-Oubx-Outbox">Outbox</xsl:variable> … … 798 824 <xsl:variable name="bwStr-Oubx-Unprocessed">unprocessed</xsl:variable> 799 825 <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> 800 830 801 831 <!-- xsl:template match="scheduleMethod" -->
