{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *} {if $action=='listbycache'}
{t 1=$cachename|escape}List of users you offered %1 for adoption{/t}
{foreach from=$adoptions item=adoptItem} {foreachelse} {/foreach} {if $error=='userunknown'} {elseif $error=='sameuser'} {/if} {if $error=='tou'} {/if}
{t}User{/t} {t}Date{/t}  
{$adoptItem.username|escape} {$adoptItem.date_created|date_format:$opt.format.date} {t}Reject adoption{/t}
{t}You have no users invited to adopt your cache.{/t}
 
{t 1=$cachename|escape}Offer %1 for adoption{/t}
{t}If you find a user that wants to adopt your Geocache, fill in the username here and submit. The user will then see this Geocache under My Profile > Adoptions. To complete, the user has to accept our terms of use and commit the adoption. You can offer this Geocache to more than one user. The first user committing the adoption will get the new owner of this Geocache. With the adoption, you will give the committing user an unlimited right to use, modifiy, publish and sublicense content of this Geocache.{/t}
 
{t}Username:{/t}
 {t}Username unknown{/t}
 {t}You cannot adopt your own cache!{/t}
{t}Sorry, you have to read and accept the above to proceed!{/t}
 
 
{elseif $action=='listbyuser'}
{t}Geocaches the owner offers you for adoption{/t}
{foreach from=$adoptions item=adoptItem} {foreachelse} {/foreach}
{$adoptItem.cachename|escape} {t}by{/t} {$adoptItem.ownername|escape} {t}Adopt now{/t}
{t}Reject adoption{/t}
{t}There are no caches that can be adopted by you at the moment.{/t}
{elseif $action=='commit'}
{t 1=$cache.name|escape}Commit the adoption of %1{/t}

{t 1=$cache.name|escape}Thank you for adopting %1{/t}
{t 1=$cache.username|escape 2=$cache.date_created|date_format:$opt.format.date}%1 offered you this Geocache for adoption at %2{/t}

{t}To complete the adoption, you have to submit this form.
With submitting this form you are the responsible owner of this Geocache.{/t}

{if $error=='tou'}

{t}Sorry, you have to read and accept the terms of use to proceed!{/t}

{/if}

{/if}