Changeset 3128

Show
Ignore:
Timestamp:
01/12/11 17:22:37
Author:
johnsa
Message:

web clients: updates to / addition of spanish translation strings in admin, user, and submissions web clients

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.7/deployment/webadmin/webapp/resources/default/default/default.xsl

    r3038 r3128  
    40634063            <xsl:choose> 
    40644064              <xsl:when test="calType = '0'">aliasFolder</xsl:when> 
    4065               <xsl:otherwise><xsl:copy-of select="$bwStr-Cals-Alias"/></xsl:otherwise> 
     4065              <xsl:otherwise>alias</xsl:otherwise> 
    40664066            </xsl:choose> 
    40674067          </xsl:when> 
    4068           <xsl:when test="calType = '0'"><xsl:copy-of select="$bwStr-Cals-Folder"/></xsl:when> 
    4069           <xsl:otherwise><xsl:copy-of select="$bwStr-Cals-Calendar"/></xsl:otherwise> 
     4068          <xsl:when test="calType = '0'">folder</xsl:when> 
     4069          <xsl:otherwise>calendar</xsl:otherwise> 
    40704070        </xsl:choose> 
    40714071      </xsl:attribute> 
     
    40914091      <xsl:if test="calType = '0' and isSubscription = 'false'"> 
    40924092        <xsl:text> </xsl:text> 
    4093         <a href="{$calendar-initAdd}&amp;calPath={$calPath}" title="add a calendar or folder"> 
    4094           <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="add a calendar or folder" border="0"/> 
     4093        <a href="{$calendar-initAdd}&amp;calPath={$calPath}" title="{$bwStr-Cals-Add}"> 
     4094          <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="{$bwStr-Cals-Add}" border="0"/> 
    40954095        </a> 
    40964096      </xsl:if> 
     
    41124112          <xsl:when test="disabled = 'true'">unknown</xsl:when> 
    41134113          <xsl:when test="lastRefreshStatus &gt;= 300">unknown</xsl:when> 
    4114           <xsl:when test="isSubscription = 'true'"><xsl:copy-of select="$bwStr-Cals-Alias"/></xsl:when> 
    4115           <xsl:when test="calType = '0'"><xsl:copy-of select="$bwStr-Cals-Folder"/></xsl:when> 
    4116           <xsl:otherwise><xsl:copy-of select="$bwStr-Cals-Calendar"/></xsl:otherwise> 
     4114          <xsl:when test="isSubscription = 'true'">alias</xsl:when> 
     4115          <xsl:when test="calType = '0'">folder</xsl:when> 
     4116          <xsl:otherwise>calendar</xsl:otherwise> 
    41174117        </xsl:choose> 
    41184118      </xsl:attribute> 
     
    56415641            </span> 
    56425642            <xsl:text> </xsl:text> 
    5643             [<a href="javascript:launchCalSelectWindow('{$event-selectCalForEvent}')" class="small">change</a>] 
     5643            [<a href="javascript:launchCalSelectWindow('{$event-selectCalForEvent}')" class="small"><xsl:copy-of select="$bwStr-Upld-Change"/></a>] 
    56445644          </td> 
    56455645        </tr> 
     
    58425842        </tr> 
    58435843        <tr> 
    5844           <th></th> 
     5844          <th><xsl:copy-of select="$bwStr-MdSP-UserInboxDefaultName"/></th> 
    58455845          <td> 
    58465846            <xsl:variable name="userInbox" select="/bedework/system/userInbox"/> 
     
    68836883                  <tr> 
    68846884                    <td> 
    6885                       <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="user"/> 
     6885                      <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-User}"/> 
    68866886                    </td> 
    68876887                    <td> 
     
    68906890                    <td> 
    68916891                      <xsl:variable name="acct" select="account"/> 
    6892                       <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=user" title="remove"> 
    6893                         <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 
     6892                      <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=user" title="{$bwStr-MAGM-Remove}"> 
     6893                        <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-Remove}"/> 
    68946894                      </a> 
    68956895                    </td> 
     
    69086908                    <td> 
    69096909                      <xsl:variable name="acct" select="account"/> 
    6910                       <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=group" title="remove"> 
    6911                         <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 
     6910                      <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=group" title="{$bwStr-MAGM-Remove}"> 
     6911                        <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-Remove}"/> 
    69126912                      </a> 
    69136913                    </td> 
     
    69216921    </table> 
    69226922    <p> 
    6923       <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="user"/><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-MAGM-User"/>, 
    6924       <img src="{$resourcesRoot}/resources/groupIcon.gif" width="13" height="13" border="0" alt="group"/> 
     6923      <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-User}"/><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-MAGM-User"/>, 
     6924      <img src="{$resourcesRoot}/resources/groupIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-Group}"/> 
    69256925      <xsl:text> </xsl:text> 
    69266926      <strong><xsl:copy-of select="$bwStr-MAGM-Group"/></strong> 
  • releases/bedework-3.7/deployment/webadmin/webapp/resources/default/default/strings.xsl

    r3038 r3128  
    445445  <xsl:variable name="bwStr-Cals-Folder">folder</xsl:variable> 
    446446  <xsl:variable name="bwStr-Cals-Calendar">calendar</xsl:variable> 
     447  <xsl:variable name="bwStr-Cals-Add">add a calendar or folder</xsl:variable> 
    447448 
    448449  <!--  xsl:template match="calendar" mode="listForDisplay" --> 
     
    637638  <xsl:variable name="bwStr-Upld-IntoCalendar">Into calendar:</xsl:variable> 
    638639  <xsl:variable name="bwStr-Upld-NoneSelected"><em>none selected</em></xsl:variable> 
     640  <xsl:variable name="bwStr-Upld-Change">change</xsl:variable> 
    639641  <xsl:variable name="bwStr-Upld-AffectsFreeBusy">Affects free/busy:</xsl:variable> 
    640642  <xsl:variable name="bwStr-Upld-AcceptEventsSettings">accept event's settings</xsl:variable> 
     
    688690  <xsl:variable name="bwStr-MdSP-TrashCalendarDefaultNameNote">Default name for user trash calendar. Used when initializing user. Possibly can be changed.</xsl:variable> 
    689691  <xsl:variable name="bwStr-MdSP-InboxNote">Default name for user inbox. Used when initializing user. Possibly can be changed.</xsl:variable> 
     692  <xsl:variable name="bwStr-MdSP-UserInboxDefaultName">User Inbox Default name:</xsl:variable> 
    690693  <xsl:variable name="bwStr-MdSP-UserOutboxDefaultName">User Outbox Default name:</xsl:variable> 
    691694  <xsl:variable name="bwStr-MdSP-UserOutboxDefaultNameNote">Default name for user outbox. Used when initializing user. Possibly can be changed.</xsl:variable> 
     
    854857  <xsl:variable name="bwStr-MAGM-Name">Name:</xsl:variable> 
    855858  <xsl:variable name="bwStr-MAGM-Members">Members:</xsl:variable> 
     859  <xsl:variable name="bwStr-MAGM-Remove">remove</xsl:variable> 
    856860 
    857861  <!--  xsl:template name="deleteAdminGroupConfirm" --> 
  • releases/bedework-3.7/deployment/webadmin/webapp/resources/es_ES/default/default.xsl

    r3124 r3128  
    40634063            <xsl:choose> 
    40644064              <xsl:when test="calType = '0'">aliasFolder</xsl:when> 
    4065               <xsl:otherwise><xsl:copy-of select="$bwStr-Cals-Alias"/></xsl:otherwise> 
     4065              <xsl:otherwise>alias</xsl:otherwise> 
    40664066            </xsl:choose> 
    40674067          </xsl:when> 
    4068           <xsl:when test="calType = '0'"><xsl:copy-of select="$bwStr-Cals-Folder"/></xsl:when> 
    4069           <xsl:otherwise><xsl:copy-of select="$bwStr-Cals-Calendar"/></xsl:otherwise> 
     4068          <xsl:when test="calType = '0'">folder</xsl:when> 
     4069          <xsl:otherwise>calendar</xsl:otherwise> 
    40704070        </xsl:choose> 
    40714071      </xsl:attribute> 
     
    40914091      <xsl:if test="calType = '0' and isSubscription = 'false'"> 
    40924092        <xsl:text> </xsl:text> 
    4093         <a href="{$calendar-initAdd}&amp;calPath={$calPath}" title="add a calendar or folder"> 
    4094           <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="add a calendar or folder" border="0"/> 
     4093        <a href="{$calendar-initAdd}&amp;calPath={$calPath}" title="{$bwStr-Cals-Add}"> 
     4094          <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="{$bwStr-Cals-Add}" border="0"/> 
    40954095        </a> 
    40964096      </xsl:if> 
     
    41124112          <xsl:when test="disabled = 'true'">unknown</xsl:when> 
    41134113          <xsl:when test="lastRefreshStatus &gt;= 300">unknown</xsl:when> 
    4114           <xsl:when test="isSubscription = 'true'"><xsl:copy-of select="$bwStr-Cals-Alias"/></xsl:when> 
    4115           <xsl:when test="calType = '0'"><xsl:copy-of select="$bwStr-Cals-Folder"/></xsl:when> 
    4116           <xsl:otherwise><xsl:copy-of select="$bwStr-Cals-Calendar"/></xsl:otherwise> 
     4114          <xsl:when test="isSubscription = 'true'">alias</xsl:when> 
     4115          <xsl:when test="calType = '0'">folder</xsl:when> 
     4116          <xsl:otherwise>calendar</xsl:otherwise> 
    41174117        </xsl:choose> 
    41184118      </xsl:attribute> 
     
    56415641            </span> 
    56425642            <xsl:text> </xsl:text> 
    5643             [<a href="javascript:launchCalSelectWindow('{$event-selectCalForEvent}')" class="small">change</a>] 
     5643            [<a href="javascript:launchCalSelectWindow('{$event-selectCalForEvent}')" class="small"><xsl:copy-of select="$bwStr-Upld-Change"/></a>] 
    56445644          </td> 
    56455645        </tr> 
     
    58425842        </tr> 
    58435843        <tr> 
    5844           <th></th> 
     5844          <th><xsl:copy-of select="$bwStr-MdSP-UserInboxDefaultName"/></th> 
    58455845          <td> 
    58465846            <xsl:variable name="userInbox" select="/bedework/system/userInbox"/> 
     
    68836883                  <tr> 
    68846884                    <td> 
    6885                       <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="user"/> 
     6885                      <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-User}"/> 
    68866886                    </td> 
    68876887                    <td> 
     
    68906890                    <td> 
    68916891                      <xsl:variable name="acct" select="account"/> 
    6892                       <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=user" title="remove"> 
    6893                         <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 
     6892                      <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=user" title="{$bwStr-MAGM-Remove}"> 
     6893                        <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-Remove}"/> 
    68946894                      </a> 
    68956895                    </td> 
     
    69086908                    <td> 
    69096909                      <xsl:variable name="acct" select="account"/> 
    6910                       <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=group" title="remove"> 
    6911                         <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 
     6910                      <a href="{$admingroup-updateMembers}&amp;removeGroupMember={$acct}&amp;kind=group" title="{$bwStr-MAGM-Remove}"> 
     6911                        <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-Remove}"/> 
    69126912                      </a> 
    69136913                    </td> 
     
    69216921    </table> 
    69226922    <p> 
    6923       <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="user"/><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-MAGM-User"/>, 
    6924       <img src="{$resourcesRoot}/resources/groupIcon.gif" width="13" height="13" border="0" alt="group"/> 
     6923      <img src="{$resourcesRoot}/resources/userIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-User}"/><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-MAGM-User"/>, 
     6924      <img src="{$resourcesRoot}/resources/groupIcon.gif" width="13" height="13" border="0" alt="{$bwStr-MAGM-Group}"/> 
    69256925      <xsl:text> </xsl:text> 
    69266926      <strong><xsl:copy-of select="$bwStr-MAGM-Group"/></strong> 
  • releases/bedework-3.7/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl

    r3124 r3128  
    445445  <xsl:variable name="bwStr-Cals-Folder">carpeta</xsl:variable> 
    446446  <xsl:variable name="bwStr-Cals-Calendar">calendario</xsl:variable> 
     447  <xsl:variable name="bwStr-Cals-Add">add a calendar or folder</xsl:variable> 
    447448 
    448449  <!--  xsl:template match="calendar" mode="listForDisplay" --> 
     
    637638  <xsl:variable name="bwStr-Upld-IntoCalendar">Dentro del calendario:</xsl:variable> 
    638639  <xsl:variable name="bwStr-Upld-NoneSelected"><em>ninguno seleccionado</em></xsl:variable> 
     640  <xsl:variable name="bwStr-Upld-Change">cambiar</xsl:variable> 
    639641  <xsl:variable name="bwStr-Upld-AffectsFreeBusy">Afecta libre/ocupado:</xsl:variable> 
    640642  <xsl:variable name="bwStr-Upld-AcceptEventsSettings">aceptar los ajustes del evento</xsl:variable> 
     
    688690  <xsl:variable name="bwStr-MdSP-TrashCalendarDefaultNameNote">Nombre por defecto de la papelera de calendario de usuario. Usada al inicializar el usuario. Podría cambiarse.</xsl:variable> 
    689691  <xsl:variable name="bwStr-MdSP-InboxNote">Nombre por defecto del inbox del usuario. Usado al inicializar el usuario. Podría cambiarse.</xsl:variable> 
     692  <xsl:variable name="bwStr-MdSP-UserInboxDefaultName">Nombre por defecto de la bandeja de entrada del usuario:</xsl:variable> 
    690693  <xsl:variable name="bwStr-MdSP-UserOutboxDefaultName">Nombre por defecto del outbox del usuario:</xsl:variable> 
    691694  <xsl:variable name="bwStr-MdSP-UserOutboxDefaultNameNote">Nombre por defecto del outbox del usuario. Usado al inicializar el usuario. Podría cambiarse.</xsl:variable> 
     
    854857  <xsl:variable name="bwStr-MAGM-Name">Nombre:</xsl:variable> 
    855858  <xsl:variable name="bwStr-MAGM-Members">Miembros:</xsl:variable> 
     859  <xsl:variable name="bwStr-MAGM-Remove">quitar</xsl:variable> 
    856860 
    857861  <!--  xsl:template name="deleteAdminGroupConfirm" --> 
  • releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/default/strings.xsl

    r3039 r3128  
    6868  <xsl:variable name="bwStr-Navi-WeekOf">Week of</xsl:variable> 
    6969  <xsl:variable name="bwStr-Navi-Go">go</xsl:variable> 
     70  <xsl:variable name="bwStr-Navi-Today">today</xsl:variable> 
    7071 
    7172  <!--  xsl:template name="utilBar" --> 
  • releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/es_ES/default/default.xsl

    r2934 r3128  
    4444  <xsl:include href="./globals.xsl" /> 
    4545  <xsl:include href="../strings.xsl" /> 
    46   <!-- xsl:include href="../localeSettings.xsl" /--
     46  <xsl:include href="../localeSettings.xsl" /
    4747 
    4848  <!-- DEFAULT THEME NAME --> 
  • releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl

    r3039 r3128  
    6868  <xsl:variable name="bwStr-Navi-WeekOf">Semana de</xsl:variable> 
    6969  <xsl:variable name="bwStr-Navi-Go">ir</xsl:variable> 
     70  <xsl:variable name="bwStr-Navi-Today">hoy</xsl:variable> 
    7071 
    7172  <!--  xsl:template name="utilBar" --> 
  • releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/css/bedeworkTheme.css

    r3065 r3128  
    552552} 
    553553#bedework #navigationBarTable td { 
    554   vertical-align: top
     554  vertical-align: middle
    555555} 
    556556#bedework #navigationBarTable form { 
     
    563563} 
    564564#bedework #navigationBarTable td.todayButton { 
    565   padding: 1em 1em 0 1em; 
     565  padding: 0 1em 0 1em; 
    566566} 
    567567#bedework #navigationBarTable td.gotoForm { 
    568   padding: 1em 0.5em 0 0; 
     568  padding: 0 0.5em 0 0; 
     569
     570#bedework #navigationBarTable button { 
     571  padding: 0 4px 2px 4px; 
    569572} 
    570573#bedework #navigationBarTable td.leftCell { 
  • releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/navigation.xsl

    r3007 r3128  
    9999        </td> 
    100100        <td class="todayButton"> 
    101           <a href="{$navAction}&amp;viewType=todayView&amp;date={$curdate}"> 
    102             <img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/> 
    103           </a
     101          <button type="button" onclick="window.location='{$navAction}&amp;viewType=todayView&amp;date={$curdate}'"> 
     102            <xsl:value-of select="$bwStr-Navi-Today"/> 
     103          </button
    104104        </td> 
    105105        <td align="right" class="gotoForm">