Skip to content

Commit

Permalink
feature 2737: improve tag administration screen, rename tags action l…
Browse files Browse the repository at this point in the history
…abels

git-svn-id: http://piwigo.org/svn/trunk@18080 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Sep 20, 2012
1 parent 2f7ffaf commit 900a925
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/template/tags.tpl
Expand Up @@ -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}
Expand Down
2 changes: 2 additions & 0 deletions language/en_UK/admin.lang.php
Expand Up @@ -478,6 +478,7 @@
$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';
Expand Down Expand Up @@ -879,6 +880,7 @@
$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";
Expand Down
2 changes: 2 additions & 0 deletions language/fr_FR/admin.lang.php
Expand Up @@ -934,4 +934,6 @@
$lang['Portrait'] = 'Portrait';
$lang['Landscape'] = 'Paysage';
$lang['Panorama'] = 'Panorama';
$lang['Manage photos'] = 'Gérer les photos';
$lang['View in gallery'] = 'Voir dans la galerie';
?>

0 comments on commit 900a925

Please sign in to comment.