paquet-vertebres_en.php 622 B

12345678910111213141516171819
  1. <?php
  2. // This is a SPIP language file -- Ceci est un fichier langue de SPIP
  3. // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-vertebres?lang_cible=en
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // V
  8. 'vertebres_description' => 'Vertebrae provides a way to read a SQL table indicating
  9. as an argument of the page the database table to read, preceded of
  10. "table", for example: <code>ecrire/?exec=vertebres&table=spip_articles</code>',
  11. 'vertebres_nom' => 'Vertebrae',
  12. 'vertebres_slogan' => 'SQL tables reader'
  13. );
  14. ?>