mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
related to #1681 slight changes to display the current Piwigo version
This commit is contained in:
@@ -57,6 +57,8 @@ p.release .errors {margin:0}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<p><i class="icon-info-circled-1"></i> {'Currently running version %s'|translate:PHPWG_VERSION}</p>
|
||||
|
||||
{if $STEP == 0}
|
||||
{if $CHECK_VERSION}
|
||||
<p>{'You are running the latest version of Piwigo.'|@translate}</p>
|
||||
@@ -163,5 +165,3 @@ p.release .errors {margin:0}
|
||||
<p><input type="hidden" name="upgrade_to" value="{$UPGRADE_TO}"></p>
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{'Currently running version %s.'|translate:PHPWG_VERSION}
|
||||
|
||||
@@ -1297,4 +1297,5 @@ $lang['Properties of abums'] = 'Properties of abums';
|
||||
$lang['Add New Plugin'] = 'Add a new plugin';
|
||||
$lang['Piwigo core'] = 'Piwigo core';
|
||||
$lang['Extensions'] = 'Extensions';
|
||||
$lang['Currently running version %s'] = 'Currently running version %s';
|
||||
// Leave this line empty
|
||||
|
||||
@@ -1294,4 +1294,5 @@ $lang['Properties of abums'] = 'Propriétés des albums';
|
||||
$lang['Add New Plugin'] = 'Ajouter un plugin';
|
||||
$lang['Piwigo core'] = 'Noyau de Piwigo';
|
||||
$lang['Extensions'] = 'Extensions';
|
||||
$lang['Currently running version %s'] = 'Version %s installée actuellement';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user