<?php

/**
 * English language file for cosmocode plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */


$lang['menu'] = 'CosmoCode Services';

$lang['tab_partner'] = 'Partner Program';
$lang['tab_support'] = 'Get Support';

$lang['valid_until'] = 'valid until %s';

$lang['error_connect'] = "Failed to connect to the ComoCode API. Please make sure your server can connect to %s.\n%s";
$lang['error_api'] = "Error while calling the CosmoCode API. Make sure your Partner Code is valid or try again later.\n%s";

$lang['btn_install'] = 'Install';
