feature 1616: rename "category" into "album" (second commit; still to come)

git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2010-09-19 19:50:02 +00:00
commit 7907d31a9c
32 changed files with 315 additions and 317 deletions

View file

@ -35,7 +35,7 @@
<form id="addVirtual" action="{$F_ACTION}" method="post">
<p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
{'Add a virtual category'|@translate} : <input type="text" name="virtual_name">
{'Add a virtual album'|@translate} : <input type="text" name="virtual_name">
<input class="submit" type="submit" value="{'Submit'|@translate}" name="submitAdd" {$TAG_INPUT_ENABLED}>
{if count($categories)>9 }
<a href="#EoP" class="button" style="border:0;">
@ -57,7 +57,7 @@
<option value="asc">{'ascending'|@translate}</option>
<option value="desc">{'descending'|@translate}</option>
</select>
<label><input type="checkbox" name="recursive"> {'apply to sub-categories'|@translate}</label>
<label><input type="checkbox" name="recursive"> {'Apply to sub-albums'|@translate}</label>
</span>
</div>

View file

@ -56,7 +56,7 @@
{if isset($move_cat_options) }
<fieldset id="move">
<legend>{'Move'|@translate}</legend>
{'Parent category'|@translate}
{'Parent album'|@translate}
<select class="categoryDropDown" name="parent">
<option value="0">------------</option>
{html_options options=$move_cat_options selected=$move_cat_options_selected }
@ -102,7 +102,7 @@
<label for="image_order_default">{'Use the default image sort order (defined in the configuration file)'|@translate}</label>
<br>
<input type="checkbox" name="image_order_subcats" id="image_order_subcats">
<label for="image_order_subcats">{'Apply to subcategories'|@translate}</label>
<label for="image_order_subcats">{'Apply to sub-albums'|@translate}</label>
<br>
{foreach from=$image_orders item=order}
@ -156,12 +156,12 @@
<table>
<tr>
<td>{'Virtual category name'|@translate}</td>
<td>{'Virtual album name'|@translate}</td>
<td><input type="text" class="large" name="virtual_name"></td>
</tr>
<tr>
<td>{'Parent category'|@translate}</td>
<td>{'Parent album'|@translate}</td>
<td>
<select class="categoryDropDown" name="parent">
<option value="0">------------</option>

View file

@ -2,7 +2,7 @@
{include file='include/resize.inc.tpl'}
<div class="titrePage">
<h2>{'Move categories'|@translate}</h2>
<h2>{'Move albums'|@translate}</h2>
</div>
<form method="post" action="{$F_ACTION}" class="filter" id="catMove">
@ -18,7 +18,7 @@
</label>
<label>
{'New parent category'|@translate}
{'New parent album'|@translate}
<select class="categoryDropDown" name="parent">
<option value="0">------------</option>

View file

@ -297,7 +297,7 @@ var sizeLimit = {$upload_max_filesize};
<div id="category_type_new" class="category_selection">
<table>
<tr>
<td>{'Parent category'|@translate}</td>
<td>{'Parent album'|@translate}</td>
<td>
<select class="categoryDropDown" name="category_parent">
<option value="0">------------</option>

View file

@ -74,13 +74,13 @@
{/if}
<tr>
<td><strong>{'Storage category'|@translate}</strong></td>
<td><strong>{'Storage album'|@translate}</strong></td>
<td>{$STORAGE_CATEGORY}</td>
</tr>
{if isset($related_categories) }
<tr>
<td><strong>{'Linked categories'|@translate}</strong></td>
<td><strong>{'Linked albums'|@translate}</strong></td>
<td>
<ul>
{foreach from=$related_categories item=name}