Changeset 6951 for trunk/admin
- Timestamp:
- Sep 16, 2010, 9:03:56 PM (14 years ago)
- Location:
- trunk/admin
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r6873 r6951 1153 1153 $page['infos'], 1154 1154 l10n_dec( 1155 '%d category moved', '%d categories moved',1155 '%d album moved', '%d albums moved', 1156 1156 count($categories) 1157 1157 ) -
trunk/admin/intro.php
r6604 r6951 201 201 'DB_ELEMENTS' => l10n_dec('%d image', '%d images', $nb_elements), 202 202 'DB_CATEGORIES' => 203 l10n_dec('%d category including', '%d categories including',203 l10n_dec('%d album including', '%d albums including', 204 204 $nb_categories). 205 205 l10n_dec('%d physical', '%d physical', -
trunk/admin/site_update.php
r6363 r6951 219 219 array_push($fs_fulldirs, $basedir); 220 220 } 221 // If $_POST['subcats-included'] != 1 ("Search in sub categories" is unchecked)221 // If $_POST['subcats-included'] != 1 ("Search in sub-albums" is unchecked) 222 222 // $db_fulldirs doesn't include any subdirectories and $fs_fulldirs does 223 223 // So $fs_fulldirs will be limited to the selected basedir -
trunk/admin/themes/default/template/configuration.tpl
r6363 r6951 228 228 <li> 229 229 <label> 230 <span class="property">{'display all elements in all sub- categories'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>230 <span class="property">{'display all elements in all sub-albums'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span> 231 231 <input type="checkbox" name="index_flat_icon" {if ($display.index_flat_icon)}checked="checked"{/if}> 232 232 </label> -
trunk/admin/themes/default/template/element_set_ranks.tpl
r6363 r6951 79 79 80 80 {else} 81 <div class="infos"><p>{'No element in this category'|@translate}</p></div>81 <div class="infos"><p>{'No element in this album'|@translate}</p></div> 82 82 {/if} -
trunk/admin/themes/default/template/profile_content.tpl
r6897 r6951 77 77 </li> 78 78 <li> 79 <span class="property">{'Expand all categories'|@translate}</span>79 <span class="property">{'Expand all albums'|@translate}</span> 80 80 {html_radios name='expand' options=$radio_options selected=$EXPAND} 81 81 </li> -
trunk/admin/themes/default/template/site_update.tpl
r6363 r6951 103 103 </li> 104 104 105 <li><label><input type="checkbox" name="subcats-included" value="1" {if $introduction.subcats_included}checked="checked"{/if}> {'Search in sub categories'|@translate}</label></li>105 <li><label><input type="checkbox" name="subcats-included" value="1" {if $introduction.subcats_included}checked="checked"{/if}> {'Search in sub-albums'|@translate}</label></li> 106 106 </ul> 107 107 </fieldset> -
trunk/admin/themes/default/template/user_list.tpl
r6363 r6951 249 249 250 250 <tr> 251 <td>{'Expand all categories'|@translate}</td>251 <td>{'Expand all albums'|@translate}</td> 252 252 <td> 253 253 <label><input type="radio" name="expand" value="leave" checked="checked"> {'leave'|@translate}</label>
Note: See TracChangeset
for help on using the changeset viewer.