Changeset 50080 in spip-zone
- Timestamp:
- Jul 29, 2011, 5:46:54 PM (10 years ago)
- Location:
- _plugins_/criteres_suivant_precedent
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/criteres_suivant_precedent/lang/suivant_precedent_en.php
r45493 r50080 1 <?php1 <?php 2 2 3 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP … … 7 7 'alt_lien_next' => 'Next', 8 8 'alt_lien_prev' => 'Previous', 9 10 // N 11 'noisette_description' => 'Displays the navigation links to the previous article and the next article', 12 'noisette_label_meme_rubrique' => 'View the links only to articles in the same section', 13 'noisette_nom' => 'Links Previous / Next', 9 14 ); 10 15 ?> -
_plugins_/criteres_suivant_precedent/lang/suivant_precedent_fr.php
r45493 r50080 1 <?php1 <?php 2 2 3 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP … … 6 6 // A 7 7 'alt_lien_next' => 'Suivant', 8 'alt_lien_prev' => 'Précédent', 8 'alt_lien_prev' => 'Précédent', 9 10 // N 11 'noisette_description' => 'Affiche les liens de navigation vers l\'article précédent et l\'article suivant', 12 'noisette_label_meme_rubrique' => 'Afficher les liens uniquement vers les articles de la même rubrique', 13 'noisette_nom' => 'Liens Précédent / Suivant', 9 14 ); 10 15 ?> -
_plugins_/criteres_suivant_precedent/plugin.xml
r45494 r50080 7 7 </nom> 8 8 9 <version>1.3 </version>9 <version>1.3.1</version> 10 10 11 11 <etat>test</etat>
Note: See TracChangeset
for help on using the changeset viewer.