{$translate.menu.settings}

{foreach from=$properties key=id item=i} {/foreach}
{$translate.register.fullname}:
{$translate.login.username}:
{$translate.register.email}:
{$translate.login.password}:
({$translate.login.info})

{$i.description}  {$i.extra}
{$message}
 

{$translate.usersettings.pagelook}

 {$translate.usersettings.pagemode} {html_options id=template name=template values=$templates output=$templates selected=$smarty.cookies.template|default:$config.style onchange="switchTemplate(this.options[this.selectedIndex].value)"}


{if is_array($borrowerList) && count($borrowerList) > 0}
{$translate.mymovies.friends} {if $editBorrower} {/if}
{html_options id=borrowers name=borrowers options=$borrowerList selected=$selectedBorrower}  
{$translate.loan.name}: {$translate.register.email}:  

{/if}
{$translate.rss.title} {if is_array($feedList) && count($feedList) > 0} {foreach from=$feedList item=i} {/foreach}
{$i.name} {$translate.rss.view}
{else}

{$translate.rss.none}

{/if}


{$translate.usersettings.custom}
{$translate.usersettings.showstat}
{$translate.usersettings.showside}
{$translate.usersettings.selectrss}
{html_options size="5" style="width:300px;" id=rssAvailable name=rssAvailable options=$rssAvailList onDblClick="moveOver(this.form, 'rssAvailable', 'rssChoices')"}
{html_options size="5" class="input" style="width:300px;" id=rssChoices name=rssChoices options=$rssChList ondblclick="removeMe(document.choiceForm, 'rssAvailable', 'rssChoices')"}
   

{$translate.dvd.default}
{$translate.dvd.format}: {html_options id=format name=format options=$formatList selected=$selectedFormat}
{$translate.dvd.aspect}: {html_options id=aspect name=aspect options=$aspectList selected=$selectedAspect}
{$translate.dvd.region}: {html_options id=region name=region options=$regionList selected=$selectedRegion}
{$translate.dvd.audio}: {html_options id=audioAvailable name=audioAvailable size="5" options=$audioList style="width:200px;" onDblClick="addAudio(this.form, 'audioAvailable')" class="input"}
{if is_array($selectedAudio) && count($selectedAudio) > 0}
    {foreach from=$selectedAudio item=i}
  • {$i.name}
  • {/foreach}
{/if}
{$translate.dvd.subtitles}: {html_options id=langAvailable name=langAvailable options=$subtitleList size="5" style="width:200px;" onDblClick="addFlag(this.form, 'langAvailable','subs')" class="input"}
{if is_array($selectedSubs) && count($selectedSubs) > 0}
    {foreach from=$selectedSubs item=i name=subs} {cycle values="x,y,z" assign=className}
  • {$i.name|truncate:12:".."}
  • {if $className eq 'z' or $smarty.foreach.subs.last}

  • {/if} {/foreach}
{/if}
{$translate.dvd.languages}: {html_options id=spokenAvailable name=spokenAvailable options=$subtitleList size="5" style="width:200px;" onDblClick="addFlag(this.form, 'spokenAvailable','langs')" class="input"}
{if is_array($selectedSpoken) && count($selectedSpoken) > 0}
    {foreach from=$selectedSpoken item=i name=spoken} {cycle values="x,y,z" assign=className reset=true}
  • {$i.name|truncate:12:".."}
  • {if $className eq 'z' or $smarty.foreach.spoken.last}

  • {/if} {/foreach}
{/if}

{* We only display the ignore list if more than 1 active users is using VCD-db. *} {if $showIgnoreList}
{$translate.usersettings.list}
{$translate.usersettings.desc} {html_options id=available name=available options=$userAvailList size="5" style="width:100px;" onDblClick="moveOver(this.form, 'available', 'choiceBox')"}
{html_options id=choiceBox name=choiceBox options=$userSelList size="5" style="width:100px;" class="input"}

{/if}
{$translate.metadata.my}
{if is_array($myMetadata) && count($myMetadata) > 0} {foreach from=$myMetadata key=id item=i} {/foreach}
{counter} {$i.name} {$i.desc} {if $i.public}{$translate.metadata.public}{else}{$translate.metadata.private}{/if}
{else} {$translate.metadata.none} {/if}