issue #1019 photo upload redesign, new language strings

This commit is contained in:
Yann Le Boudec
2019-05-22 16:09:23 +02:00
committed by Pierrick Le Gall
parent 079b6fcb9a
commit f5f555e1f2
3 changed files with 12 additions and 1 deletions

View File

@@ -246,6 +246,11 @@ jQuery(document).ready(function(){
</div>
<div id="photosAddContent">
<div class="addAlbumEmpty">
<div class="addAlbumEmptyTitle">{'Welcome!'|translate}</div>
<p class="addAlbumEmptyInfos">{'Piwigo requires an album to add photos.'|translate}</p>
<a href="#" data-add-album="category" title="{'Create a first album'|translate}">{'Create a first album'|translate}</a>
</div>
<div class="infos" style="display:none"><i class="eiw-icon icon-ok"></i></div>
<div class="errors" style="display:none"><i class="eiw-icon icon-cancel"></i><ul></ul></div>

View File

@@ -1017,3 +1017,6 @@ $lang['checksums to add'] = 'checksums to add';
$lang['Synchronization in progress'] = 'Synchronization in progress';
$lang['Display category date'] = 'Display category date';
$lang['Display album date period'] = 'Show the date period associated with each album, eg « from July 12th to 15th, 2018 »';
$lang['Welcome!'] = 'Welcome!';
$lang['Piwigo requires an album to add photos.'] = 'Piwigo requires an album to add photos.';
$lang['Create a first album'] = 'Create a first album';

View File

@@ -1009,4 +1009,7 @@ $lang['(determined from photos)'] = '(déterminée à partir des photos)';
$lang['It only takes a few clicks.'] = 'Cela se fait en quelques clics';
$lang['Piwigo %s is available, please update'] = 'Piwigo %s est disponible, merci de mettre à jour';
$lang['Running on an up-to-date Piwigo is important for security.'] = 'Maintenir Piwigo à jour est important pour la sécurité.';
$lang['Time has come to update your Piwigo with version %s, go to %s'] = 'Il est temps de mettre à jour votre Piwigo avec la version %s, allez sur %s';
$lang['Time has come to update your Piwigo with version %s, go to %s'] = 'Il est temps de mettre à jour votre Piwigo avec la version %s, allez sur %s';
$lang['Welcome!'] = 'Bienvenue !';
$lang['Piwigo requires an album to add photos.'] = 'Piwigo a besoin d\'un album pour y ajouter des photos.';
$lang['Create a first album'] = 'Créer un premier album';