mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
issue #1019 missing l10n
This commit is contained in:
@@ -269,7 +269,7 @@ jQuery(document).ready(function(){
|
||||
<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>
|
||||
|
||||
<p class="afterUploadActions" style="margin:10px; display:none;"> <a class="batchLink icon-pencil"></a><span class="buttonSeparator"> OU </span><a href="admin.php?page=photos_add" class="icon-plus-circled">{'Add another set of photos'|@translate}</a></p>
|
||||
<p class="afterUploadActions" style="margin:10px; display:none;"> <a class="batchLink icon-pencil"></a><span class="buttonSeparator">{'or'|translate}</span><a href="admin.php?page=photos_add" class="icon-plus-circled">{'Add another set of photos'|@translate}</a></p>
|
||||
|
||||
{if count($setup_errors) > 0}
|
||||
<div class="errors">
|
||||
|
||||
@@ -1635,7 +1635,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
.addAlbumEmpty a:hover{text-decoration: none;}
|
||||
.addAlbumEmpty a::first-letter {text-transform: capitalize;}
|
||||
#cboxLoadedContent {height: auto !important; padding: 20px 20px 20px 20px !important;}
|
||||
.buttonSeparator {font-weight: bold;}
|
||||
.buttonSeparator {font-weight: bold; text-transform: uppercase;}
|
||||
.popinButtons {text-align: right; margin-top: 24px;}
|
||||
.popinButtons input[type="submit"] {margin-right: 0;}
|
||||
#albumCreationLoading {
|
||||
|
||||
@@ -1019,4 +1019,5 @@ $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';
|
||||
$lang['Create a first album'] = 'Create a first album';
|
||||
$lang['or'] = 'or';
|
||||
@@ -1013,3 +1013,4 @@ $lang['Time has come to update your Piwigo with version %s, go to %s'] = 'Il est
|
||||
$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';
|
||||
$lang['or'] = 'ou';
|
||||
|
||||
Reference in New Issue
Block a user