Resolved issue 0000807: New slideshow features

change icon actions


git-svn-id: http://piwigo.org/svn/trunk@2270 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2008-03-09 07:53:02 +00:00
commit e834737e84
9 changed files with 45 additions and 45 deletions

View file

@ -363,8 +363,8 @@ $lang['start_play'] = 'Play of slideshow';
$lang['stop_play'] = 'Pause of slideshow';
$lang['start_repeat'] = 'Repeat the slideshow';
$lang['stop_repeat'] = 'Not repeat the slideshow';
$lang['inc_period'] = 'Increase waiting between pictures';
$lang['dec_period'] = 'Decrease waiting between pictures';
$lang['inc_period'] = 'Reduce diaporama speed';
$lang['dec_period'] = 'Accelerate diaporama speed';
$lang['Submit'] = 'Submit';
$lang['Yes'] = 'Yes';
$lang['No'] = 'No';

View file

@ -363,8 +363,8 @@ $lang['from %s to %s'] = 'de %s a %s';
/* TODO */ $lang['stop_play'] = 'Pause of slideshow';
/* TODO */ $lang['start_repeat'] = 'Repeat the slideshow';
/* TODO */ $lang['stop_repeat'] = 'Not repeat the slideshow';
/* TODO */ $lang['inc_period'] = 'Increase waiting between pictures';
/* TODO */ $lang['dec_period'] = 'Decrease waiting between pictures';
/* TODO */ $lang['inc_period'] = 'Reduce diaporama speed';
/* TODO */ $lang['dec_period'] = 'Accelerate diaporama speed';
$lang['Submit'] = 'Validar';
$lang['Yes'] = 'Si';
$lang['No'] = 'No';

View file

@ -363,8 +363,8 @@ $lang['start_play'] = 'Lecture du diaporama';
$lang['stop_play'] = 'Pause du diaporama';
$lang['start_repeat'] = 'Répeter le diaporama';
$lang['stop_repeat'] = 'Ne pas répeter le diaporama';
$lang['inc_period'] = 'Augmenter l\'attente entre les images';
$lang['dec_period'] = 'Diminuer l\'attente entre les images';
$lang['inc_period'] = 'Ralentir la vitesse du diaporama';
$lang['dec_period'] = 'Accélerer la vitesse du diaporama';
$lang['Submit'] = 'Valider';
$lang['Yes'] = 'Oui';
$lang['No'] = 'Non';

View file

@ -363,8 +363,8 @@ $lang['from %s to %s'] = 'van %s tot %s';
/* TODO */ $lang['stop_play'] = 'Pause of slideshow';
/* TODO */ $lang['start_repeat'] = 'Repeat the slideshow';
/* TODO */ $lang['stop_repeat'] = 'Not repeat the slideshow';
/* TODO */ $lang['inc_period'] = 'Increase waiting between pictures';
/* TODO */ $lang['dec_period'] = 'Decrease waiting between pictures';
/* TODO */ $lang['inc_period'] = 'Reduce diaporama speed';
/* TODO */ $lang['dec_period'] = 'Accelerate diaporama speed';
$lang['Submit'] = 'Bevestig';
$lang['Yes'] = 'Ja';
$lang['No'] = 'Nee';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

View file

@ -47,17 +47,17 @@
{/if}
{if isset($slideshow)}
{if isset($slideshow.U_INC_PERIOD)}
<a class="navButton inc_period" href="{$slideshow.U_INC_PERIOD}" title="{'inc_period'|@translate}" rel="repeat"><img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period.png" class="button" alt="{'inc_period'|@translate}"></a>
{else}
<a class="navButton inc_period"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period_unactive.png" class="button" alt=""></a>
{/if}
{if isset($slideshow.U_DEC_PERIOD)}
{if isset($slideshow.U_DEC_PERIOD)}
<a class="navButton dec_period" href="{$slideshow.U_DEC_PERIOD}" title="{'dec_period'|@translate}" rel="repeat"><img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period.png" class="button" alt="{'dec_period'|@translate}"></a>
{else}
{else}
<a class="navButton dec_period"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period_unactive.png" class="button" alt=""></a>
{/if}
{/if}
{if isset($slideshow.U_INC_PERIOD)}
<a class="navButton inc_period" href="{$slideshow.U_INC_PERIOD}" title="{'inc_period'|@translate}" rel="repeat"><img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period.png" class="button" alt="{'inc_period'|@translate}"></a>
{else}
<a class="navButton inc_period"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period_unactive.png" class="button" alt=""></a>
{/if}
{/if}
</div>