<?php
/**
 * english language file for shorty plugin
 *
 * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
 */

// keys need to match the config setting name

$lang['bitly_oauth_api']            = 'The URI of the bitly OAuth endpoints.<br>(Default is https://api-ssl.bitly.com/v3/).<br>This is valid for bit.ly, bitly.com and j.mp services';
$lang['bitly_oauth_access_token']   = 'Your bitly oauth Access Token<br>(https://bitly.com/a/oauth_apps).<br>This is valid for bit.ly, bitly.com and j.mp services.';
$lang['yourls_url']            		= 'The URI of the yourls installation (without trailing slash)';
$lang['yourls_token']   			= 'Your yourls secret signature token.';
$lang['default_service']            = 'The default service.';
