mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
related to #1480 added translation lines for selection mode and filters
This commit is contained in:
@@ -221,7 +221,7 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
{counter start=0 assign=i} {* <!-- counter for 'deactivate all' link --> *}
|
||||
|
||||
<div class="pluginTypeFilter">
|
||||
<input type="radio" name="p-filter" class="filter" id="seeAll" checked><label for="seeAll">All</label><input type="radio" name="p-filter" class="filter" id="seeActive"><label class="filterLabel" for="seeActive">Active</label><input type="radio" name="p-filter" class="filter" id="seeInactive"><label class="filterLabel" for="seeInactive">Inactive</label><input type="radio" name="p-filter" class="filter" id="seeOther"><label class="filterLabel" for="seeOther">Other</label>
|
||||
<input type="radio" name="p-filter" class="filter" id="seeAll" checked><label for="seeAll">{'All'|@translate}</label><input type="radio" name="p-filter" class="filter" id="seeActive"><label class="filterLabel" for="seeActive">{'Activated'|@translate}</label><input type="radio" name="p-filter" class="filter" id="seeInactive"><label class="filterLabel" for="seeInactive">{'Deactivated'|@translate}</label><input type="radio" name="p-filter" class="filter" id="seeOther"><label class="filterLabel" for="seeOther">{'Other'|@translate}</label>
|
||||
</div>
|
||||
|
||||
<div class="pluginFilter">
|
||||
|
||||
@@ -150,7 +150,7 @@ $(".icon-help-circled").tipTip({
|
||||
</div>
|
||||
<div id="advanced-filter-container">
|
||||
<div class="advanced-filters-header">
|
||||
<span class="advanced-filter-title">{'Advanced filter'|@translate}</span>
|
||||
<span class="advanced-filter-title">{'Advanced filters'|@translate}</span>
|
||||
<span class="advanced-filter-close icon-cancel"></span>
|
||||
</div>
|
||||
<div class="advanced-filters">
|
||||
|
||||
@@ -1239,4 +1239,5 @@ $lang['Has access to administration. Can only manage content: photos/albums/user
|
||||
$lang['No access to administration, can see private content with appropriate permissions.'] = 'No access to administration, can see private content with appropriate permissions.';
|
||||
$lang['Can be shared by several individuals without conflict (they cannot change the password).'] = 'Can be shared by several individuals without conflict (they cannot change the password).';
|
||||
$lang['Equivalent to deactivation. The user is still in the list, but can no longer log in.'] = 'Equivalent to deactivation. The user is still in the list, but can no longer log in.';
|
||||
$lang['%s MB'] = '%s MB';
|
||||
$lang['%s MB'] = '%s MB';
|
||||
$lang['Your selection'] = 'Your selection';
|
||||
|
||||
@@ -1247,3 +1247,4 @@ $lang['Posted %s on %s'] = 'Posté %s sur %s';
|
||||
$lang['Portraits'] = 'Portraits';
|
||||
$lang['Edit photo'] = 'Éditer la photo';
|
||||
$lang['Delete tag "%s"?'] = 'Supprimer le tag "%s" ?';
|
||||
$lang['Your selection'] = 'Votre selection';
|
||||
|
||||
Reference in New Issue
Block a user