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:
Hannah
2020-08-18 17:02:22 +02:00
parent c0a30aad85
commit de1613cead
4 changed files with 4 additions and 2 deletions

View File

@@ -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) }

View File

@@ -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}

View File

@@ -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";

View File

@@ -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";