mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
issue #1706 change some language keys to english
This commit is contained in:
@@ -147,12 +147,12 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
|
||||
<div class="AddAlbumRadioInput">
|
||||
<input type="radio" id="place-start"
|
||||
name="position" value="first" {if "first" == {$POS_PREF}} checked {/if}>
|
||||
<label for="place-start">{'Placer au début'|translate}</label>
|
||||
<label for="place-start">{'Place first'|translate}</label>
|
||||
</div>
|
||||
<div class="AddAlbumRadioInput">
|
||||
<input type="radio" id="place-end"
|
||||
name="position" value="last" {if "last" == {$POS_PREF}} checked {/if}>
|
||||
<label for="place-end">{'Placer à la fin'|translate}</label>
|
||||
<label for="place-end">{'Place last'|translate}</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1287,8 +1287,8 @@ $lang['Object'] = 'Object';
|
||||
$lang['Memories'] = 'Souvenirs';
|
||||
$lang['Add as filter'] = 'Add as filter';
|
||||
$lang['Show plugins compatible with previous version of Piwigo'] = 'Show plugins compatible with previous version of Piwigo';
|
||||
$lang['Placer au début'] = 'Place at the start';
|
||||
$lang['Placer à la fin'] = 'Place at the end';
|
||||
$lang['Place first'] = 'Place first';
|
||||
$lang['Place last'] = 'Place last';
|
||||
|
||||
$lang['Piwigo is also on mobile.'] = 'Piwigo is also on mobile.';
|
||||
$lang['Try now !'] = 'Try now !';
|
||||
|
||||
@@ -1237,4 +1237,7 @@ $lang['between %s and %s'] = 'entre %s y %s';
|
||||
$lang['calculated'] = 'calculado';
|
||||
$lang['deletion'] = 'supresión';
|
||||
$lang['edit'] = 'editar';
|
||||
$lang['login'] = 'iniciar sesión';
|
||||
$lang['login'] = 'iniciar sesión';
|
||||
$lang['Place first'] = 'Ubicar al inicio';
|
||||
$lang['Place last'] = 'Ubicar al final';
|
||||
$lang['Properties of abums'] = 'Propiedades de los álbumes';
|
||||
@@ -1290,8 +1290,8 @@ $lang['This photo is an orphan'] = 'Cette photo est orpheline';
|
||||
$lang['This albums is already in related categories list'] = 'Cet album est déjà dans la liste des albums associés';
|
||||
$lang['No search in progress'] = 'Pas de recherche en cours';
|
||||
$lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les plugins compatibles avec la version précédente de Piwigo';
|
||||
$lang['Placer au début'] = 'Placer au début';
|
||||
$lang['Placer à la fin'] = 'Placer à la fin';
|
||||
$lang['Place first'] = 'Placer au début';
|
||||
$lang['Place last'] = 'Placer à la fin';
|
||||
$lang['Piwigo is also on mobile.'] = 'Piwigo est également sur mobile.';
|
||||
$lang['Try now !'] = 'Venez essayer dès maintenant !';
|
||||
$lang['Install Piwigo on mobile'] = 'Installez Piwigo sur mobile';
|
||||
|
||||
Reference in New Issue
Block a user