feature 2737: improve tag administration screen, rename tags action labels

git-svn-id: http://piwigo.org/svn/trunk@18080 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2012-09-20 16:32:17 +00:00
parent 2f7ffaf11f
commit 900a925a06
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ jQuery('.showInfo').tipTip({
{/literal}{/footer_script}
<ul class="tagSelection">
{foreach from=$all_tags item=tag}
<li>{capture name='showInfo'}<b>{$tag.name}</b><br>{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)} <a href="{$tag.U_VIEW}">{'View'|@translate}</a> <a href="{$tag.U_EDIT}">{'Batch Manager'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
<li>{capture name='showInfo'}<b>{$tag.name}</b> ({$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}) <br> <a href="{$tag.U_VIEW}">{'View in gallery'|@translate}</a> | <a href="{$tag.U_EDIT}">{'Manage photos'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
<a class="showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}">i</a>
<label>
<input type="checkbox" name="tags[]" value="{$tag.id}"> {$tag.name}
+2
View File
@@ -478,6 +478,7 @@ $lang['Manage permissions for group "%s"'] = "Manage permissions for the group \
$lang['Manage permissions for user "%s"'] = "Manage permissions for the user \"%s\"";
$lang['Manage Permissions'] = 'Manage Permissions';
$lang['Manage photo ranks'] = "Manage photo ranks";
$lang['Manage photos'] = 'Manage photos';
$lang['manage sub-albums'] = "manage sub-albums";
$lang['Manage tags'] = "Manage tags";
$lang['Manage this set of %d photos'] = 'Manage this set of %d photos';
@@ -879,6 +880,7 @@ $lang['user_status_webmaster'] = "Webmaster";
$lang['Validate'] = "Validate";
$lang['Validation'] = "Validation";
$lang['Version'] = "Version";
$lang['View in gallery'] = 'View in gallery';
$lang['Virtual album added'] = "Virtual album added";
$lang['Virtual album deleted'] = "Virtual album deleted";
$lang['Virtual album name'] = "Virtual album name";
+2
View File
@@ -934,4 +934,6 @@ $lang['Format'] = 'Format';
$lang['Portrait'] = 'Portrait';
$lang['Landscape'] = 'Paysage';
$lang['Panorama'] = 'Panorama';
$lang['Manage photos'] = 'Gérer les photos';
$lang['View in gallery'] = 'Voir dans la galerie';
?>