1<?php
2
3/**
4 * English language file for cosmocode plugin
5 *
6 * @author Andreas Gohr <dokuwiki@cosmocode.de>
7 */
8
9
10$lang['menu'] = 'CosmoCode Services';
11
12$lang['tab_partner'] = 'Partner Program';
13$lang['tab_support'] = 'Get Support';
14
15$lang['valid_until'] = 'valid until %s';
16
17$lang['error_connect'] = "Failed to connect to the ComoCode API. Please make sure your server can connect to %s.\n%s";
18$lang['error_api'] = "Error while calling the CosmoCode API. Make sure your Partner Code is valid or try again later.\n%s";
19
20$lang['btn_install'] = 'Install';
21