mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Changes "jump to ..." to "open in gallery"
String open in gallery added to EN and FR String on edit photo and edit album page changed
This commit is contained in:
@@ -247,7 +247,7 @@ function cropImage() {
|
||||
<div class="container">
|
||||
<strong>{"Actions"|@translate}</strong>
|
||||
{if cat_admin_access($CAT_ID)}
|
||||
<a class="icon-eye" href="{$U_JUMPTO}">{'jump to album'|@translate}</a>
|
||||
<a class="icon-eye" href="{$U_JUMPTO}">{'Open in gallery'|@translate}</a>
|
||||
{/if}
|
||||
|
||||
{if isset($U_MANAGE_ELEMENTS) }
|
||||
|
||||
@@ -90,7 +90,7 @@ $('#action-delete-picture').on('click', function() {
|
||||
<div id='picture-preview'>
|
||||
<div class='picture-preview-actions'>
|
||||
{if isset($U_JUMPTO)}
|
||||
<a class="icon-eye" href="{$U_JUMPTO}" title="{'jump to photo'|@translate}"></a>
|
||||
<a class="icon-eye" href="{$U_JUMPTO}" title="{'Open in gallery'|@translate}"></a>
|
||||
{else}
|
||||
<a class="icon-eye unavailable" title="{'Photo is in a private album'|@translate}"></a>
|
||||
{/if}
|
||||
|
||||
@@ -1013,3 +1013,4 @@ $lang['Search tips'] = 'Search tips';
|
||||
$lang['Posted %s'] = 'Posted %s';
|
||||
$lang['File type: %s'] = 'File type: %s';
|
||||
$lang['or'] = 'or';
|
||||
$lang['Open in gallery'] = "Open in gallery";
|
||||
|
||||
@@ -1015,3 +1015,4 @@ $lang['Synchronization in progress'] = 'Synchronisation en cours';
|
||||
$lang['Some checksums are missing.'] = 'Il manque des sommes de contrôle';
|
||||
$lang['Display category date'] = 'Afficher la date de la catégorie';
|
||||
$lang['Deletion in progress'] = 'Suppression en cours';
|
||||
$lang['Open in gallery'] = "Ouvrir dans la galerie";
|
||||
|
||||
Reference in New Issue
Block a user