Changeset 12693 for trunk/themes


Ignore:
Timestamp:
Dec 4, 2011, 8:41:54 PM (12 years ago)
Author:
rvelices
Message:

language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)

Location:
trunk/themes/default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/search.tpl

    r10824 r12693  
    5252    </label></li>
    5353    <li><label>
    54       <input type="radio" name="mode" value="OR">{'Search for any terms'|@translate}
     54      <input type="radio" name="mode" value="OR">{'Search for any term'|@translate}
    5555    </label></li>
    5656  </ul>
     
    7070
    7171<fieldset>
    72   <legend>{'Search by Date'|@translate}</legend>
     72  <legend>{'Search by date'|@translate}</legend>
    7373  <ul>
    7474    <li><label>{'Kind of date'|@translate}</label></li>
     
    121121
    122122<fieldset>
    123   <legend>{'Search Options'|@translate}</legend>
    124   <label>{'Search in albums'|@translate}
     123  <legend>{'Search in albums'|@translate}</legend>
     124  <label>{'Albums'|@translate}
    125125    <select class="categoryList" name="cat[]" multiple="multiple" >
    126126      {html_options options=$category_options selected=$category_options_selected}
  • trunk/themes/default/template/search_rules.tpl

    r8091 r12693  
    99        </div>
    1010
    11 {if isset($INTRODUCTION) }
     11{if isset($INTRODUCTION)}
    1212<p>{$INTRODUCTION}</p>
    1313{/if}
     
    1515<ul>
    1616
    17   {if isset($search_words) }
     17  {if isset($search_words)}
    1818  {foreach from=$search_words item=v}
    1919  <li>{$v}</li>
     
    2323  {if isset($SEARCH_TAGS_MODE) }
    2424  <li>
    25     <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
     25    <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags'|@translate}{else}{'Any tag'|@translate}{/if}</p>
    2626    <ul>
    2727      {foreach from=$search_tags item=v}
     
    3232  {/if}
    3333 
    34   {if isset($DATE_CREATION) }
     34  {if isset($DATE_CREATION)}
    3535  <li>{$DATE_CREATION}</li>
    3636  {/if}
    3737
    38   {if isset($DATE_AVAILABLE) }
     38  {if isset($DATE_AVAILABLE)}
    3939  <li>{$DATE_AVAILABLE}</li>
    4040  {/if}
    4141
    42   {if isset($search_categories) }
     42  {if isset($search_categories)}
    4343  <li>
    4444    <p>{'Albums'|@translate}</p>
Note: See TracChangeset for help on using the changeset viewer.