mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
Remove "all photos" language key
git-svn-id: http://piwigo.org/svn/trunk@9936 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -327,7 +327,7 @@ $(document).ready(function() {
|
||||
{/if}
|
||||
<option value="with no tag" {if $filter.prefilter eq 'with no tag'}selected="selected"{/if}>{'with no tag'|@translate}</option>
|
||||
<option value="duplicates" {if $filter.prefilter eq 'duplicates'}selected="selected"{/if}>{'duplicates'|@translate}</option>
|
||||
<option value="all photos" {if $filter.prefilter eq 'all photos'}selected="selected"{/if}>{'all photos'|@translate}</option>
|
||||
<option value="all photos" {if $filter.prefilter eq 'all photos'}selected="selected"{/if}>{'All'|@translate}</option>
|
||||
</select>
|
||||
</li>
|
||||
<li id="filter_category" {if !isset($filter.category)}style="display:none"{/if}>
|
||||
|
||||
@@ -777,5 +777,4 @@ $lang['All languages are up to date.'] = 'All languages are up to date.';
|
||||
$lang['Visit theme site'] = 'Visit theme site';
|
||||
$lang['Visit language site'] = 'Visit language site';
|
||||
$lang['New Version'] = 'New Version';
|
||||
$lang['all photos'] = 'all photos';
|
||||
?>
|
||||
@@ -788,5 +788,4 @@ $lang['All languages are up to date.'] = 'Toutes les langues sont à jour.';
|
||||
$lang['Visit theme site'] = 'Visitez le site du thème';
|
||||
$lang['Visit language site'] = 'Visitez le site de la langue';
|
||||
$lang['New Version'] = 'Nouvelle version';
|
||||
$lang['all photos'] = 'toutes les photos';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user