Changeset 65339 in spip-zone
- Timestamp:
- Aug 27, 2012, 2:39:19 AM (9 years ago)
- Location:
- _plugins_/chess
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/chess/lang/paquet-chess_en.php
r53716 r65339 3 3 4 4 'chess_titre' => 'Chess', 5 'chess_slogan' => 'Allow to display chess games with pgnfiles',6 'chess_description' => 'This plugin allows to read chess games on line with their pgnfile.7 To insert the widget you have just to write in your article the tag <chessXX> where XX is the number of the article, then upload the pgnfiles.',5 'chess_slogan' => 'Allow to display chess games with PGN files', 6 'chess_description' => 'This plugin allows to read chess games on line with their PGN file. 7 To insert the widget you have just to write in your article the tag <chessXX> where XX is the number of the article, then upload the PGN files.', 8 8 9 9 ); -
_plugins_/chess/lang/paquet-chess_fr.php
r65162 r65339 2 2 $GLOBALS[$GLOBALS['idx_lang']] = array( 3 3 4 'chess_titre' => ' Echecs',4 'chess_titre' => 'Chess (Echecs)', 5 5 'chess_slogan' => 'Pour afficher des parties d\'échecs au format PGN', 6 6 'chess_description' => 'Ce plugin est destiné à lire en ligne des parties d\'échecs grâce à des fichiers PGN. -
_plugins_/chess/paquet.xml
r65198 r65339 8 8 documentation="http://www.spip-contrib.net/Plugin-Chess" 9 9 > 10 <nom> Echecs</nom>10 <nom>Chess (Echecs)</nom> 11 11 <!-- Pour afficher des parties d'échecs au format pgn --> 12 12 -
_plugins_/chess/plugin.xml
r65198 r65339 3 3 <multi> 4 4 [en]Chess 5 [fr] Echecs5 [fr]Chess (Echecs) 6 6 </multi> 7 7 </nom> 8 8 <slogan> 9 9 <multi> 10 [en]Allow to Show Chess Games with pgn Files11 [fr]Pour voir des parties d'échecs avec les fichiers pgn10 [en]Allow to display chess games with PGN files 11 [fr]Pour afficher des parties d'échecs au format PGN 12 12 </multi> 13 13 </slogan>
Note: See TracChangeset
for help on using the changeset viewer.