Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/archive/trunk/lang |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // A |
---|
11 | 'archive_description' => 'Ce plugin ajoute le statut "archive" aux objets.', |
---|
12 | 'archive_nom' => 'Archive', |
---|
13 | 'archive_slogan' => 'Add status "archive" to objects' |
---|
14 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.