Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-abonnements?lang_cible=en |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
7 | return; |
---|
8 | } |
---|
9 | |
---|
10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
11 | |
---|
12 | // A |
---|
13 | 'abonnements_description' => 'This plugin aims to group all that is common to the different possible types of subscriptions (restricted areas, specific content, and why not paper version) . |
---|
14 | |
---|
15 | It defines subscriptions offered by the site, and manages people with these services, disabling the subscription after a given time. |
---|
16 | |
---|
17 | As there can be any kind of case, it’s not this plugin that decides what rights are given after subscribing. It is to other plugins to implement this, for example to automatically bind a user to a restricted area.', |
---|
18 | 'abonnements_nom' => 'Subscriptions', |
---|
19 | 'abonnements_slogan' => 'Give rights for a certain time' |
---|
20 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.