mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
Translation added for Maintenance page
This commit is contained in:
@@ -126,11 +126,11 @@ $(".delete-size-check").change(function() {
|
||||
|
||||
<div class="template-purge">
|
||||
<div class="cache-infos">
|
||||
<span class="cache-size-text">Taille du cache</span>
|
||||
<span class="cache-size-text">{'Cache size'|@translate}</span>
|
||||
<span class="cache-size-value">999 Go</span>
|
||||
<span class="cache-lastCalculated-text">calculé il y a</span>
|
||||
<span class="cache-lastCalculated-value">42 mois</span>
|
||||
<a><span class="icon-arrows-cw"></span>Actulaliser</a>
|
||||
<span class="cache-lastCalculated-text">{'calculated'|@translate}</span>
|
||||
<span class="cache-lastCalculated-value">42 {'months ago'|@translate}</span>
|
||||
<a><span class="icon-arrows-cw"></span>{'Refresh'|@translate}</a>
|
||||
</div>
|
||||
<a href="{$U_MAINT_COMPILED_TEMPLATES}" class="icon-doc maintenance-action">{'Purge compiled templates'|@translate} <span class="multiple-compiledTemplate-sizes"> 999 Go </span></a>
|
||||
</div>
|
||||
@@ -147,7 +147,7 @@ $(".delete-size-check").change(function() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a class="icon-ok maintenance-action delete-sizes">Delete these sizes</a>
|
||||
<a class="icon-ok maintenance-action delete-sizes">{'Delete these sizes'|@translate}</a>
|
||||
</fieldset>
|
||||
|
||||
<style>
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
<li>{'Graphics Library'|@translate}: {$GRAPHICS_LIBRARY}</li>
|
||||
{/if}
|
||||
<li>
|
||||
<span class="cache-size-text">Taille du cache: </span>
|
||||
<span class="cache-size-text">{'Cache size'|@translate}</span>
|
||||
<span class="cache-size-value">999 Go</span>
|
||||
<span class="cache-lastCalculated-text">calculé il y a</span>
|
||||
<span class="cache-lastCalculated-value">42 mois</span>
|
||||
<a><span class="icon-arrows-cw"></span>Actulaliser</a>
|
||||
<span class="cache-lastCalculated-text">{'calculated'|@translate}</span>
|
||||
<span class="cache-lastCalculated-value">{'42 months ago'|@translate}</span>
|
||||
<a><span class="icon-arrows-cw"></span>{'Refresh'|@translate}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user