1<?php
2/**
3 * english language file for shorty plugin
4 *
5 * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
6 */
7
8// keys need to match the config setting name
9
10$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';
11$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.';
12$lang['yourls_url']            		= 'The URI of the yourls installation (without trailing slash)';
13$lang['yourls_token']   			= 'Your yourls secret signature token.';
14$lang['default_service']            = 'The default service.';
15