Changeset 3133
- Timestamp:
- 01/13/11 15:14:34
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/de_DE/localeSettings.xsl (modified) (4 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/de_DE/strings.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/localeSettings.xsl (modified) (4 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/es_ES/localeSettings.xsl (modified) (4 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl (modified) (5 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/javascript/bedeworkDojo.js (deleted)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/javascript/bedeworkScheduling.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/de_DE/localeSettings.xsl
r3131 r3133 49 49 </xsl:template> 50 50 51 <!-- declare the JavaScript scheduling strings --> 51 <!-- Declare the JavaScript scheduling strings. --> 52 <!-- These are for display and can be translated. --> 52 53 <xsl:template name="bedeworkSchedulingStrings"> 53 54 <script type="text/javascript"> 54 var bwAttendeeRoleChair = "CHAIR";55 var bwAttendeeRoleRequired = "REQ-PARTICIPANT";56 var bwAttendeeRoleOptional = "OPT-PARTICIPANT";57 var bwAttendeeRoleNonParticipant = "NON-PARTICIPANT";58 var bwAttendeeStatusNeedsAction = "NEEDS-ACTION";59 var bwAttendeeStatusAccepted = "ACCEPTED";60 var bwAttendeeStatusDeclined = "DECLINED";61 var bwAttendeeStatusTentative = "TENTATIVE";62 var bwAttendeeStatusDelegated = "DELEGATED";63 var bwAttendeeStatusCompleted = "COMPLETED";64 var bwAttendeeStatusInProcess = "IN-PROCESS";65 var bwAttendeeTypePerson = "person";66 var bwAttendeeTypeLocation = "location";67 var bwAttendeeTypeResource = "resource";68 69 // display strings for the values above70 // should be put with other internationalized strings71 // can be translated72 55 var bwAttendeeDispRoleChair = "chair"; 73 56 var bwAttendeeDispRoleRequired = "required participant"; … … 85 68 var bwAttendeeDispTypeResource = "resource"; 86 69 70 var bwAttendeeDispGridAllAttendees = "Alle Teilnehmer"; 71 87 72 var bwFreeBusyDispTypeBusy = "BUSY"; 88 73 var bwFreeBusyDispTypeTentative = "TENTATIVE"; … … 99 84 var bwOptParticipantDisp = "optional"; 100 85 var bwChairDisp = "chair"; 101 var bwNonParticipant = "non-participant";102 var bwNeedsAction = "needs action";103 var bwAccepted = "accepted";104 var bwDeclined = "declined";105 var bwTentative = "tentative";106 var bwDelegated = "delegated";107 86 108 87 var bwErrorAttendees = "Error: attendees not returned"; … … 110 89 </script> 111 90 </xsl:template> 91 92 <!-- Declare the JavaScript access control strings. --> 93 <!-- These are for display and can be translated. --> 94 <xsl:template name="bedeworkAccessStrings"> 95 <script type="text/javascript"> 96 </script> 97 </xsl:template> 98 112 99 </xsl:stylesheet> trunk/deployment/webuser/webapp/resources/demoskins/de_DE/strings.xsl
r3131 r3133 332 332 <xsl:variable name="bwStr-AEEF-AddCategory">Kategorie hinzufügen</xsl:variable> 333 333 <xsl:variable name="bwStr-AEEF-SelectTimezone">Zeitzone aussuchen...</xsl:variable> 334 <xsl:variable name="bwStr-AEEF-PickPrevious">« Wählen Zurück</xsl:variable> 335 <xsl:variable name="bwStr-AEEF-PickNext">Wählen Weiter »</xsl:variable> 336 <xsl:variable name="bwStr-AEEF-Options">Optionen ▼</xsl:variable> 337 <xsl:variable name="bwStr-AEEF-24Hours">24 Stunden</xsl:variable> 334 338 335 339 <!-- Details tab (3153)--> trunk/deployment/webuser/webapp/resources/demoskins/default/localeSettings.xsl
r3131 r3133 52 52 53 53 </xsl:template> 54 54 55 <!-- Declare the JavaScript scheduling strings. --> 56 <!-- These are for display and can be translated. --> 55 57 <xsl:template name="bedeworkSchedulingStrings"> 56 58 <script type="text/javascript"> 57 var bwAttendeeRoleChair = "CHAIR";58 var bwAttendeeRoleRequired = "REQ-PARTICIPANT";59 var bwAttendeeRoleOptional = "OPT-PARTICIPANT";60 var bwAttendeeRoleNonParticipant = "NON-PARTICIPANT";61 var bwAttendeeStatusNeedsAction = "NEEDS-ACTION";62 var bwAttendeeStatusAccepted = "ACCEPTED";63 var bwAttendeeStatusDeclined = "DECLINED";64 var bwAttendeeStatusTentative = "TENTATIVE";65 var bwAttendeeStatusDelegated = "DELEGATED";66 var bwAttendeeStatusCompleted = "COMPLETED";67 var bwAttendeeStatusInProcess = "IN-PROCESS";68 var bwAttendeeTypePerson = "person";69 var bwAttendeeTypeLocation = "location";70 var bwAttendeeTypeResource = "resource";71 72 // display strings for the values above73 // should be put with other internationalized strings74 // can be translated75 59 var bwAttendeeDispRoleChair = "chair"; 76 60 var bwAttendeeDispRoleRequired = "required participant"; … … 87 71 var bwAttendeeDispTypeLocation = "location"; 88 72 var bwAttendeeDispTypeResource = "resource"; 73 74 var bwAttendeeDispGridAllAttendees = "All Attendees"; 89 75 90 76 var bwFreeBusyDispTypeBusy = "BUSY"; … … 102 88 var bwOptParticipantDisp = "optional"; 103 89 var bwChairDisp = "chair"; 104 var bwNonParticipant = "non-participant";105 var bwNeedsAction = "needs action";106 var bwAccepted = "accepted";107 var bwDeclined = "declined";108 var bwTentative = "tentative";109 var bwDelegated = "delegated";110 90 111 91 var bwErrorAttendees = "Error: attendees not returned"; … … 113 93 </script> 114 94 </xsl:template> 95 96 <!-- Declare the JavaScript access control strings. --> 97 <!-- These are for display and can be translated. --> 98 <xsl:template name="bedeworkAccessStrings"> 99 <!-- U.S. English strings are the default; this template must remain, but no translations are needed. --> 100 </xsl:template> 101 115 102 </xsl:stylesheet> trunk/deployment/webuser/webapp/resources/demoskins/default/strings.xsl
r3131 r3133 332 332 <xsl:variable name="bwStr-AEEF-AddCategory">add category</xsl:variable> 333 333 <xsl:variable name="bwStr-AEEF-SelectTimezone">select timezone...</xsl:variable> 334 <xsl:variable name="bwStr-AEEF-PickPrevious">« Pick Previous</xsl:variable> 335 <xsl:variable name="bwStr-AEEF-PickNext">Pick Next »</xsl:variable> 336 <xsl:variable name="bwStr-AEEF-Options">Options ▼</xsl:variable> 337 <xsl:variable name="bwStr-AEEF-24Hours">24 Hours</xsl:variable> 334 338 335 339 <!-- Details tab (3153)--> trunk/deployment/webuser/webapp/resources/demoskins/es_ES/localeSettings.xsl
r3131 r3133 48 48 49 49 </xsl:template> 50 50 51 <!-- Declare the JavaScript scheduling strings. --> 52 <!-- These are for display and can be translated. --> 51 53 <xsl:template name="bedeworkSchedulingStrings"> 52 54 <script type="text/javascript"> 53 var bwAttendeeRoleChair = "CHAIR";54 var bwAttendeeRoleRequired = "REQ-PARTICIPANT";55 var bwAttendeeRoleOptional = "OPT-PARTICIPANT";56 var bwAttendeeRoleNonParticipant = "NON-PARTICIPANT";57 var bwAttendeeStatusNeedsAction = "NEEDS-ACTION";58 var bwAttendeeStatusAccepted = "ACCEPTED";59 var bwAttendeeStatusDeclined = "DECLINED";60 var bwAttendeeStatusTentative = "TENTATIVE";61 var bwAttendeeStatusDelegated = "DELEGATED";62 var bwAttendeeStatusCompleted = "COMPLETED";63 var bwAttendeeStatusInProcess = "IN-PROCESS";64 var bwAttendeeTypePerson = "person";65 var bwAttendeeTypeLocation = "location";66 var bwAttendeeTypeResource = "resource";67 68 // display strings for the values above69 // should be put with other internationalized strings70 // can be translated71 55 var bwAttendeeDispRoleChair = "chair"; 72 56 var bwAttendeeDispRoleRequired = "required participant"; … … 83 67 var bwAttendeeDispTypeLocation = "location"; 84 68 var bwAttendeeDispTypeResource = "resource"; 69 70 var bwAttendeeDispGridAllAttendees = "Todos los asistentes"; 85 71 86 72 var bwFreeBusyDispTypeBusy = "BUSY"; … … 98 84 var bwOptParticipantDisp = "optional"; 99 85 var bwChairDisp = "chair"; 100 var bwNonParticipant = "non-participant";101 var bwNeedsAction = "needs action";102 var bwAccepted = "accepted";103 var bwDeclined = "declined";104 var bwTentative = "tentative";105 var bwDelegated = "delegated";106 86 107 87 var bwErrorAttendees = "Error: attendees not returned"; … … 109 89 </script> 110 90 </xsl:template> 91 92 <!-- Declare the JavaScript access control strings. --> 93 <!-- These are for display and can be translated. --> 94 <xsl:template name="bedeworkAccessStrings"> 95 <script type="text/javascript"> 96 </script> 97 </xsl:template> 98 111 99 </xsl:stylesheet> trunk/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl
r3131 r3133 332 332 <xsl:variable name="bwStr-AEEF-AddCategory">añadir categoría</xsl:variable> 333 333 <xsl:variable name="bwStr-AEEF-SelectTimezone">seleccionar zona horaria...</xsl:variable> 334 <xsl:variable name="bwStr-AEEF-PickPrevious">« Seleccione Anterior</xsl:variable> 335 <xsl:variable name="bwStr-AEEF-PickNext">Selección de la Siguiente »</xsl:variable> 336 <xsl:variable name="bwStr-AEEF-Options">Opciones ▼</xsl:variable> 337 <xsl:variable name="bwStr-AEEF-24Hours">24 Horas</xsl:variable> 334 338 335 339 <!-- Details tab (3153)--> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl
r3064 r3133 1417 1417 <tr> 1418 1418 <td> 1419 <input type="button" id="bwPickPrevious" onclick="bwGrid.pickPrevious();" value=" « Pick Previous"/>1419 <input type="button" id="bwPickPrevious" onclick="bwGrid.pickPrevious();" value="{$bwStr-AEEF-PickPrevious}"/> 1420 1420 </td> 1421 1421 <td> 1422 <input type="button" id="bwPickNext" onclick="bwGrid.pickNext();" value=" Pick Next »"/>1422 <input type="button" id="bwPickNext" onclick="bwGrid.pickNext();" value="{$bwStr-AEEF-PickNext}"/> 1423 1423 </td> 1424 1424 <td class="dateLabel"> … … 1464 1464 <ul id="bwSchedOptionsContainer"> 1465 1465 <li> 1466 <input type="button" id="bwSchedOptions" value=" Options ▼"/>1466 <input type="button" id="bwSchedOptions" value="{$bwStr-AEEF-Options}"/> 1467 1467 <ul id="bwFbOptionsMenu"> 1468 <li id="bwSched24Hours"><span id="bwSched24HoursText"> 24 Hours</span> <input type="checkbox" id="bwSched24HoursCb"/></li>1468 <li id="bwSched24Hours"><span id="bwSched24HoursText"><xsl:copy-of select="$bwStr-AEEF-24Hours"/></span> <input type="checkbox" id="bwSched24HoursCb"/></li> 1469 1469 </ul> 1470 1470 </li> … … 1485 1485 </xsl:attribute> 1486 1486 </input> 1487 <xsl:text> </xsl:text> 1487 1488 <xsl:copy-of select="$bwStr-AEEF-Days"/> 1488 1489 <xsl:text> </xsl:text> … … 1496 1497 </xsl:attribute> 1497 1498 </input> 1499 <xsl:text> </xsl:text> 1498 1500 <xsl:copy-of select="$bwStr-AEEF-Hours"/> 1499 1501 <xsl:text> </xsl:text> … … 1506 1508 </xsl:attribute> 1507 1509 </input> 1510 <xsl:text> </xsl:text> 1508 1511 <xsl:copy-of select="$bwStr-AEEF-Minutes"/> 1509 1512 </span> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/javascript/bedeworkScheduling.js
r3077 r3133 25 25 * @author Arlen Johnson johnsa - rpi.edu 26 26 * 27 * All strings used in this file are referenced from localeSettings.xsl27 * All strings used for display in this file are referenced from localeSettings.xsl 28 28 */ 29 29 30 30 // Constants and RFC-5445 values 31 // These should be put some place permanent 31 // Not for translation 32 var bwAttendeeRoleChair = "CHAIR"; 33 var bwAttendeeRoleRequired = "REQ-PARTICIPANT"; 34 var bwAttendeeRoleOptional = "OPT-PARTICIPANT"; 35 var bwAttendeeRoleNonParticipant = "NON-PARTICIPANT"; 36 var bwAttendeeStatusNeedsAction = "NEEDS-ACTION"; 37 var bwAttendeeStatusAccepted = "ACCEPTED"; 38 var bwAttendeeStatusDeclined = "DECLINED"; 39 var bwAttendeeStatusTentative = "TENTATIVE"; 40 var bwAttendeeStatusDelegated = "DELEGATED"; 41 var bwAttendeeStatusCompleted = "COMPLETED"; 42 var bwAttendeeStatusInProcess = "IN-PROCESS"; 43 var bwAttendeeTypePerson = "person"; 44 var bwAttendeeTypeLocation = "location"; 45 var bwAttendeeTypeResource = "resource"; 46 var bwNonParticipant = "non-participant"; 47 var bwNeedsAction = "needs action"; 48 var bwAccepted = "accepted"; 49 var bwDeclined = "declined"; 50 var bwTentative = "tentative"; 51 var bwDelegated = "delegated"; 32 52 33 53 /* An attendee … … 39 59 * selected: Boolean - if attendee is included in picknext selections (checkbox next to attendee in grid) 40 60 */ 41 42 61 var bwAttendee = function(name, uid, role, status, type) { 43 62 this.name = name; … … 637 656 fbDisplayTimesRow = fbDisplay.insertRow(fbDisplay.rows.length); 638 657 $(fbDisplayTimesRow).addClass("allAttendees"); 639 $(fbDisplayTimesRow).html('<td class="status"></td><td class="role"></td><td class="name"> All Attendees</td><td></td><td class="fbBoundry"></td>');658 $(fbDisplayTimesRow).html('<td class="status"></td><td class="role"></td><td class="name">' + bwAttendeeDispGridAllAttendees + '</td><td></td><td class="fbBoundry"></td>'); 640 659 for (var i=0; i < range; i++) { 641 660 var curDate = new Date(this.startRange);
