Last change
on this file since 42159 was
42159,
checked in by da@…, 10 years ago
|
Ajout du plugin Bitcoin
Premier jet du plugin Bitcoin. Actuellement le plugin fournit uniquement
un champ "adresse_bitcoin" dans la table auteurs, mais il serait peut-être
bien de fournir un modèle "Accepte les dons Bitcoin" ou quelque chose comme
ça. Si quelqu'un a des idées de trucs pratiques...
|
File size:
274 bytes
|
Line | |
---|
1 | <?php |
---|
2 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
3 | 'adresse_bitcoin' => 'Bitcoin payment address', |
---|
4 | 'adresse_bitcoin_precisions' => 'This is a string that represents the address where people may send you a payment using Bitcoin. Example: 1LA71x9eeoqJwhnWkXRSSiwL6oqTMM4wPE', |
---|
5 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.