Changeset 12456 for trunk/admin


Ignore:
Timestamp:
Oct 16, 2011, 9:26:03 AM (13 years ago)
Author:
ddtddt
Message:

[trunk] - language - bug:2474

Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r12295 r12456  
    458458
    459459array_push($prefilters,
    460   array('ID' => 'caddie', 'NAME' => l10n('caddie')),
    461   array('ID' => 'last import', 'NAME' => l10n('last import')),
    462   array('ID' => 'with no album', 'NAME' => l10n('with no album')),
    463   array('ID' => 'with no tag', 'NAME' => l10n('with no tag')),
    464   array('ID' => 'duplicates', 'NAME' => l10n('duplicates')),
     460  array('ID' => 'caddie', 'NAME' => l10n('Caddie')),
     461  array('ID' => 'last import', 'NAME' => l10n('Last import')),
     462  array('ID' => 'with no album', 'NAME' => l10n('With no album')),
     463  array('ID' => 'with no tag', 'NAME' => l10n('With no tag')),
     464  array('ID' => 'duplicates', 'NAME' => l10n('Duplicates')),
    465465  array('ID' => 'all photos', 'NAME' => l10n('All'))
    466466);
     
    469469{
    470470  array_push($prefilters,
    471     array('ID' => 'with no virtual album', 'NAME' => l10n('with no virtual album'))
     471    array('ID' => 'with no virtual album', 'NAME' => l10n('With no virtual album'))
    472472  );
    473473}
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r12421 r12456  
    465465        <a href="#" class="removeFilter" title="{'remove this filter'|@translate}"><span>[x]</span></a>
    466466        <input type="checkbox" name="filter_prefilter_use" class="useFilterCheckbox" {if isset($filter.prefilter)}checked="checked"{/if}>
    467         {'predefined filter'|@translate}
     467        {'Predefined filter'|@translate}
    468468        <select name="filter_prefilter">
    469469          {foreach from=$prefilters item=prefilter}
     
    505505        <option value="-1">{'Add a filter'|@translate}</option>
    506506        <option disabled="disabled">------------------</option>
    507         <option value="filter_prefilter">{'predefined filter'|@translate}</option>
     507        <option value="filter_prefilter">{'Predefined filter'|@translate}</option>
    508508        <option value="filter_category">{'Album'|@translate}</option>
    509509                                <option value="filter_tags">{'Tags'|@translate}</option>
     
    607607      <option value="dissociate">{'Dissociate from album'|@translate}</option>
    608608  {/if}
    609       <option value="add_tags">{'add tags'|@translate}</option>
     609      <option value="add_tags">{'Add tags'|@translate}</option>
    610610  {if !empty($DEL_TAG_SELECTION)}
    611611      <option value="del_tags">{'remove tags'|@translate}</option>
     
    615615      <option value="date_creation">{'Set creation date'|@translate}</option>
    616616      <option value="level">{'Who can see these photos?'|@translate}</option>
    617       <option value="metadata">{'synchronize metadata'|@translate}</option>
     617      <option value="metadata">{'Synchronize metadata'|@translate}</option>
    618618  {if ($IN_CADDIE)}
    619619      <option value="remove_from_caddie">{'Remove from caddie'|@translate}</option>
    620620  {else}
    621       <option value="add_to_caddie">{'add to caddie'|@translate}</option>
     621      <option value="add_to_caddie">{'Add to caddie'|@translate}</option>
    622622  {/if}
    623623      <option value="regenerateThumbnails">{'Regenerate Thumbnails'|@translate}</option>
Note: See TracChangeset for help on using the changeset viewer.