Changeset 18416 in spip-zone
- Timestamp:
- Feb 8, 2008, 7:09:34 PM (13 years ago)
- Location:
- _plugins_/_dev_/dtarch
- Files:
-
- 9 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/dtarch/lang/dtarch_fr.php
r18084 r18416 2 2 3 3 $GLOBALS[$GLOBALS['idx_lang']] = array( 4 'a rchives' => 'Archives',5 ' toutes_archives' => 'Toutes les archives',6 ' zbug_balise_interdite' => 'balise #DATE_EXPOSER interdite dans cette boucle'4 'ancien' => 'Archives plus anciennes', 5 'archives' => 'Archives', 6 'recent' => 'Archives plus récentes' 7 7 ); 8 8 -
_plugins_/_dev_/dtarch/plugin.xml
r18111 r18416 1 1 <plugin> 2 2 <nom>Archives mensuelles</nom> 3 <version>1 </version>3 <version>1.5</version> 4 4 <prefix>dtarch</prefix> 5 <lien>http://www.spip-contrib.net/Gestion-de-dates-et-calendriers</lien> 5 <pipeline> 6 <nom>insert_head</nom> 7 <inclure>dtarch.php</inclure> 8 </pipeline> 6 9 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.