{lang section="OAuth2"}
{if $scope == 'list'}
{t 1=$app.settings.app_title|safeHTML}List files and folders in your "%1" account.{/t}
{elseif $scope == 'list.sandbox'}
{t 1=$app.clientInfo.name|safeHTML}List files and folders inside your "Apps/%1" folder.{/t}
{elseif $scope == 'download'}
{t 1=$app.settings.app_title|safeHTML}Download files available in your "%1" account.{/t}
{elseif $scope == 'download.sandbox'}
{t 1=$app.clientInfo.name|safeHTML}Download files from your "Apps/%1" folder.{/t}
{elseif $scope == 'upload'}
{t 1=$app.settings.app_title|safeHTML}Upload files to your "%1" account.{/t}
{elseif $scope == 'upload.sandbox'}
{t 1=$app.clientInfo.name|safeHTML}Upload files inside your "Apps/%1" folder.{/t}
{elseif $scope == 'modify'}
{t 1=$app.settings.app_title|safeHTML}Make changes to the files and folders inside your "%1" account.{/t}
{elseif $scope == 'delete'}
{t 1=$app.settings.app_title|safeHTML}Delete files from your "%1" account.{/t}
{elseif $scope == 'delete.sandbox'}
{t 1=$app.clientInfo.name|safeHTML}Delete files inside your "Apps/%1" folder.{/t}
{elseif $scope == 'profile'}
{t 1=$app.settings.app_title|safeHTML}View your basic "%1" account information.{/t} {t}That includes your name, company name, website and logo.{/t} {elseif $scope == 'email'} {if $app.userInfo.email} {t 1=$app.userInfo.email}View your e-mail address (%1).{/t} {else} {t}View your e-mail address, although your account currently doesn't have one set.{/t} {/if} {elseif $scope == 'weblink'} {t 1=$app.settings.app_title|safeHTML}Create public links to files inside your "%1" account.{/t} {elseif $scope == 'weblink.sandbox'} {t 1=$app.clientInfo.name|safeHTML}Create public links to files inside your "Apps/%1" folder.{/t} {elseif $scope == 'share'} {t 1=$app.settings.app_title|safeHTML}Share folders with other users.{/t} {elseif $scope == 'share.sandbox'} {t 1=$app.settings.app_title|safeHTML}Share folders inside your "Apps/%1" folder with other users.{/t} {elseif $scope == 'admin'} {t 1=$app.settings.app_title|safeHTML}Manage "%1" user accounts with your administrative privileges.{/t} {/if} |