Ignore:
Timestamp:
Feb 4, 2014, 10:23:58 AM (10 years ago)
Author:
JanisV
Message:

Added navigation
Added translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/template/admin.tpl

    r27148 r27155  
    1010  <li>
    1111    <label for="allowfullscreen">
    12       <b>{'allowfullscreen'|@translate}</b>
     12      <b>{'Allows fullscreen'|@translate}</b>
    1313    </label>
    1414    <select class="categoryDropDown" id="allowfullscreen" name="allowfullscreen">
     
    2020  <li>
    2121    <label for="fit">
    22       <b>{'fit'|@translate}</b>
     22      <b>{'How to fit an image'|@translate}</b>
    2323    </label>
    2424    <select class="categoryDropDown" id="fit" name="fit">
     
    3131  <li>
    3232    <label for="transition">
    33       <b>{'transition'|@translate}</b>
     33      <b>{'What transition to use'|@translate}</b>
    3434    </label>
    3535    <select class="categoryDropDown" id="transition" name="transition">
     
    4040  </li>
    4141  <li>
     42    <label for="nav">
     43      <b>{'Navigation style'|@translate}</b>
     44    </label>
     45    <select class="categoryDropDown" id="nav" name="nav">
     46      <option value="false"{if $Fotorama.nav == 'false'} selected{/if}>{'false'|@translate}</option>
     47      <option value="dots"{if $Fotorama.nav == 'dots'} selected{/if}>{'dots'|@translate}</option>
     48      <option value="thumbs"{if $Fotorama.nav == 'thumbs'} selected{/if}>{'thumbs'|@translate}</option>
     49    </select>
     50  </li>
     51  <li>
    4252    <input type="checkbox" id="shadows" name="shadows"{if $Fotorama.shadows} checked="checked"{/if}>
    4353    <label for="shadows">
    44       <b>{'shadows'|@translate}</b>
     54      <b>{'Enables shadows'|@translate}</b>
    4555    </label>
    4656  </li>
     
    4858    <input type="checkbox" id="autoplay" name="autoplay"{if $Fotorama.autoplay} checked="checked"{/if}>
    4959    <label for="autoplay">
    50       <b>{'autoplay'|@translate}</b>
     60      <b>{'Enables autoplay'|@translate}</b>
    5161    </label>
    5262  </li>
     
    5464    <input type="checkbox" id="stopautoplayontouch" name="stopautoplayontouch"{if $Fotorama.stopautoplayontouch} checked="checked"{/if}>
    5565    <label for="stopautoplayontouch">
    56       <b>{'stopautoplayontouch'|@translate}</b>
     66      <b>{'Stops slideshow at any user action with the fotorama'|@translate}</b>
    5767    </label>
    5868  </li>
     
    6070    <input type="checkbox" id="loop" name="loop"{if $Fotorama.loop} checked="checked"{/if}>
    6171    <label for="loop">
    62       <b>{'loop'|@translate}</b>
     72      <b>{'Enables loop'|@translate}</b>
    6373    </label>
    6474  </li>
Note: See TracChangeset for help on using the changeset viewer.