feature 2102 : rename item/image/picture to photo (public side)

git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-01-16 20:43:56 +00:00
commit 8a14faf0e1
47 changed files with 461 additions and 523 deletions

View file

@ -213,7 +213,7 @@
<li>
<label>
<span class="property">{'display all elements in all sub-albums'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
<span class="property">{'display all photos in all sub-albums'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
<input type="checkbox" name="index_flat_icon" {if ($display.index_flat_icon)}checked="checked"{/if}>
</label>
</li>

View file

@ -45,7 +45,7 @@
<ul>
<li>
<span class="property">
<label for="nb_image_line">{'Number of images per row'|@translate}</label>
<label for="nb_image_line">{'Number of photos per row'|@translate}</label>
</span>
<input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
</li>
@ -89,13 +89,13 @@
</li>
<li>
<span class="property">
<label for="maxwidth">{'Maximum width of the pictures'|@translate}</label>
<label for="maxwidth">{'Maximum photo width'|@translate}</label>
</span>
<input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
</li>
<li>
<span class="property">
<label for="maxheight">{'Maximum height of the pictures'|@translate}</label>
<label for="maxheight">{'Maximum photo height'|@translate}</label>
</span>
<input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
</li>

View file

@ -183,7 +183,7 @@
<table>
<tr>
<td>{'Number of images per row'|@translate}</td>
<td>{'Number of photos per row'|@translate}</td>
<td>
<label><input type="radio" name="nb_image_line_action" value="leave" checked="checked"> {'leave'|@translate}</label>
<label><input type="radio" name="nb_image_line_action" value="set" id="nb_image_line_action_set"> {'set to'|@translate}</label>
@ -265,7 +265,7 @@
</tr>
<tr>
<td>{'Maximum width of the pictures'|@translate}</td>
<td>{'Maximum photo width'|@translate}</td>
<td>
<label><input type="radio" name="maxwidth_action" value="leave" checked="checked"> {'leave'|@translate}</label>
<label><input type="radio" name="maxwidth_action" value="unset"> {'unset'|@translate}</label>
@ -277,7 +277,7 @@
<tr>
<td>{'Maximum height of the pictures'|@translate}</td>
<td>{'Maximum photo height'|@translate}</td>
<td>
<label><input type="radio" name="maxheight_action" value="leave" checked="checked"> {'leave'|@translate}</label>
<label><input type="radio" name="maxheight_action" value="unset"> {'unset'|@translate}</label>