Changeset 11588 for trunk/language/en_UK


Ignore:
Timestamp:
Jul 1, 2011, 3:38:43 PM (13 years ago)
Author:
mistic100
Message:

feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line

Location:
trunk/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r11587 r11588  
    103103$lang['Active Plugins'] = 'Active Plugins';
    104104$lang['Active Themes'] = 'Active Themes';
     105$lang['Add a criteria'] = 'Add a criteria';
    105106$lang['Add a filter'] = 'Add a filter';
    106107$lang['Add a tag'] = "Add a tag";
  • trunk/language/en_UK/help/configuration.html

    r11279 r11588  
    3535  <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li>
    3636 
    37   <li><strong>Default photos order</strong>: You can define a personalized order by selecting &laquo;Personalized&raquo; in the drop-down menu. This field must respect the SQL syntax, example: <i>date_available DESC, file ASC, id ASC</i><br>
    38     Available fields:
    39     <ul style="font-size:0.85em;">
    40       <li><b>date_available</b>: date of the adding to the gallery</li>
    41       <li><b>file</b>: name of the file</li>
    42       <li><b>id</b>: identifier</li>
    43       <li><b>date_creation</b>: date of element creation</li>
    44       <li><b>name</b>: name of the picture</li>
    45       <li><b>hit</b>: number of visits</li>
    46       <li><b>average_rate</b>: average rate on the picture</li>
    47     </ul>
    48     Don't forgot to specify the order for each field with these keywords : <i>ASC</i> and <i>DESC</i>
    49   </li>
     37  <li><strong>Default photos order</strong>: you can define a personalized order with these drop-down menus.</li>
    5038
    5139</ul>
Note: See TracChangeset for help on using the changeset viewer.