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-corbeille?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 | // C |
---|
13 | 'corbeille_description' => 'This plugin allows you to deviate from the standard SPIP behaviour to automatically delete certain objects from the database (articles, news... to the trash), with a delay of one or two days. |
---|
14 | |
---|
15 | With this plugin none of the objects is deleted automatically. The basket keeps all articles or other objects that have been put in and you can always reverse it.', |
---|
16 | 'corbeille_nom' => 'Recycle bin', |
---|
17 | 'corbeille_slogan' => 'Managing documents chucked in the recycle bin.' |
---|
18 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.