mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +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>
|
||||
|
||||
Reference in New Issue
Block a user