mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
issue #2211 missing translation
Change string from custom to custom dates, and add translation
This commit is contained in:
parent
46dba55d60
commit
270a84ecff
3 changed files with 4 additions and 2 deletions
|
@ -450,4 +450,5 @@ $lang['Pages'] = "Pages";
|
|||
$lang['The PDF you requested is too large to display on this page.']= 'The PDF you requested is too large to display on this page.';
|
||||
$lang['Click here to display it']= 'Click here to display it';
|
||||
$lang['last 12 months'] = 'Last 12 months';
|
||||
$lang['Custom dates'] = 'Custom dates';
|
||||
|
||||
|
|
|
@ -450,3 +450,4 @@ $lang['Pages'] = "Pages";
|
|||
$lang['The PDF you requested is too large to display on this page.']= 'Le PDF que vous avez demandé est trop volumineux pour être affiché sur cette page.';
|
||||
$lang['Click here to display it']= 'Cliquez ici pour le voir';
|
||||
$lang['last 12 months'] = '12 derniers mois';
|
||||
$lang['Custom dates'] = 'Dates personnalisées';
|
||||
|
|
|
@ -297,7 +297,7 @@ const prefix_icon = 'gallery-icon-';
|
|||
<input type="radio" id="date_posted-custom" value="custom" name="date_posted-period">
|
||||
<label for="date_posted_custom" class="custom_posted_date_toggle">
|
||||
<span class="mcs-icon gallery-icon-checkmark checked-icon"></span>
|
||||
<span class="date-period">{'Custom'|translate}</span>
|
||||
<span class="date-period">{'Custom dates'|translate}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -395,7 +395,7 @@ const prefix_icon = 'gallery-icon-';
|
|||
<input type="radio" id="date_created-custom" value="custom" name="date_created-period">
|
||||
<label for="date_created_custom" class="custom_created_date_toggle">
|
||||
<span class="mcs-icon gallery-icon-checkmark checked-icon"></span>
|
||||
<span class="date-period">{'Custom'|translate}</span>
|
||||
<span class="date-period">{'Custom dates'|translate}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue