Changeset 8723 for trunk/admin
- Timestamp:
- Jan 17, 2011, 9:27:46 PM (14 years ago)
- Location:
- trunk/admin
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/notification_by_mail.php
r8682 r8723 314 314 if ($exist_data) 315 315 { 316 $subject = '['.$conf['gallery_title'].']: '.l10n('New elements added');316 $subject = '['.$conf['gallery_title'].']: '.l10n('New photos added'); 317 317 318 318 // Assign current var for nbm mail -
trunk/admin/themes/default/template/batch_manager_global.tpl
r8422 r8723 451 451 · <a href="{$U_DISPLAY}&display=100">100</a> 452 452 · <a href="{$U_DISPLAY}&display=all">{'all'|@translate}</a> 453 {' thumbnails per page'|@translate}453 {'photos per page'|@translate} 454 454 </div> 455 455 </div> -
trunk/admin/themes/default/template/batch_manager_unit.tpl
r8682 r8723 51 51 <legend>{$element.LEGEND}</legend> 52 52 53 <a href="{$element.U_EDIT}"><img src="{$element.TN_SRC}" alt="" title="{'Edit all picture informations'|@translate}"></a>53 <a href="{$element.U_EDIT}"><img src="{$element.TN_SRC}" alt="" title="{'Edit photo information'|@translate}"></a> 54 54 55 55 <table> -
trunk/admin/themes/default/template/cat_modify.tpl
r8682 r8723 92 92 <legend>{'Sort order'|@translate}</legend> 93 93 <input type="checkbox" name="image_order_default" id="image_order_default" {$IMG_ORDER_DEFAULT}> 94 <label for="image_order_default">{'Use the default imagesort order (defined in the configuration file)'|@translate}</label>94 <label for="image_order_default">{'Use the default photo sort order (defined in the configuration file)'|@translate}</label> 95 95 <br> 96 96 <input type="checkbox" name="image_order_subcats" id="image_order_subcats"> … … 145 145 146 146 <fieldset id="linkAllNew"> 147 <legend>{'Link all album elements to a new album'|@translate}</legend>147 <legend>{'Link all album photos to a new album'|@translate}</legend> 148 148 149 149 <table> … … 172 172 173 173 <fieldset id="linkAllExist"> 174 <legend>{'Link all album elements to some existing albums'|@translate}</legend>174 <legend>{'Link all album photos to some existing albums'|@translate}</legend> 175 175 176 176 <table> -
trunk/admin/themes/default/template/configuration.tpl
r8711 r8723 161 161 <li> 162 162 <label> 163 <span class="property">{'Allow users to edit their s ownscomments'|@translate}</span>163 <span class="property">{'Allow users to edit their own comments'|@translate}</span> 164 164 <input type="checkbox" name="user_can_edit_comment" {if ($comments.user_can_edit_comment)}checked="checked"{/if}> 165 165 </label> … … 167 167 <li> 168 168 <label> 169 <span class="property">{'Allow users to delete their s ownscomments'|@translate}</span>169 <span class="property">{'Allow users to delete their own comments'|@translate}</span> 170 170 <input type="checkbox" name="user_can_delete_comment" {if ($comments.user_can_delete_comment)}checked="checked"{/if}> 171 171 </label> -
trunk/admin/themes/default/template/element_set_ranks.tpl
r8682 r8723 46 46 <p class="field"> 47 47 <input type="radio" name="image_order_choice" id="image_order_default" value="default"{if $image_order_choice=='default'} checked="checked"{/if}> 48 <label for="image_order_default">{'Use the default imagesort order (defined in the configuration file)'|@translate}</label>48 <label for="image_order_default">{'Use the default photo sort order (defined in the configuration file)'|@translate}</label> 49 49 </p> 50 50 <p class="field"> … … 71 71 72 72 {else} 73 <div class="infos"><p>{'No elementin this album'|@translate}</p></div>73 <div class="infos"><p>{'No photo in this album'|@translate}</p></div> 74 74 {/if} -
trunk/admin/themes/default/template/maintenance.tpl
r8128 r8723 11 11 <ul> 12 12 <li><a href="{$U_MAINT_CATEGORIES}">{'Update albums informations'|@translate}</a></li> 13 <li><a href="{$U_MAINT_IMAGES}">{'Update images informations'|@translate}</a></li>13 <li><a href="{$U_MAINT_IMAGES}">{'Update photos information'|@translate}</a></li> 14 14 <li><a href="{$U_MAINT_DATABASE}">{'Repair and optimize database'|@translate}</a></li> 15 15 </ul> -
trunk/admin/themes/default/template/picture_modify.tpl
r8682 r8723 23 23 {/footer_script} 24 24 25 <h2>{' Modify informations about a picture'|@translate}</h2>25 <h2>{'Edit photo information'|@translate}</h2> 26 26 27 27 <img src="{$TN_SRC}" alt="{'Thumbnail'|@translate}" class="Thumbnail"> -
trunk/admin/themes/default/template/site_update.tpl
r8682 r8723 22 22 <ul> 23 23 <li>{$metadata_result.NB_ELEMENTS_DONE} {'elements informations synchronized with files metadata'|@translate}</li> 24 <li>{$metadata_result.NB_ELEMENTS_CANDIDATES} {' images candidates for metadata synchronization'|@translate}</li>24 <li>{$metadata_result.NB_ELEMENTS_CANDIDATES} {'photos candidates for metadata synchronization'|@translate}</li> 25 25 <li>{'Used metadata'|@translate} : {$METADATA_LIST}</li> 26 26 </ul>
Note: See TracChangeset
for help on using the changeset viewer.